HomeSort by relevance Sort by last modified time
    Searched refs:name (Results 76 - 100 of 16682) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/linux/netfilter/
xt_helper.h 5 *** of the same name, to make information necessary for userspace to
17 char name[30]; member in struct:xt_helper_info
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/linux/netfilter/
xt_helper.h 5 *** of the same name, to make information necessary for userspace to
17 char name[30]; member in struct:xt_helper_info
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/linux/netfilter/
xt_helper.h 5 *** of the same name, to make information necessary for userspace to
17 char name[30]; member in struct:xt_helper_info
  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/linux/netfilter/
xt_helper.h 5 *** of the same name, to make information necessary for userspace to
17 char name[30]; member in struct:xt_helper_info
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/linux/netfilter/
xt_helper.h 5 *** of the same name, to make information necessary for userspace to
17 char name[30]; member in struct:xt_helper_info
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/linux/netfilter/
xt_helper.h 5 *** of the same name, to make information necessary for userspace to
17 char name[30]; member in struct:xt_helper_info
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/linux/netfilter/
xt_helper.h 5 *** of the same name, to make information necessary for userspace to
17 char name[30]; member in struct:xt_helper_info
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/linux/netfilter/
xt_helper.h 5 *** of the same name, to make information necessary for userspace to
17 char name[30]; member in struct:xt_helper_info
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/netfilter/
xt_helper.h 5 *** of the same name, to make information necessary for userspace to
17 char name[30]; member in struct:xt_helper_info
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/netfilter/
xt_helper.h 5 *** of the same name, to make information necessary for userspace to
17 char name[30]; member in struct:xt_helper_info
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/netfilter/
xt_helper.h 5 *** of the same name, to make information necessary for userspace to
17 char name[30]; member in struct:xt_helper_info
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/netfilter/
xt_helper.h 5 *** of the same name, to make information necessary for userspace to
17 char name[30]; member in struct:xt_helper_info
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/netfilter/
xt_helper.h 5 *** of the same name, to make information necessary for userspace to
17 char name[30]; member in struct:xt_helper_info
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/netfilter/
xt_helper.h 5 *** of the same name, to make information necessary for userspace to
17 char name[30]; member in struct:xt_helper_info
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/netfilter/
xt_helper.h 5 *** of the same name, to make information necessary for userspace to
17 char name[30]; member in struct:xt_helper_info
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/netfilter/
xt_helper.h 5 *** of the same name, to make information necessary for userspace to
17 char name[30]; member in struct:xt_helper_info
  /external/apache-harmony/auth/src/test/java/common/javax/security/auth/
FakePrincipal.java 25 public FakePrincipal(String name) {
26 super(name);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
ImageChromium.cpp 14 * * Neither the name of Google Inc. nor the names of its
40 PassRefPtr<Image> Image::loadPlatformResource(const char *name)
42 return PlatformBridge::loadPlatformImageResource(name);
  /external/webkit/Tools/Scripts/
find-included-framework-headers 29 find . \( -name '*.cpp' -o -name '*.h' -o -name '*.m' -o -name '*.mm' \) -exec grep "<$framework/" {} ';' | sed -e 's|.*/\(.*\.h\).*|\1|' | sort -u
  /frameworks/base/core/java/android/content/
ActivityNotFoundException.java 30 public ActivityNotFoundException(String name)
32 super(name);
  /bionic/libc/kernel/arch-mips/asm/
hazards.h 5 *** of the same name, to make information necessary for userspace to
22 #define ASMMACRO(name, code...) .macro name; code; .endm
26 #define ASMMACRO(name, code...) __asm__(".macro " #name "; " #code "; .endm"); static inline void name(void) { __asm__ __volatile__ (#name); }
  /dalvik/dx/src/com/android/dx/cf/attrib/
BaseAttribute.java 23 * the attribute name but leaves the rest up to subclasses.
26 /** {@code non-null;} attribute name */
27 private final String name; field in class:BaseAttribute
32 * @param name {@code non-null;} attribute name
34 public BaseAttribute(String name) {
35 if (name == null) {
36 throw new NullPointerException("name == null");
39 this.name = name;
    [all...]
  /development/ndk/platforms/android-9/arch-mips/include/asm/
hazards.h 5 *** of the same name, to make information necessary for userspace to
22 #define ASMMACRO(name, code...) .macro name; code; .endm
26 #define ASMMACRO(name, code...) __asm__(".macro " #name "; " #code "; .endm"); static inline void name(void) { __asm__ __volatile__ (#name); }
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
hazards.h 5 *** of the same name, to make information necessary for userspace to
22 #define ASMMACRO(name, code...) .macro name; code; .endm
26 #define ASMMACRO(name, code...) __asm__(".macro " #name "; " #code "; .endm"); static inline void name(void) { __asm__ __volatile__ (#name); }
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
hazards.h 5 *** of the same name, to make information necessary for userspace to
22 #define ASMMACRO(name, code...) .macro name; code; .endm
26 #define ASMMACRO(name, code...) __asm__(".macro " #name "; " #code "; .endm"); static inline void name(void) { __asm__ __volatile__ (#name); }

Completed in 697 milliseconds

1 2 34 5 6 7 8 91011>>