HomeSort by relevance Sort by last modified time
    Searched full:slots (Results 1 - 25 of 932) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/oprofile/libabi/
abi.cpp 32 slots[entry->name] = entry->offset;
34 slots["little_endian"] = op_little_endian();
40 if (slots.find(key) != slots.end())
41 return slots.find(key)->second;
49 return slots == other.slots;
55 abi_iter i = abi.slots.begin();
56 abi_iter e = abi.slots.end();
69 abi.slots.clear()
    [all...]
abi.h 39 std::map<std::string, int> slots; member in class:abi
  /libcore/luni/src/test/java/libcore/java/util/
OldAndroidHashMapTest.java 115 boolean[] slots = new boolean[4];
134 if (slots[slot]) {
137 slots[slot] = true;
141 assertTrue(slots[0]);
142 assertTrue(slots[1]);
143 assertTrue(slots[2]);
144 assertTrue(slots[3]);
150 boolean[] slots = new boolean[4];
169 if (slots[slot]) {
172 slots[slot] = true
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
userdatarequest.h 28 public slots:
31 protected slots:
scanresults.h 26 public slots:
33 protected slots:
addinterface.h 27 public slots:
eventhistory.h 46 public slots:
50 protected slots:
networkconfig.h 33 public slots:
42 protected slots:
  /external/dbus/dbus/
dbus-dataslot.c 29 * @defgroup DBusDataSlot Data slots
41 * integer IDs for data slots.
145 _dbus_verbose ("Allocated slot %d on allocator %p total %d slots allocated %d used\n",
215 list->slots = NULL;
261 tmp = dbus_realloc (list->slots,
266 list->slots = tmp;
271 list->slots[i].data = NULL;
272 list->slots[i].free_data_func = NULL;
279 *old_data = list->slots[slot].data;
280 *old_free_func = list->slots[slot].free_data_func
    [all...]
dbus-dataslot.h 57 DBusAllocatedSlot *allocated_slots; /**< Allocated slots */
58 int n_allocated_slots; /**< number of slots malloc'd */
59 int n_used_slots; /**< number of slots used */
69 DBusDataSlot *slots; /**< Data slots */ member in struct:DBusDataSlotList
70 int n_slots; /**< Slots we have storage for in data_slots */
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
scanresults.h 32 public slots:
39 protected slots:
userdatarequest.h 34 public slots:
37 protected slots:
eventhistory.h 52 public slots:
56 protected slots:
networkconfig.h 39 public slots:
48 protected slots:
addinterface.h 33 public slots:
  /external/kernel-headers/original/linux/
efs_dir.h 28 unsigned char slots; member in struct:efs_dir
  /external/jmonkeyengine/engine/src/test/jme3test/app/
TestIDList.java 80 static Object[] slots = new Object[16]; field in class:TestIDList
103 if (slots[slot] != val){
105 slots[slot] = val;
111 if (slots[i] != null && enabledSlots[i] == false){
114 if (slots[i] == null && enabledSlots[i] == true){
120 if (slots[i] != val)
125 if (slots[i] != null)
137 slots[slot] = null;
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
PlatformVideoWindowPrivate.h 44 public slots:
47 private slots:
  /external/webkit/Source/WebKit/qt/tests/hybridPixmap/
tst_hybridPixmap.cpp 31 public slots:
40 private slots:
  /dalvik/vm/mterp/x86/
entry.S 34 * for 9 spill slots, 4 local slots, 5 arg slots to bring
  /external/chromium/base/
global_descriptors_posix.h 25 // descriptors which need to be in these slots generally aren't known, any code
29 // We could try to fill the reserved slots as soon as possible, but this is a
33 // slots and add a layer of indirection in the form of this singleton object.
  /external/mesa3d/src/mesa/program/
prog_uniform.h 66 GLuint Slots; /**< number of float[4] slots non-sampler uniforms occupy */
67 GLuint SamplerSlots; /**< number of float[4] slots samplers occupy */
  /development/ndk/platforms/android-3/include/linux/
efs_dir.h 33 unsigned char slots; member in struct:efs_dir
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
eventhistory.ui.h 4 ** If you want to add, delete, or rename functions or slots, use
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
efs_dir.h 33 unsigned char slots; member in struct:efs_dir

Completed in 1841 milliseconds

1 2 3 4 5 6 7 8 91011>>