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

  /external/openfst/src/script/
equivalent.cc 19 #include <fst/script/equivalent.h>
24 bool Equivalent(const FstClass &fst1, const FstClass &fst2,
26 if (!ArcTypesMatch(fst1, fst2, "Equivalent")) return false;
31 Apply<Operation<EquivalentArgs> >("Equivalent", fst1.ArcType(),
37 REGISTER_FST_OPERATION(Equivalent, StdArc, EquivalentArgs);
38 REGISTER_FST_OPERATION(Equivalent, LogArc, EquivalentArgs);
39 REGISTER_FST_OPERATION(Equivalent, Log64Arc, EquivalentArgs);
  /external/openfst/src/include/fst/script/
equivalent.h 22 #include <fst/equivalent.h>
32 void Equivalent(EquivalentArgs *args) {
36 args->retval = Equivalent(fst1, fst2, args->args.arg3);
39 bool Equivalent(const FstClass &fst1, const FstClass &fst2,
fstscript.h 45 #include <fst/script/equivalent.h>
106 REGISTER_FST_OPERATION(Equivalent, Arc, EquivalentArgs);
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profile-stats.h 30 bool Equivalent(const HeapProfileStats& other) const {
heap-profiler.cc 249 RAW_DCHECK(stats.Equivalent(heap_profile->total()), "");
  /external/clang/test/SemaCXX/
missing-namespace-qualifier-typo-corrections.cpp 103 bool Equivalent(const Message&, const Message&); // expected-note {{'extra::util::MessageUtils::Equivalent' declared here}} \
104 // expected-note {{'::extra::util::MessageUtils::Equivalent' declared here}}
111 return util::MessageUtils::Equivalent(a, b); // expected-error {{no member named 'Equivalent' in namespace 'util::MessageUtils'; did you mean 'extra::util::MessageUtils::Equivalent'?}}
118 return MessageUtils::Equivalent(a, b); // expected-error {{no member named 'Equivalent' in namespace 'util::MessageUtils'; did you mean '::extra::util::MessageUtils::Equivalent'?}}
  /external/openfst/src/bin/
fstequivalent.cc 20 // Two DFAs are equivalent iff their exit status is zero.
23 #include <fst/script/equivalent.h>
40 string usage = "Two DFAs are equivalent iff the exit status is zero.\n\n"
67 return s::Equivalent(*ifst1, *ifst2, FLAGS_delta) ? 0 : 2;
  /external/openfst/src/include/fst/
equivalent.h 0 // equivalent.h
109 // <code>fst1</code> and <code>fst2</code> are equivalent. The input
112 // considered equivalent if they accept exactly the same set of
130 bool Equivalent(const Fst<Arc> &fst1,
139 FSTERROR() << "Equivalent: input/output symbol tables of 1st argument "
147 FSTERROR() << "Equivalent: first argument not an"
153 FSTERROR() << "Equivalent: second argument not an"
170 return Equivalent(efst1, efst2);
  /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/chromium_org/third_party/tcmalloc/vendor/src/
heap-profile-table.h 68 bool Equivalent(const Stats& x) const {
  /external/clang/lib/AST/
ASTImporter.cpp 198 /// declaration in the second context that we believe to be equivalent.
205 /// \brief Declaration (from, to) pairs that are known not to be equivalent
228 /// equivalent.
231 /// \brief Determine whether the two types are structurally equivalent.
274 /// \brief Determine whether two identifiers are equivalent.
283 /// \brief Determine whether two nested-name-specifiers are equivalent.
291 /// \brief Determine whether two template arguments are equivalent.
    [all...]
  /external/openfst/src/test/
algo_test.h 89 VLOG(1) << "Check destructive and delayed union are equivalent.";
98 VLOG(1) << "Check destructive and delayed concatenation are equivalent.";
109 VLOG(1) << "Check destructive and delayed closure* are equivalent.";
117 VLOG(1) << "Check destructive and delayed closure+ are equivalent.";
311 VLOG(1) << "Check destructive and delayed projection are equivalent.";
320 VLOG(1) << "Check destructive and delayed inversion are equivalent.";
518 VLOG(1) << "Check all epsilon filters leads to equivalent results.";
539 VLOG(1) << "Check arc sorted Fst is equivalent to its input.";
546 VLOG(1) << "Check destructive and delayed arcsort are equivalent.";
565 VLOG(1) << "Check topologically sorted Fst is equivalent to its input."
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/
util.js 792 * Equivalent to loadTimeData.getString(id).
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 396 milliseconds