HomeSort by relevance Sort by last modified time
    Searched refs:slot (Results 51 - 75 of 802) sorted by null

1 23 4 5 6 7 8 91011>>

  /dalvik/vm/native/
java_lang_reflect_Method.cpp 25 * static int getMethodModifiers(Class decl_class, int slot)
34 int slot = args[1]; local
37 meth = dvmSlotToMethod(declaringClass, slot);
43 * Class[] parameterTypes, Class returnType, int slot, boolean noAccessCheck)
56 int slot = args[6]; local
65 meth = dvmSlotToMethod(declaringClass, slot);
116 * static Annotation[] getDeclaredAnnotations(Class declaringClass, int slot)
124 int slot = args[1]; local
127 meth = dvmSlotToMethod(declaringClass, slot);
137 * Class declaringClass, int slot, Class annotationType)
143 int slot = args[1]; local
158 int slot = args[1]; local
174 int slot = args[1]; local
196 int slot = args[2]; local
220 int slot = args[1]; local
    [all...]
  /bionic/libc/kernel/common/linux/
efs_dir.h 44 #define EFS_SLOTAT(dir, slot) EFS_REALOFF((dir)->space[slot])
pci.h 24 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
  /development/ndk/platforms/android-3/include/linux/
efs_dir.h 40 #define EFS_SLOTAT(dir, slot) EFS_REALOFF((dir)->space[slot])
pci.h 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
  /external/kernel-headers/original/linux/
efs_dir.h 37 #define EFS_SLOTAT(dir, slot) EFS_REALOFF((dir)->space[slot])
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
pci.h 25 * devices. The slot/function address of each device is encoded
28 * 7:3 = slot
31 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
pci.h 25 * devices. The slot/function address of each device is encoded
28 * 7:3 = slot
31 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
pci.h 25 * devices. The slot/function address of each device is encoded
28 * 7:3 = slot
31 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
efs_dir.h 40 #define EFS_SLOTAT(dir, slot) EFS_REALOFF((dir)->space[slot])
pci.h 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
efs_dir.h 40 #define EFS_SLOTAT(dir, slot) EFS_REALOFF((dir)->space[slot])
pci.h 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
efs_dir.h 40 #define EFS_SLOTAT(dir, slot) EFS_REALOFF((dir)->space[slot])
pci.h 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
efs_dir.h 40 #define EFS_SLOTAT(dir, slot) EFS_REALOFF((dir)->space[slot])
pci.h 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
efs_dir.h 40 #define EFS_SLOTAT(dir, slot) EFS_REALOFF((dir)->space[slot])
pci.h 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
efs_dir.h 40 #define EFS_SLOTAT(dir, slot) EFS_REALOFF((dir)->space[slot])
pci.h 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
efs_dir.h 40 #define EFS_SLOTAT(dir, slot) EFS_REALOFF((dir)->space[slot])
pci.h 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
efs_dir.h 40 #define EFS_SLOTAT(dir, slot) EFS_REALOFF((dir)->space[slot])
pci.h 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))

Completed in 682 milliseconds

1 23 4 5 6 7 8 91011>>