Searched refs:process_name (Results 1 - 25 of 42) sorted by relevance

12

/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
H A D__init__.py56 process_name = self._browser_backend.GetProcessName(cmd_line)
57 output_file = '%s.%s%s' % (self._output_path, process_name,
58 process_name_counts[process_name])
59 process_name_counts[process_name] += 1
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dcrashlogs.py36 def find_newest_log(self, process_name, pid=None, include_errors=False, newer_than=None):
38 return self._find_newest_log_darwin(process_name, pid, include_errors, newer_than)
50 def _find_newest_log_darwin(self, process_name, pid, include_errors, newer_than):
52 return basename.startswith(process_name + "_") and basename.endswith(".crash")
56 first_line_regex = re.compile(r'^Process:\s+(?P<process_name>.*) \[(?P<pid>\d+)\]$')
63 if match and match.group('process_name') == process_name and (pid is None or int(match.group('pid')) == pid):
H A Dcrashlogs_unittest.py32 def make_mock_crash_report_darwin(process_name, pid):
33 return """Process: {process_name} [{pid}]
34 Path: /Volumes/Data/slave/snowleopard-intel-release-tests/build/WebKitBuild/Release/{process_name}
35 Identifier: {process_name}
68 """.format(process_name=process_name, pid=pid)
H A Dexecutive.py268 process_name_filter = lambda process_name: True
282 pid, process_name = line.strip().split(' ', 1)
283 if process_name_filter(process_name):
292 process_name_filter = lambda process_name: True
309 def _windows_image_name(self, process_name):
310 name, extension = os.path.splitext(process_name)
314 process_name = "%s.exe" % name
315 return process_name
H A Dexecutive_mock.py78 for process_name, process_pid in self._running_pids.iteritems():
79 if process_name_filter(process_name):
134 def kill_all(self, process_name):
/external/valgrind/main/memcheck/tests/
H A Dfile_locking.c36 static int open_lock_and_map(const char* const process_name, argument
54 fprintf(stderr, "%s: about to lock file for writing.\n", process_name);
61 fprintf(stderr, "%s: file locking attempt succeeded.\n", process_name);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
H A Dtest_failures.py127 def __init__(self, is_reftest=False, process_name='content_shell', pid=None, has_log=False):
129 self.process_name = process_name
136 return "%s crashed [pid=%d]" % (self.process_name, self.pid)
137 return self.process_name + " crashed"
H A Dtest_failures_unittest.py73 self.assertEqual(FailureCrash(process_name='foo', pid=1234).message(), 'foo crashed [pid=1234]')
/external/chromium_org/chrome/browser/
H A Dmemory_details_win.cc46 const wchar_t* process_name; member in struct:__anon4283
61 process.process_name = process_template[index].process_name;
104 if (_wcsicmp(process_data_[index2].process_name.c_str(),
H A Dmemory_details_linux.cc55 const char process_name[16]; member in struct:__anon4280
105 static BrowserType GetBrowserType(const std::string& process_name) { argument
106 for (unsigned i = 0; kBrowserBinaryNames[i].process_name[0]; ++i) {
107 if (strcmp(process_name.c_str(), kBrowserBinaryNames[i].process_name) == 0)
202 current_browser.process_name = base::ASCIIToUTF16("chrome");
H A Dmemory_details_mac.cc64 const char* process_name; member in struct:__anon4281
77 process.process_name =
78 base::UTF8ToUTF16(process_template[index].process_name);
109 base::UTF16ToUTF8(process_data_[index].process_name), NULL);
H A Dmemory_details.h80 base::string16 process_name; member in struct:ProcessData
/external/oprofile/libutil++/
H A Dchild_reader.h79 * - "process_name return xxx" xxx is return code
80 * - "process_name terminated by signal xxx" xxx is signal number
105 std::string process_name; member in class:child_reader
H A Dchild_reader.cpp36 process_name(cmd),
266 err << process_name << " terminated by signal "
269 err << process_name << " return "
/external/chromium_org/build/android/pylib/device/
H A Ddevice_utils.py348 def KillAll(self, process_name, signum=9, as_root=False, blocking=False,
353 process_name: A string containing the name of the process to kill.
359 with the given |process_name| are dead.
368 pids = self._GetPidsImpl(process_name)
371 'No process "%s"' % process_name, device=str(self))
378 while self._GetPidsImpl(process_name):
737 def GetPids(self, process_name, timeout=None, retries=None):
740 Note that the |process_name| is often the package name.
743 process_name: A string containing the process name to get the PIDs for.
749 provided |process_name|
[all...]
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dadb.h37 const std::string& process_name,
H A Dadb_impl.h49 const std::string& process_name,
H A Dadb_impl.cc195 const std::string& process_name,
212 if (tokens[8].compare(process_name) == 0) {
222 "Failed to get PID for the following process: " + process_name);
194 GetPidByName(const std::string& device_serial, const std::string& process_name, int* pid) argument
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/breakpad/
H A Ddump_reader.py73 for test, process_name, pid in crashed_processes:
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.h94 WillAttachToProcessWithName (const char *process_name, bool wait_for_launch);
106 DoAttachToProcessWithName (const char *process_name, bool wait_for_launch, const lldb_private::ProcessAttachInfo &attach_info);
/external/lldb/tools/darwin-threads/
H A Dexamine-threads.c98 get_kinfo_proc_for_pid (pid_t pid, const char *process_name) argument
333 const char *process_name = get_process_name_for_pid (pid); local
335 // At this point "pid" is the process id and "process_name" is the process name
339 struct kinfo_proc *kinfo = get_kinfo_proc_for_pid (pid, process_name);
341 printf ("pid %d (%s) is currently ", pid, process_name);
482 free ((void *) process_name);
/external/chromium_org/tools/dromaeo_benchmark_runner/
H A Ddromaeo_benchmark_runner.py80 def KillProcessByName(process_name):
84 match = re.search(re.escape(process_name) + '\s+(\d+)', stdout)
/external/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h98 WillAttachToProcessWithName (const char *process_name, bool wait_for_launch);
113 DoAttachToProcessWithName (const char *process_name,
/external/lldb/tools/debugserver/source/
H A DDNB.cpp45 static size_t GetAllInfosMatchingName (const char *process_name, std::vector<struct kinfo_proc>& matching_proc_infos);
444 const char *process_name; local
445 process_name = strrchr (full_process_name, '/');
446 if (process_name == NULL)
447 process_name = full_process_name;
449 process_name++;
451 const int process_name_len = strlen(process_name);
466 if (::strncasecmp(process_name, proc_infos[i].kp_proc.p_comm, MAXCOMLEN) == 0)
499 if (::strncasecmp(process_name, argv_basename, PATH_MAX) == 0)
/external/lldb/utils/vim-lldb/python-vim-lldb/
H A Dlldb_controller.py144 def doAttach(self, process_name):
150 self.process = self.target.AttachToProcessWithName(self.processListener, process_name, False, error)
158 print "Attached to %s (pid=%d)" % (process_name, self.pid)

Completed in 527 milliseconds

12