/external/perfetto/src/profiling/common/ |
D | proc_cmdline_unittest.cc | 29 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 …]
|
D | proc_utils.cc | 124 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
|
D | proc_cmdline.cc | 85 const char* FindBinaryName(const char* cmdline, size_t cmdline_len) { in FindBinaryName() 108 const char* cmdline, in MatchGlobPattern()
|
D | proc_utils_unittest.cc | 30 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/ |
D | preconfig.c | 114 _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/ |
D | serial.rs | 209 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/ |
D | launcher.c | 133 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/ |
D | zoolib.c | 186 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/ |
D | cec_service | 17 def main(cmdline): argument
|
/external/rust/crates/grpcio-sys/grpc/tools/distrib/ |
D | run_clang_tidy.py | 46 cmdline = [ variable
|
/external/perfetto/docs/quickstart/ |
D | android-tracing.md | 123 #### Full trace config
|
/external/perfetto/protos/perfetto/trace/ |
D | ui_state.proto | 50 string cmdline = 2; field
|
/external/grpc-grpc/tools/distrib/ |
D | run_clang_tidy.py | 52 cmdline = [ variable
|
/external/skia/tools/malisc/ |
D | malisc.py | 26 cmdline = [compiler] variable
|
/external/mesa3d/src/gallium/auxiliary/os/ |
D | os_process.c | 113 os_get_command_line(char *cmdline, size_t size) in os_get_command_line()
|
/external/python/cpython2/Lib/test/ |
D | test_popen.py | 18 def _do_test_commandline(self, cmdline, expected): argument
|
/external/toybox/toys/other/ |
D | switch_root.c | 46 char *newroot = *toys.optargs, **cmdline = toys.optargs+1; in switch_root_main() local
|
/external/python/cpython2/PC/ |
D | w9xpopen.c | 35 char *cmdline, *cmdlinefill; in main() local
|
/external/python/cpython3/Lib/test/ |
D | test_popen.py | 24 def _do_test_commandline(self, cmdline, expected): argument
|
/external/perfetto/protos/perfetto/trace/ps/ |
D | process_tree.proto | 55 repeated string cmdline = 3; field
|
/external/perfetto/protos/perfetto/trace/track_event/ |
D | process_descriptor.proto | 27 repeated string cmdline = 2; field
|
/external/perfetto/src/tracing/ |
D | platform_posix.cc | 100 std::string cmdline; in GetCurrentProcessName() local
|
/external/armnn/src/armnnQuantizer/ |
D | ArmNNQuantizerMain.cpp | 19 armnnQuantizer::CommandLineProcessor cmdline; in main() local
|
/external/strace/tests-m32/ |
D | kexec_file_load.c | 80 char *cmdline = tail_memdup(cmdline_str, sizeof(cmdline_str)); in main() local
|
/external/strace/tests/ |
D | kexec_file_load.c | 80 char *cmdline = tail_memdup(cmdline_str, sizeof(cmdline_str)); in main() local
|