Home
last modified time | relevance | path

Searched defs:a5 (Results 1 – 25 of 68) sorted by relevance

123

/external/google-breakpad/src/testing/include/gmock/
Dgmock-generated-nice-strict.h105 const A5& a5) : MockClass(a1, a2, a3, a4, a5) { in NiceMock()
113 const A5& a5, const A6& a6) : MockClass(a1, a2, a3, a4, a5, a6) { in NiceMock()
121 const A5& a5, const A6& a6, const A7& a7) : MockClass(a1, a2, a3, a4, a5, in NiceMock()
130 const A5& a5, const A6& a6, const A7& a7, const A8& a8) : MockClass(a1, in NiceMock()
139 const A5& a5, const A6& a6, const A7& a7, const A8& a8, in NiceMock()
148 const A5& a5, const A6& a6, const A7& a7, const A8& a8, const A9& a9, in NiceMock()
199 const A5& a5) : MockClass(a1, a2, a3, a4, a5) { in StrictMock()
207 const A5& a5, const A6& a6) : MockClass(a1, a2, a3, a4, a5, a6) { in StrictMock()
215 const A5& a5, const A6& a6, const A7& a7) : MockClass(a1, a2, a3, a4, a5, in StrictMock()
224 const A5& a5, const A6& a6, const A7& a7, const A8& a8) : MockClass(a1, in StrictMock()
[all …]
/external/v8/test/mjsunit/compiler/
Darray-length.js32 function Test(a0, a2, a5) { argument
40 var a5 = [1,2,3,4,5]; variable
/external/clang/test/CodeGen/
Dasm-variable.c6 unsigned long long a5) { in foo()
32 double a5, double a6, double a7) { in foo2()
/external/v8/test/webkit/
Dapply-varargs.js29 function callee(a1, a2, a3, a4, a5, a6, a7, a8) argument
53 function dummy(a1, a2, a3, a4, a5, a6, a7, a8) argument
/external/valgrind/memcheck/tests/
Dleak-segv-jmp.c142 UWord a4, UWord a5, UWord a6 in do_syscall_WRK()
166 UWord a4, UWord a5, UWord a6 in do_syscall_WRK()
194 UWord a4, UWord a5, UWord a6 in do_syscall_WRK()
Dwrap6.c319 UInt fn_5 ( UInt a1, UInt a2, UInt a3, UInt a4, UInt a5 ) in fn_5()
350 UInt fn_6 ( UInt a1, UInt a2, UInt a3, UInt a4, UInt a5, UInt a6 ) in fn_6()
382 UInt fn_7 ( UInt a1, UInt a2, UInt a3, UInt a4, UInt a5, UInt a6, in fn_7()
418 UInt fn_8 ( UInt a1, UInt a2, UInt a3, UInt a4, UInt a5, UInt a6, in fn_8()
455 UInt fn_9 ( UInt a1, UInt a2, UInt a3, UInt a4, UInt a5, UInt a6, in fn_9()
493 UInt fn_10 ( UInt a1, UInt a2, UInt a3, UInt a4, UInt a5, UInt a6, in fn_10()
532 UInt fn_11 ( UInt a1, UInt a2, UInt a3, UInt a4, UInt a5, UInt a6, in fn_11()
572 UInt fn_12 ( UInt a1, UInt a2, UInt a3, UInt a4, UInt a5, UInt a6, in fn_12()
/external/clang/test/Sema/
Darray-declared-as-incorrect-type.c16 int a5[3][2][1]; // expected-error {{redefinition of 'a5'}} variable
Dgeneric-selection.c24 int a5[_Generic(0, int: 1, short: 2, float: 3) == 1 ? 1 : -1]; in foo() local
Dcomplex-int.c31 short a5; in Tester() local
Dstring-init.c13 char a5[] = L"a"; // expected-error{{initializing char array with wide string literal}} in f() local
/external/clang/test/CXX/class/class.mem/
Dp1b.cpp36 void a5() { in a5() function in A
/external/clang/test/SemaTemplate/
Dtemp_arg_template.cpp24 A<TooMany> *a5; // expected-error{{template template argument has different template parameters tha… variable
Dtemp_arg_type.cpp11 A<int(float)> *a5; variable
Dpack-deduction.cpp15 int a5 = f1(X<int>(), X<int, int>()); // expected-error {{no matching}} variable
/external/libxml2/
Dtriodef.h149 # define TRIO_ARGS5(list,a1,a2,a3,a4,a5) list a1; a2; a3; a4; a5; argument
150 # define TRIO_ARGS6(list,a1,a2,a3,a4,a5,a6) list a1; a2; a3; a4; a5; a6; argument
154 # define TRIO_VARGS5(list,a1,a2,a3,a4,a5) list a1; a2; a3; a4; a5 argument
171 # define TRIO_ARGS5(list,a1,a2,a3,a4,a5) (a1,a2,a3,a4,a5) argument
172 # define TRIO_ARGS6(list,a1,a2,a3,a4,a5,a6) (a1,a2,a3,a4,a5,a6) argument
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.aggr/
Dp4.cpp12 int a5[] = { sizeof(T) }; in tf() local
/external/clang/test/SemaCXX/
Dattr-weakref.cpp12 static int a5 __attribute__((alias ("foo"), weakref)); variable
Dstring-init.cpp8 char a5[] = L"a"; // expected-error{{initializing char array with wide string literal}} in f() local
/external/libcxx/test/std/utilities/utility/forward/
Dmove_copy.pass.cpp68 A a5 = std::move(ca); in main() local
/external/google-breakpad/src/testing/gtest/test/
Dgtest-linked_ptr_test.cc99 linked_ptr<A> a5(new A); in TEST_F() local
/external/valgrind/massif/tests/
Ddeep.c23 void a5 (int n) { a6 (n); } in a5() function
/external/gtest/test/
Dgtest-linked_ptr_test.cc99 linked_ptr<A> a5(new A); in TEST_F() local
/external/protobuf/gtest/test/
Dgtest-linked_ptr_test.cc98 linked_ptr<A> a5(new A); in TEST_F() local
/external/libcxxabi/test/
Ddynamic_cast5.pass.cpp77 A5 a5; in test() local
221 A5 a5; in test() local
365 A5 a5; in test() local
508 A5 a5; in test() local
651 A5 a5; in test() local
794 A5 a5; in test() local
937 A5 a5; in test() local
1080 A5 a5; in test() local
1223 A5 a5; in test() local
/external/skia/tests/
DGrAllocatorTest.cpp82 GrTAllocator<C> a5(5); in DEF_TEST() local

123