Home
last modified time | relevance | path

Searched refs:process_name (Results 1 – 22 of 22) sorted by relevance

/external/autotest/client/site_tests/logging_CrashServices/
Dlogging_CrashServices.py41 def _find_crash_files(self, process_name, extension): argument
51 process_name, extension)
54 def _find_file_in_path(self, path, process_name, filetype): argument
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,
/external/autotest/client/common_lib/
Dprocess_utils.py10 def pkill_process(process_name, is_full_name=True, argument
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/apmanager_CheckAPProcesses/
Dapmanager_CheckAPProcesses.py29 process_name, argument
42 out = utils.system_output('pgrep %s 2>&1' % process_name,
52 % (process_name, expected_running, actual_running))
/external/valgrind/memcheck/tests/
Dfile_locking.c36 static int open_lock_and_map(const char* const process_name, in open_lock_and_map() argument
54 fprintf(stderr, "%s: about to lock file for writing.\n", process_name); in open_lock_and_map()
61 fprintf(stderr, "%s: file locking attempt succeeded.\n", process_name); in open_lock_and_map()
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils.py1112 def KillAll(self, process_name, exact=False, signum=device_signal.SIGKILL, argument
1141 processes = self.ListProcesses(process_name)
1143 processes = [p for p in processes if p.name == process_name]
1149 'No processes matching %r (exact=%r)' % (process_name, exact),
1153 'KillAll(%r, ...) attempting to kill the following:', process_name)
1162 pids_left = (p.pid for p in self.ListProcesses(process_name))
2301 def ListProcesses(self, process_name=None, timeout=None, retries=None): argument
2317 process_name = process_name or ''
2319 for line in self._GetPsOutput(process_name):
2323 if row['pid'] == 'PID' or process_name not in row['name']:
[all …]
/external/tensorflow/tensorflow/contrib/tpu/profiler/
Dtrace_events_to_json_test.cc76 {"ph":"M", "pid":1, "name":"process_name", "args":{"name":"D1"}}, in TEST()
82 {"ph":"M", "pid":2, "name":"process_name", "args":{"name":"D2"}}, in TEST()
Dtrace_events_to_json.cc63 R"({"ph":"M","pid":%u,"name":"process_name",)" in AddDeviceMetadata()
/external/autotest/client/common_lib/cros/
Darc.py281 def is_android_process_running(process_name): argument
286 output = adb_shell('pgrep -c -f %s' % pipes.quote(process_name))
354 def wait_for_android_process(process_name, argument
361 condition = lambda: is_android_process_running(process_name)
363 desc='%s is running' % process_name,
/external/autotest/client/site_tests/video_VideoDecodeMemoryUsage/
Dvideo_VideoDecodeMemoryUsage.py196 process_name = process_memory_dump.process_name
197 process_memory[process_name] += sum(
/external/libmojo/third_party/catapult/devil/devil/android/
Ddevice_utils.py927 def KillAll(self, process_name, exact=False, signum=device_signal.SIGKILL, argument
956 procs_pids = self.GetPids(process_name)
958 procs_pids = {process_name: procs_pids.get(process_name, [])}
965 'No process "%s"' % process_name, str(self))
968 'KillAll(%r, ...) attempting to kill the following:', process_name)
977 procs_pids_remain = self.GetPids(process_name)
2026 def GetPids(self, process_name, timeout=None, retries=None): argument
2047 'ps | grep -F %s' % cmd_helper.SingleQuote(process_name))
2059 if process_name in ps_data[-1]:
/external/autotest/client/site_tests/security_ASLR/
Dsecurity_ASLR.py357 for process_name, results in full_results.iteritems():
358 logging.debug('Results for %s:', process_name)
/external/toybox/toys/pending/
Dbootchartd.c271 char *process_name[] = {"bootchartd", NULL}; in bootchartd_main() local
273 names_to_pid(process_name, push_pids_in_list); in bootchartd_main()
/external/chromium-trace/catapult/devil/docs/
Ddevice_utils.md397 process_name: A string containing the name of the process to kill.
399 the string |process_name| exactly, or all of those which contain
400 |process_name| as a substring. Defaults to False.
406 with the given |process_name| are dead.
827 Note that the |process_name|, often the package name, must match exactly.
830 process_name: A string containing the process name to get the PIDs for.
908 Note that the |process_name| is often the package name.
911 process_name: A string containing the process name to get the PIDs for.
918 contained the provided |process_name|.
/external/autotest/client/profilers/powertop/src/
Dpowertop.h46 void suggest_process_death(char *process_match, char *process_name, struct line *slines, int lineco…
/external/devlib/devlib/
Dtarget.py431 def killall(self, process_name, signal=None, as_root=False): argument
432 for pid in self.get_pids_of(process_name):
438 def get_pids_of(self, process_name): argument
815 def get_pids_of(self, process_name): argument
818 result = self.execute('ps -C {} -o pid'.format(process_name), # NOQA
1077 def get_pids_of(self, process_name): argument
1079 search_term = process_name[-15:]
/external/autotest/client/site_tests/network_ShillInitScripts/
Dnetwork_ShillInitScripts.py340 def find_pid(self, process_name): argument
346 return utils.system_output('pgrep %s' % process_name,
/external/v8/samples/
Dprocess.cc189 Local<String> process_name = in Initialize() local
195 if (!context->Global()->Get(context, process_name).ToLocal(&process_val) || in Initialize()
/external/libchrome/base/trace_event/
Dtrace_log.h304 void SetProcessName(const char* process_name);
Dtrace_log.cc1613 void TraceLog::SetProcessName(const char* process_name) { in SetProcessName() argument
1615 process_name_ = process_name; in SetProcessName()
/external/guice/extensions/struts2/lib/
Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse ...
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
/external/dagger2/lib/
Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...