/external/webkit/LayoutTests/fast/js/resources/ |
D | js-test-pre.js | 39 function areArraysEqual(_a, _b) argument 42 if (_a.length !== _b.length) 44 for (var i = 0; i < _a.length; i++) 45 if (_a[i] !== _b[i]) 80 function evalAndLog(_a) argument 82 if (typeof _a != "string") 86 debug(_a); 90 _av = eval(_a); 92 testFailed(_a + " threw exception " + e); 97 function shouldBe(_a, _b) argument [all …]
|
D | standalone-pre.js | 28 function areArraysEqual(_a, _b) argument 30 if (Object.prototype.toString.call(_a) != Object.prototype.toString.call([])) 32 if (_a.length !== _b.length) 34 for (var i = 0; i < _a.length; i++) 35 if (_a[i] !== _b[i]) 67 function shouldBe(_a, _b) argument 69 if (typeof _a != "string" || typeof _b != "string") 74 _av = eval(_a); 81 testFailed(_a + " should be " + _bv + ". Threw exception " + exception); 83 testPassed(_a + " is " + _b); [all …]
|
/external/clang/test/CXX/over/over.oper/over.literal/ |
D | p3.cpp | 6 char operator "" _a(const char *); 7 char operator "" _a(const char []); 8 char operator "" _a(unsigned long long); 9 char operator "" _a(long double); 10 char operator "" _a(char); 11 char operator "" _a(const volatile char); 12 char operator "" _a(wchar_t); 13 char operator "" _a(char16_t); 14 char operator "" _a(char32_t); 15 char operator "" _a(const char *, size_t); [all …]
|
D | p5.cpp | 6 template<char...> void operator "" _a(); 7 template<char... C> S<C...> operator "" _a(); 10 friend int operator "" _a(const char *, size_t); 12 friend U operator "" _a(const T *, size_t); // expected-error {{parameter}}
|
/external/webkit/LayoutTests/http/tests/cookies/resources/ |
D | cookies-test-pre.js | 38 function areArraysEqual(_a, _b) argument 40 if (_a.length !== _b.length) 42 for (var i = 0; i < _a.length; i++) 43 if (_a[i] !== _b[i]) 75 function shouldBe(_a, _b) argument 77 if (typeof _a != "string" || typeof _b != "string") 82 _av = eval(_a); 89 testFailed(_a + " should be " + _bv + ". Threw exception " + exception); 91 testPassed(_a + " is " + _b); 93 testFailed(_a + " should be " + _bv + ". Was " + stringify(_av) + "."); [all …]
|
/external/safe-iop/include/ |
D | safe_iop.h | 79 #define OPAQUE_SAFE_IOP_PREFIX_MACRO_smax(_a) \ argument 80 ((typeof(_a))(~((typeof(_a)) 1 << ((sizeof(typeof(_a)) * CHAR_BIT) - 1)))) 81 #define OPAQUE_SAFE_IOP_PREFIX_MACRO_smin(_a) \ argument 82 ((typeof(_a))(-__sio(m)(smax)(_a) - 1)) 83 #define OPAQUE_SAFE_IOP_PREFIX_MACRO_umax(_a) ((typeof(_a))(~((typeof(_a)) 0))) argument 108 typeof(__a) __sio(var)(_a) = (__a); \ 111 if (__sio(m)(assert)(__sio(m)(type_enforce)(__sio(var)(_a), \ 113 if (__sio(m)(smin)(__sio(var)(_a)) <= ((typeof(__sio(var)(_a)))0)) { \ 115 __sio(var)(_a), \ 119 __sio(var)(_a), \ [all …]
|
/external/valgrind/main/helgrind/ |
D | libhb.h | 101 #define LIBHB_CWRITE_1(_thr,_a) zsm_sapply08_f__msmcwrite((_thr),(_a)) argument 102 #define LIBHB_CWRITE_2(_thr,_a) zsm_sapply16_f__msmcwrite((_thr),(_a)) argument 103 #define LIBHB_CWRITE_4(_thr,_a) zsm_sapply32_f__msmcwrite((_thr),(_a)) argument 104 #define LIBHB_CWRITE_8(_thr,_a) zsm_sapply64_f__msmcwrite((_thr),(_a)) argument 105 #define LIBHB_CWRITE_N(_thr,_a,_n) zsm_sapplyNN_f__msmcwrite((_thr),(_a),(_n)) argument 107 #define LIBHB_CREAD_1(_thr,_a) zsm_sapply08_f__msmcread((_thr),(_a)) argument 108 #define LIBHB_CREAD_2(_thr,_a) zsm_sapply16_f__msmcread((_thr),(_a)) argument 109 #define LIBHB_CREAD_4(_thr,_a) zsm_sapply32_f__msmcread((_thr),(_a)) argument 110 #define LIBHB_CREAD_8(_thr,_a) zsm_sapply64_f__msmcread((_thr),(_a)) argument 111 #define LIBHB_CREAD_N(_thr,_a,_n) zsm_sapplyNN_f__msmcread((_thr),(_a),(_n)) argument
|
/external/webkit/Source/WebCore/platform/ |
D | Arena.h | 83 Arena *_a = (pool)->current; \ 85 uword _p = _a->avail; \ 87 if (_q > _a->limit) \ 90 _a->avail = _q; \ 94 Arena *_a = (pool)->current; \ 96 uword _p = _a->avail; \ 99 _q <= _a->limit) { \ 100 _a->avail = _q; \ 122 Arena *_a = (pool)->current; \ 123 if (UPTRDIFF(_m, _a->base) <= UPTRDIFF(_a->avail, _a->base)) { \ [all …]
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | MismatchedRangeException.cs | 41 private readonly int _a; field in Antlr.Runtime.MismatchedRangeException 57 this._a = a; in MismatchedRangeException() 63 this._a = a; in MismatchedRangeException() 69 this._a = a; in MismatchedRangeException() 78 this._a = info.GetInt32("A"); in MismatchedRangeException() 84 return _a; 99 info.AddValue("A", _a); in GetObjectData()
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | MismatchedRangeException.cs | 43 private readonly int _a; field in Antlr.Runtime.MismatchedRangeException 63 this._a = a; in MismatchedRangeException() 70 this._a = a; in MismatchedRangeException() 77 this._a = a; in MismatchedRangeException() 87 this._a = info.GetInt32("A"); in MismatchedRangeException() 95 return _a; 113 info.AddValue("A", _a); in GetObjectData()
|
/external/llvm/test/MC/MachO/ |
D | tlv-reloc.s | 4 _a$tlv$init: 9 .globl _a symbol 10 _a: label 13 .quad _a$tlv$init 20 movq _a@TLVP(%rip), %rdi
|
D | reloc-pcrel.s | 40 .globl _a symbol 41 _a: label 53 call _a 54 call _a - 1 55 call _a + 1
|
D | tls.s | 30 .tbss _a$tlv$init, 4, 2 32 .globl _a symbol 33 _a: label 36 .quad _a$tlv$init
|
D | reloc-pcrel-offset.s | 13 _a: label 15 call _a
|
D | tlv.s | 4 .globl _a symbol 5 _a: label
|
/external/tremolo/Tremolo/ |
D | misc.h | 157 #define XPROD32(_a, _b, _t, _v, _x, _y) \ argument 158 { *(_x)=MULT32(_a,_t)+MULT32(_b,_v); \ 159 *(_y)=MULT32(_b,_t)-MULT32(_a,_v); } 160 #define XPROD31(_a, _b, _t, _v, _x, _y) \ argument 161 { *(_x)=MULT31(_a,_t)+MULT31(_b,_v); \ 162 *(_y)=MULT31(_b,_t)-MULT31(_a,_v); } 163 #define XNPROD31(_a, _b, _t, _v, _x, _y) \ argument 164 { *(_x)=MULT31(_a,_t)-MULT31(_b,_v); \ 165 *(_y)=MULT31(_b,_t)+MULT31(_a,_v); }
|
/external/llvm/test/CodeGen/PowerPC/ |
D | ppc64-toc.ll | 61 ; CHECK-NEXT: .tc {{[\._a-zA-Z0-9]+}}[TC],{{[\._a-zA-Z0-9]+}} 63 ; CHECK-NEXT: .tc {{[\._a-zA-Z0-9]+}}[TC],{{[\._a-zA-Z0-9]+}} 65 ; CHECK-NEXT: .tc {{[\._a-zA-Z0-9]+}}[TC],{{[\._a-zA-Z0-9]+}} 67 ; CHECK-NEXT: .tc {{[\._a-zA-Z0-9]+}}[TC],{{[\._a-zA-Z0-9]+}}
|
/external/llvm/test/MC/AsmParser/ |
D | directive_tlv.s | 4 # CHECK: .globl _a 5 # CHECK: _a: 9 .globl _a symbol 10 _a: label
|
/external/clang/test/SemaCXX/Inputs/ |
D | array-bounds-system-header.h | 9 #define QUESTIONABLE_MACRO(_a) \ argument 10 sizeof(_a) > 3 ? (_a)[3] = 5 : 5
|
/external/llvm/test/CodeGen/X86/ |
D | tlv-1.ll | 22 ; CHECK: movq _a@TLVP(%rip), 39 ; CHECK: .tbss _a$tlv$init, 4, 2 41 ; CHECK: .globl _a 42 ; CHECK: _a: 45 ; CHECK: .quad _a$tlv$init
|
/external/webkit/LayoutTests/http/tests/appcache/ |
D | dynamic-entries-no-cache.html-disabled | 30 function shouldBe(_a, _b) 32 if (typeof _a != "string" || typeof _b != "string") 37 _av = eval(_a); 44 log("FAIL: " + _a + " should be " + _bv + ". Threw exception " + exception); 46 log("PASS: " + _a + " is " + _b); 48 log("FAIL: " + _a + " should be " + _bv + ". Was " + stringify(_av) + "."); 50 …log("FAIL: " + _a + " should be " + _bv + " (of type " + typeof _bv + "). Was " + _av + " (of type…
|
/external/clang/test/PCH/ |
D | stmts.h | 93 #define maxint(a,b) ({int _a = (a), _b = (b); _a > _b ? _a : _b; })
|
/external/clang/test/SemaObjC/ |
D | self-declared-in-block.m | 8 int _a; 13 return _a; 15 return _a;
|
/external/clang/test/CodeGen/ |
D | struct.c | 111 typedef struct _a { struct 116 struct _a a1; in f11() argument 125 struct _a a1; in f12() 126 const struct _a a2; in f12()
|
/external/clang/test/Sema/ |
D | unused-expr.c | 39 return ({int _a = x, _b = y; _a > _b ? _a : _b; }); in stmt_expr()
|