HomeSort by relevance Sort by last modified time
    Searched refs:command_line (Results 51 - 75 of 110) sorted by null

1 23 4 5

  /external/chromium-trace/catapult/devil/devil/android/
flag_changer_test.py 100 def _testParseCmdLine(self, command_line, expected_flags):
103 flags = flag_changer._ParseFlags(command_line)
107 # Note: Although new_command_line and command_line may not match, they
  /external/devlib/devlib/platform/
gem5.py 133 command_line = "{} --outdir={} {} {}".format(self.gem5args_binary,
137 self.logger.debug("gem5 command line: {}".format(command_line))
138 self.gem5 = subprocess.Popen(command_line.split(),
  /external/netperf/src/
netsh.h 78 extern char *command_line; /* how we were invoked */
netsh.c 100 char *command_line; /* a copy of the entire command line */ variable
603 command_line = NULL;
609 command_line = malloc(cmnd_len+1);
611 if (command_line == NULL) {
615 p = command_line;
    [all...]
  /system/bt/service/example/heart_rate/
server_main.cc 19 #include <base/command_line.h>
  /system/bt/service/test/
settings_unittest.cc 18 #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>
sideload_main.cc 22 #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);
  /toolchain/binutils/binutils-2.25/ld/
ld.h 210 extern args_type command_line;
ldwrite.c 82 if (command_line.endian == ENDIAN_BIG)
84 else if (command_line.endian == ENDIAN_LITTLE)
89 else if (command_line.endian == ENDIAN_UNSET)
  /art/oatdump/
oatdump_test.h 153 const std::string command_line(android::base::Join(exec_argv, ' '));
154 PLOG(ERROR) << "Failed to execv(" << command_line << ")";
  /external/syslinux/com32/elflink/ldlinux/
ldlinux.c 143 __export void load_kernel(const char *command_line)
150 kernel = strdup(command_line);
  /external/webrtc/webrtc/base/
flags.cc 269 LPTSTR command_line = ::GetCommandLine(); local
271 LPWSTR *wide_argv = ::CommandLineToArgvW(command_line, &argc_);
  /external/libchrome/base/
logging.cc 57 #include "base/command_line.h"
361 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); local
364 if (command_line->HasSwitch(switches::kV) ||
365 command_line->HasSwitch(switches::kVModule)) {
373 new VlogInfo(command_line->GetSwitchValueASCII(switches::kV),
374 command_line->GetSwitchValueASCII(switches::kVModule),
  /external/libchrome/base/memory/
shared_memory_mac_unittest.cc 11 #include "base/command_line.h"
196 CommandLine command_line = MultiProcessTest::MakeCmdLine(procname); variable
198 command_line.AppendSwitchASCII(g_service_switch_name, service_name_);
199 return command_line;
  /external/python/cpython2/PC/
_subprocess.c 421 char* command_line; local
432 &command_line,
465 command_line,
  /packages/apps/Test/connectivity/sl4n/facades/wifi/
wifi_facade.cpp 25 #include <base/command_line.h>
  /external/google-breakpad/src/client/windows/tests/crash_generation_app/
crash_generation_app.cc 470 LPTSTR command_line,
475 UNREFERENCED_PARAMETER(command_line);
  /external/libchrome/base/process/
process_metrics_unittest.cc 14 #include "base/command_line.h"
471 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
472 const FilePath temp_path = command_line->GetSwitchValuePath(kTempDirFlag);
  /frameworks/native/cmds/installd/
otapreopt.cpp 970 const std::string command_line = Join(arg_vector, ' '); local
    [all...]
  /system/bt/service/client/
main.cc 21 #include <base/command_line.h>
1073 auto command_line = base::CommandLine::ForCurrentProcess(); local
    [all...]
  /external/libbrillo/brillo/
flag_helper.cc 14 #include <base/command_line.h>

Completed in 2407 milliseconds

1 23 4 5