/external/libpcap/ |
D | gencode.c | 588 merge(b0, b1) in merge() argument 643 gen_and(b0, b1) in gen_and() argument 655 gen_or(b0, b1) in gen_or() argument 1746 struct block *b0, *b1; local 1951 struct block *b0, *b1; local 2838 struct block *b0, *b1, *b2; local 3387 struct block *b0, *b1; in gen_llc() local 3458 struct block *b0, *b1; in gen_llc_i() local 3482 struct block *b0, *b1; in gen_llc_s() local 3501 struct block *b0, *b1; in gen_llc_u() local [all …]
|
/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/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/clang/test/SemaCXX/ |
D | warn-redundant-move.cpp | 20 A test1(B b1) { in test1() 33 C test2(A a1, B b1) { in test2() 49 A test3(B& b1) { in test3() 57 C test4(A& a1, B& b1) { in test4()
|
D | convert-to-bool.cpp | 38 bool b1 = !ecb; in test_conv_to_bool() local 55 bool b1(ecb); // okay in test_explicit_bool() local
|
D | goto.cpp | 5 void f(bool b1, bool b2) { in f() 24 void f(bool b1, bool b2) { in f()
|
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 | 100 Vector b1 = Vector::Zero(num_rows); in TEST_F() local 114 Vector b1 = Vector::Zero(num_cols); in TEST_F() local 129 Vector b1 = Vector::Zero(num_cols); in TEST_F() local 139 Vector b1 = Vector::Zero(num_cols); in TEST_F() local
|
/external/clang/test/CXX/special/class.inhctor/ |
D | p4.cpp | 23 B b1{X<1>{}}; // expected-error {{calling a protected constructor}} variable 33 B b1{X<1>{}}; member 70 B b1(0, 1); // expected-error {{call to deleted constructor of 'DRnnnn::B'}} variable
|
/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/libcxx/test/std/numerics/numarray/template.mask.array/mask.array.assign/ |
D | mask_array.pass.cpp | 24 bool b1[N1] = {true, false, false, true, true, false, in main() local 57 bool b1[] = {true, false, true}; in main() local
|
/external/icu/icu4c/source/test/intltest/ |
D | idnaref.cpp | 134 uint32_t* b1 = b1Stack; in convertToPuny() local 203 char* b1 = b1Stack; in convertFromPuny() local 259 UChar *b1 = b1Stack, *b2 = b2Stack; in idnaref_toASCII() local 432 UChar *b1 = b1Stack, *b2 = b2Stack, *b1Prime=NULL, *b3=b3Stack; in idnaref_toUnicode() local 699 UChar *b1 = b1Stack; in idnaref_IDNToASCII() local 855 UChar *b1 = b1Stack; in idnaref_IDNToUnicode() local 999 UChar *b1 = b1Stack, *b2 = b2Stack; in idnaref_compare() local
|
/external/dng_sdk/source/ |
D | dng_exif.cpp | 742 uint32 b1 = (fExifVersion >> 16) & 0xff; in AtLeastVersion0230() local 1111 uint32 b1 = stream.Get_uint8 (); in Parse_ifd0() local 1842 uint32 b1 = stream.Get_uint8 (); in Parse_ifd0_exif() local 1958 uint32 b1 = stream.Get_uint8 (); in Parse_ifd0_exif() local 2566 uint32 b1 = stream.Get_uint8 (); in Parse_ifd0_exif() local 3581 uint32 b1 = stream.Get_uint8 (); in Parse_gps() local 4075 uint32 b1 = stream.Get_uint8 (); in Parse_interoperability() 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/sfntly/cpp/src/test/ |
D | file_io_test.cc | 39 ByteVector b1; in TestFileInputStream() local 100 ByteVector b1; in TestFontInputStreamBasic() local
|
/external/guava/guava/src/com/google/common/io/ |
D | LittleEndianDataInputStream.java | 81 int b1 = in.read(); in readUnsignedByte() local 223 int b1 = in.read(); in readAndCheckByte() local
|
/external/libvpx/libvpx/vp8/encoder/ |
D | dct.c | 19 int a1, b1, c1, d1; in vp8_short_fdct4x4_c() local 69 int a1, b1, c1, d1; in vp8_short_walsh4x4_c() local
|
/external/libchrome/base/debug/ |
D | leak_tracker_unittest.cc | 33 scoped_ptr<ClassB> b1(new ClassB); in TEST() local 49 ClassB b1; 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/v8/test/unittests/compiler/ |
D | control-equivalence-unittest.cc | 139 Node* b1 = Branch(start); in TEST_F() local 159 Node* b1 = Branch(start); in TEST_F() local 179 Node* b1 = Branch(start); in TEST_F() local 233 Node* b1 = Branch(start); in TEST_F() local
|
/external/clang/test/Modules/Inputs/normal-module-map/ |
D | b1.h | 1 int b1; variable
|
/external/clang/test/Modules/Inputs/merge-template-members/ |
D | b1.h | 6 N::A<int> b1; variable
|
/external/lzma/CPP/Common/ |
D | MyGuidDef.h | 49 #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ argument 52 #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ argument
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | ParcelTest.java | 257 Bundle b1 = new Bundle(); in testReadWriteSimpleBundle() local 280 Bundle b1 = new Bundle(); in testReadWriteNestedBundles() local 304 Bundle b1 = new Bundle(); in testReadWriteBundleWithDifferentValueTypes() local
|
/external/clang/test/Modules/Inputs/ |
D | def-include.h | 12 int b1; member
|