/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/chromium_org/v8/test/webkit/resources/ |
D | standalone-pre.js | 58 function areArraysEqual(_a, _b) argument 60 if (Object.prototype.toString.call(_a) != Object.prototype.toString.call([])) 62 if (_a.length !== _b.length) 64 for (var i = 0; i < _a.length; i++) 65 if (_a[i] !== _b[i]) 97 function shouldBe(_a, _b) argument 99 if (typeof _a != "string" || typeof _b != "string") 104 _av = eval(_a); 111 testFailed(_a + " should be " + _bv + ". Threw exception " + exception); 113 testPassed(_a + " is " + _b); [all …]
|
/external/valgrind/main/coregrind/ |
D | Makefile.in | 251 am__objects_1 = libcoregrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-m_cache.$(OBJEXT) \ 252 libcoregrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-m_commandline.$(OBJEXT) \ 253 libcoregrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-m_clientstate.$(OBJEXT) \ 254 libcoregrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-m_cpuid.$(OBJEXT) \ 255 libcoregrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-m_debugger.$(OBJEXT) \ 256 libcoregrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-m_debuglog.$(OBJEXT) \ 257 libcoregrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-m_errormgr.$(OBJEXT) \ 258 libcoregrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-m_execontext.$(OBJEXT) \ 259 libcoregrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-m_poolalloc.$(OBJEXT) \ 260 libcoregrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-m_hashtable.$(OBJEXT) \ [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/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/chromium_org/third_party/npapi/npspy/extern/nspr/ |
D | prlong.h | 231 PRInt64 _a, _b; \ 232 _a = a; _b = b; \ 233 (r).lo = _a.lo + _b.lo; \ 234 (r).hi = _a.hi + _b.hi + ((r).lo < _b.lo); \ 238 PRInt64 _a, _b; \ 239 _a = a; _b = b; \ 240 (r).lo = _a.lo - _b.lo; \ 241 (r).hi = _a.hi - _b.hi - (_a.lo < _b.lo); \ 245 PRInt64 _a, _b; \ 246 _a = a; _b = b; \ [all …]
|
D | plarena.h | 110 PLArena *_a = (pool)->current; \ 112 PRUword _p = _a->avail; \ 114 if (_q > _a->limit) \ 117 _a->avail = _q; \ 124 PLArena *_a = (pool)->current; \ 126 PRUword _p = _a->avail; \ 129 _q <= _a->limit) { \ 130 _a->avail = _q; \ 156 PLArena *_a = (pool)->current; \ 157 if (PR_UPTRDIFF(_m, _a->base) <= PR_UPTRDIFF(_a->avail, _a->base)) { \ [all …]
|
/external/chromium_org/content/test/data/indexeddb/ |
D | common.js | 101 function shouldBe(_a, _b) argument 103 if (typeof _a != "string" || typeof _b != "string") 108 _av = eval(_a); 115 fail(_a + " should be " + _bv + ". Threw exception " + exception); 117 debug(_a + " is " + _b); 119 fail(_a + " should be " + _bv + ". Was " + stringify(_av) + "."); 121 fail(_a + " should be " + _bv + " (of type " + typeof _bv + "). " + 125 function shouldBeTrue(_a) { shouldBe(_a, "true"); } argument 126 function shouldBeFalse(_a) { shouldBe(_a, "false"); } argument 127 function shouldBeNaN(_a) { shouldBe(_a, "NaN"); } argument [all …]
|
/external/chromium_org/third_party/npapi/npspy/extern/java/ |
D | jri_md.h | 318 jlong _a, _b; \ 319 _a = a; _b = b; \ 320 (r).lo = _a.lo + _b.lo; \ 321 (r).hi = _a.hi + _b.hi + ((r).lo < _b.lo); \ 325 jlong _a, _b; \ 326 _a = a; _b = b; \ 327 (r).lo = _a.lo - _b.lo; \ 328 (r).hi = _a.hi - _b.hi - (_a.lo < _b.lo); \ 337 jlong _a, _b; \ 338 _a = a; _b = b; \ [all …]
|
/external/llvm/test/MC/AsmParser/ |
D | macros-gas.s | 22 .macro test2 _a argument 23 .byte \_a 28 .macro test3 _a _b _c 38 .macro test3_prime _a _b _c 51 .macro test5 _a argument 52 .globl \_a 72 .macro test8 _a, _b, _c 76 .macro test9 _a _b _c
|
D | directive_tlv.s | 4 # CHECK: .globl _a 5 # CHECK: _a: 9 .globl _a symbol 10 _a: label
|
/external/chromium_org/v8/test/webkit/fast/js/ |
D | parser-syntax-check.js | 28 function runTest(_a, errorType) argument 31 if (typeof _a != "string") 32 testFailed("runTest expects string argument: " + _a); 34 eval(_a); 41 testPassed('Invalid: "' + _a + '"'); 43 testPassed('Valid: "' + _a + '"'); 46 testFailed('Invalid: "' + _a + '" should throw ' + errorType.name); 48 testFailed('Valid: "' + _a + '" should NOT throw '); 52 function valid(_a) argument 55 runTest(_a, false); [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
|
/external/chromium_org/v8/test/webkit/ |
D | cached-call-uninitialized-arguments.js | 32 function shouldBeUndefined(_a) { argument 36 _av = eval(_a); 42 testFailed(_a + " should be undefined. Threw exception " + exception); 44 testPassed(_a + " is undefined."); 46 testFailed(_a + " should be undefined. Was " + _av);
|
/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 | 62 ; CHECK-NEXT: .tc {{[\._a-zA-Z0-9]+}}[TC],{{[\._a-zA-Z0-9]+}} 64 ; CHECK-NEXT: .tc {{[\._a-zA-Z0-9]+}}[TC],{{[\._a-zA-Z0-9]+}} 66 ; CHECK-NEXT: .tc {{[\._a-zA-Z0-9]+}}[TC],{{[\._a-zA-Z0-9]+}} 68 ; CHECK-NEXT: .tc {{[\._a-zA-Z0-9]+}}[TC],{{[\._a-zA-Z0-9]+}}
|
/external/chromium_org/third_party/opus/src/celt/ |
D | ecintrin.h | 46 # define EC_MINI(_a,_b) ((_a)+(((_b)-(_a))&-((_b)<(_a)))) argument
|
/external/libopus/celt/ |
D | ecintrin.h | 46 # define EC_MINI(_a,_b) ((_a)+(((_b)-(_a))&-((_b)<(_a)))) argument
|
/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
|