/external/libgdx/gdx/test/com/badlogic/gdx/utils/ |
D | BitsTest.java | 12 Bits b2 = new Bits(); in testHashcodeAndEquals() local 38 Bits b2 = new Bits(); in testXor() local 56 Bits b2 = new Bits(); in testOr() local 74 Bits b2 = new Bits(); in testAnd() local
|
/external/clang/test/CodeGen/ |
D | ppc64-inline-asm.c | 3 _Bool test_wc_i1(_Bool b1, _Bool b2) { in test_wc_i1() 11 int test_wc_i32(int b1, int b2) { in test_wc_i32() 19 unsigned char test_wc_i8(unsigned char b1, unsigned char b2) { in test_wc_i8()
|
/external/v8/test/mjsunit/ |
D | switch-opt.js | 43 function f(label, b1, b2, b3) { argument 65 function assertResult(r, label, b1, b2, b3) { argument 140 function f(label, b1, b2, b3) { argument 162 function assertResult(r, label, b1, b2, b3) { argument
|
/external/valgrind/none/tests/s390x/ |
D | opcodes.h | 29 #define RXY_RRRD(op1,r1,x2,b2,dl2,dh2,op2) \ argument 68 #define RSY_RURD(op1,r1,r3,b2,dl2,dh2,op2) \ argument 76 #define RSY_RRRD(op1,r1,r3,b2,dl2,dh2,op2) \ argument 79 #define RSY_AARD(op1,r1,r3,b2,dl2,dh2,op2) \ argument 84 #define RXY_FRRD(op1,r1,x2,b2,dl2,dh2,op2) \ argument 88 #define RSY_RDRM(op1,r1,r3,b2,dl2,dh2,op2) \ argument 92 #define RXY_URRD(op1,r1,x2,b2,dl2,dh2,op2) \ argument 102 #define S_RD(op,b2,d2) ".long 0x" #op #b2 #d2 "\n\t" argument 113 #define AHY(r1,x2,b2,dl2,dh2) RXY_RRRD(e3,r1,x2,b2,dl2,dh2,7a) argument 127 #define ALY(r1,x2,b2,dl2,dh2) RXY_RRRD(e3,r1,x2,b2,dl2,dh2,5e) argument [all …]
|
/external/clang/test/SemaCXX/ |
D | cxx0x-noexcept-expression.cpp | 8 bool b2 = noexcept(f(0)); in g() local 17 bool b2 = noexcept(this->g(0)); in h() local
|
D | warn-redundant-move.cpp | 21 B b2; in test1() local 35 B b2; in test2() local 50 B& b2 = b1; in test3() local 59 B& b2 = b1; in test4() local
|
D | convert-to-bool.cpp | 40 bool b2 = ctb && ecb; in test_conv_to_bool() local 56 bool b2 = ecb; // expected-error{{no viable conversion from 'ExplicitConvToBool' to 'bool'}} in test_explicit_bool() local
|
D | warn-memsize-comparison.cpp | 18 char b1[80], b2[80]; in f() local
|
/external/ceres-solver/internal/ceres/ |
D | dense_sparse_matrix_test.cc | 101 Vector b2 = Vector::Zero(num_rows); in TEST_F() local 115 Vector b2 = Vector::Zero(num_cols); in TEST_F() local 130 Vector b2 = Vector::Zero(num_cols); in TEST_F() local 140 Vector b2 = Vector::Zero(num_cols); in TEST_F() local
|
/external/emma/core/java12/com/vladium/util/ |
D | ByteArrayOStream.java | 49 public final void write2 (final int b1, final int b2) in write2() 73 public final void write3 (final int b1, final int b2, final int b3) in write3() 98 public final void write4 (final int b1, final int b2, final int b3, final int b4) in write4()
|
/external/valgrind/VEX/priv/ |
D | host_s390_defs.c | 1358 emit_RS(UChar *p, UInt op, UChar r1, UChar r3, UChar b2, UShort d2) in emit_RS() 1372 emit_RSY(UChar *p, ULong op, UChar r1, UChar r3, UChar b2, UShort dl2, UChar dh2) in emit_RSY() 1387 emit_RX(UChar *p, UInt op, UChar r1, UChar x2, UChar b2, UShort d2) in emit_RX() 1401 emit_RXF(UChar *p, ULong op, UChar r3, UChar x2, UChar b2, UShort d2, UChar r1) in emit_RXF() 1416 emit_RXY(UChar *p, ULong op, UChar r1, UChar x2, UChar b2, UShort dl2, UChar dh2) in emit_RXY() 1431 emit_S(UChar *p, UInt op, UChar b2, UShort d2) in emit_S() 1483 emit_SSa(UChar *p, ULong op, UChar l, UChar b1, UShort d1, UChar b2, UShort d2) in emit_SSa() 1522 s390_emit_A(UChar *p, UChar r1, UChar x2, UChar b2, UShort d2) in s390_emit_A() 1532 s390_emit_AY(UChar *p, UChar r1, UChar x2, UChar b2, UShort dl2, UChar dh2) in s390_emit_AY() 1542 s390_emit_AG(UChar *p, UChar r1, UChar x2, UChar b2, UShort dl2, UChar dh2) in s390_emit_AG() [all …]
|
/external/sfntly/cpp/src/test/ |
D | file_io_test.cc | 49 ByteVector b2; in TestFileInputStream() local 111 ByteVector b2; in TestFontInputStreamBasic() local
|
/external/lzma/CPP/7zip/UI/GUI/ |
D | ExtractDialog.cpp | 113 bool GetBoolsVal(const CBoolPair &b1, const CBoolPair &b2) in GetBoolsVal() 120 void CExtractDialog::CheckButton_TwoBools(UINT id, const CBoolPair &b1, const CBoolPair &b2) in CheckButton_TwoBools() 125 void CExtractDialog::GetButton_Bools(UINT id, CBoolPair &b1, CBoolPair &b2) in GetButton_Bools()
|
/external/clang/test/Modules/Inputs/merge-template-members/ |
D | b2.h | 6 N::A<int> b2; variable
|
/external/libchrome/base/debug/ |
D | leak_tracker_unittest.cc | 34 scoped_ptr<ClassB> b2(new ClassB); in TEST() local 50 ClassB b2; in TEST() local
|
/external/okhttp/okio/okio/src/test/java/okio/ |
D | TestUtil.java | 53 public static void assertEquivalent(ByteString b1, ByteString b2) { in assertEquivalent() 89 public static void assertEquivalent(Buffer b1, Buffer b2) { in assertEquivalent()
|
/external/dng_sdk/source/ |
D | dng_exif.cpp | 743 uint32 b2 = (fExifVersion >> 8) & 0xff; in AtLeastVersion0230() local 1112 uint32 b2 = stream.Get_uint8 (); in Parse_ifd0() local 1843 uint32 b2 = stream.Get_uint8 (); in Parse_ifd0_exif() local 1959 uint32 b2 = stream.Get_uint8 (); in Parse_ifd0_exif() local 2567 uint32 b2 = stream.Get_uint8 (); in Parse_ifd0_exif() local 3582 uint32 b2 = stream.Get_uint8 (); in Parse_gps() local 4076 uint32 b2 = stream.Get_uint8 (); in Parse_interoperability() local
|
/external/libcxx/test/std/language.support/support.dynamic/alloc.errors/bad.alloc/ |
D | bad_alloc.pass.cpp | 23 std::bad_alloc b2 = b; in main() local
|
/external/libcxx/test/std/language.support/support.rtti/bad.typeid/ |
D | bad_typeid.pass.cpp | 23 std::bad_typeid b2 = b; in main() local
|
/external/libcxx/test/std/language.support/support.rtti/bad.cast/ |
D | bad_cast.pass.cpp | 23 std::bad_cast b2 = b; in main() local
|
/external/libcxx/test/std/language.support/support.exception/bad.exception/ |
D | bad_exception.pass.cpp | 23 std::bad_exception b2 = b; in main() local
|
/external/libcxx/test/std/language.support/support.dynamic/alloc.errors/new.badlength/ |
D | bad_array_length.pass.cpp | 24 std::bad_array_length b2 = b; in main() local
|
D | bad_array_new_length.pass.cpp | 23 std::bad_array_new_length b2 = b; in main() local
|
/external/libcxx/test/std/language.support/support.exception/exception/ |
D | exception.pass.cpp | 21 std::exception b2 = b; in main() local
|
/external/valgrind/memcheck/tests/ |
D | clo_redzone.c | 8 char *b2 = malloc (128); in main() local
|