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

1 2 3

  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstMethodRef.java 28 * @param nat {@code non-null;} the name-and-type
30 public CstMethodRef(CstType definingClass, CstNat nat) {
31 super(definingClass, nat);
CstMemberRef.java 27 private final CstNat nat; field in class:CstMemberRef
33 * @param nat {@code non-null;} the name-and-type
35 /*package*/ CstMemberRef(CstType definingClass, CstNat nat) {
40 if (nat == null) {
41 throw new NullPointerException("nat == null");
45 this.nat = nat;
57 nat.equals(otherRef.nat);
63 return (definingClass.hashCode() * 31) ^ nat.hashCode()
    [all...]
CstEnumRef.java 32 * @param nat {@code non-null;} the name-and-type; the defining class is derived
35 public CstEnumRef(CstNat nat) {
36 super(new CstType(nat.getFieldType()), nat);
CstInterfaceMethodRef.java 34 * @param nat {@code non-null;} the name-and-type
36 public CstInterfaceMethodRef(CstType definingClass, CstNat nat) {
37 super(definingClass, nat);
CstFieldRef.java 44 * @param nat {@code non-null;} the name-and-type
46 public CstFieldRef(CstType definingClass, CstNat nat) {
47 super(definingClass, nat);
  /dalvik/dx/src/com/android/dx/rop/cst/
CstMethodRef.java 28 * @param nat {@code non-null;} the name-and-type
30 public CstMethodRef(CstType definingClass, CstNat nat) {
31 super(definingClass, nat);
CstMemberRef.java 27 private final CstNat nat; field in class:CstMemberRef
33 * @param nat {@code non-null;} the name-and-type
35 /*package*/ CstMemberRef(CstType definingClass, CstNat nat) {
40 if (nat == null) {
41 throw new NullPointerException("nat == null");
45 this.nat = nat;
57 nat.equals(otherRef.nat);
63 return (definingClass.hashCode() * 31) ^ nat.hashCode()
    [all...]
CstEnumRef.java 32 * @param nat {@code non-null;} the name-and-type; the defining class is derived
35 public CstEnumRef(CstNat nat) {
36 super(new CstType(nat.getFieldType()), nat);
CstInterfaceMethodRef.java 34 * @param nat {@code non-null;} the name-and-type
36 public CstInterfaceMethodRef(CstType definingClass, CstNat nat) {
37 super(definingClass, nat);
CstFieldRef.java 44 * @param nat {@code non-null;} the name-and-type
46 public CstFieldRef(CstType definingClass, CstNat nat) {
47 super(definingClass, nat);
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstMethodRef.java 28 * @param nat {@code non-null;} the name-and-type
30 public CstMethodRef(CstType definingClass, CstNat nat) {
31 super(definingClass, nat);
CstMemberRef.java 27 private final CstNat nat; field in class:CstMemberRef
33 * @param nat {@code non-null;} the name-and-type
35 /*package*/ CstMemberRef(CstType definingClass, CstNat nat) {
40 if (nat == null) {
41 throw new NullPointerException("nat == null");
45 this.nat = nat;
57 nat.equals(otherRef.nat);
63 return (definingClass.hashCode() * 31) ^ nat.hashCode()
    [all...]
CstEnumRef.java 32 * @param nat {@code non-null;} the name-and-type; the defining class is derived
35 public CstEnumRef(CstNat nat) {
36 super(new CstType(nat.getFieldType()), nat);
CstInterfaceMethodRef.java 34 * @param nat {@code non-null;} the name-and-type
36 public CstInterfaceMethodRef(CstType definingClass, CstNat nat) {
37 super(definingClass, nat);
CstFieldRef.java 44 * @param nat {@code non-null;} the name-and-type
46 public CstFieldRef(CstType definingClass, CstNat nat) {
47 super(definingClass, nat);
  /dalvik/dexgen/src/com/android/dexgen/rop/
StdMember.java 35 private final CstNat nat; field in class:StdMember
45 * @param nat {@code non-null;} member name and type (descriptor)
48 public StdMember(CstType definingClass, int accessFlags, CstNat nat,
54 if (nat == null) {
55 throw new NullPointerException("nat == null");
64 this.nat = nat;
75 sb.append(nat.toHuman());
93 return nat;
98 return nat.getName()
    [all...]
  /dalvik/dx/src/com/android/dx/cf/iface/
StdMember.java 35 private final CstNat nat; field in class:StdMember
45 * @param nat {@code non-null;} member name and type (descriptor)
48 public StdMember(CstType definingClass, int accessFlags, CstNat nat,
54 if (nat == null) {
55 throw new NullPointerException("nat == null");
64 this.nat = nat;
75 sb.append(nat.toHuman());
93 return nat;
98 return nat.getName()
    [all...]
StdMethod.java 37 * @param nat {@code non-null;} member name and type (descriptor)
40 public StdMethod(CstType definingClass, int accessFlags, CstNat nat,
42 super(definingClass, accessFlags, nat, attributes);
48 nat.isInstanceInit());
StdField.java 34 * @param nat {@code non-null;} member name and type (descriptor)
37 public StdField(CstType definingClass, int accessFlags, CstNat nat,
39 super(definingClass, accessFlags, nat, attributes);
  /external/llvm/test/CodeGen/Generic/
Makefile 12 %.nat: %.s
15 %.cbe.out: %.cbe.nat
18 %.out: %.nat
23 $(patsubst %.clean,%.*.nat,$@) $(patsubst %.clean,%.*.out,$@)
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcManager.cpp 69 static void nfc_jni_start_discovery_locked(struct nfc_jni_native_data *nat, bool resume);
76 static bool performDownload(struct nfc_jni_native_data *nat, bool takeLock);
88 struct nfc_jni_native_data *nat = (struct nfc_jni_native_data *)arg; local
90 nat->running = FALSE;
93 static void kill_client(nfc_jni_native_data *nat)
104 pMsg->pParameter = (void*)nat;
132 static int nfc_jni_download_locked(struct nfc_jni_native_data *nat, uint8_t update)
176 result = performDownload(nat, false);
210 status = phLibNfc_Mgt_GetstackCapabilities(&caps, (void*)nat);
237 static int nfc_jni_configure_driver(struct nfc_jni_native_data *nat)
685 struct nfc_jni_native_data *nat; local
757 struct nfc_jni_native_data *nat = (nfc_jni_native_data *)pContextData->pContext; local
916 struct nfc_jni_native_data* nat = (struct nfc_jni_native_data *)pContext; local
1135 struct nfc_jni_native_data *nat; local
1348 struct nfc_jni_native_data *nat; local
1366 struct nfc_jni_native_data *nat; local
1590 struct nfc_jni_native_data *nat = NULL; local
1648 struct nfc_jni_native_data *nat = NULL; local
1712 struct nfc_jni_native_data *nat; local
1790 struct nfc_jni_native_data *nat; local
1878 struct nfc_jni_native_data *nat; local
1987 struct nfc_jni_native_data *nat; local
2116 struct nfc_jni_native_data *nat; local
2237 struct nfc_jni_native_data *nat = NULL; local
2246 struct nfc_jni_native_data *nat = NULL; local
2354 struct nfc_jni_native_data *nat = NULL; local
    [all...]
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/
p5-cxx0x.cpp 64 struct nat { struct in namespace:libcxx_example
65 nat() = delete;
66 nat(const nat&) = delete;
67 nat &operator=(const nat&) = delete;
68 ~nat() = delete;
80 nat swap(any, any);
84 static const bool value = !is_same<type, nat>::value;
  /external/libcxx/test/utilities/memory/pointer.traits/pointer.traits.functions/
pointer_to.pass.cpp 26 struct nat {}; struct in struct:A
34 nat, element_type>::type& et)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/pointer.traits/pointer.traits.functions/
pointer_to.pass.cpp 26 struct nat {}; struct in struct:A
34 nat, element_type>::type& et)
  /external/dexmaker/src/main/java/com/google/dexmaker/
FieldId.java 35 final CstNat nat; field in class:FieldId
45 this.nat = new CstNat(new CstString(name), new CstString(type.name));
46 this.constant = new CstFieldRef(declaringType.constant, nat);

Completed in 4982 milliseconds

1 2 3