/external/chromium_org/chrome/common/extensions/docs/server2/test_data/test_json/ |
ref_test_data_source.json | 6 { "name": "type3" }
|
/frameworks/base/cmds/interrupter/ |
interrupter.h | 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) \ 58 ret (*real_##sym)(type1, type2, type3, type4, type5) = NULL; \ 59 ret sym(type1 arg1, type2 arg2, type3 arg3, type4 arg4, type5 arg5) { \
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/pepper/ |
define_empty_macros.h | 11 #define METHOD4(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3) 12 #define METHOD5(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3, \
|
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/ |
pepper_interface_mock.h | 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/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
real_pepper_interface.cc | 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); 64 #define METHOD4(BaseClass, ReturnType, MethodName, Type0, Type1, Type2, Type3) \ 66 Type3 arg3) { \ 69 #define METHOD5(BaseClass, ReturnType, MethodName, Type0, Type1, Type2, Type3, \ 72 Type3 arg3, Type4 arg4) { \
|
pepper_interface.h | 123 #define METHOD4(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3) \ 124 virtual ReturnType MethodName(Type0, Type1, Type2, Type3) = 0; 125 #define METHOD5(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3, \ 127 virtual ReturnType MethodName(Type0, Type1, Type2, Type3, Type4) = 0;
|
/external/clang/test/SemaCXX/ |
constexpr-many-arguments.cpp | 23 struct type3 struct 25 constexpr type3(type2 a0, type2 a1) : my_data{a0, a1} {} function in struct:type3 29 constexpr type3 g
|
/external/clang/test/SemaTemplate/ |
canonical-expr-type.cpp | 44 typedef T __attribute__((ext_vector_type(N))) type3; typedef in struct:X2 48 void f0(type3); // expected-error{{redeclared}}
|
ms-if-exists.cpp | 18 typedef int type3; typedef 28 X<int>::type3 i3;
|
/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*/
|
phFriNfc_MapTools.c | 56 * typ1/type2/type3/type4 tags.
|
/external/chromium_org/content/public/test/ |
test_notification_tracker.cc | 64 int type3) { 71 events_[2].type == type3;
|
test_notification_tracker.h | 62 int type3);
|
/external/apache-http/src/org/apache/http/impl/auth/ |
NTLMEngine.java | 35 * generate Type1 messages and Type3 messages in response to a 58 * Generates a Type3 message given the user credentials and the 66 * @return Type3 response.
|
/external/chromium_org/chrome/common/extensions/docs/server2/test_data/api_data_source/ |
canned_trunk_fs.py | 106 'description': 'A $ref:type3, or $ref:type2' 109 'id': 'type3', 129 '$ref': 'type3'
|
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
linux_syscall_support.h | 844 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ 845 type LSS_NAME(name)(type1 arg1,type2 arg2,type3 arg3) { \ 852 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ 853 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3, type4 arg4) { \ 860 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ 862 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3, type4 arg4, \ 878 #define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ 880 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3, type4 arg4, \ [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
linux_syscall_support.h | 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 arg2, type3 arg3, type4 arg4, \ [all...] |
/packages/apps/Contacts/tests/src/com/android/contacts/editor/ |
ContactEditorUtilsTest.java | 47 private static final MockAccountType TYPE3 = new MockAccountType("type3", null, false); 60 "c", TYPE3.accountType, TYPE3.dataSet); 104 setAccountTypes(TYPE1, TYPE2, TYPE2EX, TYPE3);
|
/external/clang/test/CodeGenObjC/ |
objc-fixed-enum.m | 63 // CHECK: ![[ENUM3]] = metadata !{{{.*}}!"e3", metadata !{{[0-9]+}}, i32 {{[0-9]+}}, metadata ![[TYPE3:[0-9]+]] 64 // CHECK: ![[TYPE3]] = metadata !{{{.*}}!"Enum3", {{.*}} metadata ![[ENUMERATOR3]]} ; [ DW_TAG_typedef ] [Enum3]
|
/external/clang/test/Misc/ |
integer-literal-printing.cpp | 16 template <boolTy T, typename Type3Helper<T>::Ty U> struct Type3 {}; 71 struct Type3<boolTy::b, "3"> t3; // expected-error{{value of type 'const char [2]' is not implicitly convertible to 'typename Type3Helper<(boolTy)false>::Ty' (aka 'boolTy')}}
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
api_data_source_test.py | 170 'A %s, or %s' % (_MakeLink('ref_test.html#type-type3', 'type3'), 176 _GetType(dict_, 'type3')['description'])
|
/cts/tests/res/values/ |
attrs.xml | 37 <attr name="type3" format="color"/> 54 <attr name="type3"/>
|
/external/clang/test/Index/ |
annotate-nested-name-specifier.cpp | 109 typedef class outer_alias::inner::vector<type>::template rebind<type> type3; typedef in struct:X6 409 // CHECK: Keyword: "typedef" [109:3 - 109:10] TypedefDecl=type3:109:73 (Definition) 410 // CHECK: Keyword: "class" [109:11 - 109:16] TypedefDecl=type3:109:73 (Definition) 412 // CHECK: Punctuation: "::" [109:28 - 109:30] TypedefDecl=type3:109:73 (Definition) 414 // CHECK: Punctuation: "::" [109:35 - 109:37] TypedefDecl=type3:109:73 (Definition) 416 // CHECK: Punctuation: "<" [109:43 - 109:44] TypedefDecl=type3:109:73 (Definition) 418 // CHECK: Punctuation: ">" [109:48 - 109:49] TypedefDecl=type3:109:73 (Definition) 419 // CHECK: Punctuation: "::" [109:49 - 109:51] TypedefDecl=type3:109:73 (Definition) 420 // CHECK: Keyword: "template" [109:51 - 109:59] TypedefDecl=type3:109:73 (Definition) 421 // CHECK: Identifier: "rebind" [109:60 - 109:66] TypedefDecl=type3:109:73 (Definition [all...] |
/external/chromium_org/ipc/ |
ipc_message_macros.h | 168 // void OnSyncMessageName(const type1& in1, type2* out1, type3* out2) 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), ()) 252 #define IPC_MESSAGE_ROUTED3(msg_class, type1, type2, type3) \ 253 IPC_MESSAGE_DECL(ASYNC, ROUTED, msg_class, 3, 0, (type1, type2, type3), ()) 255 #define IPC_MESSAGE_ROUTED4(msg_class, type1, type2, type3, type4) [all...] |