Searched refs:Operation (Results 26 - 50 of 117) sorted by relevance

12345

/external/apache-xml/src/main/java/org/apache/xpath/operations/
H A DOperation.java19 * $Id: Operation.java 468655 2006-10-28 07:12:06Z minchau $
32 public class Operation extends Expression implements ExpressionOwner class in inherits:Expression,ExpressionOwner
162 exp.exprSetParent(Operation.this);
204 if(!m_left.deepEquals(((Operation)expr).m_left))
207 if(!m_right.deepEquals(((Operation)expr).m_right))
H A DPlus.java30 public class Plus extends Operation
/external/openfst/src/script/
H A Darcsort.cc27 Apply<Operation<ArcSortArgs> >("ArcSort", fst->ArcType(), &args);
H A Dclosure.cc27 Apply<Operation<ClosureArgs> >("Closure", fst->ArcType(), &args);
H A Dconvert.cc29 Apply<Operation<ConvertArgs> >("Convert", ifst.ArcType(),
H A Ddecode.cc28 Apply<Operation<DecodeArgs> >("Decode", ofst->ArcType(), &args);
H A Ddeterminize.cc30 Apply<Operation<DeterminizeArgs> >("Determinize", ifst.ArcType(), &args);
H A Dencode.cc29 Apply<Operation<EncodeArgs> >("Encode", ofst->ArcType(), &args);
H A Depsnormalize.cc29 Apply<Operation<EpsNormalizeArgs> >("EpsNormalize", ifst.ArcType(), &args);
H A Dequal.cc30 Apply<Operation<EqualArgs> >("Equal", fst1.ArcType(), &args_with_retval);
H A Dequivalent.cc31 Apply<Operation<EquivalentArgs> >("Equivalent", fst1.ArcType(),
H A Dinfo.cc31 Apply<Operation<InfoArgs> >("PrintFstInfo", f.ArcType(), &args);
H A Dmap.cc29 Apply<Operation<MapArgs> >("Map", ifst.ArcType(), &args_with_retval);
H A Dminimize.cc28 Apply<Operation<MinimizeArgs> >("Minimize", ofst1->ArcType(), &args);
H A Dproject.cc27 Apply<Operation<ProjectArgs> >("Project", ofst->ArcType(), &args);
H A Drandgen.cc29 Apply<Operation<RandGenArgs> >("RandGen", ifst.ArcType(), &args);
H A Dreverse.cc29 Apply<Operation<ReverseArgs> >("Reverse", fst1.ArcType(), &args);
H A Dreweight.cc28 Apply<Operation<ReweightArgs> >("Reweight", fst->ArcType(), &args);
H A Dsynchronize.cc28 Apply<Operation<SynchronizeArgs> >("Synchronize", ifst.ArcType(), &args);
H A Dunion.cc29 Apply<Operation<UnionArgs> >("Union", fst1->ArcType(), &args);
H A Dcompose.cc31 Apply<Operation<ComposeArgs1> >("Compose", ifst1.ArcType(), &args);
40 Apply<Operation<ComposeArgs2> >("Compose", ifst1.ArcType(), &args);
H A Ddifference.cc30 Apply<Operation<DifferenceArgs1> >("Difference", ifst1.ArcType(), &args);
39 Apply<Operation<DifferenceArgs2> >("Difference", ifst1.ArcType(), &args);
/external/google-diff-match-patch/name/fraser/neil/plaintext/
H A Ddiff_match_patch.java119 * {Diff(Operation.DELETE, "Hello"), Diff(Operation.INSERT, "Goodbye"),
120 * Diff(Operation.EQUAL, " world.")}
123 public enum Operation { enum in class:diff_match_patch
162 diffs.add(new Diff(Operation.EQUAL, text1));
183 diffs.addFirst(new Diff(Operation.EQUAL, commonprefix));
186 diffs.addLast(new Diff(Operation.EQUAL, commonsuffix));
210 diffs.add(new Diff(Operation.INSERT, text2));
216 diffs.add(new Diff(Operation.DELETE, text1));
225 Operation o
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/
H A DXPathVisitor.java28 import org.apache.xpath.operations.Operation;
111 public boolean visitBinaryOperation(ExpressionOwner owner, Operation op)
/external/chromium/chrome/browser/sync/engine/
H A Dchange_reorder_buffer.h97 enum Operation { enum in class:sync_api::ChangeReorderBuffer
103 typedef std::map<int64, Operation> OperationMap;

Completed in 151 milliseconds

12345