/external/libcxx/test/std/containers/associative/ |
D | tree_balance_after_insert.pass.cpp | 35 Node a; in test1() local 38 Node d; in test1() local 90 Node a; in test1() local 93 Node d; in test1() local 145 Node a; in test1() local 148 Node d; in test1() local 200 Node a; in test1() local 203 Node d; in test1() local 255 Node a; in test1() local 258 Node d; in test1() local [all …]
|
D | tree_remove.pass.cpp | 39 Node d; in test1() local 104 Node d; in test1() local 169 Node d; in test1() local 171 Node f; in test1() local 245 Node d; in test1() local 247 Node f; 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 [all …]
|
/external/v8/test/mjsunit/asm/poppler/ |
D | poppler.js | 107 Module['load'] = function load(f) { argument 938 'f': 'float', property 939 'd': 'double', property 941 'a': 'signed char', property 2594 …"rs":1052672,"r+":2,"w":577,"wx":705,"xw":705,"w+":578,"wx+":706,"xw+":706,"a":1089,"ax":1217,"xa"… property 5881 function _copysign(a, b) { argument 6180 keys.sort(function(a, b) { argument 6310 function _vfprintf(s, f, va_arg) { argument 7313 function Kd(a){a=a|0;var b=0;b=i;i=i+a|0;i=i+7&-8;return b|0}function Ld(){return i|0}function Md(a… argument 7317 function Ip(b,d,e,f,g){b=b|0;d=d|0;e=e|0;f=+f;g=g|0;var j=0,k=0,l=0,m=0.0,n=0.0,o=0.0,p=0.0,q=0.0,r… argument [all …]
|
/external/libgsm/inc/ |
D | proto.h | 40 # 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/libcxxabi/test/ |
D | unwind_06.pass.cpp | 24 double a = get(0); in try1() local 33 double a = get(0); in try2() local 43 double a = get(0); in try3() local 46 double d = get(3); in try3() local 54 double a = get(0); in try4() local 57 double d = get(0); in try4() local 66 double a = get(0); in try5() local 69 double d = get(0); in try5() local 71 double f = get(0); in try5() local 79 double a = get(0); in try6() local [all …]
|
/external/valgrind/coregrind/ |
D | pub_core_syscall.h | 57 #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/ |
D | get-by-pname.js | 35 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/clang/test/SemaCXX/ |
D | warn-exit-time-destructors.cpp | 5 A a; // expected-warning {{declaration requires an exit-time destructor}} variable 9 A &d = a; variable 11 A &f = c[5][7]; variable 15 void f() { in f() function 18 static A a; // expected-warning {{declaration requires an exit-time destructor}} in f() local 22 static A &d = a; in f() local 24 static A &f = c[5][7]; in f() local 30 A a; variable 41 D d; member
|
D | warn-global-constructors.cpp | 7 int a; variable 12 int d = b; // expected-warning {{global constructor}} variable 16 int f = b; // expected-warning {{global constructor}} variable 21 A a; variable 24 A d = { opaque_int() }; // expected-warning {{global constructor}} variable 26 A f = A(a); // expected-warning {{global constructor}} variable 34 A a; // expected-warning {{global constructor}} variable 38 A &d = a; variable 40 A &f = c[5][7]; variable 45 A a; // expected-warning {{global destructor}} variable [all …]
|
/external/caliper/examples/src/main/java/examples/ |
D | VarargsBenchmark.java | 34 @Override long one(long a) { in one() 38 @Override long two(long a, long b) { in two() 42 @Override long three(long a, long b, long c) { in three() 46 @Override long four(long a, long b, long c, long d) { in four() 50 @Override long five(long a, long b, long c, long d, long e) { in five() 54 @Override long six(long a, long b, long c, long d, long e, long f) { in six() 58 @Override long one(long a) { in one() 62 @Override long two(long a, long b) { in two() 66 @Override long three(long a, long b, long c) { in three() 70 @Override long four(long a, long b, long c, long d) { in four() [all …]
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/ |
D | knockout-2.0.0.js | 6 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 …"+f)}else c(Error("Browser doesn't support triggering events"))},d:function(a){return r.V(a)?a():a… 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/clang/test/CodeGenCXX/ |
D | cfi-vcall.cpp | 44 void A::f() { in f() function in A 50 void D::f() { in f() function in D 62 void af(A *a) { in af() 84 void df1(D *d) { in df1() 92 void dg1(D *d) { in dg1() 100 void dh1(D *d) { in dh1() 109 void df2(D *d) { in df2() 117 void df3(D *d) { in df3() 122 D d; variable 132 void f() {} in foo() function [all …]
|
D | mangle-ms-back-references.cpp | 3 void f1(const char* a, const char* b) {} in f1() 6 void f2(const char* a, char* b) {} in f2() 9 void f3(int a, const char* b, const char* c) {} in f3() 12 const char *f4(const char* a, const char* b) { return 0; } in f4() 15 void f5(char const* a, unsigned int b, char c, void const* d, char const* e, unsigned int f) {} in f5() 18 void f6(bool a, bool b) {} in f6() 21 void f7(int a, int* b, int c, int* d, bool e, bool f, bool* g) {} in f7() 30 void g1(struct S a) {} in g1() 33 void g2(struct S a, struct S b) {} in g2() 36 void g3(struct S a, struct S b, struct S* c, struct S* d) {} in g3() [all …]
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/ |
D | p7.cpp | 3 void f() { in f() function 4 auto a = 0, b = 0, c = 0; in f() local 5 …auto d = 0, e = 0.0; // expected-error {{'int' in declaration of 'd' and deduced as 'double' in de… in f() local 11 …auto &f = k, &g = a; // expected-error {{'const int' in declaration of 'f' and deduced as 'int' in… in f() local 22 auto a = 0, in g() local 27 …auto d = 0, // expected-error {{'auto' deduced as 'int' in declaration of 'd' and deduced as 'doub… in g() local 31 f = 0.0; in g() local 39 auto a = T(), *b = &a; in h() local 41 auto c = T(), d = decltype(c)(0); in h() local
|
/external/v8/tools/profviz/ |
D | gnuplot-4.6.3-emscripten.js | 3264 function _vfprintf(s, f, va_arg) { argument 3309 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/boringssl/src/crypto/sha/ |
D | sha1.c | 120 #define ROTATE(a, n) (((a) << (n)) | ((a) >> (32 - (n)))) argument 121 #define Xupdate(a, ix, ia, ib, ic, id) \ argument 141 #define F_00_19(b, c, d) ((((c) ^ (d)) & (b)) ^ (d)) argument 142 #define F_20_39(b, c, d) ((b) ^ (c) ^ (d)) argument 143 #define F_40_59(b, c, d) (((b) & (c)) | (((b) | (c)) & (d))) argument 144 #define F_60_79(b, c, d) F_20_39(b, c, d) argument 146 #define BODY_00_15(i, a, b, c, d, e, f, xi) \ argument 150 #define BODY_16_19(i, a, b, c, d, e, f, xi, xa, xb, xc, xd) \ argument 155 #define BODY_20_31(i, a, b, c, d, e, f, xi, xa, xb, xc, xd) \ argument 160 #define BODY_32_39(i, a, b, c, d, e, f, xa, xb, xc, xd) \ argument [all …]
|
/external/curl/lib/ |
D | socks.h | 28 #define Curl_SOCKS4(a,b,c,d,e,f) CURLE_NOT_BUILT_IN argument 29 #define Curl_SOCKS5(a,b,c,d,e,f) CURLE_NOT_BUILT_IN argument
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/static/ |
D | jquery-1.4.2.min.js | 16 (function(A,w){function ma(){if(!c.isReady){try{s.documentElement.doScroll("left")}catch(a){setTime… argument 17 e(a[0],b):w}function J(){return(new Date).getTime()}function Y(){return false}function Z(){return t… argument 18 …=j[n].elem;f=null;if(i.preType==="mouseenter"||i.preType==="mouseleave")f=c(a.relatedTarget).close… argument 19 "&")}function qa(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function ra(a,b){var d=0;b.… argument 20 true;if(j=c.fragments[a[0]])if(j!==1)f=j}if(!f){f=b.createDocumentFragment();c.clean(a,b,f,d)}if(e)… argument 21 Wa=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,Xa=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,P=navigator.userAgent,xa=false,Q=… argument 23 a)}else return!b||b.jquery?(b||T).find(a):c(b).find(a);else if(c.isFunction(a))return T.ready(a);if… argument 24 …;else if(b)f.selector=this.selector+"."+b+"("+d+")";return f},each:function(a,b){return c.each(thi… argument 25 …d){return a.call(b,d,b)}))},end:function(){return this.prevObject||c(null)},push:ba,sort:[].sort,s… property 26 c.isArray(i))?i:c.isArray(o)?[]:{};a[j]=c.extend(f,i,o)}else if(o!==w)a[j]=o}return a};c.extend({no… argument [all …]
|
/external/chromium-trace/catapult/third_party/pipeline/pipeline/ui/ |
D | jquery-1.4.2.min.js | 16 (function(A,w){function ma(){if(!c.isReady){try{s.documentElement.doScroll("left")}catch(a){setTime… argument 17 e(a[0],b):w}function J(){return(new Date).getTime()}function Y(){return false}function Z(){return t… argument 18 …=j[n].elem;f=null;if(i.preType==="mouseenter"||i.preType==="mouseleave")f=c(a.relatedTarget).close… argument 19 "&")}function qa(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function ra(a,b){var d=0;b.… argument 20 true;if(j=c.fragments[a[0]])if(j!==1)f=j}if(!f){f=b.createDocumentFragment();c.clean(a,b,f,d)}if(e)… argument 21 Wa=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,Xa=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,P=navigator.userAgent,xa=false,Q=… argument 23 a)}else return!b||b.jquery?(b||T).find(a):c(b).find(a);else if(c.isFunction(a))return T.ready(a);if… argument 24 …;else if(b)f.selector=this.selector+"."+b+"("+d+")";return f},each:function(a,b){return c.each(thi… argument 25 …d){return a.call(b,d,b)}))},end:function(){return this.prevObject||c(null)},push:ba,sort:[].sort,s… property 26 c.isArray(i))?i:c.isArray(o)?[]:{};a[j]=c.extend(f,i,o)}else if(o!==w)a[j]=o}return a};c.extend({no… argument [all …]
|
/external/clang/test/Analysis/ |
D | auto-obj-dtors-cfg-output.cpp | 52 A a; in test_const_ref() local 70 A a[2]; in test_array() local 94 A a; in test_scope() local 96 A d; 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 323 A d; in test_if_jumps() local [all …]
|
/external/icu/icu4c/source/common/ |
D | utracimp.h | 248 #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/clang/test/Lexer/ |
D | string-literal-encoding.c | 7 void f() { in f() function 8 wchar_t const *a = L"�����"; // expected-error {{illegal character encoding in string literal}} in f() local 12 … wchar_t const *d = LR"(�����)"; // expected-error {{illegal character encoding in string literal}} in f() local 14 …char32_t const *f = UR"(�����)"; // expected-error {{illegal character encoding in string literal}} in f() local 22 …wchar_t const *a = L"foo �����"; // expected-error {{illegal character encoding in string literal}} in g() local 26 …wchar_t const *d = LR"(foo �����)"; // expected-error {{illegal character encoding in string liter… in g() local 28 …char32_t const *f = UR"(foo �����)"; // expected-error {{illegal character encoding in string lite… in g() local
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/ |
D | web-animations.min.js | 15 !function(a,b){var c={},d={},e={},f=null;!function(a,b){function c(a){if("number"==typeof a)return … argument 16 f.fillStyle=a;var b=f.fillStyle;if(f.fillStyle="#fff",f.fillStyle=a,b==f.fillStyle){f.fillRect(0,0,… property
|
D | web-animations-next.min.js | 15 !function(a,b){var c={},d={},e={},f=null;!function(a,b){function c(a){if("number"==typeof a)return … argument 16 f.fillStyle=a;var b=f.fillStyle;if(f.fillStyle="#fff",f.fillStyle=a,b==f.fillStyle){f.fillRect(0,0,… argument
|
/external/google-breakpad/src/common/ |
D | byte_cursor_unittest.cc | 112 uint8_t a; in TEST() local 115 uint32_t d; 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 [all …]
|