/ndk/sources/host-tools/make-3.81/ |
job.h | 49 unsigned int command_line; /* Index into above. */ member in struct:child 50 char *command_ptr; /* Ptr into command_lines[command_line]. */
|
/ndk/sources/host-tools/make-3.81/w32/subproc/ |
sub_proc.c | 422 char *command_line; local 497 command_line = make_command_line( shell_name, exec_path, argv); 499 command_line = make_command_line( shell_name, file_info.szPathName, 502 if ( command_line == NULL ) { 512 free( command_line ); 542 command_line ? command_line : "NULL")); 545 command_line, 558 exec_path ? exec_path : "NULL", command_line); 560 free( command_line ); 959 char* command_line; local [all...] |
/system/connectivity/shill/shims/ |
netfilter_queue_helper.cc | 41 #include <base/command_line.h>
|
openvpn_script.cc | 21 #include <base/command_line.h>
|
/system/connectivity/shill/test-rpc-proxy/ |
proxy_main.cc | 24 #include <base/command_line.h>
|
/system/core/metricsd/ |
metrics_collector_main.cc | 18 #include <base/command_line.h>
|
metricsd_main.cc | 17 #include <base/command_line.h>
|
/toolchain/binutils/binutils-2.25/ld/ |
ldmain.c | 99 args_type command_line; variable 267 command_line.warn_mismatch = TRUE; 268 command_line.warn_search_mismatch = TRUE; 269 command_line.check_section_addresses = -1; 270 command_line.warn_poison_system_directories = 276 command_line.error_poison_system_directories = FALSE; 325 && command_line.default_script != NULL) 327 ldfile_open_command_file (command_line.default_script); 384 if (command_line.print_output_format) 398 if (version_printed || command_line.print_output_format [all...] |
ldfile.c | 118 if (command_line.warn_poison_system_directories 130 if (command_line.error_poison_system_directories) 238 switch (command_line.endian) 274 if (command_line.warn_search_mismatch) 297 command_line.accept_unknown_input_arch) 303 if (command_line.warn_search_mismatch)
|
ld.h | 210 extern args_type command_line;
|
/external/dbus/dbus/ |
dbus-shell.c | 347 tokenize_command_line (const char *command_line, DBusError *error) 357 p = command_line; 547 * @command_line: command line to parse 553 _dbus_shell_parse_argv (const char *command_line, 565 if (!command_line) 571 tokens = tokenize_command_line (command_line, error); 574 _dbus_verbose ("No tokens for command line '%s'\n", command_line);
|
/external/chromium-trace/catapult/telemetry/telemetry/ |
benchmark_runner.py | 33 from telemetry.internal.util import command_line namespace 92 class Help(command_line.OptparseCommand): 120 class List(command_line.OptparseCommand): 165 class Run(command_line.OptparseCommand): 416 if isinstance(command_instance, command_line.OptparseCommand):
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/testcase/ |
unit_testcase.py | 166 command_line = ' '.join([command_name] + args) 168 self.stderr_save.write('\nRunCommand of %s\n' % command_line) 208 '==== logging RunCommand %s %s ====\n' % (self.id(), command_line)) 213 '==== stdout RunCommand %s %s ====\n' % (self.id(), command_line)) 218 '==== stderr RunCommand %s %s ====\n' % (self.id(), command_line))
|
/external/autotest/client/bin/ |
site_utils.py | 103 @return: A tuple of (pid, command_line) of the oldest process whose name 109 command_line = utils.system_output('ps -p %i -o command=' % pid, 111 return (pid, command_line) 126 def get_process_list(name, command_line=None): 128 Return the list of pid for matching process |name command_line|. 143 name: process name to search for. If command_line is provided, name is 144 matched against full command line. If command_line is not provided, 154 flag = '-x' if not command_line else '-f' 155 name = '\'%s.*%s\'' % (name, command_line) if command_line else nam [all...] |
/frameworks/native/cmds/installd/ |
otapreopt.cpp | 379 const std::string command_line(Join(arg_vector, ' ')); 381 CHECK_GE(arg_vector.size(), 1U) << command_line; 404 PLOG(ERROR) << "Failed to execv(" << command_line << ")"; 410 command_line.c_str(), strerror(errno)); 420 command_line.c_str(), pid, got_pid, strerror(errno)); 425 command_line.c_str());
|
/system/bt/service/client/ |
main.cpp | 25 #include <base/command_line.h> 845 auto command_line = base::CommandLine::ForCurrentProcess(); local 846 if (command_line->HasSwitch(kExecuteLong)) { 847 command += command_line->GetSwitchValueASCII(kExecuteLong); 850 if (command_line->HasSwitch(kExecuteShort)) { 853 command += command_line->GetSwitchValueASCII(kExecuteShort);
|
/external/netperf/src/ |
netsh.h | 78 extern char *command_line; /* how we were invoked */
|
/system/bt/service/example/heart_rate/ |
server_main.cpp | 23 #include <base/command_line.h>
|
/system/bt/service/test/ |
settings_unittest.cpp | 18 #include <base/command_line.h>
|
/system/connectivity/apmanager/ |
main.cc | 20 #include <base/command_line.h>
|
/system/tpm/attestation/server/ |
main.cc | 22 #include <base/command_line.h>
|
/system/tpm/trunks/ |
trunksd.cc | 21 #include <base/command_line.h>
|
/system/update_engine/ |
main.cc | 25 #include <base/command_line.h>
|
/system/webservd/webservd/ |
main.cc | 20 #include <base/command_line.h>
|
/toolchain/binutils/binutils-2.25/gold/ |
incremental-dump.cc | 106 const char* command_line = incremental_inputs.command_line(); local 107 if (command_line == NULL) 114 printf("Link command line: %s\n", command_line);
|