Searched refs:a4 (Results 1 - 25 of 262) sorted by relevance

1234567891011

/external/clang/test/Sema/
H A Darray-declared-as-incorrect-type.c12 extern int a4[][2]; // expected-note {{previous definition is here}}
13 int a4[2]; // expected-error {{redefinition of 'a4'}} variable
H A Dgeneric-selection.c23 int a4[_Generic(0L, default: 1, short: 2, float: 3, int: 4) == 1 ? 1 : -1]; local
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-crbug-162085.js64 var a4 = [1.3]; variable
65 grow_store2(a4,1,1.4);
66 a4.length = 0;
67 grow_store2(a4,0,1);
68 assertEquals(1, a4[0]);
69 assertEquals(undefined, a4[1]);
70 assertEquals(undefined, a4[2]);
71 assertEquals(undefined, a4[3]);
H A Dregress-compare-constant-doubles.js40 var a4 = a3 + 1;
41 var a5 = a4 + 1;
43 keepalive = [a1, a2, a3, a4, a5, a6];
H A Dregress-cnlt-elements.js39 c.a4 = 2;
/external/libcxx/test/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/
H A Dconst_mem_fun1.pass.cpp24 double a4(unsigned i) const {return i-1;} function in struct:A
30 assert(std::mem_fun(&A::a4)(&a, 6) == 5);
H A Dconst_mem_fun_ref1.pass.cpp24 double a4(unsigned i) const {return i-1;} function in struct:A
30 assert(std::mem_fun_ref(&A::a4)(a, 6) == 5);
H A Dmem_fun.pass.cpp24 double a4(unsigned i) const {return i-1;} function in struct:A
H A Dmem_fun1.pass.cpp24 double a4(unsigned i) const {return i-1;} function in struct:A
H A Dmem_fun_ref.pass.cpp24 double a4(unsigned i) const {return i-1;} function in struct:A
H A Dmem_fun_ref1.pass.cpp24 double a4(unsigned i) const {return i-1;} function in struct:A
H A Dconst_mem_fun1_ref_t.pass.cpp23 double a4(unsigned i) const {return i-1;} function in struct:A
30 const F f(&A::a4);
H A Dconst_mem_fun1_t.pass.cpp23 double a4(unsigned i) const {return i-1;} function in struct:A
30 const F f(&A::a4);
H A Dconst_mem_fun.pass.cpp24 double a4(unsigned i) const {return i-1;} function in struct:A
H A Dconst_mem_fun_ref.pass.cpp24 double a4(unsigned i) const {return i-1;} function in struct:A
/external/chromium_org/v8/test/mjsunit/
H A Darray-natives-elements.js249 var a4 = [1,2,3];
250 assertEquals(3, a4.pop());
251 assertTrue(%HasFastSmiElements(a4));
252 a4 = [1.1,2,3];
253 assertEquals(3, a4.pop());
254 assertTrue(%HasFastDoubleElements(a4));
255 a4 = [{},2,3];
256 assertEquals(3, a4.pop());
257 assertTrue(%HasFastObjectElements(a4));
260 var a4
[all...]
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtccommon.h48 #define LOG_RTCERR4(func, a1, a2, a3, a4) \
49 LOG_RTCERR4_EX(func, a1, a2, a3, a4, GetLastEngineError())
50 #define LOG_RTCERR5(func, a1, a2, a3, a4, a5) \
51 LOG_RTCERR5_EX(func, a1, a2, a3, a4, a5, GetLastEngineError())
52 #define LOG_RTCERR6(func, a1, a2, a3, a4, a5, a6) \
53 LOG_RTCERR6_EX(func, a1, a2, a3, a4, a5, a6, GetLastEngineError())
64 #define LOG_RTCERR4_EX(func, a1, a2, a3, a4, err) LOG(LS_WARNING) \
66 << ", " << a4 << ") failed, err=" << err
67 #define LOG_RTCERR5_EX(func, a1, a2, a3, a4, a5, err) LOG(LS_WARNING) \
69 << ", " << a4 << ", " << a
[all...]
/external/libcxxabi/test/
H A Ddynamic_cast5.cpp75 A4 a4; local
83 assert(dynamic_cast<A1*>(a4.getA1()) == a4.getA1());
84 assert(dynamic_cast<A1*>(a4.getA2()) == 0);
85 assert(dynamic_cast<A1*>(a4.getA3()) == a4.getA1());
86 assert(dynamic_cast<A1*>(a4.getA4()) == a4.getA1());
98 assert(dynamic_cast<A2*>(a4.getA1()) == 0);
99 assert(dynamic_cast<A2*>(a4
219 A4 a4; local
363 A4 a4; local
506 A4 a4; local
649 A4 a4; local
792 A4 a4; local
935 A4 a4; local
1078 A4 a4; local
1221 A4 a4; local
[all...]
/external/clang/test/Index/
H A Dannotate-comments-preprocessor.c25 int f(int a1[A1], int a2[A2], int a3[A3], int a4[A4], int a5[A5], int a6[A6]);
29 int g(int a1[A1], int a2[A2], int a3[A3], int a4[A4], int a5[A5], int a6[A6]);
/external/valgrind/main/massif/tests/
H A Ddeep.c24 void a4 (int n) { a5 (n); } function
25 void a3 (int n) { a4 (n); }
/external/chromium_org/third_party/libxml/src/
H A Dtriodef.h142 # define TRIO_ARGS4(list,a1,a2,a3,a4) list a1; a2; a3; a4;
143 # define TRIO_ARGS5(list,a1,a2,a3,a4,a5) list a1; a2; a3; a4; a5;
144 # define TRIO_ARGS6(list,a1,a2,a3,a4,a5,a6) list a1; a2; a3; a4; a5; a6;
147 # define TRIO_VARGS4(list,a1,a2,a3,a4) list a1; a2; a3; a4
148 # define TRIO_VARGS5(list,a1,a2,a3,a4,a5) list a1; a2; a3; a4; a
[all...]
/external/chromium_org/third_party/libxslt/libxslt/
H A Dtriodef.h140 # define TRIO_ARGS4(list,a1,a2,a3,a4) list a1; a2; a3; a4;
141 # define TRIO_ARGS5(list,a1,a2,a3,a4,a5) list a1; a2; a3; a4; a5;
142 # define TRIO_ARGS6(list,a1,a2,a3,a4,a5,a6) list a1; a2; a3; a4; a5; a6;
145 # define TRIO_VARGS4(list,a1,a2,a3,a4) list a1; a2; a3; a4
146 # define TRIO_VARGS5(list,a1,a2,a3,a4,a5) list a1; a2; a3; a4; a
[all...]
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.aggr/
H A Dp4.cpp18 int a4[] = {}; // expected-error {{zero size arrays}} variable
/external/clang/test/CodeGen/
H A Dasm-variable.c5 unsigned long long a3, unsigned long long a4,
19 b4 = a4;
31 double a3, double a4,
48 b4 = a4;
3 foo(unsigned long long addr, unsigned long long a0, unsigned long long a1, unsigned long long a2, unsigned long long a3, unsigned long long a4, unsigned long long a5) argument
29 foo2(unsigned long long addr, double a0, double a1, double a2, double a3, double a4, double a5, double a6, double a7) argument
/external/libxml2/
H A Dtriodef.h142 # define TRIO_ARGS4(list,a1,a2,a3,a4) list a1; a2; a3; a4;
143 # define TRIO_ARGS5(list,a1,a2,a3,a4,a5) list a1; a2; a3; a4; a5;
144 # define TRIO_ARGS6(list,a1,a2,a3,a4,a5,a6) list a1; a2; a3; a4; a5; a6;
147 # define TRIO_VARGS4(list,a1,a2,a3,a4) list a1; a2; a3; a4
148 # define TRIO_VARGS5(list,a1,a2,a3,a4,a5) list a1; a2; a3; a4; a
[all...]

Completed in 8662 milliseconds

1234567891011