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

1 2 3 4 5 6 7

  /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...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
scanresults.h 26 public slots:
33 protected slots:
userdatarequest.h 28 public slots:
31 protected slots:
addinterface.h 27 public slots:
eventhistory.h 46 public slots:
50 protected slots:
networkconfig.h 33 public slots:
42 protected slots:
  /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/chromium_org/third_party/tcmalloc/chromium/src/tests/
profiledata_unittest.cc 128 // Checks the first 'num_slots' profile data slots in the file
129 // against the data pointed to by 'slots'. Returns kNoError if the
132 string Check(const ProfileDataSlot* slots, int num_slots) {
133 return CheckWithSkips(slots, num_slots, NULL, 0);
136 // Checks the first 'num_slots' profile data slots in the file
137 // against the data pointed to by 'slots', skipping over entries
142 // any skipped slots, i.e., the first 'num_slots' profile data slots
147 string CheckWithSkips(const ProfileDataSlot* slots, int num_slots,
162 string ProfileDataChecker::CheckWithSkips(const ProfileDataSlot* slots,
404 ProfileDataSlot slots[] = { local
425 ProfileDataSlot slots[] = { local
447 ProfileDataSlot slots[] = { local
475 ProfileDataSlot slots[] = { local
493 ProfileDataSlot slots[] = { local
517 ProfileDataSlot slots[] = { local
543 ProfileDataSlot slots[] = { local
590 ProfileDataSlot slots[] = { local
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
profiledata_unittest.cc 128 // Checks the first 'num_slots' profile data slots in the file
129 // against the data pointed to by 'slots'. Returns kNoError if the
132 string Check(const ProfileDataSlot* slots, int num_slots) {
133 return CheckWithSkips(slots, num_slots, NULL, 0);
136 // Checks the first 'num_slots' profile data slots in the file
137 // against the data pointed to by 'slots', skipping over entries
142 // any skipped slots, i.e., the first 'num_slots' profile data slots
147 string CheckWithSkips(const ProfileDataSlot* slots, int num_slots,
162 string ProfileDataChecker::CheckWithSkips(const ProfileDataSlot* slots,
404 ProfileDataSlot slots[] = { local
425 ProfileDataSlot slots[] = { local
447 ProfileDataSlot slots[] = { local
475 ProfileDataSlot slots[] = { local
493 ProfileDataSlot slots[] = { local
517 ProfileDataSlot slots[] = { local
543 ProfileDataSlot slots[] = { local
590 ProfileDataSlot slots[] = { local
    [all...]
  /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;
  /bionic/libc/kernel/common/linux/
efs_dir.h 39 unsigned char slots; member in struct:efs_dir
  /development/ndk/platforms/android-3/include/linux/
efs_dir.h 33 unsigned char slots; member in struct:efs_dir
  /external/kernel-headers/original/linux/
efs_dir.h 28 unsigned char slots; member in struct:efs_dir
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
efs_dir.h 33 unsigned char slots; member in struct:efs_dir
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
efs_dir.h 33 unsigned char slots; member in struct:efs_dir
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
efs_dir.h 33 unsigned char slots; member in struct:efs_dir
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
efs_dir.h 33 unsigned char slots; member in struct:efs_dir
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
efs_dir.h 33 unsigned char slots; member in struct:efs_dir
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
efs_dir.h 33 unsigned char slots; member in struct:efs_dir
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
efs_dir.h 33 unsigned char slots; member in struct:efs_dir
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
efs_dir.h 33 unsigned char slots; member in struct:efs_dir
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
efs_dir.h 33 unsigned char slots; member in struct:efs_dir
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
efs_dir.h 33 unsigned char slots; member in struct:efs_dir
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
efs_dir.h 33 unsigned char slots; member in struct:efs_dir
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
efs_dir.h 33 unsigned char slots; member in struct:efs_dir

Completed in 236 milliseconds

1 2 3 4 5 6 7