/external/libcxx/ |
D | run_tests.py | 82 cmd_args = cmd.split() 83 if cc is None and template_name in cmd_args: 84 for i, arg in enumerate(cmd_args): 86 cmd_args[i + 1] = '%OUT%' 88 cmd_args[i] = '%SOURCE%' 92 cmd_args[i] = '' 94 cmd_args[i] = '' 95 cmd_args[i + 1] = '' 96 if cmd_args[0] == 'PWD=/proc/self/cwd': 97 cmd_args = cmd_args[1:] [all …]
|
/external/trusty/lk/lib/debugcommands/ |
D | debugcommands.c | 42 static int cmd_display_mem(int argc, const cmd_args *argv); 43 static int cmd_modify_mem(int argc, const cmd_args *argv); 44 static int cmd_fill_mem(int argc, const cmd_args *argv); 45 static int cmd_reset(int argc, const cmd_args *argv); 46 static int cmd_memtest(int argc, const cmd_args *argv); 47 static int cmd_copy_mem(int argc, const cmd_args *argv); 48 static int cmd_chain(int argc, const cmd_args *argv); 49 static int cmd_sleep(int argc, const cmd_args *argv); 50 static int cmd_crash(int argc, const cmd_args *argv); 51 static int cmd_stackstomp(int argc, const cmd_args *argv); [all …]
|
/external/autotest/server/cros/ |
D | resource_monitor_unittest.py | 57 def _process_top(self, cmd_args, cmd_line): argument 73 self.redirect_index = cmd_args.index(">") 74 self.top_output_file_path = cmd_args[self.redirect_index + 1] 84 def _process_kill(self, cmd_args, cmd_line): argument 92 if cmd_args[1].startswith('-'): 93 pid_to_kill = cmd_args[2] 95 pid_to_kill = cmd_args[1] 109 def _process_rm(self, cmd_args, cmd_line): argument 117 if cmd_args[1].startswith('-'): 118 file_to_rm = cmd_args[2] [all …]
|
/external/cronet/stable/build/android/pylib/utils/ |
D | app_bundle_utils.py | 122 cmd_args = [ 138 cmd_args += ['--bundle=%s' % input_bundle_path] 141 cmd_args += ['--local-testing'] 148 cmd_args += ['--mode=' + mode] 151 cmd_args += ['--optimize-for=device_tier'] 158 cmd_args += ['--optimize-for=' + optimize_for] 165 cmd_args += ['--device-spec=' + str(spec_file)] 167 bundletool.RunBundleTool(cmd_args)
|
/external/cronet/tot/build/android/pylib/utils/ |
D | app_bundle_utils.py | 122 cmd_args = [ 138 cmd_args += ['--bundle=%s' % input_bundle_path] 141 cmd_args += ['--local-testing'] 148 cmd_args += ['--mode=' + mode] 151 cmd_args += ['--optimize-for=device_tier'] 158 cmd_args += ['--optimize-for=' + optimize_for] 165 cmd_args += ['--device-spec=' + str(spec_file)] 167 bundletool.RunBundleTool(cmd_args)
|
/external/angle/build/android/pylib/utils/ |
D | app_bundle_utils.py | 122 cmd_args = [ 138 cmd_args += ['--bundle=%s' % input_bundle_path] 141 cmd_args += ['--local-testing'] 148 cmd_args += ['--mode=' + mode] 151 cmd_args += ['--optimize-for=device_tier'] 158 cmd_args += ['--optimize-for=' + optimize_for] 165 cmd_args += ['--device-spec=' + str(spec_file)] 167 bundletool.RunBundleTool(cmd_args)
|
/external/trusty/lk/kernel/ |
D | debug.c | 46 static int cmd_threads(int argc, const cmd_args *argv); 47 static int cmd_threadstats(int argc, const cmd_args *argv); 48 static int cmd_threadload(int argc, const cmd_args *argv); 49 static int cmd_kevlog(int argc, const cmd_args *argv); 65 static int cmd_threads(int argc, const cmd_args *argv) in cmd_threads() 75 static int cmd_threadstats(int argc, const cmd_args *argv) in cmd_threadstats() 149 static int cmd_threadload(int argc, const cmd_args *argv) in cmd_threadload() 232 static int cmd_kevlog(int argc, const cmd_args *argv) in cmd_kevlog()
|
/external/trusty/lk/lib/console/ |
D | console.c | 92 static int cmd_help(int argc, const cmd_args *argv); 93 static int cmd_help_panic(int argc, const cmd_args *argv); 94 static int cmd_echo(int argc, const cmd_args *argv); 95 static int cmd_test(int argc, const cmd_args *argv); 97 static int cmd_history(int argc, const cmd_args *argv); 100 static int cmd_repeat(int argc, const cmd_args *argv); 139 static int cmd_history(int argc, const cmd_args *argv) in cmd_history() 232 static int cmd_repeat(int argc, const cmd_args* argv) in cmd_repeat() 413 …ar *inbuffer, const char **continuebuffer, char *buffer, size_t buflen, cmd_args *args, int arg_co… in tokenize_command() 586 static void convert_args(int argc, cmd_args *argv) in convert_args() [all …]
|
/external/strace/tests-m32/ |
D | s390_runtime_instr.c | 46 } cmd_args[] = { in main() local 68 for (i = 0; i < ARRAY_SIZE(cmd_args); i++) { in main() 69 rc = syscall(__NR_s390_runtime_instr, cmd_args[i].cmd, 0xdead); in main() 71 cmd_args[i].cmd_str, sprintrc(rc)); in main()
|
/external/strace/tests-mx32/ |
D | s390_runtime_instr.c | 46 } cmd_args[] = { in main() local 68 for (i = 0; i < ARRAY_SIZE(cmd_args); i++) { in main() 69 rc = syscall(__NR_s390_runtime_instr, cmd_args[i].cmd, 0xdead); in main() 71 cmd_args[i].cmd_str, sprintrc(rc)); in main()
|
/external/strace/tests/ |
D | s390_runtime_instr.c | 46 } cmd_args[] = { in main() local 68 for (i = 0; i < ARRAY_SIZE(cmd_args); i++) { in main() 69 rc = syscall(__NR_s390_runtime_instr, cmd_args[i].cmd, 0xdead); in main() 71 cmd_args[i].cmd_str, sprintrc(rc)); in main()
|
/external/aws-crt-java/.builder/actions/ |
D | aws_crt_java_test.py | 15 cmd_args = [ 25 cmd_args.extend(extra_args) 26 cmd_args.append("test") 28 result = self.env.shell.exec(*cmd_args, check=False)
|
/external/trusty/lk/app/tests/include/app/ |
D | tests.h | 28 int cbuf_tests(int argc, const cmd_args *argv); 29 int fibo(int argc, const cmd_args *argv); 31 int spinner(int argc, const cmd_args *argv);
|
/external/angle/scripts/ |
D | trigger.py | 174 cmd_args = ['-relative-cwd', args.gn_path, '--'] 178 cmd_args += ['luci-auth', 'context', '--'] 183 cmd_args += swarming_cmd 186 cmd_args += unknown 198 shard_args += cmd_args 203 swarming_args += cmd_args
|
/external/pytorch/torch/distributed/ |
D | run.py | 851 cmd_args = [] 855 cmd_args.append(args.training_script) 859 cmd_args.append("-u") 861 cmd_args.append("-m") 862 cmd_args.append(args.training_script) 871 cmd_args.append(f"--local-rank={macros.local_rank}") 872 cmd_args.extend(args.training_script_args) 874 return config, cmd, cmd_args 909 config, cmd, cmd_args = config_from_args(args) 913 )(*cmd_args)
|
/external/executorch/backends/cadence/runtime/ |
D | executor.py | 120 cmd_args = { 128 args = self.get_bash_command(self.execute_runner, cmd_args) 135 cmd_args: Optional[Dict[str, str]] = None, 138 if cmd_args is None: 139 cmd_args = {} 142 for key, value in cmd_args.items():
|
/external/rust/android-crates-io/crates/protobuf-parse/src/protoc/ |
D | command.rs | 150 let mut cmd_args = Vec::new(); in write_descriptor_set() localVariable 151 cmd_args.extend(include_flags); in write_descriptor_set() 152 cmd_args.push(descriptor_set_out_flag); in write_descriptor_set() 153 cmd_args.extend(include_imports_flag); in write_descriptor_set() 154 cmd_args.extend(self.inputs.iter().map(|path| path.as_os_str().to_owned())); in write_descriptor_set() 155 cmd_args.extend(self.extra_args.iter().cloned()); in write_descriptor_set() 156 self.protoc.run_with_args(cmd_args, self.capture_stderr) in write_descriptor_set()
|
/external/lz4/tests/ |
D | test-lz4-abi.py | 35 def proc(cmd_args, pipe=True, env=False): argument 38 debug_message("Executing command {} with env {}".format(cmd_args, env)) 40 s = subprocess.Popen(cmd_args, 45 s = subprocess.Popen(cmd_args, env = env)
|
D | test-lz4-versions.py | 40 def proc(cmd_args, pipe=True, env=False): argument 43 debug_message("Executing command {} with env {}".format(cmd_args, env)) 45 s = subprocess.Popen(cmd_args, 50 s = subprocess.Popen(cmd_args, env = env)
|
/external/python/absl-py/absl/flags/tests/ |
D | argparse_flags_test.py | 313 def test_flagfile(self, cmd_args, expected_absl_string_value): argument 334 cmd_args = [expand_flagfile(x) for x in cmd_args] 335 args = parser.parse_args(cmd_args) 375 def test_undefok_flag_correct_use(self, cmd_args): argument 378 args = parser.parse_args(cmd_args) # Make sure it doesn't raise. 394 def test_undefok_flag_incorrect_use(self, cmd_args): argument 398 parser.parse_args(cmd_args)
|
/external/trusty/lk/platform/ |
D | power.c | 60 static int cmd_reboot(int argc, const cmd_args *argv) in cmd_reboot() 66 static int cmd_poweroff(int argc, const cmd_args *argv) in cmd_poweroff()
|
/external/coreboot/util/lint/ |
D | lint | 39 if ! cmd_args="$($GETOPT -- "$@")"; then 43 eval set -- "${cmd_args}"
|
/external/angle/src/tests/py_utils/ |
D | angle_test_util.py | 155 cmd_args, argument 161 test_suite, cmd_args, log_output=show_test_stdout) 166 runner_cmd = [cmd] + cmd_args 172 flag_matches = [a for a in cmd_args if a.startswith('--isolated-script-test-output=')]
|
/external/webp/examples/ |
D | img2webp.c | 155 CommandLineArguments cmd_args; in main() local 160 ok = ExUtilInitCommandLineArguments(argc - 1, argv + 1, &cmd_args); in main() 163 argc = cmd_args.argc_; in main() 164 argv = cmd_args.argv_; in main() 358 ExUtilDeleteCommandLineArguments(&cmd_args); in main()
|
/external/cronet/stable/testing/iossim/ |
D | iossim.mm | 340 NSMutableArray* cmd_args, 349 if (cmd_args.count == 1) { 350 for (NSString* arg in [cmd_args[0] componentsSeparatedByString:@" "]) { 393 NSMutableArray* cmd_args, 402 ] arrayByAddingObjectsFromArray:cmd_args]; 410 NSMutableArray* cmd_args, 454 if (cmd_args.count > 0) { 455 testTargetName[@"CommandLineArguments"] = cmd_args; 514 NSMutableArray* cmd_args = [NSMutableArray array]; 537 [cmd_args addObject:cmd_arg]; [all …]
|