Home
last modified time | relevance | path

Searched refs:options (Results 1 – 7 of 7) sorted by relevance

/CTR-SDK-2.3.4/CTR_SDK/build/runner/
Drun-core_0_2.py48 options, args = opt.parse_args() variable
50 if (options.mcr_core0 is None or
51 options.mcr_core2 is None):
54 if options.stoppattern != None:
55 Core0StopPattern = options.stoppattern
57 if options.stoppattern_core2 != None:
58 Core2StopPattern = options.stoppattern_core2
61 run_partner(options.mcr_core2.replace("\\","\\\\"),
65 res = run_partner(options.mcr_core0.replace("\\","\\\\"),
69 if options.output != None:
[all …]
/CTR-SDK-2.3.4/CTR_SDK/build/omake/debuggers/
Ddebuggerdefs.PARTNER.om60 public.RunProgramBeforeTest(options, logfile) =
63 runner.run($(options), logfile)
72 public.RunProgramAfterTest(options, logfile) =
75 runner.run($(options), logfile)
85 options =
96 options += --no-wait
97 export options
100 options += --exit-pattern $(string $(EXIT_PATTERN))
101 export options
104 options += --timeout $(RUN_TIMEOUT)
[all …]
/CTR-SDK-2.3.4/CTR_SDK/build/omake_deprecated/
Ddebuggerdefs.partner.om120 private.RunProgramBeforeTest(options, logfile) =
123 runner.run($(options), logfile)
132 private.RunProgramAfterTest(options, logfile) =
135 runner.run($(options), logfile)
172 options =
183 options += --no-wait
184 export options
187 options += --exit-pattern $(string $(EXIT_PATTERN))
188 export options
191 options += --timeout $(RUN_TIMEOUT)
[all …]
Dtestutil.om257 run(options, logfile) =
266 …echo $(LOADRUN) $(options) $(dependsoption) -re $(program) -e $(exitPattern) -t $(timeOut) | tee $…
267 …$(LOADRUN) $(options) $(dependsoption) -re $(program) -e $(exitPattern) -t $(timeOut) | tee $(logf…
311 options =
314 options += --no-wait
315 export options
317 return $(options)
421 options =
442 option = $(split $" ",$(nth $(i),$(options)))
Dcommondefs.om674 options =
678 options += -banner $(BannerFile)
682 options += -icon $(IconFile)
685 return $(options)
/CTR-SDK-2.3.4/CTR_SDK/build/omake/platforms/CTR/
DCTR.commondefs.gl.om68 # options - シェーダアセンブラに指定するオプション
73 VertexShaderObjects(sourcefiles, options) =
86 …$(VSASM) $< $(PREFIXED_SHADER_INCLUDES) -O$@ $(options) | grep -v '^.*finished - 0 error, 0 warnin…
106 # options - シェーダリンカに指定するオプション
111 VertexShaderBinary(name, sourcefiles, sourcefiles_pre, options) =
124 …$(VSLD) $(sourcefiles) $(sourcefiles_pre) $(PREFIXED_SHADER_INCLUDES) $(options) -O$@ | grep -v '^…
/CTR-SDK-2.3.4/CTR_SDK/build/omake/
Dutildefs.om120 public.ls_(options, path) =
123 files = $(ls $(options), .)
136 public.subdirs_(options, path) =
139 dirs = $(subdirs $(options), .)
152 public.ls_relative(options, rdir) =
154 return $(removeprefix $(adir)$(DIRSEP), $(filter-out $(adir), $(ls_ $(options), $(adir))))
165 public.files(options, path) =
170 foreach(filename, $(ls $(options), .))