Searched refs:type2 (Results 1 - 25 of 77) sorted by relevance

1234

/external/clang/test/Sema/
H A Dc11-typedef-redef.c8 typedef int type2; typedef
9 typedef type type2; typedef
10 typedef int type2; typedef
/external/dexmaker/src/dx/java/com/android/dx/cf/code/
H A DMerger.java40 Type type2 = ft2.getType();
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/
H A Dconstexpr-many-arguments.cpp10 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];
H A Dqualified-id-lookup.cpp67 typedef struct N::f2 type2; typedef in typeref:struct:f2
/external/chromium_org/content/public/test/
H A Dtest_notification_tracker.cc52 int type2) {
57 bool success = events_[0].type == type1 && events_[1].type == type2;
63 int type2,
70 events_[1].type == type2 &&
51 Check2AndReset(int type1, int type2) argument
62 Check3AndReset(int type1, int type2, int type3) argument
H A Dtest_notification_tracker.h59 int type2);
61 int type2,
/external/clang/test/SemaTemplate/
H A Dms-if-exists.cpp14 typedef Nontemplate::value type2; typedef
27 X<int>::type2 i2; // expected-error{{no type named 'type2' in 'X<int>'}}
H A Dinstantiate-exception-spec-cxx11.cpp79 base(const typename T::type2 &);
88 struct type2 { struct in namespace:core_19754_example
95 typedef type2<types> type2; typedef in struct:core_19754_example::types
H A Dcanonical-expr-type.cpp43 typedef T __attribute__((ext_vector_type(M))) type2; typedef in struct:X2
47 void f0(type2);
H A Dinstantiate-declref.cpp58 typedef struct { T z; } type2; typedef in typeref:struct:N2::Outer2::Inner::__anon19466
59 type2 t3 = { s1.x };
/external/linux-tools-perf/perf-3.12.0/arch/parisc/include/asm/
H A Dunistd.h118 #define _syscall2(type,name,type1,arg1,type2,arg2) \
119 type name(type1 arg1, type2 arg2) \
124 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \
125 type name(type1 arg1, type2 arg2, type3 arg3) \
130 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
131 type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
137 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5) \
138 type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4, type5 arg5) \
/external/chromium_org/v8/test/cctest/
H A Dtest-types.cc354 bool Equal(TypeHandle type1, TypeHandle type2) { argument
356 type1->Equals(type2) &&
357 this->IsBitset(type1) == this->IsBitset(type2) &&
358 this->IsUnion(type1) == this->IsUnion(type2) &&
359 type1->NumClasses() == type2->NumClasses() &&
360 type1->NumConstants() == type2->NumConstants() &&
362 this->AsBitset(type1) == this->AsBitset(type2)) &&
365 this->Length(this->AsUnion(type2)));
368 void CheckEqual(TypeHandle type1, TypeHandle type2) { argument
369 CHECK(Equal(type1, type2));
372 CheckSub(TypeHandle type1, TypeHandle type2) argument
380 CheckUnordered(TypeHandle type1, TypeHandle type2) argument
388 CheckOverlap(TypeHandle type1, TypeHandle type2) argument
393 CheckDisjoint(TypeHandle type1, TypeHandle type2) argument
421 TypeHandle type2 = *it2; local
432 TypeHandle type2 = *it2; local
443 TypeHandle type2 = *it2; local
454 TypeHandle type2 = *it2; local
468 TypeHandle type2 = *it2; local
501 TypeHandle type2 = T.Class(map2); local
528 TypeHandle type2 = T.Constant(value2); local
614 TypeHandle type2 = T.Range(min2, max2); local
641 TypeHandle type2 = T.Random(); local
655 TypeHandle type2 = T.Random(); local
672 TypeHandle type2 = T.Random(); local
698 TypeHandle type2 = T.Random(); local
819 TypeHandle type2 = *it2; local
830 TypeHandle type2 = *it2; local
853 TypeHandle type2 = *it2; local
864 TypeHandle type2 = *it2; local
910 TypeHandle type2 = *it2; local
921 TypeHandle type2 = *it2; local
965 TypeHandle type2 = T.Range(min2, max2); local
980 TypeHandle type2 = T.Context(outer2); local
991 TypeHandle type2 = T.Array1(element2); local
1004 TypeHandle type2 = T.Function0(result2, receiver2); local
1014 TypeHandle type2 = *j; local
1131 TypeHandle type2 = *it2; local
1143 TypeHandle type2 = *it2; local
1153 TypeHandle type2 = *it2; local
1271 TypeHandle type2 = *it2; local
1280 TypeHandle type2 = *it2; local
1290 TypeHandle type2 = *it2; local
1300 TypeHandle type2 = *it2; local
1438 TypeHandle type2 = *it2; local
1468 TypeHandle type2 = *it2; local
1479 TypeHandle type2 = *it2; local
1528 TypeHandle type2 = *it2; local
1679 TypeHandle type2 = *it2; local
1724 TypeHandle type2 = *it2; local
1929 TypeHandle2 type2 = T2.template Convert<Type>(type1); local
1939 TypeHandle type2 = *it2; local
[all...]
/external/openssl/crypto/objects/
H A Dobjects.h1021 #define _DECLARE_OBJ_BSEARCH_CMP_FN(scope, type1, type2, nm) \
1023 static int nm##_cmp(type1 const *, type2 const *); \
1024 scope type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num)
1026 #define DECLARE_OBJ_BSEARCH_CMP_FN(type1, type2, cmp) \
1027 _DECLARE_OBJ_BSEARCH_CMP_FN(static, type1, type2, cmp)
1028 #define DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm) \
1029 type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num)
1058 #define IMPLEMENT_OBJ_BSEARCH_CMP_FN(type1, type2, n
[all...]
/external/openssl/include/openssl/
H A Dobjects.h1021 #define _DECLARE_OBJ_BSEARCH_CMP_FN(scope, type1, type2, nm) \
1023 static int nm##_cmp(type1 const *, type2 const *); \
1024 scope type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num)
1026 #define DECLARE_OBJ_BSEARCH_CMP_FN(type1, type2, cmp) \
1027 _DECLARE_OBJ_BSEARCH_CMP_FN(static, type1, type2, cmp)
1028 #define DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm) \
1029 type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num)
1058 #define IMPLEMENT_OBJ_BSEARCH_CMP_FN(type1, type2, n
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dlinux_syscall_support.h835 #define _syscall2(type,name,type1,arg1,type2,arg2) \
836 type LSS_NAME(name)(type1 arg1,type2 arg2) { \
842 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \
843 type LSS_NAME(name)(type1 arg1,type2 arg2,type3 arg3) { \
850 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
851 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3, type4 arg4) { \
858 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \
860 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3, type4 arg4, \
876 #define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \
878 type LSS_NAME(name)(type1 arg1, type2 arg
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dlinux_syscall_support.h823 #define _syscall2(type,name,type1,arg1,type2,arg2) \
824 type LSS_NAME(name)(type1 arg1,type2 arg2) { \
830 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \
831 type LSS_NAME(name)(type1 arg1,type2 arg2,type3 arg3) { \
838 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
839 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3, type4 arg4) { \
846 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \
848 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3, type4 arg4, \
864 #define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \
866 type LSS_NAME(name)(type1 arg1, type2 arg
[all...]
/external/javassist/src/main/javassist/compiler/ast/
H A DIntConst.java55 int type2 = right.type;
57 if (type1 == TokenId.LongConstant || type2 == TokenId.LongConstant)
60 && type2 == TokenId.CharConstant)
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
H A DImplicitTest.java194 ASN1Implicit type2 = new ASN1Implicit(2, type1);
213 assertTrue(Arrays.equals(array, (byte[]) type2
217 assertTrue(Arrays.equals(primitiveEncoding, type2.encode(array)));
221 type2.decode(constructedEncoding);
/external/chromium_org/v8/src/
H A Dtypes.cc610 TypeHandle type1, TypeHandle type2, Region* region) {
611 bitset bits = type1->BitsetGlb() & type2->BitsetGlb();
615 if (type1->IsBitset() && type2->IsBitset()) {
620 if (type1->IsNone() || type2->IsAny()) return type1; // Shortcut.
621 if (type2->IsNone() || type1->IsAny()) return type2; // Shortcut.
624 if (type1->Is(type2)) return type1;
625 if (type2->Is(type1)) return type2;
629 int size2 = type2
609 Intersect( TypeHandle type1, TypeHandle type2, Region* region) argument
739 Union( TypeHandle type1, TypeHandle type2, Region* region) argument
[all...]
/external/clang/test/CodeGenCXX/
H A Dtype_visibility.cpp139 namespace type2 { namespace
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dmigration_test.cc37 syncer::ModelType type2) {
38 return syncer::ModelTypeSet(type1, type2);
65 syncer::ModelType type2) {
66 return MakeList(MakeSet(type1), MakeSet(type2));
36 MakeSet(syncer::ModelType type1, syncer::ModelType type2) argument
64 MakeList(syncer::ModelType type1, syncer::ModelType type2) argument
/external/chromium_org/ipc/
H A Dipc_message_macros.h168 // void OnSyncMessageName(const type1& in1, type2* out1, type3* out2)
231 #define IPC_MESSAGE_CONTROL2(msg_class, type1, type2) \
232 IPC_MESSAGE_DECL(ASYNC, CONTROL, msg_class, 2, 0, (type1, type2), ())
234 #define IPC_MESSAGE_CONTROL3(msg_class, type1, type2, type3) \
235 IPC_MESSAGE_DECL(ASYNC, CONTROL, msg_class, 3, 0, (type1, type2, type3), ())
237 #define IPC_MESSAGE_CONTROL4(msg_class, type1, type2, type3, type4) \
238 IPC_MESSAGE_DECL(ASYNC, CONTROL, msg_class, 4, 0, (type1, type2, type3, type4), ())
240 #define IPC_MESSAGE_CONTROL5(msg_class, type1, type2, type3, type4, type5) \
241 IPC_MESSAGE_DECL(ASYNC, CONTROL, msg_class, 5, 0, (type1, type2, type3, type4, type5), ())
249 #define IPC_MESSAGE_ROUTED2(msg_class, type1, type2) \
[all...]
/external/dexmaker/src/dx/java/com/android/dx/rop/type/
H A DStdTypeList.java195 * @param type2 {@code non-null;} the third element
198 public static StdTypeList make(Type type0, Type type1, Type type2) { argument
202 result.set(2, type2);
211 * @param type2 {@code non-null;} the third element
215 public static StdTypeList make(Type type0, Type type1, Type type2, argument
220 result.set(2, type2);
/external/chromium_org/sync/api/
H A Dsync_error_unittest.cc68 ModelType type2 = PREFERENCES; local
69 error.Reset(location2, msg2, type2);
73 EXPECT_EQ(type2, error.model_type());
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DPyrexTypes.py3675 def widest_numeric_type(type1, type2):
3678 if type1 == type2:
3680 elif type1.is_complex or type2.is_complex:
3688 real_type(type2)))
3689 elif type1.is_enum and type2.is_enum:
3691 elif type1.rank < type2.rank:
3692 widest_type = type2
3693 elif type1.rank > type2.rank:
3695 elif type1.signed < type2.signed:
3698 widest_type = type2
[all...]

Completed in 1415 milliseconds

1234