| /CTR-SDK-4.2.5/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-4.2.5/sources/libraries/test/ |
| D | test_Suite.cpp | 71 bool Suite::Run(Output& output, bool isContinue) in Run() argument 78 output.OnInitialize(total, (subSuiteNum+1)); in Run() 83 DoRun(&output, isContinue); in Run() 85 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-4.2.5/build/runner/ |
| D | run-core_0_2.py | 83 if options.output != None: 84 f = file(options.output,"w")
|
| /CTR-SDK-4.2.5/include/nn/phtsel/CTR/ |
| D | phtsel_Api.h | 91 PhtselOutput output; // member
|
| /CTR-SDK-4.2.5/build/omake/platforms/CTR/ |
| 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-4.2.5/tools/CommandLineTools/ctr_GxCommandAnalyzer/ |
| D | abstruct.csv | 15 0x050,Setting of first output attribute from vertex shader 16 0x051,Setting of second output attribute from vertex shader 17 0x052,Setting of third output attribute from vertex shader 18 0x053,Setting of fourth output attribute from vertex shader 19 0x054,Setting of fifth output attribute from vertex shader 20 0x055,Setting of sixth output attribute from vertex shader 21 0x056,Setting of seventh output attribute from vertex shader 25 0x064,Are texture coordinates output from the vertex shader? (yes/no) 33 0x06f,Clock control setting for output attributes from vertex shader 252 0x1d2,Lighting lookup table output value scaling [all …]
|
| D | detail.csv | 45 0x4f,[2:0],glUseProgram,The number of output registers written by the vertex shader 47 0x50,[4:0],glUseProgram,"Attribute for the x-component of the first set of output data. 72 0x50,[12:8],glUseProgram,"Attribute for the y-component of the first set of output data. 97 0x50,[20:16],glUseProgram,"Attribute for the z-component of the first set of output data. 122 0x50,[28:24],glUseProgram,"Attribute for the w-component of the first set of output data. 147 0x51,[4:0],glUseProgram,"Attribute for the x-component of the second set of output data. 172 0x51,[12:8],glUseProgram,"Attribute for the y-component of the second set of output data. 197 0x51,[20:16],glUseProgram,"Attribute for the z-component of the second set of output data. 222 0x51,[28:24],glUseProgram,"Attribute for the w-component of the second set of output data. 247 0x52,[4:0],glUseProgram,"Attribute for the x-component of the third set of output data. [all …]
|
| /CTR-SDK-4.2.5/include/nn/voicesel/CTR/ |
| D | voicesel_Api.h | 235 Output output; member
|
| /CTR-SDK-4.2.5/documents/api/nn/fs/briefing/ |
| D | savedata_calc.js | 1388 var out = document.FsDebug.output; 1399 var out = document.FsDebug.output;
|