Searched refs:command_line (Results 1 - 25 of 915) sorted by last modified time

1234567891011>>

/external/skia/tools/tests/
H A Drun.sh60 echo "$COMMAND" >$ACTUAL_OUTPUT_DIR/command_line
117 echo "$COMMAND" >$ACTUAL_OUTPUT_DIR/command_line
143 echo "$COMMAND" >$ACTUAL_OUTPUT_DIR/command_line
/external/qemu/distrib/sdl-1.2.15/src/main/macos/
H A DSDL_main.c59 Str255 command_line; member in struct:__anon29421
240 SDL_memcpy(prefs->command_line, *prefs_handle, (*prefs_handle)[0]+1);
268 prefs_handle = NewHandle ( prefs->command_line[0] + prefs->video_driver_name[0] + 4 );
277 SDL_memcpy(*prefs_handle, prefs->command_line, prefs->command_line[0] + 1);
280 offset += prefs->command_line[0] + 1;
479 SetDialogItemText (dummyHandle, prefs.command_line);
511 GetDialogItemText (dummyHandle, prefs.command_line);
569 commandLine = (char*) malloc (appNameText[0] + prefs.command_line[0] + 2);
583 SDL_memcpy(commandLine + appNameText[0] + 1, prefs.command_line
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/
H A DSDL_riscostask.c190 char *command_line = (char *)regs.r[0]; local
191 size_t len = SDL_strlen(command_line)+1;
196 SDL_strlcpy(buffer, command_line, len);
/external/qemu/qapi-auto-generated/
H A Dqmp-commands.h107 char * qmp_human_monitor_command(const char * command_line, bool has_cpu_index, int64_t cpu_index, Error **errp);
H A Dqmp-marshal.c1757 char * command_line = NULL; local
1763 visit_type_str(v, &command_line, "command-line", errp);
1774 retval = qmp_human_monitor_command(command_line, has_cpu_index, cpu_index, errp);
1782 visit_type_str(v, &command_line, "command-line", NULL);
/external/protobuf/gtest/src/
H A Dgtest-death-test.cc651 String command_line = String::Format("%s %s \"%s\"", local
673 const_cast<char*>(command_line.c_str()),
/external/mesa3d/src/gtest/src/
H A Dgtest-death-test.cc699 String command_line = String::Format("%s %s \"%s\"", local
721 const_cast<char*>(command_line.c_str()),
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc701 String command_line = String::Format("%s %s \"%s\"", local
723 const_cast<char*>(command_line.c_str()),
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/scripting-engines/
H A Dtrace-event-perl.c402 const char **command_line; local
405 command_line = malloc((argc + 2) * sizeof(const char *));
406 command_line[0] = "";
407 command_line[1] = script;
409 command_line[i] = argv[i - 2];
414 if (perl_parse(my_perl, xs_init, argc + 2, (char **)command_line,
432 free(command_line);
436 free(command_line);
H A Dtrace-event-python.c472 const char **command_line; local
477 command_line = malloc((argc + 1) * sizeof(const char *));
478 command_line[0] = script;
480 command_line[i] = argv[i - 1];
486 PySys_SetArgv(argc + 1, (char **)command_line);
508 free(command_line);
513 free(command_line);
/external/lldb/examples/customization/bin-utils/
H A Dbinutils.py63 def utob(debugger, command_line, result, dict):
68 args = command_line.split()
94 def itob(debugger, command_line, result, dict):
99 args = command_line.split()
/external/lldb/examples/customization/pwd-cd-and-system/
H A Dutils.py36 def system(debugger, command_line, result, dict):
38 args = shlex.split(command_line)
/external/lldb/include/lldb/API/
H A DSBCommandInterpreter.h86 HandleCommand (const char *command_line, lldb::SBCommandReturnObject &result, bool add_to_history = false);
/external/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h154 HandleCommand (const char *command_line,
224 GetCommandObjectForCommand (std::string &command_line);
/external/lldb/scripts/Python/interface/
H A DSBCommandInterpreter.i115 HandleCommand (const char *command_line, lldb::SBCommandReturnObject &result, bool add_to_history = false);
/external/lldb/source/API/
H A DSBCommandInterpreter.cpp111 SBCommandInterpreter::HandleCommand (const char *command_line, SBCommandReturnObject &result, bool add_to_history) argument
117 m_opaque_ptr, command_line, result.get(), add_to_history);
120 if (command_line && m_opaque_ptr)
122 m_opaque_ptr->HandleCommand (command_line, add_to_history ? eLazyBoolYes : eLazyBoolNo, result.ref());
137 m_opaque_ptr, command_line, result.get(), sstr.GetData(), add_to_history, result.GetStatus());
/external/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1490 CommandInterpreter::HandleCommand (const char *command_line, argument
1502 std::string command_string (command_line);
1503 std::string original_command_string (command_line);
1506 Host::SetCrashDescriptionWithFormat ("HandleCommand(command = \"%s\")", command_line);
1513 log->Printf ("Processing command: %s", command_line);
1515 Timer scoped_timer (__PRETTY_FUNCTION__, "Handling command: %s.", command_line);
1568 command_line = m_repeat_command.c_str();
1569 command_string = command_line;
1570 original_command_string = command_line;
/external/lldb/test/pexpect-2.4/
H A Dpexpect.py1795 def split_command_line(command_line):
1813 for c in command_line:
/external/lldb/utils/test/
H A Dras.py40 command_line = "./dotest.py -w -s %s" % sessDir
42 args = shlex.split(command_line)
51 cmd = "%s %s" % (' '.join(envs) if envs else "", command_line)
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc7230 std::string command_line =
7251 const_cast<char*>(command_line.c_str()),
/external/jemalloc/bin/
H A Dpprof3220 my $command_line = ShellEscape(@URL_FETCHER, $url);
3221 open(CMDLINE, "$command_line |") or error($command_line);
3237 my $command_line = ShellEscape(@URL_FETCHER, "--head", $url);
3238 open(CMDLINE, "$command_line |") or error($command_line);
3319 my $command_line;
3322 $command_line = ShellEscape(@URL_FETCHER, "-d", "\@$main::tmpfile_sym",
3325 $command_line = (ShellEscape(@URL_FETCHER, "--post", $url)
3330 open(SYMBOL, "$command_line |
[all...]
/external/gtest/src/
H A Dgtest-death-test.cc736 std::string command_line = local
757 const_cast<char*>(command_line.c_str()),
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/e2fsprogs/ext2ed/
H A Dblockbitmap_com.c32 void type_ext2_block_bitmap___entry (char *command_line) argument
47 ptr=parse_word (command_line,buffer); /* Get the requested entry */
69 void type_ext2_block_bitmap___next (char *command_line) argument
81 ptr=parse_word (command_line,buffer);
91 void type_ext2_block_bitmap___prev (char *command_line) argument
97 ptr=parse_word (command_line,buffer);
107 void type_ext2_block_bitmap___allocate (char *command_line) argument
121 ptr=parse_word (command_line,buffer); /* Get the number of blocks to allocate */
142 void type_ext2_block_bitmap___deallocate (char *command_line) argument
150 ptr=parse_word (command_line,buffe
202 type_ext2_block_bitmap___show(char *command_line) argument
[all...]
H A Ddir_com.c175 void type_dir___cd (char *command_line) argument
225 ptr=parse_word (command_line,dir_name);
335 void type_dir___entry (char *command_line) argument
349 ptr=parse_word (command_line,buffer);
388 void type_dir___followinode (char *command_line) argument
410 void type_dir___inode (char *command_line) argument
424 void type_dir___show (char *command_line) argument
476 void type_dir___next (char *command_line) argument
488 ptr=parse_word (command_line,buffer);
499 void type_dir___prev (char *command_line) argument
537 type_dir___remember(char *command_line) argument
584 type_dir___set(char *command_line) argument
665 type_dir___writedata(char *command_line) argument
[all...]

Completed in 1062 milliseconds

1234567891011>>