Home
last modified time | relevance | path

Searched +defs:e +defs:e +defs:a +defs:a (Results 1 – 25 of 898) sorted by relevance

12345678910>>...36

/external/libcxxabi/test/
Dunwind_06.pass.cpp24 double a = get(0); in try1() local
33 double a = get(0); in try2() local
43 double a = get(0); in try3() local
54 double a = get(0); in try4() local
58 double e = get(0); in try4() local
66 double a = get(0); in try5() local
70 double e = get(0); in try5() local
79 double a = get(0); in try6() local
83 double e = get(0); in try6() local
93 double a = get(0); in try7() local
[all …]
/external/libcxx/test/std/containers/sequences/list/list.cons/
Dinput_iterator.pass.cpp24 int a[] = {0, 1, 2, 3}; in main() local
30 for (std::list<int>::const_iterator i = l.begin(), e = l.end(); i != e; ++i, ++j) in main() local
34 int a[] = {0, 1, 2, 3}; in main() local
41 for (std::list<int>::const_iterator i = l.begin(), e = l.end(); i != e; ++i, ++j) in main() local
45 int a[] = {0, 1, 2, 3}; in main() local
51 for (std::list<int>::const_iterator i = l.begin(), e = l.end(); i != e; ++i, ++j) in main() local
56 int a[] = {0, 1, 2, 3}; in main() local
62 …for (std::list<int, min_allocator<int>>::const_iterator i = l.begin(), e = l.end(); i != e; ++i, +… in main() local
66 int a[] = {0, 1, 2, 3}; in main() local
73 …for (std::list<int, min_allocator<int>>::const_iterator i = l.begin(), e = l.end(); i != e; ++i, +… in main() local
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/bench/
Dknockout-2.0.0.js6 function c(a){throw a;}var l=void 0,m=!0,o=null,p=!1,r=window.ko={};r.b=function(a,b){for(var d=a.s… argument
7 r.a=new function(){function a(a,e){if("INPUT"!=a.tagName||!a.type)return p;if("click"!=e.toLowerCas… argument
8 f}var j=function(){for(var a=3,e=document.createElement("div"),b=e.getElementsByTagName("i");e.inne… argument
9 a.length;f<d;f++)if(e.call(b,a[f]))return a[f];return o},ca:function(a,e){var b=r.a.k(a,e);0<=b&&a.… argument
10 (a[b]=e[b]);return a},U:function(a){for(;a.firstChild;)r.removeNode(a.firstChild)},oa:function(a,e)… argument
11 [],f=(a||"").split(e),d=0,h=f.length;d<h;d++){var g=r.a.z(f[d]);""!==g&&b.push(g)}return b},Cb:func… argument
12 ga:function(a){return r.a.fb(a,document)},s:function(e,b,f){if("undefined"!=typeof jQuery){if(a(e,b… argument
14 …Browser doesn't support triggering events"))},d:function(a){return r.V(a)?a():a},eb:function(a,e){… argument
15 e.appendChild(a.cloneNode(m));return e.innerHTML},Ma:function(a,e){var b=r.a.d(e);if(b===o||b===l)b… argument
16 e}:function(a){return e.test(a.name)},d=[],h=b.length-1;0<=h;h--)f(b[h])&&d.push(b[h]);return d},vb… argument
[all …]
/external/libcxx/test/std/containers/associative/
Dtree_balance_after_insert.pass.cpp35 Node a; in test1() local
90 Node a; in test1() local
145 Node a; in test1() local
200 Node a; in test1() local
255 Node a; in test1() local
259 Node e; in test1() local
330 Node a; in test1() local
334 Node e; in test1() local
405 Node a; in test1() local
409 Node e; in test1() local
[all …]
Dtree_remove.pass.cpp40 Node e; in test1() local
105 Node e; in test1() local
170 Node e; in test1() local
246 Node e; in test1() local
322 Node a; in test2() local
387 Node a; in test2() local
452 Node a; in test2() local
517 Node a; in test2() local
582 Node a; in test2() local
647 Node a; in test2() local
[all …]
/external/libgsm/inc/
Dproto.h40 # define P1(x, a) (a) argument
41 # define P2(x, a, b) (a, b) argument
42 # define P3(x, a, b, c) (a, b, c) argument
43 # define P4(x, a, b, c, d) (a, b, c, d) argument
44 # define P5(x, a, b, c, d, e) (a, b, c, d, e) argument
45 # define P6(x, a, b, c, d, e, f) (a, b, c, d, e, f) argument
46 # define P7(x, a, b, c, d, e, f, g) (a, b, c, d, e, f, g) argument
47 # define P8(x, a, b, c, d, e, f, g, h) (a, b, c, d, e, f, g, h) argument
54 # define P1(x, a) x a; argument
55 # define P2(x, a, b) x a; b; argument
[all …]
/external/clang/test/Analysis/
Dauto-obj-dtors-cfg-output.cpp52 A a; in test_const_ref() local
70 A a[2]; in test_array() local
94 A a; in test_scope() local
130 A a; in test_return() local
190 A a; in test_goto() local
193 { A a; in test_goto() local
240 A a; in test_if_implicit_scope() local
319 A a; in test_if_jumps() local
329 A e; in test_if_jumps() local
371 A a; in test_while_implicit_scope() local
[all …]
/external/libcxx/test/std/containers/sequences/vector/
Dasan_throw.pass.cc37 char a; member in X
48 } catch (int e) { in test_push_back() local
64 } catch (int e) { in test_emplace_back() local
80 char a[2] = {21, 42}; in test_insert_range() local
83 } catch (int e) { in test_insert_range() local
99 } catch (int e) { in test_insert() local
116 } catch (int e) { in test_emplace() local
132 char a[2] = {10, 42}; in test_insert_range2() local
135 } catch (int e) { in test_insert_range2() local
152 } catch (int e) { in test_insert_n() local
[all …]
/external/bison/lib/
Dintprops.h27 #define _GL_INT_CONVERT(e, v) (0 * (e) + (v)) argument
31 #define _GL_INT_NEGATE_CONVERT(e, v) (0 * (e) - (v)) argument
49 #define _GL_INT_TWOS_COMPLEMENT(e) (~ _GL_INT_CONVERT (e, 0) == -1) argument
56 #define _GL_INT_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) argument
78 #define _GL_INT_MINIMUM(e) \ argument
82 #define _GL_INT_MAXIMUM(e) \ argument
86 #define _GL_SIGNED_INT_MAXIMUM(e) \ argument
165 #define INT_ADD_RANGE_OVERFLOW(a, b, min, max) \ argument
172 #define INT_SUBTRACT_RANGE_OVERFLOW(a, b, min, max) \ argument
179 #define INT_NEGATE_RANGE_OVERFLOW(a, min, max) \ argument
[all …]
/external/clang/test/SemaCXX/
Dwarn-global-constructors.cpp7 int a; variable
15 int e = opaque_int(); // expected-warning {{global constructor}} variable
21 A a; variable
25 A e = A(A()); variable
34 A a; // expected-warning {{global constructor}} variable
39 A &e = b[5]; variable
45 A a; // expected-warning {{global destructor}} variable
50 A &e = b[5]; variable
55 char a[] = "hello"; variable
64 static A a; in f1() local
[all …]
Dwarn-exit-time-destructors.cpp5 A a; // expected-warning {{declaration requires an exit-time destructor}} variable
10 A &e = b[5]; variable
18 static A a; // expected-warning {{declaration requires an exit-time destructor}} in f() local
23 static A &e = b[5]; in f() local
30 A a; variable
44 E e; variable
/external/valgrind/coregrind/
Dpub_core_syscall.h57 #define vgPlain_do_syscall1(s,a) VG_(do_syscall)((s),(a),\ argument
59 #define vgPlain_do_syscall2(s,a,b) VG_(do_syscall)((s),(a),(b),\ argument
61 #define vgPlain_do_syscall3(s,a,b,c) VG_(do_syscall)((s),(a),(b),(c),\ argument
63 #define vgPlain_do_syscall4(s,a,b,c,d) VG_(do_syscall)((s),(a),(b),(c),\ argument
65 #define vgPlain_do_syscall5(s,a,b,c,d,e) VG_(do_syscall)((s),(a),(b),(c),\ argument
67 #define vgPlain_do_syscall6(s,a,b,c,d,e,f) VG_(do_syscall)((s),(a),(b),(c),\ argument
69 #define vgPlain_do_syscall7(s,a,b,c,d,e,f,g) VG_(do_syscall)((s),(a),(b),(c),\ argument
71 #define vgPlain_do_syscall8(s,a,b,c,d,e,f,g,h) VG_(do_syscall)((s),(a),(b),(c),\ argument
/external/v8/test/webkit/
Dget-by-pname.js35 var o = {a:1, b:3, c:7}; property
36 var p = {a:1, b:2, c:3, d:4}; property
37 var q = {a:1, b:2, c:3, d:4, e:3457}; property
38 var r = {a:1, b:2, c:3, d:4, e:91, f:12}; property
39 var s = {a:1, b:2, c:3, d:4, e:91, f:12, g:69}; property
/external/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js3309 keys.sort(function(a, b) { argument
4494 function cX(a){a=a|0;var b=0;b=i;i=i+a|0;i=i+7>>3<<3;return b|0}function cY(){return i|0}function c… argument
4495 function hH(b,d,e){b=b|0;d=d|0;e=e|0;var f=0,g=0,j=0,k=0,l=0,m=0,n=0,o=0,p=0,q=0,r=0,s=0,t=0,u=0,w=… argument
4496 function jx(b,d){b=b|0;d=d|0;var e=0,f=0,g=0,j=0,k=0,l=0,n=0,o=0,p=0,q=0,r=0,s=0,t=0,u=0,w=0,x=0,y=… argument
4497 function ut(a){a=a|0;var b=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,k=0,l=0,m=0,n=0,o=0,p=0,q=0,r=0,s=0,t=0,u=… argument
/external/chromium-trace/trace-viewer/tracing/third_party/components/webcomponentsjs/
DCustomElements.min.js11e=Object.defineProperty,t=Date.now()%1e9,o=function(){this.name="__st"+(1e9*Math.random()>>>0)+(t+… function
/external/speex/libspeex/
Dpseudofloat.h56 spx_int16_t e; member
63 #define MIN(a,b) ((a)<(b)?(a):(b)) argument
66 int e=0; in PSEUDOFLOAT() local
97 static inline spx_float_t FLOAT_ADD(spx_float_t a, spx_float_t b) in FLOAT_ADD()
132 static inline spx_float_t FLOAT_SUB(spx_float_t a, spx_float_t b) in FLOAT_SUB()
167 static inline int FLOAT_LT(spx_float_t a, spx_float_t b) in FLOAT_LT()
180 static inline int FLOAT_GT(spx_float_t a, spx_float_t b) in FLOAT_GT()
185 static inline spx_float_t FLOAT_MULT(spx_float_t a, spx_float_t b) in FLOAT_MULT()
208 static inline spx_float_t FLOAT_AMULT(spx_float_t a, spx_float_t b) in FLOAT_AMULT()
217 static inline spx_float_t FLOAT_SHL(spx_float_t a, int b) in FLOAT_SHL()
[all …]
/external/google-breakpad/src/common/
Dbyte_cursor_unittest.cc112 uint8_t a; in TEST() local
144 uint8_t a, b, c, d, e; in TEST() local
162 int a, b, c, d, e; in TEST() local
182 int a, b, c, d, e, f, g, h, i, j; in TEST() local
216 int64_t a, b, c, d, e, f, g; in TEST() local
243 int64_t a, b, c, d, e, f, g; in TEST() local
266 int32_t a, b, c, d, e; in TEST() local
286 int64_t a, b, c, d, e, f, g, h, i, j; in TEST() local
320 int64_t a, b, c, d, e, f, g; in TEST() local
347 uint64_t a, b, c, d, e, f, g; in TEST() local
[all …]
/external/eigen/lapack/
Dcholesky.cpp22 int e = -*info; variable
26 Scalar* a = reinterpret_cast<Scalar*>(pa); variable
51 int e = -*info; variable
55 Scalar* a = reinterpret_cast<Scalar*>(pa); variable
Dlu.cpp22 int e = -*info; variable
29 Scalar* a = reinterpret_cast<Scalar*>(pa); variable
56 int e = -*info; variable
60 Scalar* a = reinterpret_cast<Scalar*>(pa); variable
/external/clang/test/Sema/
Dbitfield-layout.c8 struct a {char x; int : 0; char y;}; argument
41 struct __attribute__((packed)) e {int x : 4, y : 30, z : 30;}; argument
52 char a[0x32100000]; member
Dvla.c11 int e[2][m]; in f() local
33 int (*e)[i]; // expected-error {{variably modified type declaration not allowed at file scope}} variable
37 …static int a[i]; // expected-error {{variable length array declaration cannot have 'static' storag… in f3() local
47 int a[*]; // expected-error {{star modifier used outside of function prototype}} variable
56 void f5() { char a[][f5_ci] = {""}; } // expected-warning {{variable length array folded to constan… in f5() local
60 void pr5185(int a[*]) // expected-error {{variable length array must be bound in function definitio… in pr5185()
68 int TransformBug(int a) { in TransformBug()
/external/v8/src/
Ddiy-fp.h21 DiyFp(uint64_t f, int e) : f_(f), e_(e) {} in DiyFp()
36 static DiyFp Minus(const DiyFp& a, const DiyFp& b) { in Minus()
47 static DiyFp Times(const DiyFp& a, const DiyFp& b) { in Times()
56 int e = e_; in Normalize() local
73 static DiyFp Normalize(const DiyFp& a) { in Normalize()
80 int e() const { return e_; } in e() function
/external/icu/icu4c/source/common/
Dutracimp.h248 #define UTRACE_DATA1(level, fmt, a) \ argument
261 #define UTRACE_DATA2(level, fmt, a, b) \ argument
274 #define UTRACE_DATA3(level, fmt, a, b, c) \ argument
287 #define UTRACE_DATA4(level, fmt, a, b, c, d) \ argument
300 #define UTRACE_DATA5(level, fmt, a, b, c, d, e) \ argument
313 #define UTRACE_DATA6(level, fmt, a, b, c, d, e, f) \ argument
326 #define UTRACE_DATA7(level, fmt, a, b, c, d, e, f, g) \ argument
339 #define UTRACE_DATA8(level, fmt, a, b, c, d, e, f, g, h) \ argument
352 #define UTRACE_DATA9(level, fmt, a, b, c, d, e, f, g, h, i) \ argument
/external/ltrace/testsuite/ltrace.main/
Dparameters-lib.c4 void func_ignore(int a, int b, int c) in func_ignore()
83 void func_arrayi(int* a, int N) in func_arrayi()
92 void func_arrayf(float* a, int N) in func_arrayf()
105 struct { int a; int b; }* array; member
106 struct { int a; int b; } seq[3]; member
150 char a; member
155 char a[6]; member
166 long a; member
173 func_struct_large(struct S4 a, struct S4 b) in func_struct_large()
179 char a; member
[all …]
/external/boringssl/src/crypto/bn/
Dbn_test.cc349 ScopedBIGNUM a(BN_new()); in test_add() local
388 ScopedBIGNUM a(BN_new()); in test_sub() local
434 ScopedBIGNUM a(BN_new()); in test_div() local
438 ScopedBIGNUM e(BN_new()); in test_div() local
515 ScopedBIGNUM a(BN_new()); in test_lshift1() local
550 ScopedBIGNUM a(BN_new()); in test_rshift() local
554 ScopedBIGNUM e(BN_new()); in test_rshift() local
586 ScopedBIGNUM a(BN_new()); in test_rshift1() local
620 static bool test_lshift(FILE *fp, BN_CTX *ctx, ScopedBIGNUM a) { in test_lshift()
672 ScopedBIGNUM a(BN_new()); in test_mul() local
[all …]

12345678910>>...36