HomeSort by relevance Sort by last modified time
    Searched full:slots (Results 76 - 100 of 1326) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/linux/
efs_dir.h 33 unsigned char slots; member in struct:efs_dir
  /prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/linux/
efs_dir.h 33 unsigned char slots; member in struct:efs_dir
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/
efs_dir.h 33 unsigned char slots; member in struct:efs_dir
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/
efs_dir.h 33 unsigned char slots; member in struct:efs_dir
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/
efs_dir.h 33 unsigned char slots; member in struct:efs_dir
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/linux/
efs_dir.h 33 unsigned char slots; member in struct:efs_dir
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/linux/
efs_dir.h 33 unsigned char slots; member in struct:efs_dir
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/linux/
efs_dir.h 33 unsigned char slots; member in struct:efs_dir
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/
efs_dir.h 33 unsigned char slots; member in struct:efs_dir
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
efs_dir.h 33 unsigned char slots; member in struct:efs_dir
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
efs_dir.h 33 unsigned char slots; member in struct:efs_dir
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
efs_dir.h 33 unsigned char slots; member in struct:efs_dir
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
efs_dir.h 33 unsigned char slots; member in struct:efs_dir
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
efs_dir.h 33 unsigned char slots; member in struct:efs_dir
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
efs_dir.h 33 unsigned char slots; member in struct:efs_dir
  /external/chromium_org/chrome/browser/chromeos/net/
cert_verify_proc_chromeos.h 19 // instances using other slots). More complicated cases are not handled (like
20 // two slots adding the same root cert but with different trust values).
  /external/chromium_org/net/cert/
nss_profile_filter_chromeos.h 28 // slot handles), the filter will allow only certs/slots from the read-only
29 // slots and the root CA module.
nss_profile_filter_chromeos.cc 75 // If this is one of the public/private slots for this profile, allow it.
81 // If it's from the read-only slots, allow it.
101 DVLOG(2) << "cert no slots: " << base::StringPiece(cert->nickname);
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
peers.h 30 public slots:
55 protected slots:
  /art/runtime/gc/allocator/
rosalloc.h 40 // A runs-of-slots memory allocator.
109 // Represents a run of memory slots of the same size.
161 // temporarily mark the slots to free without using a lock. After
162 // all the slots to be freed in a run are marked, all those slots
168 // to temporarily mark the slots to free in a thread-local run
172 // allocation bit map of the run (that is, the slots get freed.)
202 // Frees slots in the allocation bit map with regard to the
206 // Frees slots in the allocation bit map with regard to the bulk
209 // Unions the slots to be freed in the free bit map into th
    [all...]
  /external/srec/srec/Grammar/include/
SR_Grammar.h 44 * A rule consists of a list of words and slots. For example:
47 * Words, Nametags may be added or removed from slots.
52 * Two types of slots exist: word slots and nametag slots
75 * A rule consists of a list of words and slots. For example:
78 * Words, Nametags may be added or removed from slots.
83 * Two types of slots exist: word slots and nametag slots
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
dictobject.h 17 There are three kinds of slots in the table:
31 Active upon key insertion. Dummy slots cannot be made Unused again
36 hold a search finger. The me_hash field of Unused or Dummy slots has no
40 /* PyDict_MINSIZE is the minimum size of a dictionary. This many slots are
75 /* The table contains ma_mask + 1 slots, and that's a power of 2.
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
dictobject.h 17 There are three kinds of slots in the table:
31 Active upon key insertion. Dummy slots cannot be made Unused again
36 hold a search finger. The me_hash field of Unused or Dummy slots has no
40 /* PyDict_MINSIZE is the minimum size of a dictionary. This many slots are
75 /* The table contains ma_mask + 1 slots, and that's a power of 2.
  /external/qemu/
kvm-all.c 59 KVMSlot slots[32]; member in struct:KVMState
76 for (i = 0; i < ARRAY_SIZE(s->slots); i++) {
77 /* KVM private memory slots */
80 if (s->slots[i].memory_size == 0)
81 return &s->slots[i];
94 for (i = 0; i < ARRAY_SIZE(s->slots); i++) {
95 KVMSlot *mem = &s->slots[i];
114 for (i = 0; i < ARRAY_SIZE(s->slots); i++) {
115 KVMSlot *mem = &s->slots[i];
117 // Skip empty slots
    [all...]
  /bionic/libc/private/
bionic_tls.h 50 // Well-known TLS slots. What data goes in which slot is arbitrary unless otherwise noted.
74 * There are two kinds of slot used internally by bionic --- there are the well-known slots
90 * This includes space for pthread keys and our own internal slots.

Completed in 562 milliseconds

1 2 34 5 6 7 8 91011>>