Searched refs:proc_id (Results 1 - 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp8/common/generic/
H A Dsystemdependent.c64 ULONG proc_id; local
68 for (proc_id = 1; ; proc_id++)
70 if (DosGetProcessorStatus(proc_id, &status))
/external/oprofile/opjitconv/
H A Dopjitconv.c145 char const * proc_id)
149 snprintf(match_filter, 10, "*/%s.*", proc_id);
245 * we create an ELF file (<proc_id>.jo) and place it in that directory.
260 char * proc_id = NULL; local
291 proc_id = xmalloc(proc_id_length + 1);
292 memcpy(proc_id, dumpfilename, proc_id_length);
293 proc_id[proc_id_length] = '\0';
295 proc_id);
304 if (!proc_id) {
309 if (!(anon_dir = find_anon_dir_match(anon_sample_dirs, proc_id))) {
144 find_anon_dir_match(struct list_head * anon_dirs, char const * proc_id) argument
418 char * proc_id; local
445 char * proc_id = get_procid_from_dirname(pname->name); local
[all...]
/external/chromium_org/build/android/pylib/
H A Dandroid_commands.py1227 def SearchLogcatRecord(self, record, message, thread_id=None, proc_id=None,
1239 proc_id: The process that is the origin of the message.
1245 thread_id, proc_id, log_level, component, and message.
1249 if proc_id:
1250 proc_id = str(proc_id)
1257 (not proc_id or proc_id == pid) and
1260 match = dict({'thread_id': tid, 'proc_id': pid,
/external/chromium_org/chrome/browser/extensions/api/processes/
H A Dprocesses_api.cc754 std::vector<int>::iterator proc_id = std::find(process_ids_.begin(), local
756 if (proc_id != process_ids_.end()) {
763 process_ids_.erase(proc_id);

Completed in 109 milliseconds