HomeSort by relevance Sort by last modified time
    Searched refs:num_entries (Results 1 - 25 of 326) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/runtime/verifier/
dex_gc_map.cc 25 size_t num_entries = NumEntries(); local
28 if (num_entries < kSearchThreshold) {
29 for (size_t i = 0; i < num_entries; i++) {
36 int hi = num_entries -1;
  /external/chromium/chrome/browser/
global_keyboard_shortcuts_mac.h 76 const KeyboardShortcutData* GetWindowKeyboardShortcutTable(size_t* num_entries);
78 GetDelayedWindowKeyboardShortcutTable(size_t* num_entries);
80 GetBrowserKeyboardShortcutTable(size_t* num_entries);
  /external/chromium_org/chrome/browser/
global_keyboard_shortcuts_mac.h 75 const KeyboardShortcutData* GetWindowKeyboardShortcutTable(size_t* num_entries);
77 GetDelayedWindowKeyboardShortcutTable(size_t* num_entries);
79 GetBrowserKeyboardShortcutTable(size_t* num_entries);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/resize_policy/
sample_resize_trigger.hpp 101 // the table is num_entries.
103 notify_inserted(size_type num_entries);
107 notify_erased(size_type num_entries);
128 is_grow_needed(size_type size, size_type num_entries) const;
hash_load_check_resize_trigger_imp.hpp 105 notify_inserted(size_type num_entries)
107 m_resize_needed = (num_entries >= m_next_grow_size);
108 size_base::set_size(num_entries);
115 notify_erased(size_type num_entries)
117 size_base::set_size(num_entries);
118 m_resize_needed = num_entries <= m_next_shrink_size;
134 is_grow_needed(size_type /*size*/, size_type num_entries) const
137 return num_entries >= m_next_grow_size;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/resize_policy/
sample_resize_trigger.hpp 102 // the table is num_entries.
104 notify_inserted(size_type num_entries);
108 notify_erased(size_type num_entries);
129 is_grow_needed(size_type size, size_type num_entries) const;
hash_load_check_resize_trigger_imp.hpp 106 notify_inserted(size_type num_entries)
108 m_resize_needed = (num_entries >= m_next_grow_size);
109 size_base::set_size(num_entries);
116 notify_erased(size_type num_entries)
118 size_base::set_size(num_entries);
119 m_resize_needed = num_entries <= m_next_shrink_size;
135 is_grow_needed(size_type /*size*/, size_type num_entries) const
138 return num_entries >= m_next_grow_size;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/resize_policy/
sample_resize_trigger.hpp 102 // the table is num_entries.
104 notify_inserted(size_type num_entries);
108 notify_erased(size_type num_entries);
129 is_grow_needed(size_type size, size_type num_entries) const;
hash_load_check_resize_trigger_imp.hpp 106 notify_inserted(size_type num_entries)
108 m_resize_needed = (num_entries >= m_next_grow_size);
109 size_base::set_size(num_entries);
116 notify_erased(size_type num_entries)
118 size_base::set_size(num_entries);
119 m_resize_needed = num_entries <= m_next_shrink_size;
135 is_grow_needed(size_type /*size*/, size_type num_entries) const
138 return num_entries >= m_next_grow_size;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/resize_policy/
sample_resize_trigger.hpp 101 // the table is num_entries.
103 notify_inserted(size_type num_entries);
107 notify_erased(size_type num_entries);
128 is_grow_needed(size_type size, size_type num_entries) const;
hash_load_check_resize_trigger_imp.hpp 105 notify_inserted(size_type num_entries)
107 m_resize_needed = (num_entries >= m_next_grow_size);
108 size_base::set_size(num_entries);
115 notify_erased(size_type num_entries)
117 size_base::set_size(num_entries);
118 m_resize_needed = num_entries <= m_next_shrink_size;
134 is_grow_needed(size_type /*size*/, size_type num_entries) const
137 return num_entries >= m_next_grow_size;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/resize_policy/
sample_resize_trigger.hpp 101 // the table is num_entries.
103 notify_inserted(size_type num_entries);
107 notify_erased(size_type num_entries);
128 is_grow_needed(size_type size, size_type num_entries) const;
hash_load_check_resize_trigger_imp.hpp 105 notify_inserted(size_type num_entries)
107 m_resize_needed = (num_entries >= m_next_grow_size);
108 size_base::set_size(num_entries);
115 notify_erased(size_type num_entries)
117 size_base::set_size(num_entries);
118 m_resize_needed = num_entries <= m_next_shrink_size;
134 is_grow_needed(size_type /*size*/, size_type num_entries) const
137 return num_entries >= m_next_grow_size;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/resize_policy/
sample_resize_trigger.hpp 101 // the table is num_entries.
103 notify_inserted(size_type num_entries);
107 notify_erased(size_type num_entries);
128 is_grow_needed(size_type size, size_type num_entries) const;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/resize_policy/
sample_resize_trigger.hpp 101 // the table is num_entries.
103 notify_inserted(size_type num_entries);
107 notify_erased(size_type num_entries);
128 is_grow_needed(size_type size, size_type num_entries) const;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/resize_policy/
sample_resize_trigger.hpp 102 // the table is num_entries.
104 notify_inserted(size_type num_entries);
108 notify_erased(size_type num_entries);
129 is_grow_needed(size_type size, size_type num_entries) const;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/resize_policy/
sample_resize_trigger.hpp 102 /// the table is num_entries.
104 notify_inserted(size_type num_entries);
108 notify_erased(size_type num_entries);
129 is_grow_needed(size_type size, size_type num_entries) const;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/resize_policy/
sample_resize_trigger.hpp 102 // the table is num_entries.
104 notify_inserted(size_type num_entries);
108 notify_erased(size_type num_entries);
129 is_grow_needed(size_type size, size_type num_entries) const;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/resize_policy/
sample_resize_trigger.hpp 102 /// the table is num_entries.
104 notify_inserted(size_type num_entries);
108 notify_erased(size_type num_entries);
129 is_grow_needed(size_type size, size_type num_entries) const;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/resize_policy/
sample_resize_trigger.hpp 101 /// the table is num_entries.
103 notify_inserted(size_type num_entries);
107 notify_erased(size_type num_entries);
128 is_grow_needed(size_type size, size_type num_entries) const;
  /art/runtime/
gc_map.h 67 size_t num_entries = NumEntries(); local
68 size_t index = Hash(native_pc_offset) % num_entries;
71 index = (index + 1) % num_entries;
73 DCHECK_LT(misses, num_entries) << "Failed to find offset: " << native_pc_offset;
  /external/ceres-solver/internal/ceres/
incomplete_lq_factorization.h 81 const int num_entries,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/api/
platform.cpp 28 clGetPlatformIDs(cl_uint num_entries, cl_platform_id *platforms,
30 if ((!num_entries && platforms) ||
  /external/mesa3d/src/gallium/state_trackers/clover/api/
platform.cpp 28 clGetPlatformIDs(cl_uint num_entries, cl_platform_id *platforms,
30 if ((!num_entries && platforms) ||
  /external/qemu/
path.c 27 unsigned int num_entries; member in struct:pathelem
57 new->num_entries = 0;
94 root->num_entries++;
97 + sizeof(root->entries[0])*root->num_entries);
98 e = &root->entries[root->num_entries-1];
114 for (i = 0; i < child->num_entries; i++)
136 for (i = 0; i < cursor->num_entries; i++)
167 if (base->num_entries == 0) {

Completed in 877 milliseconds

1 2 3 4 5 6 7 8 91011>>