Searched refs:out (Results 1 – 10 of 10) sorted by relevance
| /CTR-SDK-2.4.0/sources/libraries/ndm/CTR/ |
| D | ndm_Interface.hid | 67 out s32 pMode 95 out s32 pState 98 out s32 pState 101 out Handle hEvent 106 out s32 pStatus 111 out s32 pCount, 112 out s32 pCountTotal 115 out s32 pCount, 116 out s32 pCountTotal 123 out s32 pInterval [all …]
|
| /CTR-SDK-2.4.0/build/omake_deprecated/ |
| D | utildefs.om | 22 stdout = $(open-out-string) 26 result = $(out-contents $(stdout)) 36 stdout = $(open-out-string)
|
| D | commondefs.cctype.om | 49 stdout = $(open-out-string) 53 result = $(out-contents $(stdout))
|
| D | commondefs.om | 464 …private.OFILES = $(Object $(config), $(filter-out %$(EXT_OBJ),$(files))) $(filter %$(EXT_OBJ),$(fi… 532 …OFILES = $(Object $(config), $(filter-out $(EXT_DIRECT),$(files))) $(filter $(EXT_DIR… 541 FILTERED_LFILES = $(filter-out $"$(EMPTY)",$(LIBS))
|
| /CTR-SDK-2.4.0/sources/libraries/test/tests/ |
| D | test_Test.cpp | 231 void testRun(nn::test::Output& out) in testRun() argument 236 NN_TASSERT_(true == test.Run(out, false)); in testRun() 249 NN_TASSERT_(false == test.Run(out, true)); in testRun() 262 NN_TASSERT_(false == test.Run(out, false)); in testRun() 274 NN_TASSERT_(true == test.Run(out, true)); in testRun() 469 TextOutput out; // Text output during debugging in nnMain() local 471 XmlOutput out; // XML output when not debugging (when automatic testing) in nnMain() 476 testRun(out); in nnMain() 487 testRunSpecificTestFunc(out); in nnMain()
|
| /CTR-SDK-2.4.0/build/omake/ |
| D | utildefs.om | 35 stdout = $(open-out-string) 39 private.result = $(out-contents $(stdout)) 67 stdout = $(open-out-string) 78 private.regex = $(out-contents $(stdout)) 154 return $(removeprefix $(adir)$(DIRSEP), $(filter-out $(adir), $(ls_ $(options), $(adir))))
|
| D | commondefs.cctype.om | 90 stdout = $(open-out-string) 94 private.result = $(out-contents $(stdout))
|
| D | commondefs.funcs.om | 396 private.srcs = $(filter-out %$(EXT_OBJ),$(files)) 509 …private.ofiles = $(Object $(config), $(filter-out $(ext_elfs),$(files))) $(filter $(ext_elfs)… 519 private.filtered_lfiles = $(filter-out $"$(EMPTY)",$(LIBS))
|
| /CTR-SDK-2.4.0/documents/api/nn/fs/briefing/ |
| D | savedata_calc.js | 1388 var out = document.FsDebug.output; 1389 if (!out) return; 1390 out.value = ""; 1399 var out = document.FsDebug.output; 1400 if (!out) return; 1401 out.value += str + "\n";
|
| /CTR-SDK-2.4.0/build/omake/debuggers/ |
| D | debuggerdefs.PARTNER.om | 314 …$(not $(equal $(FilterTestAttributes $(filter-out test__%,$(filter test_%, $(BASENAME)))),$(EMPTY)…
|