/external/skia/tests/ |
D | TypefaceTest.cpp | 16 REPORTER_ASSERT(reporter, SkTypeface::Equal(t1.get(), t2.get())); in DEF_TEST() 17 REPORTER_ASSERT(reporter, SkTypeface::Equal(0, t1.get())); in DEF_TEST() 18 REPORTER_ASSERT(reporter, SkTypeface::Equal(0, t2.get())); in DEF_TEST() 19 REPORTER_ASSERT(reporter, SkTypeface::Equal(t1.get(), 0)); in DEF_TEST() 20 REPORTER_ASSERT(reporter, SkTypeface::Equal(t2.get(), 0)); in DEF_TEST()
|
/external/boringssl/src/ssl/test/runner/ |
D | chacha20_poly1305_test.go | 64 if !bytes.Equal(out, expected) { 93 } else if !bytes.Equal(out, input) { 98 if !bytes.Equal(out, output) { 147 } else if !bytes.Equal(out, input) { 152 if !bytes.Equal(out, output) {
|
D | ticket.go | 37 !bytes.Equal(s.masterSecret, s1.masterSecret) || 38 !bytes.Equal(s.handshakeHash, s1.handshakeHash) || 48 if !bytes.Equal(s.certificates[i], s1.certificates[i]) {
|
D | handshake_messages.go | 44 return bytes.Equal(m.raw, m1.raw) && 47 bytes.Equal(m.random, m1.random) && 48 bytes.Equal(m.sessionId, m1.sessionId) && 49 bytes.Equal(m.cookie, m1.cookie) && 51 bytes.Equal(m.compressionMethods, m1.compressionMethods) && 56 bytes.Equal(m.supportedPoints, m1.supportedPoints) && 58 bytes.Equal(m.sessionTicket, m1.sessionTicket) && 60 bytes.Equal(m.secureRenegotiation, m1.secureRenegotiation) && 1741 if !bytes.Equal(v, y[i]) {
|
/external/pdfium/core/include/fxcrt/ |
D | fx_string.h | 189 bool Equal(const char* ptr) const; 190 bool Equal(const CFX_ByteStringC& str) const; 191 bool Equal(const CFX_ByteString& other) const; 195 bool operator==(const char* ptr) const { return Equal(ptr); } 196 bool operator==(const CFX_ByteStringC& str) const { return Equal(str); } 197 bool operator==(const CFX_ByteString& other) const { return Equal(other); } 598 bool operator==(const wchar_t* ptr) const { return Equal(ptr); } 599 bool operator==(const CFX_WideStringC& str) const { return Equal(str); } 600 bool operator==(const CFX_WideString& other) const { return Equal(other); } 630 bool Equal(const wchar_t* ptr) const; [all …]
|
/external/pdfium/xfa/src/fee/src/fee/ |
D | fde_txtedtblock.cpp | 467 if (wskey.Equal(L"Length")) { in CFDE_TxtEdtField_Integer() 469 } else if (wskey.Equal(L"Sign")) { in CFDE_TxtEdtField_Integer() 471 } else if (wskey.Equal(L"FillChar")) { in CFDE_TxtEdtField_Integer() 519 if (wskey.Equal(L"DecLength")) { in CFDE_TxtEdtField_Float() 521 } else if (wskey.Equal(L"IntLength")) { in CFDE_TxtEdtField_Float() 523 } else if (wskey.Equal(L"Sign")) { in CFDE_TxtEdtField_Float() 525 } else if (wskey.Equal(L"FillChar")) { in CFDE_TxtEdtField_Float() 594 if (wskey.Equal(L"Length")) { in CFDE_TxtEdtField_Password() 596 } else if (wskey.Equal(L"AliasChar")) { in CFDE_TxtEdtField_Password() 637 if (wskey.Equal(L"Length")) { in CFDE_TxtEdtField_String()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LowerAtomic.cpp | 31 Value *Equal = Builder.CreateICmpEQ(Orig, Cmp); in LowerAtomicCmpXchgInst() local 32 Value *Res = Builder.CreateSelect(Equal, Val, Orig); in LowerAtomicCmpXchgInst() 36 Res = Builder.CreateInsertValue(Res, Equal, 1); in LowerAtomicCmpXchgInst()
|
/external/pdfium/xfa/src/fxfa/src/fm2js/ |
D | xfa_simpleexpression.cpp | 150 if (tempStr.Equal(FX_WSTRC(L"$"))) { in ToJavaScript() 152 } else if (tempStr.Equal(FX_WSTRC(L"!"))) { in ToJavaScript() 154 } else if (tempStr.Equal(FX_WSTRC(L"$data"))) { in ToJavaScript() 156 } else if (tempStr.Equal(FX_WSTRC(L"$event"))) { in ToJavaScript() 158 } else if (tempStr.Equal(FX_WSTRC(L"$form"))) { in ToJavaScript() 160 } else if (tempStr.Equal(FX_WSTRC(L"$host"))) { in ToJavaScript() 162 } else if (tempStr.Equal(FX_WSTRC(L"$layout"))) { in ToJavaScript() 164 } else if (tempStr.Equal(FX_WSTRC(L"$template"))) { in ToJavaScript()
|
D | xfa_fm2jscontext.cpp | 3523 if (strFirstUnit.Equal("in") || strFirstUnit.Equal("inches")) { in UnitValue() 3524 if (strUnit.Equal("mm") || strUnit.Equal("millimeters")) { in UnitValue() 3526 } else if (strUnit.Equal("cm") || strUnit.Equal("centimeters")) { in UnitValue() 3528 } else if (strUnit.Equal("pt") || strUnit.Equal("points")) { in UnitValue() 3530 } else if (strUnit.Equal("mp") || strUnit.Equal("millipoints")) { in UnitValue() 3535 } else if (strFirstUnit.Equal("mm") || in UnitValue() 3536 strFirstUnit.Equal("millimeters")) { in UnitValue() 3537 if (strUnit.Equal("mm") || strUnit.Equal("millimeters")) { in UnitValue() 3539 } else if (strUnit.Equal("cm") || strUnit.Equal("centimeters")) { in UnitValue() 3541 } else if (strUnit.Equal("pt") || strUnit.Equal("points")) { in UnitValue() [all …]
|
/external/webrtc/webrtc/modules/ |
D | module_common_types_unittest.cc | 17 TEST(IsNewerSequenceNumber, Equal) { in TEST() argument 46 TEST(IsNewerTimestamp, Equal) { in TEST() argument
|
/external/v8/src/crankshaft/ |
D | hydrogen-load-elimination.cc | 174 if (other == NULL || !Equal(approx->last_value_, other->last_value_)) { in Merge() 254 if (Equal(approx->last_value_, value)) { in store() 357 if (!Equal(approx->last_value_, value)) { in KillFieldInternal() 373 bool Equal(HValue* a, HValue* b) { in Equal() function in v8::internal::HLoadEliminationTable
|
/external/v8/test/cctest/ |
D | test-types.cc | 114 bool Equal(TypeHandle type1, TypeHandle type2) { in Equal() function 129 CHECK(Equal(type1, type2)); in CheckEqual() 338 CHECK(Equal(type1, type2) == (*map1 == *map2)); in Class() 365 CHECK(Equal(type1, type2) == (*value1 == *value2)); in Constant() 462 CHECK(Equal(type1, type2) == (min1 == min2 && max1 == max2)); in Range() 491 CHECK(Equal(context1, context2) == Equal(type1, type2)); in Context() 518 CHECK(Equal(array1, array2) == Equal(type1, type2)); in Array() 582 CHECK(Equal(function01, function02) == Equal(type2, type3)); in Function() 583 CHECK(Equal(function01, function03) == Equal(type1, type3)); in Function() 584 CHECK(Equal(function11, function12) == Equal(type2, type3)); in Function() [all …]
|
/external/ceres-solver/cmake/ |
D | FindEigen.cmake | 40 # EIGEN_WORLD_VERSION: Equal to 3 if EIGEN_VERSION = 3.2.0 41 # EIGEN_MAJOR_VERSION: Equal to 2 if EIGEN_VERSION = 3.2.0 42 # EIGEN_MINOR_VERSION: Equal to 0 if EIGEN_VERSION = 3.2.0
|
D | FindCXSparse.cmake | 42 # CXSPARSE_MAIN_VERSION: Equal to 3 if CXSPARSE_VERSION = 3.1.2 43 # CXSPARSE_SUB_VERSION: Equal to 1 if CXSPARSE_VERSION = 3.1.2 44 # CXSPARSE_SUBSUB_VERSION: Equal to 2 if CXSPARSE_VERSION = 3.1.2
|
/external/boringssl/src/ssl/test/runner/poly1305/ |
D | poly1305_test.go | 49 if !bytes.Equal(out[:], v.correct) {
|
/external/webrtc/webrtc/base/ |
D | stringutils_unittest.cc | 63 TEST(ascii_string_compareTest, Equal) { in TEST() argument
|
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_fontmgr.cpp | 2005 if (bsDRTailer.Equal("MT") || bsDRTailer.Equal("PSMT") || in PsNameMatchDRFontName() 2006 bsDRTailer.Equal("Regular") || bsDRTailer.Equal("Reg")) { in PsNameMatchDRFontName() 2015 if (bsDRName.Right(5).Equal("Light")) { in PsNameMatchDRFontName() 2020 if (bsDRName.Right(7).Equal("Regular") || in PsNameMatchDRFontName() 2021 bsDRName.Right(3).Equal("Reg")) { in PsNameMatchDRFontName() 2026 if (bsDRName.Right(5).Equal("Medium")) { in PsNameMatchDRFontName()
|
D | xfa_ffdoc.cpp | 49 if (wsTagName.Equal(FX_WSTRC(L"document"))) { in XFA_GetPDFContentsFromPDFXML() 66 if (wsTagName.Equal(FX_WSTRC(L"chunk"))) { in XFA_GetPDFContentsFromPDFXML()
|
/external/v8/src/ |
D | bignum.h | 51 static bool Equal(const Bignum& a, const Bignum& b) { in Equal() function
|
D | bignum-dtoa.cc | 153 if (Bignum::Equal(*delta_minus, *delta_plus)) { in GenerateShortestDigits() 624 if (Bignum::Equal(*delta_minus, *delta_plus)) { in FixupMultiply10()
|
/external/pdfium/fpdfsdk/src/ |
D | fpdfppo.cpp | 58 if (cbRootType.Equal("")) { in PDFDocInit() 72 if (cbPageType.Equal("")) { in PDFDocInit()
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | neon-instructions.txt | 181 # Vector Absolute Compare Mask Less Than Or Equal (Floating Point) 193 # Vector Compare Mask Equal (Integer) 205 # Vector Compare Mask Greater Than or Equal (Integer) 228 # Vector Compare Mask Equal (Floating Point) 234 # Vector Compare Mask Greater Than Or Equal (Floating Point) 246 # Vector Compare Mask Equal to Zero (Integer) 252 # Vector Compare Mask Greater Than or Equal to Zero (Signed Integer) 264 # Vector Compare Mask Less Than or Equal To Zero (Signed Integer) 276 # Vector Compare Mask Equal to Zero (Floating Point) 282 # Vector Compare Mask Greater Than or Equal to Zero (Floating Point) [all …]
|
/external/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.td | 214 def ICC_NE : ICC_VAL< 9>; // Not Equal 215 def ICC_E : ICC_VAL< 1>; // Equal 217 def ICC_LE : ICC_VAL< 2>; // Less or Equal 218 def ICC_GE : ICC_VAL<11>; // Greater or Equal 221 def ICC_LEU : ICC_VAL< 4>; // Less or Equal Unsigned 222 def ICC_CC : ICC_VAL<13>; // Carry Clear/Great or Equal Unsigned 236 def FCC_NE : FCC_VAL<17>; // Not Equal 237 def FCC_E : FCC_VAL<25>; // Equal 238 def FCC_UE : FCC_VAL<24>; // Unordered or Equal 239 def FCC_GE : FCC_VAL<25>; // Greater or Equal [all …]
|
/external/llvm/include/llvm/MC/MCParser/ |
D | MCAsmLexer.h | 47 Star, Dot, Comma, Dollar, Equal, EqualEqual, enumerator
|
/external/skia/include/core/ |
D | SkTypeface.h | 94 static bool Equal(const SkTypeface* facea, const SkTypeface* faceb);
|