Searched refs:options (Results 1 – 5 of 5) sorted by relevance
| /CTR-SDK-4.2.8/build/runner/ |
| D | run-core_0_2.py | 62 options, args = opt.parse_args() variable 64 if (options.mcr_core0 is None or 65 options.mcr_core2 is None): 68 if options.stoppattern != None: 69 Core0StopPattern = options.stoppattern 71 if options.stoppattern_core2 != None: 72 Core2StopPattern = options.stoppattern_core2 75 run_partner(options.mcr_core2.replace("\\","\\\\"), 79 res = run_partner(options.mcr_core0.replace("\\","\\\\"), 83 if options.output != None: [all …]
|
| /CTR-SDK-4.2.8/build/omake/ |
| D | utildefs.om | 120 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), .))
|
| D | targetdefs.om | 1159 # Load options next
|
| /CTR-SDK-4.2.8/build/omake/platforms/CTR/ |
| D | CTR.commondefs.gl.om | 68 # options - option to specify in the shader assembler 73 VertexShaderObjects(sourcefiles, options) = 86 …$(VSASM) $< $(PREFIXED_SHADER_INCLUDES) -O$@ $(options) | grep -v '^.*finished - 0 error, 0 warnin… 106 # options - option to specify in the shader linker 111 VertexShaderBinary(name, sourcefiles, sourcefiles_pre, options) = 124 …$(VSLD) $(sourcefiles) $(sourcefiles_pre) $(PREFIXED_SHADER_INCLUDES) $(options) -O$@ | grep -v '^…
|
| /CTR-SDK-4.2.8/build/omake/compilers/ |
| D | commondefs.cctype.RVCT.om | 494 …# If there are empty options, for instance, --diag_warning or --diag_suppress, they must be remove…
|