HomeSort by relevance Sort by last modified time
    Searched refs:process_name (Results 1 - 20 of 20) sorted by null

  /external/autotest/client/common_lib/
process_utils.py 10 def pkill_process(process_name, is_full_name=True,
15 @param process_name: the name of a process.
16 @param is_full_name: True iff the value of |process_name| is the complete
27 kill_cmd = 'pkill %s "%s"' % (full_flag, process_name)
37 r = run('cat /proc/`pgrep %s`/status' % process_name,
40 (process_name, r.stdout))
  /external/autotest/client/site_tests/logging_CrashServices/
logging_CrashServices.py 41 def _find_crash_files(self, process_name, extension):
44 @param process_name: Name of the process killed.
51 process_name, extension)
54 def _find_file_in_path(self, path, process_name, filetype):
59 @param process_name: Name of the process.
72 if ext == filetype and filename.startswith(process_name):
90 process_name = os.path.basename(process_path)
95 condition=lambda: self._find_crash_files(process_name,
  /bionic/linker/
linker_logger.cpp 79 std::string process_name = (process_name_end != nullptr) ? local
83 std::string property_name = std::string("debug.ld.app.") + process_name;
  /external/tensorflow/tensorflow/core/profiler/rpc/client/
trace_events_to_json_test.cc 79 {"ph":"M", "pid":1, "name":"process_name", "args":{"name":"D1"}},
85 {"ph":"M", "pid":2, "name":"process_name", "args":{"name":"D2"}},
trace_events_to_json.cc 66 R"({"ph":"M","pid":%u,"name":"process_name",)"
  /development/python-packages/gdbrunner/
__init__.py 127 process_name = columns[-1]
129 if process_name in processes:
130 processes[process_name].append(pid)
132 processes[process_name] = [pid]
137 def get_pids(device, process_name):
139 return processes.get(process_name, [])
  /external/perfetto/protos/perfetto/metrics/android/
mem_metric.proto 48 optional string process_name = 1;
  /development/apps/Development/src/com/android/development/
ProcessInfo.java 38 TextView processNameView = (TextView) findViewById(R.id.process_name);
  /external/autotest/client/profilers/powertop/src/
powertop.h 46 void suggest_process_death(char *process_match, char *process_name, struct line *slines, int linecount, double minwakeups, char *comment, int weight);
  /development/scripts/
gdbclient.py 90 def get_remote_pid(device, process_name):
92 if process_name not in processes:
93 msg = "failed to find running process {}".format(process_name)
95 pids = processes[process_name]
97 msg = "multiple processes match '{}': {}".format(process_name, pids)
  /cts/hostsidetests/theme/
android_device.py 97 def is_process_alive(self, process_name):
103 return process_name in names
  /external/autotest/client/common_lib/cros/
arc.py 369 def is_android_process_running(process_name):
372 @param process_name: Process name.
374 output = adb_shell('pgrep -c -f %s' % pipes.quote(process_name))
466 def wait_for_android_process(process_name,
470 @param process_name: Process name.
473 condition = lambda: is_android_process_running(process_name)
475 desc='%s is running' % process_name,
    [all...]
  /external/autotest/client/site_tests/video_VideoDecodeMemoryUsage/
video_VideoDecodeMemoryUsage.py 196 process_name = process_memory_dump.process_name
197 process_memory[process_name] += sum(
  /external/chromium-trace/catapult/devil/devil/android/
device_utils.py     [all...]
  /external/toybox/toys/pending/
bootchartd.c 271 char *process_name[] = {"bootchartd", NULL}; local
273 names_to_pid(process_name, push_pids_in_list);
  /external/autotest/client/site_tests/network_ShillInitScripts/
network_ShillInitScripts.py 325 def find_pid(self, process_name):
326 """ Returns the process id of |process_name|.
328 @param process_name string name of process to search for.
331 return utils.system_output('pgrep %s' % process_name,
  /external/v8/samples/
process.cc 212 Local<String> process_name =
218 if (!context->Global()->Get(context, process_name).ToLocal(&process_val) ||
  /external/perfetto/src/trace_processor/
proto_trace_parser.cc 1548 auto process_name = annotation.string_value(); local
    [all...]
proto_trace_parser_unittest.cc 95 base::StringView process_name));
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.14.0.v20180528-0519.jar 

Completed in 405 milliseconds