Home
last modified time | relevance | path

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

/external/autotest/server/cros/
Dresource_monitor_unittest.py49 def _process_top(self, cmd_args, cmd_line): argument
76 def _process_kill(self, cmd_args, cmd_line): argument
101 def _process_rm(self, cmd_args, cmd_line): argument
129 def _run_single_cmd(self, cmd_line, *args, **kwargs): argument
153 def run(self, cmd_line, *args, **kwargs): argument
166 def run_background(self, cmd_line, *args, **kwargs): argument
/external/webrtc/webrtc/examples/peerconnection/client/
Dmain.cc21 wchar_t* cmd_line, int cmd_show) { in wWinMain()
/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
/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/u-boot/arch/x86/lib/
Dzimage.c239 int setup_zimage(struct boot_params *setup_base, char *cmd_line, int auto_boot, in setup_zimage()
/external/autotest/client/site_tests/video_VDAPerf/
Dvideo_VDAPerf.py224 def _append_freon_switch_if_needed(self, cmd_line): argument
/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/u-boot/common/
Davb_verify.c156 char *cmd_line; in append_cmd_line() local
/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/autotest/client/site_tests/camera_V4L2/src/
Dmedia_v4l2_test.cc702 const base::CommandLine* cmd_line = base::CommandLine::ForCurrentProcess(); in main() local
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_debug.c1050 char cmd_line[4096]; in si_check_vm_faults() local
/external/mesa3d/src/gallium/drivers/ddebug/
Ddd_draw.c45 char cmd_line[4096]; in dd_write_header() local
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_offload.py1035 cmd_line = "tc filter add dev %s ingress bpf %s da skip_sw" % \ variable