/external/libcxxabi/test/ |
D | unwind_06.pass.cpp | 25 double b = get(1); in try1() local 34 double b = get(1); in try2() local 44 double b = get(1); in try3() local 55 double b = get(0); in try4() local 58 double e = get(0); in try4() local 67 double b = get(0); in try5() local 70 double e = get(0); in try5() local 80 double b = get(0); in try6() local 83 double e = get(0); in try6() local 94 double b = get(0); in try7() local [all …]
|
/external/mesa3d/src/mesa/main/ |
D | bitset.h | 55 #define BITSET_BITWORD(b) ((b) / BITSET_WORDBITS) argument 56 #define BITSET_BIT(b) (1 << ((b) % BITSET_WORDBITS)) argument 60 #define BITSET_TEST(x, b) ((x)[BITSET_BITWORD(b)] & BITSET_BIT(b)) argument 61 #define BITSET_SET(x, b) ((x)[BITSET_BITWORD(b)] |= BITSET_BIT(b)) argument 62 #define BITSET_CLEAR(x, b) ((x)[BITSET_BITWORD(b)] &= ~BITSET_BIT(b)) argument 64 #define BITSET_MASK(b) ((b) == BITSET_WORDBITS ? ~0 : BITSET_BIT(b) - 1) argument 65 #define BITSET_RANGE(b, e) (BITSET_MASK((e) + 1) & ~BITSET_MASK(b)) argument 69 #define BITSET_TEST_RANGE(x, b, e) \ argument 73 #define BITSET_SET_RANGE(x, b, e) \ argument 77 #define BITSET_CLEAR_RANGE(x, b, e) \ argument [all …]
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/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 b.checked!==m;b.fireEvent("on"+f)}else c(Error("Browser doesn't support triggering events"))},d:fun… 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 17 return JSON.stringify(r.a.d(a))},wb:function(a,e,b){var b=b||{},f=b.params||{},d=b.includeFields||t… argument [all …]
|
/external/libcxx/test/std/containers/associative/ |
D | tree_balance_after_insert.pass.cpp | 36 Node b; in test1() local 91 Node b; in test1() local 146 Node b; in test1() local 201 Node b; in test1() local 256 Node b; in test1() local 259 Node e; in test1() local 331 Node b; in test1() local 334 Node e; in test1() local 406 Node b; in test1() local 409 Node e; in test1() local [all …]
|
D | tree_remove.pass.cpp | 37 Node b; in test1() local 40 Node e; in test1() local 102 Node b; in test1() local 105 Node e; in test1() local 167 Node b; in test1() local 170 Node e; in test1() local 243 Node b; in test1() local 246 Node e; in test1() local 323 Node b; in test2() local 388 Node b; in test2() local [all …]
|
/external/libgsm/inc/ |
D | proto.h | 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 55 # define P2(x, a, b) x a; b; argument 56 # define P3(x, a, b, c) x a; b; c; argument 57 # define P4(x, a, b, c, d) x a; b; c; d; argument [all …]
|
/external/clang/test/Analysis/ |
D | auto-obj-dtors-cfg-output.cpp | 53 const A& b = a; in test_const_ref() local 71 A b[0]; in test_array() local 98 A b; in test_scope() local 131 A b; in test_return() local 196 A b; in test_goto() local 241 if (A b = a) in test_if_implicit_scope() local 320 if (A b = a) { in test_if_jumps() local 329 A e; in test_if_jumps() local 372 while (A b = a) in test_while_implicit_scope() local 458 while (A b = a) { in test_while_jumps() local [all …]
|
/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/bison/lib/ |
D | intprops.h | 27 #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 110 #define INT_BITS_STRLEN_BOUND(b) (((b) * 146 + 484) / 485) argument 165 #define INT_ADD_RANGE_OVERFLOW(a, b, min, max) \ argument 172 #define INT_SUBTRACT_RANGE_OVERFLOW(a, b, min, max) \ argument [all …]
|
/external/valgrind/coregrind/ |
D | pub_core_syscall.h | 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/tools/profviz/ |
D | gnuplot-4.6.3-emscripten.js | 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/clang/test/SemaCXX/ |
D | warn-global-constructors.cpp | 8 int b = 20; variable 15 int e = opaque_int(); // expected-warning {{global constructor}} variable 22 A b = A(); variable 25 A e = A(A()); variable 35 A b[10]; // expected-warning {{global constructor}} variable 39 A &e = b[5]; variable 46 A b[10]; // expected-warning {{global destructor}} variable 50 A &e = b[5]; variable 56 char b[6] = "hello"; variable 95 static Bar b; in bar() local [all …]
|
D | warn-exit-time-destructors.cpp | 6 A b[10]; // expected-warning {{declaration requires an exit-time destructor}} variable 10 A &e = b[5]; variable 19 static A b[10]; // expected-warning {{declaration requires an exit-time destructor}} in f() local 23 static A &e = b[5]; in f() local 44 E e; variable
|
/external/libcxx/test/std/language.support/support.initlist/support.initlist.range/ |
D | begin_end.pass.cpp | 23 const int* b = begin(il); in A() local 24 const int* e = end(il); in A() local 38 const int* b = begin(il); in B() local 39 const int* e = end(il); in B() local
|
/external/libcxx/test/std/language.support/support.initlist/support.initlist.access/ |
D | access.pass.cpp | 25 const int* b = il.begin(); in A() local 26 const int* e = il.end(); in A() local 40 const int* b = il.begin(); in B() local 41 const int* e = il.end(); in B() local
|
/external/javassist/sample/duplicate/ |
D | Viewer.java | 18 Button b = new Button("change"); in init() local 47 public void actionPerformed(ActionEvent e) { in actionPerformed() 52 public void windowOpened(WindowEvent e) {} in windowOpened() 54 public void windowClosing(WindowEvent e) { in windowClosing() 58 public void windowClosed(WindowEvent e) {} in windowClosed() 60 public void windowIconified(WindowEvent e) {} in windowIconified() 62 public void windowDeiconified(WindowEvent e) {} in windowDeiconified() 64 public void windowActivated(WindowEvent e) {} in windowActivated() 66 public void windowDeactivated(WindowEvent e) {} in windowDeactivated()
|
/external/google-breakpad/src/common/ |
D | byte_cursor_unittest.cc | 113 uint16_t b; 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/clang/test/CodeGenCXX/ |
D | microsoft-abi-eh-catch.cpp | 38 } catch (int e) { in catch_int() local 74 int b; member 80 } catch (A e) { in catch_a_byval() local 97 } catch (A &e) { in catch_a_ref() local
|
D | microsoft-abi-vbtables.cpp | 8 struct B : virtual A { int b; }; member 32 struct B : virtual A { int b; }; member 53 struct B { int b; }; member 63 struct B : virtual A { int b; }; member 75 struct B : virtual A { int b; }; member 89 struct B : virtual A { int b; }; member 92 struct E : D { int e; }; member 118 struct B { int b; }; member 121 struct E : B, D, virtual A, virtual C { int e; }; member 131 struct B : virtual A { int b; }; member [all …]
|
/external/v8/src/ |
D | diy-fp.h | 21 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 80 int e() const { return e_; } in e() function
|
/external/icu/icu4c/source/common/ |
D | utracimp.h | 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/libcxx/test/std/language.support/support.exception/except.nested/ |
D | throw_with_nested.pass.cpp | 60 catch (const std::nested_exception& e) in main() local 68 B b(5); in main() local 72 catch (const B& b) in main() local 80 B b(6); in main() local 84 catch (const std::nested_exception& e) in main() local 87 const B& b = dynamic_cast<const B&>(e); in main() local
|
/external/speex/libspeex/ |
D | pseudofloat.h | 56 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/eigen/lapack/ |
D | cholesky.cpp | 22 int e = -*info; variable 51 int e = -*info; variable 56 Scalar* b = reinterpret_cast<Scalar*>(pb); variable
|
/external/boringssl/src/crypto/bn/ |
D | bn_test.cc | 350 ScopedBIGNUM b(BN_new()); in test_add() local 389 ScopedBIGNUM b(BN_new()); in test_sub() local 435 ScopedBIGNUM b(BN_new()); in test_div() local 438 ScopedBIGNUM e(BN_new()); in test_div() local 516 ScopedBIGNUM b(BN_new()); in test_lshift1() local 551 ScopedBIGNUM b(BN_new()); in test_rshift() local 554 ScopedBIGNUM e(BN_new()); in test_rshift() local 587 ScopedBIGNUM b(BN_new()); in test_rshift1() local 629 ScopedBIGNUM b(BN_new()); in test_lshift() local 673 ScopedBIGNUM b(BN_new()); in test_mul() local [all …]
|