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

1 2 3 4 5 6 7 8

  /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:
  /external/libunwind/include/tdep-ia64/
rse.h 48 uint64_t slots = (bsp - bspstore) >> 3; local
50 return slots - (rse_slot_num(bspstore) + slots)/0x40;
  /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...]
  /development/ndk/platforms/android-3/include/linux/
efs_dir.h 33 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
  /prebuilts/ndk/7/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-4/arch-arm/usr/include/linux/
efs_dir.h 33 unsigned char slots; member in struct:efs_dir

Completed in 824 milliseconds

1 2 3 4 5 6 7 8