/external/okhttp/okio/okio/src/test/java/okio/ |
D | TestUtil.java | 32 static void assertByteArraysEquals(byte[] a, byte[] b) { in assertByteArraysEquals() 79 ByteString b3 = new ByteString(b3Bytes); in assertEquivalent() local 83 ByteString b3 = ByteString.encodeUtf8("a"); in assertEquivalent() local 116 Buffer b3 = new Buffer().write(b3Bytes); in assertEquivalent() local 120 Buffer b3 = new Buffer().writeUtf8("a"); in assertEquivalent() local
|
/external/v8/test/mjsunit/ |
D | comparison-ops-and-undefined.js | 30 function test_helper_for_ics(func, b1, b2, b3, b4) { argument 37 function test_helper_for_crankshaft(func, b1, b2, b3, b4) { argument 46 function less_1(a, b) { argument 52 function less_2(a, b) { argument 58 function greater_1(a, b) { argument 64 function greater_2(a, b) { argument 70 function less_equal_1(a, b) { argument 76 function less_equal_2(a, b) { argument 82 function greater_equal_1(a, b) { argument 88 function greater_equal_2(a, b) { argument [all …]
|
D | debug-evaluate-locals-optimized-double.js | 40 {a: 1, b: 2}, property 41 {a: 3, b: 4}, property 42 {a: 5, b: 6}, property 43 {a: 7, b: 8}, property 44 {a: 9, b: 10} property 54 { locals: {a3: 7.07, b3: 8.08}, property 62 return arr.reduce(function (a, b) { return a + b; }, 0); argument
|
/external/clang/test/CXX/class/class.bit/ |
D | p2.cpp | 8 A a = { }; variable 19 B b3(static_cast<B&&>(b2)); in testB() local
|
/external/llvm/unittests/Support/ |
D | ErrorOrTest.cpp | 23 ErrorOr<int> a = t1(); in TEST() local 46 ErrorOr<int&> a(x); in TEST() local 65 ErrorOr<int *> b3(nullptr); in TEST() local
|
/external/v8/test/mjsunit/regress/ |
D | regress-omit-checks.js | 30 var a = {x:1}; variable 38 var b3 = create(); variable
|
/external/clang/test/CXX/over/over.match/over.match.funcs/over.match.oper/ |
D | p3.cpp | 19 int b3 = f(0, E::e); variable 39 E1 a; variable
|
/external/clang/test/CXX/drs/ |
D | dr9xx.cpp | 25 A a; member 29 B b3 { { 1 } }; variable
|
/external/clang/test/CodeGen/ |
D | packed-nest-unpacked.c | 18 struct X a = g.y; in test2() local 22 void test3(struct X a) { in test3() 53 unsigned b3 : 10; member
|
D | char-literal.c | 10 char a = 'a'; in main() local 30 int b3 = 'somesillylongstring'; in main() local
|
D | le32-arguments.c | 31 void f4(char a, short b) {} in f4() 34 void f5(unsigned char a, unsigned short b) {} in f5() 44 void f6(enum my_enum a) {} in f6() 47 int a; member 56 int b3 : 3; member
|
/external/valgrind/none/tests/s390x/ |
D | icm.c | 21 long a[320]; in main() local 25 char *b3="\xff\x00\x00\x00"; in main() local
|
/external/clang/test/SemaCXX/ |
D | decl-expr-ambiguity.cpp | 5 int a; in f() local 11 int(a)++; // expected-error {{assignment to cast is illegal}} in f() local 12 __extension__ int(a)++; // expected-error {{assignment to cast is illegal}} in f() local 14 void(a), ++a; in f() local 15 if (int(a)+1) {} in f() local 16 for (int(a)+1;;) {} // expected-warning {{expression result unused}} in f() local 43 if (int(a)=1) {} in f() local 59 int a, b, c, d, e, // expected-note {{change this ',' to a ';' to call 'func'}} in emptyParens() local 96 baz b3; // expected-error {{must use 'class' tag to refer to type 'baz' in this scope}} in fizbin() local
|
D | convert-to-bool.cpp | 36 bool b3 = ctb || ecb; in test_conv_to_bool() local 64 A &a = c; // expected-error{{no viable conversion from 'C' to 'A'}} in test_copy_init_conversions() local
|
D | string-init.cpp | 12 …wchar_t b3[] = u"a"; // expected-error{{initializing wide char array with incompatible wide string… in f() local 36 char a[] = 1; // expected-error{{array initializer must be an initializer list or string literal}} in g() local
|
D | user-defined-conversions.cpp | 66 Base b3 = ctd; in test_conversion() local 95 void testA(A a) { in testA()
|
D | cxx0x-initializer-references.cpp | 21 A a{1, 2}; in single_init() local 50 void a(B&); // expected-note {{passing argument}} in call() local 106 B b3 { { { 0 } } }; // expected-warning {{braces around scalar init}} variable 126 …A &a{b}; // expected-error {{excess elements}} expected-note {{in initialization of temporary of t… variable
|
/external/eigen/bench/ |
D | benchVecAdd.cpp | 25 Scalar* a = internal::aligned_new<Scalar>(size2); in main() local 79 void benchVec(MatrixXf& a, MatrixXf& b, MatrixXf& c) in benchVec() 85 void benchVec(VectorXf& a, VectorXf& b, VectorXf& c) in benchVec() 91 void benchVec(Scalar* a, Scalar* b, Scalar* c, int size) in benchVec() 95 PacketScalar a0, a1, a2, a3, b0, b1, b2, b3; in benchVec() local
|
/external/clang/test/CXX/special/class.dtor/ |
D | p5-0x.cpp | 46 DeletedDtor a; // expected-note {{because field 'a' has a deleted destructor}} member 51 InaccessibleDtor a; // expected-note {{because field 'a' has an inaccessible destructor}} member 56 DeletedDtor a[4]; // expected-note {{because field 'a' has a deleted destructor}} member 58 B3 b3; // expected-error {{deleted function}} variable 61 InaccessibleDtor a[4]; // expected-note {{because field 'a' has an inaccessible destructor}} member 68 DeletedDtor a; // expected-note {{because field 'a' has a deleted destructor}} member 75 InaccessibleDtor a; // expected-note {{because field 'a' has an inaccessible destructor}} member
|
/external/clang/test/CodeGenCXX/ |
D | global-init.cpp | 28 A a; variable 58 A a; variable 88 struct A { int a; }; member 95 A* a = &c; variable 141 int a = int(); variable 160 const A a = A(); variable 168 const int b3 = B().n; variable
|
/external/clang/test/Sema/ |
D | string-init.c | 17 …wchar_t b3[] = u"a"; // expected-error{{initializing wide char array with incompatible wide string… in f() local 47 char a[] = 1; // expected-error{{array initializer must be an initializer list or string literal}} in g() local
|
/external/webp/src/dsp/ |
D | enc_sse2.c | 159 const __m128i a = _mm_add_epi16(in0, in2); in ITransform() local 217 const __m128i a = _mm_add_epi16(dc, T2); in ITransform() local 480 const __m128i b3 = _mm_srai_epi32(_mm_sub_epi32(a0, a1), 1); in FTransformWHT() local 491 static int SSE_Nx4(const uint8_t* a, const uint8_t* b, in SSE_Nx4() 507 const __m128i b3 = _mm_loadu_si128((__m128i*)&b[BPS * 3]); in SSE_Nx4() local 569 static int SSE16x16(const uint8_t* a, const uint8_t* b) { in SSE16x16() 573 static int SSE16x8(const uint8_t* a, const uint8_t* b) { in SSE16x8() 577 static int SSE8x8(const uint8_t* a, const uint8_t* b) { in SSE8x8() 581 static int SSE4x4(const uint8_t* a, const uint8_t* b) { in SSE4x4() 593 const __m128i b3 = _mm_loadl_epi64((__m128i*)&b[BPS * 3]); in SSE4x4() local [all …]
|
/external/protobuf/gtest/test/ |
D | gtest-tuple_test.cc | 65 const tuple<int, char, bool> a(5, 'a', false); in TEST() local 73 const tuple<int, bool> a(5, true), b(5, true); in TEST() local 83 const FooTuple a(0, 'x'); in TEST() local 101 const FooTuple a(i, ch); in TEST() local 158 tuple<double, char, bool*> a3, b3; in TEST() local 182 tuple<int&> a(n); in TEST() local 199 tuple<double, bool> a(0.0, true); in TEST() local 209 tuple<int, int, char> a(0, 1, 'a'); in TEST() local 226 const tuple<int, long> a(5, 7L); in TEST() local 236 const tuple<int, long, bool> a(1, 7L, true); in TEST() local [all …]
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest-tuple_test.cc | 65 const tuple<int, char, bool> a(5, 'a', false); in TEST() local 73 const tuple<int, bool> a(5, true), b(5, true); in TEST() local 83 const FooTuple a(0, 'x'); in TEST() local 101 const FooTuple a(i, ch); in TEST() local 158 tuple<double, char, bool*> a3, b3; in TEST() local 182 tuple<int&> a(n); in TEST() local 199 tuple<double, bool> a(0.0, true); in TEST() local 209 tuple<int, int, char> a(0, 1, 'a'); in TEST() local 226 const tuple<int, long> a(5, 7L); in TEST() local 236 const tuple<int, long, bool> a(1, 7L, true); in TEST() local [all …]
|
/external/gtest/test/ |
D | gtest-tuple_test.cc | 65 const tuple<int, char, bool> a(5, 'a', false); in TEST() local 73 const tuple<int, bool> a(5, true), b(5, true); in TEST() local 83 const FooTuple a(0, 'x'); in TEST() local 101 const FooTuple a(i, ch); in TEST() local 158 tuple<double, char, bool*> a3, b3; in TEST() local 182 tuple<int&> a(n); in TEST() local 199 tuple<double, bool> a(0.0, true); in TEST() local 209 tuple<int, int, char> a(0, 1, 'a'); in TEST() local 226 const tuple<int, long> a(5, 7L); in TEST() local 236 const tuple<int, long, bool> a(1, 7L, true); in TEST() local [all …]
|