/external/valgrind/docs/lib/ |
D | vg_basic.css | 2 a, a:link, a:visited, a:active { color: #74240f; } selector 16 h1, h2, h3, h4 { color: #74240f; } selector 17 h3 { margin-bottom: 0.4em; } selector
|
/external/chromium-trace/catapult/tracing/third_party/gl-matrix/jsdoc-template/static/ |
D | default.css | 180 h1, h2, h3, h4, h5, h6 { selector 189 h1, h2, h3 { selector 201 h3, h4, h5, h6 { selector 205 a { selector
|
/external/clang/test/OpenMP/ |
D | simd_metadata.c | 10 void h1(float *c, float *a, double b[], int size) in h1() 108 void h2(float *c, float *a, float *b, int size) in h2() 120 void h3(float *c, float *a, float *b, int size) in h3() function
|
/external/llvm/docs/_ocamldoc/ |
D | style.css | 4 html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre, selector 5 a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp, selector 53 h3 { font-weight: bold; font-size: 1.125em; margin-top: 1.222em } selector 54 h3 { font-weight: bold; font-size: 1em; margin-top: 1.375em} selector 77 a, a:link, a:visited, a:active, a:hover { color : #00B; text-decoration: none } selector
|
/external/clang/test/CodeGenCXX/ |
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 …]
|
D | static-init.cpp | 25 static A a; in f() local 31 static A& a = *new A; in g() local 44 void h3() { in h3() function
|
/external/bzip2/ |
D | bzip.css | 13 a, a:link, a:visited, a:active { color: #336699; } selector 17 h1, h2, h3, h4 { color: #74240f; } selector
|
/external/proguard/docs/ |
D | style.css | 21 h3 selector 60 a selector
|
/external/slf4j/slf4j-site/src/site/pages/css/ |
D | site.css | 31 a { selector 72 h1, h2, h3, h4 { selector 83 h3 { selector
|
/external/clang/test/SemaCXX/ |
D | cxx0x-initializer-constructor.cpp | 69 { A<0> a{}; } in overload_resolution() local 70 { A<0> a = {}; } in overload_resolution() local 71 { A<1> a{1, 1.0}; } in overload_resolution() local 72 { A<1> a = {1, 1.0}; } in overload_resolution() local 185 H h3{1, 2}; in edge_cases() local 193 H h3{1, 1}; member 268 A a = { 0 }; // expected-error {{constructor is explicit}} variable 291 A a {}; // ok variable 302 A a {}; // calls initializer list constructor variable 389 A a[3] = { variable [all …]
|
D | address-of-temporary.cpp | 16 int a[4]; member 38 void h3() { consume((A){}); } in h3() function
|
D | return-noreturn.cpp | 92 int h3(int x) { in h3() function 94 switch (x) { default: { pr6884_abort_struct a; } } in h3() local 98 switch (x) default: L1: L2: case 4: pr6884_abort_struct a; in h4() local 102 switch (x) default: L1: { L2: case 4: pr6884_abort_struct a; } in h5() local 106 switch (x) default: L1: L2: case 4: { pr6884_abort_struct a; } in h6() local 123 PR9380 a[2]; in test_array() local
|
/external/testng/doc/samplereport/css/ |
D | maven-theme.css | 12 a { selector 48 h3 { selector
|
/external/llvm/include/llvm/ADT/ |
D | Hashing.h | 183 uint64_t a = (low ^ high) * kMul; in hash_16_bytes() local 192 uint8_t a = s[0]; in hash_1to3_bytes() local 201 uint64_t a = fetch32(s); in hash_4to8_bytes() local 206 uint64_t a = fetch64(s); in hash_9to16_bytes() local 212 uint64_t a = fetch64(s) * k1; in hash_17to32_bytes() local 222 uint64_t a = fetch64(s) + (len + fetch64(s + len - 16)) * k0; in hash_33to64_bytes() local 262 uint64_t h0, h1, h2, h3, h4, h5, h6; member
|
/external/skia/src/utils/ |
D | SkPatchUtils.cpp | 54 Sk2s h3 = h2 * h; in restart() local 112 SkScalar a = c00 * (1.f - tx) + c10 * tx; in bilerp() local 260 uint8_t a = uint8_t(bilerp(u, v, in getVertexData() local
|
/external/boringssl/src/crypto/poly1305/ |
D | poly1305.c | 60 static uint64_t mul32x32_64(uint32_t a, uint32_t b) { return (uint64_t)a * b; } in mul32x32_64() 65 uint32_t h0, h1, h2, h3, h4; member
|
/external/llvm/docs/_themes/llvm-theme/static/ |
D | llvm-theme.css | 146 a { selector 172 h3 { selector
|
/external/v8/test/cctest/compiler/ |
D | test-loop-analysis.cc | 74 Node* Phi(Node* a) { in Phi() 78 Node* Phi(Node* a, Node* b) { in Phi() 82 Node* Phi(Node* a, Node* b, Node* c) { in Phi() 86 Node* Phi(Node* a, Node* b, Node* c, Node* d) { in Phi() 90 Node* EffectPhi(Node* a) { in EffectPhi() 94 Node* EffectPhi(Node* a, Node* b) { in EffectPhi() 98 Node* EffectPhi(Node* a, Node* b, Node* c) { in EffectPhi() 102 Node* EffectPhi(Node* a, Node* b, Node* c, Node* d) { in EffectPhi() 533 Node* h3[] = {w3.loop}; in TEST() local 563 Node* h3[] = {w3.loop}; in TEST() local [all …]
|
/external/doclava/res/assets/templates/assets/ |
D | doclava-developer-core.css | 7 html,body,div,h1,h2,h3,h4,h5,h6,p,img, selector 32 a, a code { selector 84 h1,h2,h3,h4,h5 { selector
|
/external/libopus/doc/ |
D | customdoxygen.css | 25 h3 { selector 89 a { selector 990 h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } selector
|
/external/owasp/sanitizer/empiricism/ |
D | canned-data.js | 5 "a": true, property 56 "h3": true, property 135 "a": [ property 4612 "h3": [ property 10369 "a": [ property 14443 "h3": [ property 20629 "a": { property 20833 "h3": { property 21295 "h3": [ property 21336 "a": [ property [all …]
|
/external/libjpeg-turbo/doc/html/ |
D | doxygen.css | 34 h1, h2, h3, h4, h5, h6 { selector 107 a { selector 1172 h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } selector
|
/external/boringssl/src/crypto/curve25519/ |
D | curve25519.c | 62 int64_t h3 = load_3(s + 10) << 3; in fe_frombytes() local 130 int32_t h3 = h[3]; in fe_tobytes() local 427 int64_t h3 = f0g3+f1g2 +f2g1 +f3g0 +f4g9_19+f5g8_19+f6g7_19+f7g6_19+f8g5_19+f9g4_19; in fe_mul() local 597 int64_t h3 = f0f3_2+f1f2_2 +f4f9_38+f5f8_38+f6f7_38; in fe_sq() local 854 int64_t h3 = f0f3_2+f1f2_2 +f4f9_38+f5f8_38+f6f7_38; in fe_sq2() local 3544 static void ge_scalarmult_base(ge_p3 *h, const uint8_t *a) { in ge_scalarmult_base() 3594 static void slide(signed char *r, const uint8_t *a) { in slide() 3699 void ge_double_scalarmult_vartime(ge_p2 *r, const uint8_t *a, in ge_double_scalarmult_vartime() 4119 static void sc_muladd(uint8_t *s, const uint8_t *a, const uint8_t *b, in sc_muladd() 4734 int64_t h3 = f3 * (int64_t) 121666; in fe_mul121666() local
|
/external/opencv3/modules/hal/src/ |
D | mathfuncs.cpp | 91 __m128 a = _mm_mul_ps(c2, p7); in fastAtan2() local 124 float32x4_t a = vmulq_f32(c2, p7); in fastAtan2() local 141 float a, c, c2; in fastAtan2() local 1157 int h0, h1, h2, h3; in log() local 1339 int h0, h1, h2, h3; in log() local
|
/external/opencv/cxcore/src/ |
D | cxmathfuncs.cpp | 149 double b = xf[2] * xf[3], a = xf[0] * xf[1]; variable 1398 int h0, h1, h2, h3; variable 1498 int h0, h1, h2, h3; variable 1849 Cv32suf a, b; variable 1895 Cv64suf a, b; variable
|