HomeSort by relevance Sort by last modified time
    Searched refs:Equal (Results 51 - 75 of 106) sorted by null

1 23 4 5

  /external/openfst/src/include/fst/script/
fstscript.h 44 #include <fst/script/equal.h>
105 REGISTER_FST_OPERATION(Equal, Arc, EqualArgs);
  /external/skia/src/core/
SkTypeface.cpp 116 bool SkTypeface::Equal(const SkTypeface* facea, const SkTypeface* faceb) {
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringBuilderTest.cpp 186 TEST(StringBuilderTest, Equal)
191 ASSERT_TRUE(equal(builder1, static_cast<LChar*>(0), 0));
  /external/chromium_org/third_party/re2/re2/
regexp.h 487 static bool Equal(Regexp* a, Regexp* b);
  /external/chromium_org/third_party/re2/re2/testing/
parse_test.cc 198 return Regexp::Equal(a, b);
  /external/chromium_org/third_party/skia/src/core/
SkTypeface.cpp 120 bool SkTypeface::Equal(const SkTypeface* facea, const SkTypeface* faceb) {
  /external/chromium_org/ui/keyboard/resources/elements/
kb-key-codes.js 131 '=': {keyCode: 0xBB, keyName: 'Equal', shiftModifier: false},
132 '+': {keyCode: 0xBB, keyName: 'Equal', shiftModifier: true},
  /external/chromium_org/v8/src/compiler/
js-operator.h 84 const Operator* Equal() { BINOP(JSEqual); }
raw-machine-assembler.h 307 INTPTR_BINOP(Word, Equal);
  /external/lldb/source/Symbol/
CompileUnit.cpp 328 bool file_spec_matches_cu_file_spec = FileSpec::Equal(file_spec, *this, full_match);
SymbolContext.cpp 788 if (!FileSpec::Equal (module_file_spec, sc.module_sp->GetFileSpec(), false))
809 if (!FileSpec::Equal (inline_info->GetDeclaration().GetFile(), *(m_file_spec_ap.get()), false))
817 if (!FileSpec::Equal (*(sc.comp_unit), *(m_file_spec_ap.get()), false))
    [all...]
  /external/pdfium/fpdfsdk/src/
fpdfdoc.cpp 179 if(pDict->GetString(FX_BSTRC("Subtype")).Equal(FX_BSTRC("Link")))
  /external/regex-re2/re2/
regexp.h 487 static bool Equal(Regexp* a, Regexp* b);
  /external/regex-re2/re2/testing/
parse_test.cc 198 return Regexp::Equal(a, b);
  /external/lldb/source/Core/
Module.cpp 582 if (FileSpec::Equal (*sc.comp_unit, path, compare_directory))
    [all...]
SourceManager.cpp 522 return FileSpec::Equal (m_file_spec, file_spec, false);
  /external/lldb/source/Target/
TargetList.cpp 375 if (FileSpec::Equal (exe_file_spec, exe_module->GetFileSpec(), full_match))
  /external/llvm/lib/MC/MCParser/
AsmLexer.cpp 544 return AsmToken(AsmToken::Equal, StringRef(TokStart, 1));
  /external/chromium_org/v8/test/cctest/
test-bignum.cc     [all...]
  /art/compiler/dex/
ssa_transformation.cc 488 if (!temp_dalvik_register_v->Equal(bb->data_flow_info->live_in_v)) {
  /external/chromium_org/chrome/browser/prefs/
pref_model_associator_unittest.cc 323 TEST_F(DictionaryPreferenceMergeTest, Equal) {
  /external/chromium_org/v8/src/
bignum.cc 350 // The sum of the two indices must be equal to i.
367 // Invariant: sum of both indices is again equal to i.
608 // Otherwise they are equal up to this digit. Try the next digit.
624 // 'b' has digits, then the bigit-length of 'a'+'b' must be equal to the one
749 DCHECK(Bignum::Equal(a, *this));
  /external/lldb/source/Host/common/
FileSpec.cpp 376 // Equal to operator
430 // and since we only resolve the paths if the basenames are equal, then
431 // we can just check if both directories are equal...
438 // Not equal to operator
484 // Return -1 if the "a" is less than "b", 0 if "a" is equal to "b"
509 FileSpec::Equal (const FileSpec& a, const FileSpec& b, bool full)
    [all...]
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 283 case AsmToken::Equal: Out->os() << "Equal"; break;
  /external/pdfium/core/src/fpdfdoc/
doc_formcontrol.cpp 182 if (csH.Equal(g_sHighlightingMode[i])) {

Completed in 902 milliseconds

1 23 4 5