HomeSort by relevance Sort by last modified time
    Searched refs:cmd_line (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/syslinux/gpxe/src/include/
cmdlinelib.h 59 }cmd_line; typedef in typeref:struct:__anon34773
66 void cmdl_setputchar(cmd_line* cmd, cmdl_putchar_t in);
67 void cmdl_setgetchar(cmd_line* cmd, cmdl_getchar_t in);
68 void cmdl_setprintf(cmd_line* cmd, cmdl_printf_t in);
70 //void cmdl_builtin_help(cmd_line* cmd, char* command);
72 void cmdl_parsechar(cmd_line* cmd, char in);
74 void cmdl_addreplace(cmd_line* cmd, char in);
75 void cmdl_addinsert(cmd_line* cmd, char in);
76 void cmdl_enterloop(cmd_line* cmd);
77 void cmdl_exec(cmd_line* cmd)
    [all...]
  /external/autotest/client/site_tests/video_JpegDecodeAccelerator/
video_JpegDecodeAccelerator.py 41 cmd_line = ' '.join(cmd_line_list)
42 self.run_chrome_test_binary(self.binary, cmd_line)
  /external/libchrome/base/test/
multiprocess_test.cc 32 CommandLine cmd_line = *CommandLine::ForCurrentProcess(); local
33 cmd_line.SetProgram(MakeAbsoluteFilePath(cmd_line.GetProgram()));
34 return cmd_line;
  /external/syslinux/com32/elflink/
