Home
last modified time | relevance | path

Searched defs:cmd_line (Results 1 – 15 of 15) sorted by relevance

/external/autotest/server/cros/
Dresource_monitor_unittest.py57 def _process_top(self, cmd_args, cmd_line): argument
84 def _process_kill(self, cmd_args, cmd_line): argument
109 def _process_rm(self, cmd_args, cmd_line): argument
137 def _run_single_cmd(self, cmd_line, *args, **kwargs): argument
161 def run(self, cmd_line, *args, **kwargs): argument
174 def run_background(self, cmd_line, *args, **kwargs): argument
/external/libchrome/base/test/
Dmultiprocess_test.cc46 CommandLine cmd_line = *CommandLine::ForCurrentProcess(); in GetMultiProcessTestChildBaseCommandLine() local
/external/libchrome/base/process/
Dprocess_iterator_linux.cc49 std::string cmd_line; in GetProcCmdline() local
Dprocess_util_unittest.cc788 CommandLine cmd_line = MakeCmdLine("TriggerEventChildProcess"); in TEST_F() local
/external/webrtc/examples/peerconnection/client/
Dmain.cc76 wchar_t* cmd_line, in wWinMain()
/external/python/cpython2/Lib/test/
Dtest_cmd_line.py26 def verify_valid_flag(self, cmd_line): argument
/external/python/cpython3/Lib/test/support/
Dscript_helper.py59 def fail(self, cmd_line): argument
/external/llvm-project/lldb/source/Commands/
DCommandObjectPlatform.cpp444 std::string cmd_line; in DoExecute() local
503 std::string cmd_line; in DoExecute() local
556 std::string cmd_line; in DoExecute() local
601 std::string cmd_line; in DoExecute() local
693 std::string cmd_line; in DoExecute() local
/external/libchrome/base/test/launcher/
Dunit_test_launcher.cc641 CommandLine cmd_line(platform_delegate->GetCommandLineForChildGTestProcess( in RunUnitTestsSerially() local
672 CommandLine cmd_line(platform_delegate->GetCommandLineForChildGTestProcess( in RunUnitTestsBatch() local
/external/libchrome/base/metrics/
Dfield_trial.cc190 CommandLine* cmd_line) { in AddFeatureAndFieldTrialFlags()
826 const CommandLine& cmd_line, in CreateTrialsFromCommandLine()
907 CommandLine* cmd_line) { in CopyFieldTrialStateToFlags()
/external/python/cpython3/Lib/test/
Dtest_cmd_line.py33 def verify_valid_flag(self, cmd_line): argument
/external/selinux/policycoreutils/secon/
Dsecon.c152 static void cmd_line(int argc, char *argv[]) in cmd_line() function
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_debug.c1137 char cmd_line[4096]; in si_check_vm_faults() local
/external/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_draw.c108 char cmd_line[4096]; in dd_write_header() local
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_offload.py1141 cmd_line = "tc filter add dev %s ingress bpf %s da skip_sw" % \ variable