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

  /external/openfst/src/script/
difference.cc 19 #include <fst/script/difference.h>
24 void Difference(const FstClass &ifst1, const FstClass &ifst2,
26 if (!ArcTypesMatch(ifst1, ifst2, "Difference") ||
27 !ArcTypesMatch(*ofst, ifst1, "Difference")) return;
30 Apply<Operation<DifferenceArgs1> >("Difference", ifst1.ArcType(), &args);
33 void Difference(const FstClass &ifst1, const FstClass &ifst2,
35 if (!ArcTypesMatch(ifst1, ifst2, "Difference") ||
36 !ArcTypesMatch(*ofst, ifst1, "Difference")) return;
39 Apply<Operation<DifferenceArgs2> >("Difference", ifst1.ArcType(), &args);
42 REGISTER_FST_OPERATION(Difference, StdArc, DifferenceArgs1)
    [all...]
  /external/openfst/src/include/fst/script/
difference.h 23 #include <fst/difference.h>
32 void Difference(DifferenceArgs1 *args) {
37 Difference(ifst1, ifst2, ofst, args->arg4);
44 void Difference(DifferenceArgs2 *args) {
49 Difference(ifst1, ifst2, ofst, args->arg4);
53 void Difference(const FstClass &ifst1, const FstClass &ifst2,
57 void Difference(const FstClass &ifst1, const FstClass &ifst2,
fstscript.h 40 #include <fst/script/difference.h>
100 REGISTER_FST_OPERATION(Difference, Arc, DifferenceArgs1);
101 REGISTER_FST_OPERATION(Difference, Arc, DifferenceArgs2);
  /external/openfst/src/bin/
fstdifference.cc 23 #include <fst/script/difference.h>
82 s::Difference(*ifst1, *ifst2, &ofst, opts);
  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 10 // This header defines the implementation of the LLVM difference
116 /// A function-scope difference engine.
319 bool Difference = false;
334 } else if (Complain || !Difference) {
337 Difference = true;
340 if (!Difference)
345 Difference = true;
347 return Difference;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
difference.h 0 // difference.h
17 // Class to compute the difference between two FSAs
32 // Computes the difference between two FSAs. This version is a delayed
116 // Computes the difference between two FSAs. This version is writes
117 // the difference to an output MutableFst. Only strings that are in
128 void Difference(const Fst<Arc> &ifst1, const Fst<Arc> &ifst2,
  /device/samsung/toro/
releasetools.py 122 diff = common.Difference(tf, sf, diff_program="bsdiff")
126 # computing difference failed, or difference is nearly as
  /device/samsung/toroplus/
releasetools.py 122 diff = common.Difference(tf, sf)
126 # computing difference failed, or difference is nearly as
  /device/samsung/tuna/
releasetools.py 105 diff = common.Difference(tf, sf, diff_program="bsdiff")
109 # computing difference failed, or difference is nearly as
  /external/openfst/src/include/fst/
interval-set.h 143 void Difference(const IntervalSet<T> &iset, IntervalSet<T> *oset) const;
259 void IntervalSet<T>::Difference(const IntervalSet<T> &iset,
difference.h 0 // difference.h
19 // Class to compute the difference between two FSAs
48 // Computes the difference between two FSAs. This version is a delayed
148 // Computes the difference between two FSAs. This version is writes
149 // the difference to an output MutableFst. Only strings that are in
160 void Difference(const Fst<Arc> &ifst1, const Fst<Arc> &ifst2,
  /build/tools/releasetools/
ota_from_target_files 336 d = common.Difference(recovery_img, boot_img, diff_program=diff_program)
519 diffs.append(common.Difference(tf, sf))
584 d = common.Difference(target_boot, source_boot)
common.py 765 class Difference(object):
822 """Call ComputePatch on all the Difference objects in 'diffs'."""
  /external/mesa3d/docs/
MESA_texture_signed_rgba.spec 103 (Difference to ARB_texture_compression_rgtc):
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
date-format-tofte.js 149 // Difference to Greenwich time (GMT) in hours
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
date-format-tofte.js 149 // Difference to Greenwich time (GMT) in hours
  /external/llvm/include/llvm/
IRBuilder.h     [all...]
  /external/openfst/src/test/
algo_test.h 808 Difference(R, path, &S);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /tools/motodev/src/plugins/videos/libs/gdata/java/lib/
gdata-core-1.0.jar 

Completed in 594 milliseconds