Home
last modified time | relevance | path

Searched refs:out (Results 1 – 10 of 10) sorted by relevance

/CTR-SDK-2.4.0/sources/libraries/ndm/CTR/
Dndm_Interface.hid67 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/
Dutildefs.om22 stdout = $(open-out-string)
26 result = $(out-contents $(stdout))
36 stdout = $(open-out-string)
Dcommondefs.cctype.om49 stdout = $(open-out-string)
53 result = $(out-contents $(stdout))
Dcommondefs.om464 …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/
Dtest_Test.cpp231 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/
Dutildefs.om35 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))))
Dcommondefs.cctype.om90 stdout = $(open-out-string)
94 private.result = $(out-contents $(stdout))
Dcommondefs.funcs.om396 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/
Dsavedata_calc.js1388 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/
Ddebuggerdefs.PARTNER.om314 …$(not $(equal $(FilterTestAttributes $(filter-out test__%,$(filter test_%, $(BASENAME)))),$(EMPTY)…