Home
last modified time | relevance | path

Searched defs:cmdline (Results 1 – 25 of 90) sorted by relevance

1234

/external/perfetto/src/profiling/common/
Dproc_cmdline_unittest.cc29 char cmdline[] = "surfaceflinger"; in TEST() local
34 char cmdline[] = "surfaceflinger\0--flag"; in TEST() local
39 char cmdline[] = "/system/bin/surfaceflinger\0--flag\0--flag2"; in TEST() local
45 char cmdline[] = "android.hardware.graphics.composer@2.2-service"; in TEST() local
49 char cmdline[] = "com.google.android.googlequicksearchbox:search"; in TEST() local
55 char cmdline[] = in TEST() local
64 char cmdline[] = ""; in TEST() local
68 char cmdline[] = "\0foo"; in TEST() local
72 char cmdline[] = "/foo/"; in TEST() local
76 char cmdline[] = "/"; in TEST() local
[all …]
Dproc_utils.cc124 char* cmdline = *cmdline_ptr; in NormalizeCmdLine() local
155 std::string cmdline = cmdlines[i]; // mutable copy in NormalizeCmdlines() local
180 char cmdline[512]; in GetCmdlineForPID() local
237 for (const std::string& cmdline : cmdlines) { in FindPidsForCmdlines() local
250 std::string cmdline; in FindPidsForCmdlinePatterns() local
Dproc_cmdline.cc85 const char* FindBinaryName(const char* cmdline, size_t cmdline_len) { in FindBinaryName()
108 const char* cmdline, in MatchGlobPattern()
Dproc_utils_unittest.cc30 std::string NormalizeToString(char* cmdline, size_t size) { in NormalizeToString()
94 char* cmdline = kCmdline; in TEST() local
99 char* cmdline = nullptr; in TEST() local
/external/python/cpython3/Python/
Dpreconfig.c114 _PyPreCmdline_Clear(_PyPreCmdline *cmdline) in _PyPreCmdline_Clear()
122 _PyPreCmdline_SetArgv(_PyPreCmdline *cmdline, const _PyArgv *args) in _PyPreCmdline_SetArgv()
129 precmdline_get_preconfig(_PyPreCmdline *cmdline, const PyPreConfig *config) in precmdline_get_preconfig()
145 precmdline_set_preconfig(const _PyPreCmdline *cmdline, PyPreConfig *config) in precmdline_set_preconfig()
159 _PyPreCmdline_SetConfig(const _PyPreCmdline *cmdline, PyConfig *config) in _PyPreCmdline_SetConfig()
181 precmdline_parse_cmdline(_PyPreCmdline *cmdline) in precmdline_parse_cmdline()
228 _PyPreCmdline_Read(_PyPreCmdline *cmdline, const PyPreConfig *preconfig) in _PyPreCmdline_Read()
604 preconfig_init_utf8_mode(PyPreConfig *config, const _PyPreCmdline *cmdline) in preconfig_init_utf8_mode()
747 preconfig_read(PyPreConfig *config, _PyPreCmdline *cmdline) in preconfig_read()
833 _PyPreCmdline cmdline = _PyPreCmdline_INIT; in _PyPreConfig_Read() local
/external/crosvm/arch/src/
Dserial.rs209 let mut cmdline = Cmdline::new(4096); in get_serial_cmdline_default() localVariable
222 let mut cmdline = Cmdline::new(4096); in get_serial_cmdline_virtio_console() localVariable
251 let mut cmdline = Cmdline::new(4096); in get_serial_cmdline_virtio_console_serial_earlycon() localVariable
297 let mut cmdline = Cmdline::new(4096); in get_serial_cmdline_virtio_console_invalid_earlycon() localVariable
/external/python/setuptools/
Dlauncher.c133 char **parse_argv(char *cmdline, int *argc) in parse_argv()
231 char* cmdline; in join_executable_and_args() local
258 char *cmdline; in run() local
/external/ltp/pan/
Dzoolib.c186 int zoo_mark_cmdline(zoo_t z, pid_t p, char *tag, char *cmdline) in zoo_mark_cmdline()
196 char *cmdline; in zoo_mark_args() local
400 char cmdline[200]; in zt_add() local
/external/autotest/server/site_tests/enterprise_CFM_CEC/chameleon_cecservice/
Dcec_service17 def main(cmdline): argument
/external/rust/crates/grpcio-sys/grpc/tools/distrib/
Drun_clang_tidy.py46 cmdline = [ variable
/external/perfetto/docs/quickstart/
Dandroid-tracing.md123 #### Full trace config
/external/perfetto/protos/perfetto/trace/
Dui_state.proto50 string cmdline = 2; field
/external/grpc-grpc/tools/distrib/
Drun_clang_tidy.py52 cmdline = [ variable
/external/skia/tools/malisc/
Dmalisc.py26 cmdline = [compiler] variable
/external/mesa3d/src/gallium/auxiliary/os/
Dos_process.c113 os_get_command_line(char *cmdline, size_t size) in os_get_command_line()
/external/python/cpython2/Lib/test/
Dtest_popen.py18 def _do_test_commandline(self, cmdline, expected): argument
/external/toybox/toys/other/
Dswitch_root.c46 char *newroot = *toys.optargs, **cmdline = toys.optargs+1; in switch_root_main() local
/external/python/cpython2/PC/
Dw9xpopen.c35 char *cmdline, *cmdlinefill; in main() local
/external/python/cpython3/Lib/test/
Dtest_popen.py24 def _do_test_commandline(self, cmdline, expected): argument
/external/perfetto/protos/perfetto/trace/ps/
Dprocess_tree.proto55 repeated string cmdline = 3; field
/external/perfetto/protos/perfetto/trace/track_event/
Dprocess_descriptor.proto27 repeated string cmdline = 2; field
/external/perfetto/src/tracing/
Dplatform_posix.cc100 std::string cmdline; in GetCurrentProcessName() local
/external/armnn/src/armnnQuantizer/
DArmNNQuantizerMain.cpp19 armnnQuantizer::CommandLineProcessor cmdline; in main() local
/external/strace/tests-m32/
Dkexec_file_load.c80 char *cmdline = tail_memdup(cmdline_str, sizeof(cmdline_str)); in main() local
/external/strace/tests/
Dkexec_file_load.c80 char *cmdline = tail_memdup(cmdline_str, sizeof(cmdline_str)); in main() local

1234