HomeSort by relevance Sort by last modified time
    Searched refs:Equivalent (Results 1 - 5 of 5) sorted by null

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
equivalent.h 0 // equivalent.h
93 // <code>fst1</code> and <code>fst2</code> are equivalent. The input
96 // considered equivalent if they accept exactly the same set of
113 bool Equivalent(const Fst<Arc> &fst1, const Fst<Arc> &fst2) {
118 LOG(FATAL) << "Equivalent: first argument not an"
122 LOG(FATAL) << "Equivalent: second argument not an"
137 return Equivalent(efst1, efst2);
  /external/chromium/base/
tracked_objects.cc 247 if (0 == i || !comparator.Equivalent(match_array[i - 1],
257 !comparator.Equivalent(match_array[i],
818 bool Comparator::Equivalent(const Snapshot& left,
866 return tiebreaker_->Equivalent(left, right);
    [all...]
tracked_objects.h 404 bool Equivalent(const Snapshot& left, const Snapshot& right) const;
420 // equivalent groups. If those groups are displayed (rather than just being
458 // when deciding if two items are in equivalent groups. This flag tells us
459 // to ignore the tiebreaker when doing Equivalent() testing.
  /external/clang/lib/AST/
ASTImporter.cpp 169 /// declaration in the second context that we believe to be equivalent.
176 /// \brief Declaration (from, to) pairs that are known not to be equivalent
191 /// equivalent.
194 /// \brief Determine whether the two types are structurally equivalent.
268 /// \brief Determine whether two identifiers are equivalent.
277 /// \brief Determine whether two nested-name-specifiers are equivalent.
285 /// \brief Determine whether two template arguments are equivalent.
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 448 milliseconds