HomeSort by relevance Sort by last modified time
    Searched full:type2 (Results 1 - 25 of 130) sorted by null

1 2 3 4 5 6

  /external/clang/test/Sema/
c11-typedef-redef.c 8 typedef int type2; typedef
9 typedef type type2; typedef
10 typedef int type2; typedef
dllimport-dllexport.c 34 typedef int __declspec(dllimport) type2; // expected-warning{{'dllimport' attribute only applies to variables and functions}} typedef
  /external/dexmaker/src/dx/java/com/android/dx/cf/code/
Merger.java 40 Type type2 = ft2.getType(); local
42 if (type1 == type2) {
44 } else if (type1.isReference() && type2.isReference()) {
50 return type2;
51 } else if (type2 == Type.KNOWN_NULL) {
53 * The same as above, but this time it's type2 that's
57 } else if (type1.isArray() && type2.isArray()) {
60 type2.getComponentType());
77 } else if (type1.isIntlike() && type2.isIntlike()) {
  /external/clang/test/SemaCXX/
constexpr-many-arguments.cpp 10 struct type2 struct
13 constexpr type2(T a00, T a01, T a02, T a03, T a04, T a05, T a06, T a07, T a08, T a09, function in struct:type2
25 constexpr type3(type2 a0, type2 a1) : my_data{a0, a1} {}
26 type2 my_data[2];
  /external/clang/test/Misc/
integer-literal-printing.cpp 7 template <unsigned short T> class Type2 {};
8 template <unsigned short T> void Function2(Type2<T>& x) {} // expected-note{{candidate function [with T = 42] not viable: expects an l-value for 1st argument}}
12 Function2(Type2<42>()); // expected-error{{no matching function for call to 'Function2'}}
  /external/clang/test/SemaTemplate/
ms-if-exists.cpp 14 typedef Nontemplate::value type2; typedef
27 X<int>::type2 i2; // expected-error{{no type named 'type2' in 'X<int>'}}
canonical-expr-type.cpp 47 typedef T __attribute__((ext_vector_type(M))) type2; typedef in struct:X2
51 void f0(type2);
instantiate-declref.cpp 58 typedef struct { T z; } type2; typedef in typeref:struct:N2::Outer2::Inner::__anon6357
59 type2 t3 = { s1.x };
instantiate-exception-spec-cxx11.cpp 87 base(const typename T::type2 &);
96 struct type2 { struct in namespace:core_19754_example
103 typedef type2<types> type2; typedef in struct:core_19754_example::types
  /packages/apps/Contacts/tests/src/com/android/contacts/editor/
ContactEditorUtilsTest.java 43 private static final MockAccountType TYPE2 = new MockAccountType("type2", null, true);
44 private static final MockAccountType TYPE2EX = new MockAccountType("type2", "ext", true);
55 "a", TYPE2.accountType, TYPE2.dataSet);
104 setAccountTypes(TYPE1, TYPE2, TYPE2EX, TYPE3);
108 Sets.newHashSet(TYPE1.accountType, TYPE2.accountType, TYPE2EX.accountType),
120 setAccountTypes(TYPE1, TYPE2);
158 setAccountTypes(TYPE1, TYPE2);
209 // Added a new account type: TYPE2, and the TYPE2EX extension
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
Merger.java 158 Type type2 = ft2.getType(); local
160 if (type1 == type2) {
162 } else if (type1.isReference() && type2.isReference()) {
168 return type2;
169 } else if (type2 == Type.KNOWN_NULL) {
171 * The same as above, but this time it's type2 that's
175 } else if (type1.isArray() && type2.isArray()) {
178 type2.getComponentType());
195 } else if (type1.isIntlike() && type2.isIntlike()) {
Machine.java 88 * @param type2 {@code non-null;} type of the second argument
90 public void popArgs(Frame frame, Type type1, Type type2);
101 * @param type2 {@code non-null;} type of the second argument
104 public void popArgs(Frame frame, Type type1, Type type2, Type type3);
  /external/libnfc-nxp/src/
phFriNfc_MapTools.h 46 typ1/type2/type3/type4 tags.
65 /* Macros to find major and minor TAG : Ex:Type1/Type2/Type3/Type4 version numbers*/
78 /* Macros to find major and minor TAG : Ex:Type1/Type2/Type3/Type4 version numbers*/
phFriNfc_IntNdefMap.h 48 typ1/type2/type3/type4 tags.
64 /* Macros to find major and minor TAG : Ex:Type1/Type2/Type3/Type4 version numbers*/
  /external/openssl/crypto/objects/
objects.h 1021 #define _DECLARE_OBJ_BSEARCH_CMP_FN(scope, type1, type2, nm) \
1023 static int nm##_cmp(type1 const *, type2 const *);
    [all...]
  /external/openssl/include/openssl/
objects.h 1021 #define _DECLARE_OBJ_BSEARCH_CMP_FN(scope, type1, type2, nm) \
1023 static int nm##_cmp(type1 const *, type2 const *);
    [all...]
  /frameworks/base/core/tests/coretests/src/android/accounts/
AccountManagerServiceTest.java 73 Account a12 = new Account("account1", "type2");
74 Account a22 = new Account("account2", "type2");
75 Account a32 = new Account("account3", "type2");
111 Account a12 = new Account("account1", "type2");
130 Account a12 = new Account("account1", "type2");
158 Account a12 = new Account("account1", "type2");
195 AuthenticatorDescription d2 = new AuthenticatorDescription("type2", "p2", 0, 0, 0, 0);
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
ImplicitTest.java 189 * TYPE2 = [2] IMPLICIT TYPE1
194 ASN1Implicit type2 = new ASN1Implicit(2, type1); local
213 assertTrue(Arrays.equals(array, (byte[]) type2
217 assertTrue(Arrays.equals(primitiveEncoding, type2.encode(array)));
221 type2.decode(constructedEncoding);
  /external/javassist/src/main/javassist/compiler/ast/
IntConst.java 55 int type2 = right.type; local
57 if (type1 == TokenId.LongConstant || type2 == TokenId.LongConstant)
60 && type2 == TokenId.CharConstant)
  /external/freetype/src/pshinter/
pshrec.h 5 /* Postscript (Type1/Type2) hints recorder (specification). */
156 /* initialize Type2 hints recorder interface */
  /external/clang/test/SemaObjCXX/
arc-type-traits.mm 12 #define TRAIT_IS_TRUE_2(Trait, Type1, Type2) char JOIN2(Trait,__LINE__)[Trait(Type1, Type2)? 1 : -1]
13 #define TRAIT_IS_FALSE_2(Trait, Type1, Type2) char JOIN2(Trait,__LINE__)[Trait(Type1, Type2)? -1 : 1]
  /external/skia/src/animator/
SkScript.cpp     [all...]
  /external/apache-http/src/org/apache/http/impl/auth/
NTLMEngine.java 36 * Type2 challenge.
65 * @param challenge Type2 challenge.
  /external/freetype/include/freetype/internal/
t1types.h 5 /* Basic Type1/Type2 type definitions and interface (specification */
39 /*** REQUIRED TYPE1/TYPE2 TABLES DEFINITIONS ***/
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
TrackReferenceTypeBox.java 31 public static final String TYPE2 = "cdsc";

Completed in 635 milliseconds

1 2 3 4 5 6