Home
last modified time | relevance | path

Searched refs:proc_id (Results 1 – 5 of 5) sorted by relevance

/external/oprofile/opjitconv/
Dopjitconv.c145 char const * proc_id) in find_anon_dir_match() argument
149 snprintf(match_filter, 10, "*/%s.*", proc_id); in find_anon_dir_match()
260 char * proc_id = NULL; in process_jit_dumpfile() local
291 proc_id = xmalloc(proc_id_length + 1); in process_jit_dumpfile()
292 memcpy(proc_id, dumpfilename, proc_id_length); in process_jit_dumpfile()
293 proc_id[proc_id_length] = '\0'; in process_jit_dumpfile()
295 proc_id); in process_jit_dumpfile()
304 if (!proc_id) { in process_jit_dumpfile()
309 if (!(anon_dir = find_anon_dir_match(anon_sample_dirs, proc_id))) { in process_jit_dumpfile()
330 strlen(proc_id) + strlen(".jo") + 1); in process_jit_dumpfile()
[all …]
/external/libvpx/libvpx/vp8/common/generic/
Dsystemdependent.c64 ULONG proc_id; in get_cpu_count() local
68 for (proc_id = 1; ; proc_id++) in get_cpu_count()
70 if (DosGetProcessorStatus(proc_id, &status)) in get_cpu_count()
/external/chromium_org/chrome/test/chromedriver/net/
Dport_server.cc102 int proc_id = static_cast<int>(base::GetCurrentProcId()); in RequestPort() local
103 std::string request = base::IntToString(proc_id); in RequestPort()
/external/chromium_org/build/android/pylib/
Dandroid_commands.py1405 def SearchLogcatRecord(self, record, message, thread_id=None, proc_id=None, argument
1427 if proc_id:
1428 proc_id = str(proc_id)
1435 (not proc_id or proc_id == pid) and
/external/chromium_org/chrome/browser/extensions/api/processes/
Dprocesses_api.cc741 std::vector<int>::iterator proc_id = std::find(process_ids_.begin(), in GatherProcessInfo() local
743 if (proc_id != process_ids_.end()) { in GatherProcessInfo()
750 process_ids_.erase(proc_id); in GatherProcessInfo()