HomeSort by relevance Sort by last modified time
    Searched defs:slots (Results 1 - 22 of 22) sorted by null

  /external/oprofile/libabi/
abi.h 39 std::map<std::string, int> slots; member in class:abi
  /external/dbus/dbus/
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 */
  /libcore/luni/src/main/java/java/io/
EmulatedFieldsForDumping.java 196 EmulatedFields.ObjectSlot[] slots = emulatedFields.slots(); local
197 for (int i = 0; i < slots.length; i++) {
198 EmulatedFields.ObjectSlot slot = slots[i];
EmulatedFields.java 64 // The collection of slots the receiver represents
82 // We assume the slots are already sorted in the right shape for dumping
88 * Build emulated slots that correspond to emulated fields. A slot is a
102 // We assume the slots are already sorted in the right shape for dumping
621 public ObjectSlot[] slots() { method in class:EmulatedFields
ObjectInputStream.java 1153 EmulatedFields.ObjectSlot[] slots = emulatedFields.emulatedFields() local
    [all...]
ObjectOutputStream.java 1030 EmulatedFields.ObjectSlot[] slots = accessibleSimulatedFields.slots(); local
    [all...]
  /bionic/libc/kernel/common/linux/
efs_dir.h 33 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
cdrom.h 126 #define CDROM_CHANGER_NSLOTS 0x5328 /* Get number of slots */
416 /* Special codes used when specifying changer slots. */
1014 /* The SCSI spec says there could be 256 slots. */
1053 struct cdrom_slot slots[CDROM_MAX_SLOTS]; member in struct:cdrom_changer_info
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
efs_dir.h 33 unsigned char slots; member in struct:efs_dir
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
efs_dir.h 33 unsigned char slots; member in struct:efs_dir
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
efs_dir.h 33 unsigned char slots; member in struct:efs_dir
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
efs_dir.h 33 unsigned char slots; member in struct:efs_dir
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
efs_dir.h 33 unsigned char slots; member in struct:efs_dir
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
efs_dir.h 33 unsigned char slots; member in struct:efs_dir
  /bionic/libc/bionic/
malloc_debug_common.h 67 HashEntry* slots[HASHTABLE_SIZE]; member in struct:HashTable
  /external/chromium/third_party/icu/source/tools/gencase/
store.c 125 Optional-value slots:
823 uint32_t slots[8]; local
901 /* write the optional slots */
906 slots[count]=(uint32_t)p->lowerCase;
907 slotBits|=slots[count];
917 slots[count]=(uint32_t)p->caseFolding->simple;
918 slotBits|=slots[count];
923 slots[count]=(uint32_t)p->upperCase;
924 slotBits|=slots[count];
930 slots[count]=(uint32_t)p->titleCase
    [all...]
  /external/icu4c/tools/gencase/
store.c 130 Optional-value slots:
831 uint32_t slots[8]; local
910 /* write the optional slots */
915 slots[count]=(uint32_t)p->lowerCase;
916 slotBits|=slots[count];
926 slots[count]=(uint32_t)p->caseFolding->simple;
927 slotBits|=slots[count];
932 slots[count]=(uint32_t)p->upperCase;
933 slotBits|=slots[count];
939 slots[count]=(uint32_t)p->titleCase
    [all...]
  /external/bluetooth/hcidump/parser/
lmp.c 555 printf("N_acc-slots %d N_poll %d\n", nslots, npoll);
587 printf("N_acc-slots %d N_poll %d\n", nslots, npoll);
892 uint8_t slots = LMP_U8(frm); local
895 printf("max slots %d\n", slots);
  /dalvik/vm/jdwp/
JdwpHandler.c 1797 u4 slots; local
1835 u4 slots; local
    [all...]
  /prebuilt/common/jython/
jython.jar 

Completed in 456 milliseconds