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

1 2

  /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/clang/test/SemaTemplate/
ms-if-exists.cpp 18 typedef int type3; typedef
28 X<int>::type3 i3;
canonical-expr-type.cpp 44 typedef T __attribute__((ext_vector_type(N))) type3; typedef in struct:X2
48 void f0(type3); // expected-error{{redeclared}}
  /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/linux-tools-perf/perf-3.12.0/arch/parisc/include/asm/
unistd.h 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 133 'description': 'A $ref:type3, or $ref:type2'
136 'id': 'type3',
156 '$ref': 'type3'
  /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/chromium_org/third_party/tcmalloc/chromium/src/base/
linux_syscall_support.h 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 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...]
  /art/test/046-reflect/src/
Main.java 602 Type type3 = types3.get(0); local
610 if (type3 instanceof ParameterizedType) {
611 System.out.println("type3 is a ParameterizedType");
620 if (type1.equals(type3)) {
621 System.out.println("type1("+type1+") equals type3("+type3+")");
623 System.out.println("type1("+type1+") does not equal type3("+type3+")");
632 if (type1.hashCode() == type3.hashCode()) {
633 System.out.println("type1("+type1+") hashCode equals type3("+type3+") hashCode")
658 Type type3 = types3.get(0); local
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
Machine.java 102 * @param type3 {@code non-null;} type of the third argument
104 public void popArgs(Frame frame, Type type1, Type type2, Type type3);
BaseMachine.java 186 Type type3) {
202 if (! Merger.isPossiblyAssignableFrom(type3, args[2])) {
203 throw new SimException("expected type " + type3.toHuman() +
  /external/clang/test/CodeGenCXX/
type_visibility.cpp 155 namespace type3 { namespace
  /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...]
  /external/chromium_org/v8/test/cctest/
test-types.cc 656 TypeHandle type3 = T.Random(); local
658 TypeHandle function1 = T.Function1(type1, type2, type3);
659 TypeHandle function2 = T.Function2(type1, type2, type3);
673 TypeHandle type3 = T.Random(); local
675 TypeHandle function1 = T.Function1(type1, type2, type3);
676 TypeHandle function2 = T.Function2(type1, type2, type3);
686 CheckEqual(type3, function1->AsFunction()->Parameter(0));
688 CheckEqual(type3, function2->AsFunction()->Parameter(1));
699 TypeHandle type3 = T.Random(); local
701 TypeHandle function02 = T.Function0(type1, type3);
911 TypeHandle type3 = *it3; local
1132 TypeHandle type3 = *it3; local
1529 TypeHandle type3 = *it3; local
1930 TypeHandle type3 = T.template Convert<Type2>(type2); local
    [all...]
  /external/chromium_org/tools/grit/grit/gather/
rc.py 133 \s+(?P<type3>[A-Z]+)\s+"(?P<text3>.*?([^"]|"")?)"\s*,
  /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...]
  /dalvik/dexgen/src/com/android/dexgen/rop/type/
StdTypeList.java 212 * @param type3 {@code non-null;} the fourth element
216 Type type3) {
221 result.set(3, type3);
  /dalvik/dx/src/com/android/dx/rop/type/
StdTypeList.java 212 * @param type3 {@code non-null;} the fourth element
216 Type type3) {
221 result.set(3, type3);
  /external/dexmaker/src/dx/java/com/android/dx/rop/type/
StdTypeList.java 212 * @param type3 {@code non-null;} the fourth element
216 Type type3) {
221 result.set(3, type3);
  /external/chromium_org/ui/events/gesture_detection/
touch_disposition_gesture_filter_unittest.cc 100 EventType type3) {
105 gestures[3] = type3;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_tgsi_insn.c 475 SVGA3dShaderRegType type0, type1, type2, type3; local
482 type3 = SVGA3dShaderGetRegType( src2.base.value );
491 ((type3 == SVGA3DREG_CONST && src0.base.num != src3.base.num) ||
495 if (type3 == SVGA3DREG_CONST &&
500 ((type3 == SVGA3DREG_INPUT && src0.base.num != src3.base.num) ||
504 if (type3 == SVGA3DREG_INPUT &&
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_insn.c 475 SVGA3dShaderRegType type0, type1, type2, type3; local
482 type3 = SVGA3dShaderGetRegType( src2.base.value );
491 ((type3 == SVGA3DREG_CONST && src0.base.num != src3.base.num) ||
495 if (type3 == SVGA3DREG_CONST &&
500 ((type3 == SVGA3DREG_INPUT && src0.base.num != src3.base.num) ||
504 if (type3 == SVGA3DREG_INPUT &&
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 2044 milliseconds

1 2