Searched refs:output (Results 1 – 7 of 7) sorted by relevance
| /CTR-SDK-2.4.0/sources/libraries/test/tests/ |
| D | test_Test.cpp | 375 void testRunSpecificTestFunc(nn::test::Output& output) in testRunSpecificTestFunc() argument 389 NN_TASSERT_(true == test.RunSpecificTestFunc("Test::Test1", output)); in testRunSpecificTestFunc() 390 NN_TASSERT_(false == test.RunSpecificTestFunc("Test::Test2", output)); in testRunSpecificTestFunc() 391 NN_TASSERT_(false == test.RunSpecificTestFunc("Test::Test3", output)); in testRunSpecificTestFunc() 392 NN_TASSERT_(false == test.RunSpecificTestFunc("Test::Test4", output)); in testRunSpecificTestFunc() 394 NN_TASSERT_(false == test.RunSpecificTestFunc("SubTest1::Test1", output)); in testRunSpecificTestFunc() 398 NN_TASSERT_(true == test.RunSpecificTestFunc(1, output)); in testRunSpecificTestFunc() 399 NN_TASSERT_(false == test.RunSpecificTestFunc(2, output)); in testRunSpecificTestFunc() 400 NN_TASSERT_(false == test.RunSpecificTestFunc(3, output)); in testRunSpecificTestFunc() 401 NN_TASSERT_(false == test.RunSpecificTestFunc(4, output)); in testRunSpecificTestFunc() [all …]
|
| /CTR-SDK-2.4.0/sources/libraries/test/ |
| D | test_Suite.cpp | 65 bool Suite::Run(Output& output, bool isContinue) in Run() argument 72 output.OnInitialize(total, (subSuiteNum+1)); in Run() 77 DoRun(&output, isContinue); in Run() 79 output.OnFinished(total, time); in Run() 308 bool Suite::RunSpecificTestFunc(const char* testFuncName, Output& output, bool contAfterFail) in RunSpecificTestFunc() argument 319 PreProcessForSpecificTest(&output, contAfterFail); in RunSpecificTestFunc() 320 bool result = DoRunSpecificTest(testInfo, &output); in RunSpecificTestFunc() 326 …ificTestFunc(const char* subSuiteName, const char* testFuncName, Output& output, bool contAfterFai… in RunSpecificTestFunc() argument 337 return correspondSuite->RunSpecificTestFunc(testFuncName, output, contAfterFail); in RunSpecificTestFunc() 340 bool Suite::RunSpecificTestFunc(s32 testFuncId, Output& output, bool contAfterFail) in RunSpecificTestFunc() argument [all …]
|
| /CTR-SDK-2.4.0/build/omake/platforms/CTR/ |
| D | CTR.commondefs.test.om | 19 # Test summary output 48 # The rule to output the summary of the results of the executed test is created in .BUILD_SUCCESS. 66 # Add summary output rule only when dotests series is targeted.
|
| D | CTR.commondefs.gl.om | 80 # Find the full path of the file name to output 83 # Define the assembler rules (when there are no warning or errors, cut output with grep) 119 # Find the full path of the file name to output 122 # Define the link rules (when there are no warning or errors, cut output with grep)
|
| /CTR-SDK-2.4.0/build/runner/ |
| D | run-core_0_2.py | 69 if options.output != None: 70 f = file(options.output,"w")
|
| /CTR-SDK-2.4.0/include/nn/voicesel/CTR/ |
| D | voicesel_Api.h | 206 Output output; member
|
| /CTR-SDK-2.4.0/documents/api/nn/fs/briefing/ |
| D | savedata_calc.js | 1388 var out = document.FsDebug.output; 1399 var out = document.FsDebug.output;
|