Searched refs:Equal (Results 1 - 25 of 87) sorted by relevance

1234

/external/openfst/src/script/
H A Dequal.cc24 bool Equal(const FstClass &fst1, const FstClass &fst2, float kDelta) { function in namespace:fst::script
25 if (!ArcTypesMatch(fst1, fst2, "Equal")) return false;
30 Apply<Operation<EqualArgs> >("Equal", fst1.ArcType(), &args_with_retval);
35 REGISTER_FST_OPERATION(Equal, StdArc, EqualArgs);
36 REGISTER_FST_OPERATION(Equal, LogArc, EqualArgs);
37 REGISTER_FST_OPERATION(Equal, Log64Arc, EqualArgs);
/external/skia/tests/
H A DTypefaceTest.cpp16 REPORTER_ASSERT(reporter, SkTypeface::Equal(t1.get(), t2.get()));
17 REPORTER_ASSERT(reporter, SkTypeface::Equal(0, t1.get()));
18 REPORTER_ASSERT(reporter, SkTypeface::Equal(0, t2.get()));
19 REPORTER_ASSERT(reporter, SkTypeface::Equal(t1.get(), 0));
20 REPORTER_ASSERT(reporter, SkTypeface::Equal(t2.get(), 0));
/external/openfst/src/include/fst/script/
H A Dequal.h31 void Equal(EqualArgs *args) { function in namespace:fst::script
35 args->retval = Equal(fst1, fst2, args->args.arg3);
38 bool Equal(const FstClass &fst1, const FstClass &fst2,
/external/openfst/src/bin/
H A Dfstequal.cc56 bool result = s::Equal(*ifst1, *ifst2, FLAGS_delta);
/external/llvm/lib/Transforms/Scalar/
H A DLowerAtomic.cpp31 Value *Equal = Builder.CreateICmpEQ(Orig, Cmp); local
32 Value *Res = Builder.CreateSelect(Equal, Val, Orig);
36 Res = Builder.CreateInsertValue(Res, Equal, 1);
/external/webrtc/webrtc/base/
H A Dstringutils_unittest.cc63 TEST(ascii_string_compareTest, Equal) {
/external/openfst/src/include/fst/extensions/far/
H A Dequal.h74 if (!Equal(reader1->GetFst(), reader2->GetFst(), delta)) {
/external/pdfium/core/include/fxcrt/
H A 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(cons
[all...]
/external/pdfium/xfa/src/fee/src/fee/
H A Dfde_txtedtblock.cpp467 if (wskey.Equal(L"Length")) {
469 } else if (wskey.Equal(L"Sign")) {
471 } else if (wskey.Equal(L"FillChar")) {
519 if (wskey.Equal(L"DecLength")) {
521 } else if (wskey.Equal(L"IntLength")) {
523 } else if (wskey.Equal(L"Sign")) {
525 } else if (wskey.Equal(L"FillChar")) {
594 if (wskey.Equal(L"Length")) {
596 } else if (wskey.Equal(L"AliasChar")) {
637 if (wskey.Equal(
[all...]
/external/lldb/include/lldb/Core/
H A DModuleSpec.h387 if (!FileSpec::Equal(fspec, GetFileSpec(), fspec.GetDirectory().IsEmpty() == false))
393 if (!FileSpec::Equal(fspec, GetPlatformFileSpec(), fspec.GetDirectory().IsEmpty() == false))
400 if (!FileSpec::Equal(fspec, GetSymbolFileSpec(), fspec.GetDirectory().IsEmpty() == false))
/external/openfst/src/test/
H A Dfst_test.h175 CHECK(Equal(*fst, afst1));
180 CHECK(Equal(*fst, afst2));
184 CHECK(Equal(*fst, afst2));
/external/lldb/include/lldb/Host/
H A DFileSpec.h117 /// Equal to operator
242 Equal (const FileSpec& a, const FileSpec& b, bool full);
/external/lldb/source/Core/
H A DFileSpecList.cpp127 if (FileSpec::Equal (m_files[idx], file_spec, full))
H A DSearchFilter.cpp354 if (module_sp && FileSpec::Equal(module_sp->GetFileSpec(), m_module_spec, false))
365 return FileSpec::Equal(spec, m_module_spec, full_match);
413 if (FileSpec::Equal (m_module_spec, module->GetFileSpec(), full_match))
/external/openfst/src/include/fst/
H A Dequal.h31 bool Equal(const Fst<Arc> &fst1, const Fst<Arc> &fst2, float delta = kDelta) { function in namespace:fst
36 VLOG(1) << "Equal: mismatched start states";
45 VLOG(1) << "Equal: mismatched # of states";
51 VLOG(1) << "Equal: mismatched states:"
59 VLOG(1) << "Equal: mismatched final weights:"
69 VLOG(1) << "Equal: mismatched # of arcs"
76 VLOG(1) << "Equal: mismatched arc input labels:"
83 VLOG(1) << "Equal: mismatched arc output labels:"
90 VLOG(1) << "Equal: mismatched arc weights:"
97 VLOG(1) << "Equal
[all...]
H A Dstate-map.h507 struct Equal { struct in class:fst::ArcSumMapper
517 Equal equal_;
582 struct Equal { struct in class:fst::ArcUniqueMapper
593 Equal equal_;
/external/v8/src/
H A Dbignum.h51 static bool Equal(const Bignum& a, const Bignum& b) { function in class:v8::internal::Bignum
H A Dbignum-dtoa.cc153 if (Bignum::Equal(*delta_minus, *delta_plus)) {
624 if (Bignum::Equal(*delta_minus, *delta_plus)) {
/external/v8/src/crankshaft/
H A Dhydrogen-load-elimination.cc174 if (other == NULL || !Equal(approx->last_value_, other->last_value_)) {
253 if (Equal(approx->last_value_, value)) {
356 if (!Equal(approx->last_value_, value)) {
372 bool Equal(HValue* a, HValue* b) { function in class:v8::internal::HLoadEliminationTable
/external/pdfium/xfa/src/fxfa/src/fm2js/
H A Dxfa_simpleexpression.cpp150 if (tempStr.Equal(FX_WSTRC(L"$"))) {
152 } else if (tempStr.Equal(FX_WSTRC(L"!"))) {
154 } else if (tempStr.Equal(FX_WSTRC(L"$data"))) {
156 } else if (tempStr.Equal(FX_WSTRC(L"$event"))) {
158 } else if (tempStr.Equal(FX_WSTRC(L"$form"))) {
160 } else if (tempStr.Equal(FX_WSTRC(L"$host"))) {
162 } else if (tempStr.Equal(FX_WSTRC(L"$layout"))) {
164 } else if (tempStr.Equal(FX_WSTRC(L"$template"))) {
/external/webrtc/webrtc/modules/
H A Dmodule_common_types_unittest.cc17 TEST(IsNewerSequenceNumber, Equal) {
46 TEST(IsNewerTimestamp, Equal) {
/external/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h47 Star, Dot, Comma, Dollar, Equal, EqualEqual, enumerator in enum:llvm::AsmToken::TokenKind
/external/v8/test/cctest/
H A Dtest-types.cc51 bool Equal(Type* type1, Type* type2) { function in struct:Tests
64 void CheckEqual(Type* type1, Type* type2) { CHECK(Equal(type1, type2)); }
270 CHECK(Equal(type1, type2) == (*map1 == *map2));
297 CHECK(Equal(type1, type2) == (*value1 == *value2));
394 CHECK(Equal(type1, type2) == (min1 == min2 && max1 == max2));
423 CHECK(Equal(context1, context2) == Equal(type1, type2));
450 CHECK(Equal(array1, array2) == Equal(type1, type2));
514 CHECK(Equal(function0
[all...]
/external/pdfium/fpdfsdk/src/
H A Dfpdfppo.cpp58 if (cbRootType.Equal("")) {
72 if (cbPageType.Equal("")) {
/external/v8/test/unittests/compiler/
H A Dtyper-unittest.cc318 TestBinaryCompareOp(javascript_.Equal(CompareOperationHints::Any()),
349 TEST_BINARY_MONOTONICITY(Equal)

Completed in 505 milliseconds

1234