test_com32.c 66 char **cmd_line = malloc((MAX_COMMAND_ARGS + 1) * sizeof(char *)); local
73 cmd_line[argc] = crt_arg;
80 cmd_line[argc] = NULL;
82 if (cmd_line[0] == NULL) {
85 result = spawnv(cmd_line[0], cmd_line);
90 free(cmd_line);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
script_helper.py 19 cmd_line = [sys.executable]
21 cmd_line.append('-E')
22 cmd_line.extend(args)
27 p = subprocess.Popen(cmd_line, stdin=subprocess.PIPE,
59 cmd_line = [sys.executable, '-E']
60 cmd_line.extend(args)
62 return subprocess.call(cmd_line, stdout=devnull,
66 cmd_line = [sys.executable, '-E']
67 cmd_line.extend(args)
68 return subprocess.Popen(cmd_line, stdin=subprocess.PIPE,
    [all...]
test_cmd_line.py 22 def verify_valid_flag(self, cmd_line):
23 data = self.start_python(cmd_line)
  /external/python/cpython2/Lib/test/
script_helper.py 25 cmd_line = [sys.executable]
27 cmd_line.append('-E')
28 cmd_line.extend(args)
33 p = subprocess.Popen(cmd_line, stdin=subprocess.PIPE,
65 cmd_line = [sys.executable, '-E']
66 cmd_line.extend(args)
68 return subprocess.call(cmd_line, stdout=devnull,
72 cmd_line = [sys.executable, '-E']
73 cmd_line.extend(args)
74 return subprocess.Popen(cmd_line, stdin=subprocess.PIPE
    [all...]
test_cmd_line.py 26 def verify_valid_flag(self, cmd_line):
27 data = self.start_python(cmd_line)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
script_helper.py 25 cmd_line = [sys.executable]
27 cmd_line.append('-E')
28 cmd_line.extend(args)
33 p = subprocess.Popen(cmd_line, stdin=subprocess.PIPE,
65 cmd_line = [sys.executable, '-E']
66 cmd_line.extend(args)
68 return subprocess.call(cmd_line, stdout=devnull,
72 cmd_line = [sys.executable, '-E']
73 cmd_line.extend(args)
74 return subprocess.Popen(cmd_line, stdin=subprocess.PIPE
    [all...]
test_cmd_line.py 26 def verify_valid_flag(self, cmd_line):
27 data = self.start_python(cmd_line)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
script_helper.py 25 cmd_line = [sys.executable]
27 cmd_line.append('-E')
28 cmd_line.extend(args)
33 p = subprocess.Popen(cmd_line, stdin=subprocess.PIPE,
65 cmd_line = [sys.executable, '-E']
66 cmd_line.extend(args)
68 return subprocess.call(cmd_line, stdout=devnull,
72 cmd_line = [sys.executable, '-E']
73 cmd_line.extend(args)
74 return subprocess.Popen(cmd_line, stdin=subprocess.PIPE
    [all...]
test_cmd_line.py 26 def verify_valid_flag(self, cmd_line):
27 data = self.start_python(cmd_line)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
script_helper.py 25 cmd_line = [sys.executable]
27 cmd_line.append('-E')
28 cmd_line.extend(args)
33 p = subprocess.Popen(cmd_line, stdin=subprocess.PIPE,
65 cmd_line = [sys.executable, '-E']
66 cmd_line.extend(args)
68 return subprocess.call(cmd_line, stdout=devnull,
72 cmd_line = [sys.executable, '-E']
73 cmd_line.extend(args)
74 return subprocess.Popen(cmd_line, stdin=subprocess.PIPE
    [all...]
test_cmd_line.py 26 def verify_valid_flag(self, cmd_line):
27 data = self.start_python(cmd_line)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
script_helper.py 25 cmd_line = [sys.executable]
27 cmd_line.append('-E')
28 cmd_line.extend(args)
33 p = subprocess.Popen(cmd_line, stdin=subprocess.PIPE,
65 cmd_line = [sys.executable, '-E']
66 cmd_line.extend(args)
68 return subprocess.call(cmd_line, stdout=devnull,
72 cmd_line = [sys.executable, '-E']
73 cmd_line.extend(args)
74 return subprocess.Popen(cmd_line, stdin=subprocess.PIPE
    [all...]
test_cmd_line.py 26 def verify_valid_flag(self, cmd_line):
27 data = self.start_python(cmd_line)
  /external/autotest/client/site_tests/video_VDASanity/
video_VDASanity.py 50 cmd_line = ' '.join(cmd_line_list)
51 self.run_chrome_test_binary(BINARY, cmd_line)
  /external/autotest/client/site_tests/video_VideoDecodeAccelerator/
video_VideoDecodeAccelerator.py 55 cmd_line = ' '.join(cmd_line_list)
57 self.run_chrome_test_binary(self.binary, cmd_line)
  /external/libchrome/base/process/
process_iterator_linux.cc 49 std::string cmd_line; local
50 if (!ReadFileToString(cmd_line_file, &cmd_line))
54 *proc_cmd_line_args = SplitString(cmd_line, delimiters, KEEP_WHITESPACE,
  /tools/test/connectivity/acts/tests/google/bt/pts/
BtCmdLineTest.py 87 cmd_line = CmdInput()
88 cmd_line.setup_vars(self.android_devices, self.target_mac_address,
90 cmd_line.cmdloop()
  /external/autotest/client/site_tests/video_VDAPerf/
video_VDAPerf.py 226 def _append_freon_switch_if_needed(self, cmd_line):
227 return cmd_line + ' --ozone-platform=gbm'
242 cmd_line = ' '.join(cmd_line_list)
243 self.run_chrome_test_binary(BINARY, cmd_line)
264 cmd_line = ' '.join(cmd_line_list)
267 self.run_chrome_test_binary(BINARY, cmd_line, prefix=time_cmd)
282 cmd_line = ' '.join(cmd_line_list)
283 self.run_chrome_test_binary(BINARY, cmd_line)
  /external/libmojo/third_party/catapult/devil/devil/android/
flag_changer.py 122 cmd_line = ' '.join(['_'] + current_flags)
124 self._cmdline_file, cmd_line, as_root=use_root)
127 assert file_contents == cmd_line, (
  /external/autotest/client/site_tests/video_HangoutHardwarePerf/
video_HangoutHardwarePerf.py 207 cmd_line = [
216 cmd_line.append('--ozone-platform=gbm')
217 return cmd_line
232 cmd_line = [
240 cmd_line.append('--ozone-platform=gbm')
241 return cmd_line
  /external/webrtc/webrtc/examples/peerconnection/client/
main.cc 21 wchar_t* cmd_line, int cmd_show) {
  /external/autotest/client/site_tests/video_VideoEncodeAccelerator/
video_VideoEncodeAccelerator.py 150 cmd_line = ' '.join(cmd_line_list)
152 self.run_chrome_test_binary(BINARY, cmd_line, as_chronos=False)

Completed in 621 milliseconds

1 2 3