HomeSort by relevance Sort by last modified time
    Searched refs:Equivalent (Results 1 - 16 of 16) 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/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/chromium_org/third_party/cython/src/Cython/Includes/cpython/
dict.pxd 44 # -1. This is equivalent to the Python expression "key in p".
99 # Return the number of items in the dictionary. This is equivalent
160 # raised. Equivalent Python (except for the return value):
exc.pxd 57 # Equivalent to "PyErr_GivenExceptionMatches(PyErr_Occurred(),
  /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/ui/file_manager/file_manager/common/js/
util.js 540 * Equivalent to loadTimeData.getString(id).
553 * Equivalent to loadTimeData.getStringF(id, ...).
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 569 milliseconds