Home
last modified time | relevance | path

Searched refs:Equal (Results 1 – 25 of 117) sorted by relevance

12345

/external/skia/tests/
DTypefaceTest.cpp16 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/openfst/src/script/
Dequal.cc24 bool Equal(const FstClass &fst1, const FstClass &fst2, float kDelta) { in Equal() function
35 REGISTER_FST_OPERATION(Equal, StdArc, EqualArgs);
36 REGISTER_FST_OPERATION(Equal, LogArc, EqualArgs);
37 REGISTER_FST_OPERATION(Equal, Log64Arc, EqualArgs);
/external/boringssl/src/ssl/test/runner/
Dchacha20_poly1305_test.go64 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) {
Dticket.go37 !bytes.Equal(s.masterSecret, s1.masterSecret) ||
38 !bytes.Equal(s.handshakeHash, s1.handshakeHash) ||
48 if !bytes.Equal(s.certificates[i], s1.certificates[i]) {
Dhandshake_messages.go44 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/openfst/src/include/fst/script/
Dequal.h31 void Equal(EqualArgs *args) { in Equal() function
35 args->retval = Equal(fst1, fst2, args->args.arg3); in Equal()
38 bool Equal(const FstClass &fst1, const FstClass &fst2,
/external/pdfium/core/include/fxcrt/
Dfx_string.h189 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/
Dfde_txtedtblock.cpp467 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/
DLowerAtomic.cpp31 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/
Dxfa_simpleexpression.cpp150 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()
Dxfa_fm2jscontext.cpp3523 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/
Dmodule_common_types_unittest.cc17 TEST(IsNewerSequenceNumber, Equal) { in TEST() argument
46 TEST(IsNewerTimestamp, Equal) { in TEST() argument
/external/v8/src/crankshaft/
Dhydrogen-load-elimination.cc174 if (other == NULL || !Equal(approx->last_value_, other->last_value_)) { in Merge()
253 if (Equal(approx->last_value_, value)) { in store()
356 if (!Equal(approx->last_value_, value)) { in KillFieldInternal()
372 bool Equal(HValue* a, HValue* b) { in Equal() function in v8::internal::HLoadEliminationTable
/external/lldb/include/lldb/Core/
DModuleSpec.h387 if (!FileSpec::Equal(fspec, GetFileSpec(), fspec.GetDirectory().IsEmpty() == false)) in Matches()
393 … if (!FileSpec::Equal(fspec, GetPlatformFileSpec(), fspec.GetDirectory().IsEmpty() == false)) in Matches()
400 … if (!FileSpec::Equal(fspec, GetSymbolFileSpec(), fspec.GetDirectory().IsEmpty() == false)) in Matches()
/external/openfst/src/test/
Dfst_test.h175 CHECK(Equal(*fst, afst1)); in TestAssign()
180 CHECK(Equal(*fst, afst2)); in TestAssign()
184 CHECK(Equal(*fst, afst2)); in TestAssign()
/external/openfst/src/bin/
Dfstequal.cc56 bool result = s::Equal(*ifst1, *ifst2, FLAGS_delta); in main()
/external/v8/test/cctest/
Dtest-types.cc51 bool Equal(Type* type1, Type* type2) { in Equal() function
64 void CheckEqual(Type* type1, Type* type2) { CHECK(Equal(type1, type2)); } in CheckEqual()
270 CHECK(Equal(type1, type2) == (*map1 == *map2)); in Class()
297 CHECK(Equal(type1, type2) == (*value1 == *value2)); in Constant()
394 CHECK(Equal(type1, type2) == (min1 == min2 && max1 == max2)); in Range()
423 CHECK(Equal(context1, context2) == Equal(type1, type2)); in Context()
450 CHECK(Equal(array1, array2) == Equal(type1, type2)); in Array()
514 CHECK(Equal(function01, function02) == Equal(type2, type3)); in Function()
515 CHECK(Equal(function01, function03) == Equal(type1, type3)); in Function()
516 CHECK(Equal(function11, function12) == Equal(type2, type3)); in Function()
[all …]
/external/boringssl/src/ssl/test/runner/poly1305/
Dpoly1305_test.go49 if !bytes.Equal(out[:], v.correct) {
/external/webrtc/webrtc/base/
Dstringutils_unittest.cc63 TEST(ascii_string_compareTest, Equal) { in TEST() argument
/external/openfst/src/include/fst/
Dstate-map.h507 struct Equal { struct
517 Equal equal_; argument
582 struct Equal { struct
593 Equal equal_; argument
/external/openfst/src/include/fst/extensions/far/
Dequal.h74 if (!Equal(reader1->GetFst(), reader2->GetFst(), delta)) {
/external/ceres-solver/cmake/
DFindEigen.cmake40 # 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
/external/lldb/source/Core/
DSearchFilter.cpp354 if (module_sp && FileSpec::Equal(module_sp->GetFileSpec(), m_module_spec, false)) in ModulePasses()
365 return FileSpec::Equal(spec, m_module_spec, full_match); in ModulePasses()
413 if (FileSpec::Equal (m_module_spec, module->GetFileSpec(), full_match)) in Search()
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_fontmgr.cpp2005 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()
/external/v8/src/
Dbignum.h51 static bool Equal(const Bignum& a, const Bignum& b) { in Equal() function

12345