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

  /external/libvpx/libvpx/vp8/common/generic/
systemdependent.c 64 ULONG proc_id; local
68 for (proc_id = 1; ; proc_id++)
70 if (DosGetProcessorStatus(proc_id, &status))
  /external/oprofile/opjitconv/
opjitconv.c 145 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))) {
418 char * proc_id; local
445 char * proc_id = get_procid_from_dirname(pname->name); local
    [all...]
  /external/chromium_org/chrome/test/chromedriver/net/
port_server.cc 102 int proc_id = static_cast<int>(base::GetCurrentProcId()); local
103 std::string request = base::IntToString(proc_id);
  /external/chromium_org/chrome/browser/extensions/api/processes/
processes_api.cc 741 std::vector<int>::iterator proc_id = std::find(process_ids_.begin(), local
743 if (proc_id != process_ids_.end()) {
750 process_ids_.erase(proc_id);
  /external/chromium_org/build/android/pylib/
android_commands.py     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
core.h 125 struct snd_info_entry *proc_id; /* the card id */ member in struct:snd_card
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
core.h 125 struct snd_info_entry *proc_id; /* the card id */ member in struct:snd_card

Completed in 1344 milliseconds