Searched refs:Operation (Results 1 - 25 of 117) sorted by relevance

12345

/external/llvm/include/llvm/MC/
H A DMCWin64EH.h31 OpType Operation; member in class:llvm::MCWin64EHInstruction
37 : Operation(Op), Label(L), Offset(0), Register(Reg) {
41 : Operation(Size>128 ? Win64EH::UOP_AllocLarge : Win64EH::UOP_AllocSmall),
44 : Operation(Op), Label(L), Offset(Off), Register(Reg) {
52 : Operation(Op), Label(L), Offset(Code ? 1 : 0) {
55 OpType getOperation() const { return Operation; }
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DGraphicsOperationCollection.h46 void append(GraphicsOperation::Operation* operation);
52 Vector<GraphicsOperation::Operation*> m_operations;
H A DGraphicsOperation.h51 class Operation : public SkRefCnt { class in namespace:WebCore::GraphicsOperation
109 virtual ~Operation() {}
177 class BeginTransparencyLayer : public Operation {
185 class EndTransparencyLayer : public Operation {
191 class Save : public Operation {
196 class Restore : public Operation {
206 class SetAlpha : public Operation {
215 class SetCompositeOperation : public Operation {
226 class SetFillColor : public Operation {
244 class SetFillShader : public Operation {
[all...]
/external/stlport/test/eh/
H A DLeakCheck.h64 template <class Value, class Operation>
65 void WeakCheck(const Value& v, const Operation& op, long max_iters = 2000000) {
102 template <class Value, class Operation>
103 void ConstCheck(const Value& v, const Operation& op, long max_iters = 2000000) {
144 template <class Value, class Operation>
145 void StrongCheck(const Value& v, const Operation& op, long max_iters = 2000000) {
/external/openfst/src/script/
H A Dconcat.cc29 Apply<Operation<ConcatArgs1> >("Concat", ofst->ArcType(), &args);
37 Apply<Operation<ConcatArgs2> >("Concat", ofst->ArcType(), &args);
H A Dconnect.cc25 Apply<Operation<MutableFstClass> >("Connect", fst->ArcType(), fst);
H A Dinvert.cc25 Apply<Operation<MutableFstClass> >("Invert", fst->ArcType(), fst);
H A Dprune.cc29 Apply<Operation<PruneArgs1> >("Prune", fst->ArcType(), &args);
37 Apply<Operation<PruneArgs2> >("Prune", fst->ArcType(), &args);
47 Apply<Operation<PruneArgs3> >("Prune", ifst.ArcType(), &args);
55 Apply<Operation<PruneArgs4> >("Prune", fst->ArcType(), &args);
H A Dtopsort.cc27 Apply<Operation<TopSortArgs> >("TopSort", fst->ArcType(), &args);
H A Dverify.cc27 Apply<Operation<VerifyArgs> >("Verify", fst.ArcType(), &args);
H A Drelabel.cc32 Apply<Operation<RelabelArgs1> >("Relabel", ofst->ArcType(), &args);
41 Apply<Operation<RelabelArgs2> >("Relabel", ofst->ArcType(), &args);
49 Apply<Operation<RelabelArgs3> >("Relabel", fst->ArcType(), &args);
H A Drmepsilon.cc30 Apply<Operation<RmEpsilonArgs1> >("RmEpsilon", ifst.ArcType(), &args);
38 Apply<Operation<RmEpsilonArgs2> >("RmEpsilon", fst->ArcType(), &args);
45 Apply<Operation<RmEpsilonArgs3> >("RmEpsilon", fst->ArcType(), &args);
H A Dshortest-distance.cc29 Apply<Operation<ShortestDistanceArgs1> >("ShortestDistance", fst.ArcType(),
38 Apply<Operation<ShortestDistanceArgs2> >("ShortestDistance", ifst.ArcType(),
46 Apply<Operation<ShortestDistanceArgs3> >("ShortestDistance", ifst.ArcType(),
/external/apache-xml/src/main/java/org/apache/xpath/operations/
H A DGt.java29 public class Gt extends Operation
H A DGte.java29 public class Gte extends Operation
H A DLt.java29 public class Lt extends Operation
H A DLte.java29 public class Lte extends Operation
H A DNotEquals.java29 public class NotEquals extends Operation
H A DQuo.java30 public class Quo extends Operation
H A DDiv.java30 public class Div extends Operation
H A DMinus.java30 public class Minus extends Operation
H A DMod.java30 public class Mod extends Operation
H A DMult.java30 public class Mult extends Operation
/external/openfst/src/extensions/far/
H A Dfarscript.cc46 Apply<Operation<FarCompileStringsArgs> >("FarCompileStrings", arc_type,
61 Apply<Operation<FarCreateArgs> >("FarCreate", arc_type, &args);
72 Apply<Operation<FarExtractArgs> >("FarExtract", arc_type, &args);
82 Apply<Operation<FarInfoArgs> >("FarInfo", arc_type, &args);
102 Apply<Operation<FarPrintStringsArgs> >("FarPrintStrings", arc_type,
/external/openfst/src/extensions/pdt/
H A Dpdtscript.cc51 Apply<Operation<PdtComposeArgs> >("PdtCompose", ifst1.ArcType(), &args);
59 Apply<Operation<PdtExpandArgs> >("PdtExpand", ifst.ArcType(), &args);
81 Apply<Operation<PdtReplaceArgs> >("PdtReplace", ofst->ArcType(), &args);
89 Apply<Operation<PdtReverseArgs> >("PdtReverse", ifst.ArcType(), &args);
98 Apply<Operation<PdtShortestPathArgs> >("PdtShortestPath",
105 Apply<Operation<PrintPdtInfoArgs> >("PrintPdtInfo", ifst.ArcType(), &args);

Completed in 150 milliseconds

12345