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

1 2 3 4 5 6 7 8 910

  /external/chromium_org/chrome/common/extensions/docs/server2/test_data/test_json/
ref_test_data_source.json 5 { "name": "type2" },
20 { "name": "type2" }
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/pepper/
define_empty_macros.h 10 #define METHOD3(Class, ReturnType, MethodName, Type0, Type1, Type2)
11 #define METHOD4(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3)
12 #define METHOD5(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3, \
  /external/clang/test/Sema/
c11-typedef-redef.c 8 typedef int type2; typedef
9 typedef type type2; typedef
10 typedef int type2; typedef
  /frameworks/base/cmds/interrupter/
interrupter.h 36 #define CALL_FUNCTION_2(sym, ret, type1, type2) \
37 ret (*real_##sym)(type1, type2) = NULL; \
38 ret sym(type1 arg1, type2 arg2) { \
43 #define CALL_FUNCTION_3(sym, ret, type1, type2, type3) \
44 ret (*real_##sym)(type1, type2, type3) = NULL; \
45 ret sym(type1 arg1, type2 arg2, type3 arg3) { \
50 #define CALL_FUNCTION_4(sym, ret, type1, type2, type3, type4) \
51 ret (*real_##sym)(type1, type2, type3, type4) = NULL; \
52 ret sym(type1 arg1, type2 arg2, type3 arg3, type4 arg4) { \
57 #define CALL_FUNCTION_5(sym, ret, type1, type2, type3, type4, type5)
    [all...]
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
pepper_interface_mock.h 26 #define METHOD3(Class, ReturnType, MethodName, Type0, Type1, Type2) \
27 MOCK_METHOD3(MethodName, ReturnType(Type0, Type1, Type2));
28 #define METHOD4(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3) \
29 MOCK_METHOD4(MethodName, ReturnType(Type0, Type1, Type2, Type3));
30 #define METHOD5(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3, \
32 MOCK_METHOD5(MethodName, ReturnType(Type0, Type1, Type2, Type3, Type4));
  /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/chromium_org/native_client_sdk/src/libraries/nacl_io/
real_pepper_interface.cc 30 #define METHOD3(Class, ReturnType, MethodName, Type0, Type1, Type2) \
31 virtual ReturnType MethodName(Type0, Type1, Type2);
32 #define METHOD4(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3) \
33 virtual ReturnType MethodName(Type0, Type1, Type2, Type3);
34 #define METHOD5(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3, \
36 virtual ReturnType MethodName(Type0, Type1, Type2, Type3, Type4);
59 #define METHOD3(BaseClass, ReturnType, MethodName, Type0, Type1, Type2) \
61 Type2 arg2) { \
64 #define METHOD4(BaseClass, ReturnType, MethodName, Type0, Type1, Type2, Type3) \
65 ReturnType Real##BaseClass::MethodName(Type0 arg0, Type1 arg1, Type2 arg2,
    [all...]
pepper_interface.h 123 #define METHOD3(Class, ReturnType, MethodName, Type0, Type1, Type2) \
124 virtual ReturnType MethodName(Type0, Type1, Type2) = 0;
125 #define METHOD4(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3) \
126 virtual ReturnType MethodName(Type0, Type1, Type2, Type3) = 0;
127 #define METHOD5(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3, \
129 virtual ReturnType MethodName(Type0, Type1, Type2, Type3, Type4) = 0;
  /external/chromium_org/v8/test/cctest/
test-types.cc 252 template<class Type2, class TypeHandle2>
254 return Type::template Convert<Type2>(t, region_);
354 bool Equal(TypeHandle type1, TypeHandle type2) {
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)));
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/chromium_org/content/public/test/
test_notification_tracker.cc 52 int type2) {
57 bool success = events_[0].type == type1 && events_[1].type == type2;
63 int type2,
70 events_[1].type == type2 &&
  /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 43 typedef T __attribute__((ext_vector_type(M))) type2; typedef in struct:X2
47 void f0(type2);
  /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...]
  /external/chromium_org/tools/gyp/test/win/compiler-flags/
treat-wchar-t-as-built-in-type.gyp 28 'treat-wchar-t-as-built-in-type2.cc',
  /external/linux-tools-perf/perf-3.12.0/arch/parisc/include/asm/
unistd.h 118 #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/chrome/common/extensions/docs/server2/test_data/api_data_source/
canned_master_fs.py 128 'description': '$ref:type2'
131 'id': 'type2',
133 'description': 'A $ref:type3, or $ref:type2'
138 'description': '$ref:other.type2 != $ref:ref_test.type2'
  /external/chromium_org/base/containers/
hash_tables.h 182 #define DEFINE_32BIT_PAIR_HASH(Type1, Type2) \
183 inline std::size_t HashPair(Type1 value1, Type2 value2) { \
206 #define DEFINE_64BIT_PAIR_HASH(Type1, Type2) \
207 inline std::size_t HashPair(Type1 value1, Type2 value2) { \
242 template<typename Type1, typename Type2>
243 inline std::size_t hash_value(const std::pair<Type1, Type2>& value) {
248 template<typename Type1, typename Type2>
249 struct hash<std::pair<Type1, Type2> > {
250 std::size_t operator()(std::pair<Type1, Type2> value) const {
256 #error define hash<std::pair<Type1, Type2> > for your compile
    [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()) {
  /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*/
  /art/test/046-reflect/src/
Main.java 601 Type type2 = types2.get(0); local
607 if (type2 instanceof ParameterizedType) {
608 System.out.println("type2 is a ParameterizedType");
614 if (type1.equals(type2)) {
615 System.out.println("type1("+type1+") equals type2("+type2+")");
617 System.out.println("type1("+type1+") does not equal type2("+type2+")");
625 if (type1.hashCode() == type2.hashCode()) {
626 System.out.println("type1("+type1+") hashCode equals type2("+type2+") hashCode")
657 Type type2 = types2.get(0); local
    [all...]
  /art/test/046-reflect/
expected.txt 127 type2 is a ParameterizedType
129 type1(java.util.Set<java.lang.String>) equals type2(java.util.Set<java.lang.String>)
131 type1(java.util.Set<java.lang.String>) hashCode equals type2(java.util.Set<java.lang.String>) hashCode
134 type2 is a GenericArrayType
136 type1(T[]) equals type2(T[])
138 type1(T[]) hashCode equals type2(T[]) hashCode
  /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/services/tests/servicestests/src/com/android/server/accounts/
AccountManagerServiceTest.java 75 Account a12 = new Account("account1", "type2");
76 Account a22 = new Account("account2", "type2");
77 Account a32 = new Account("account3", "type2");
113 Account a12 = new Account("account1", "type2");
132 Account a12 = new Account("account1", "type2");
160 Account a12 = new Account("account1", "type2");
197 AuthenticatorDescription d2 = new AuthenticatorDescription("type2", "p2", 0, 0, 0, 0);

Completed in 1444 milliseconds

1 2 3 4 5 6 7 8 910