/external/webkit/Source/WebCore/platform/graphics/android/context/ |
D | GraphicsOperation.h | 60 class Operation { 62 Operation() in Operation() function 85 virtual ~Operation() {} in ~Operation() 166 class PossiblyOpaqueOperation : public Operation { 179 class ConcatCTM : public Operation { 191 class Rotate : public Operation { 203 class Scale : public Operation { 215 class Translate : public Operation { 232 class InnerRoundedRectClip : public Operation { 246 class Clip : public Operation { [all …]
|
D | GraphicsOperation.cpp | 36 void* Operation::operator new(size_t size, LinearAllocator* allocator) in operator new() 41 void* Operation::operator new(size_t size) in operator new() 48 void Operation::operator delete(void*) in operator delete()
|
D | RTree.h | 39 RecordingData(GraphicsOperation::Operation* ops, size_t orderBy) in RecordingData() 44 m_operation->~Operation(); in ~RecordingData() 48 GraphicsOperation::Operation* m_operation;
|
/external/google-diff-match-patch/name/fraser/neil/plaintext/ |
D | diff_match_patch.java | 123 public enum Operation { enum in diff_match_patch 162 diffs.add(new Diff(Operation.EQUAL, text1)); in diff_main() 183 diffs.addFirst(new Diff(Operation.EQUAL, commonprefix)); in diff_main() 186 diffs.addLast(new Diff(Operation.EQUAL, commonsuffix)); in diff_main() 210 diffs.add(new Diff(Operation.INSERT, text2)); in diff_compute() 216 diffs.add(new Diff(Operation.DELETE, text1)); in diff_compute() 225 Operation op = (text1.length() > text2.length()) ? in diff_compute() 226 Operation.DELETE : Operation.INSERT; in diff_compute() 228 diffs.add(new Diff(Operation.EQUAL, shorttext)); in diff_compute() 248 diffs.add(new Diff(Operation.EQUAL, mid_common)); in diff_compute() [all …]
|
/external/llvm/include/llvm/MC/ |
D | MCWin64EH.h | 31 OpType Operation; 37 : Operation(Op), Label(L), Offset(0), Register(Reg) { in MCWin64EHInstruction() 41 : Operation(Size>128 ? Win64EH::UOP_AllocLarge : Win64EH::UOP_AllocSmall), in MCWin64EHInstruction() 44 : Operation(Op), Label(L), Offset(Off), Register(Reg) { in MCWin64EHInstruction() 52 : Operation(Op), Label(L), Offset(Code ? 1 : 0) { in MCWin64EHInstruction() 55 OpType getOperation() const { return Operation; } in getOperation()
|
D | MCDwarf.h | 272 OpType Operation; 280 : Operation(Op), Label(L) { in MCCFIInstruction() 284 : Operation(Op), Label(L), Destination(Register) { in MCCFIInstruction() 289 : Operation(Move), Label(L), Destination(D), Source(S) { in MCCFIInstruction() 293 : Operation(Op), Label(L), Destination(D), Source(S) { in MCCFIInstruction() 297 : Operation(Op), Label(L), Values(Vals.begin(), Vals.end()) { in MCCFIInstruction() 300 OpType getOperation() const { return Operation; } in getOperation()
|
/external/openfst/src/extensions/pdt/ |
D | pdtscript.cc | 51 Apply<Operation<PdtComposeArgs> >("PdtCompose", ifst1.ArcType(), &args); in PdtCompose() 59 Apply<Operation<PdtExpandArgs> >("PdtExpand", ifst.ArcType(), &args); in PdtExpand() 81 Apply<Operation<PdtReplaceArgs> >("PdtReplace", ofst->ArcType(), &args); in PdtReplace() 89 Apply<Operation<PdtReverseArgs> >("PdtReverse", ifst.ArcType(), &args); in PdtReverse() 98 Apply<Operation<PdtShortestPathArgs> >("PdtShortestPath", in PdtShortestPath() 105 Apply<Operation<PrintPdtInfoArgs> >("PrintPdtInfo", ifst.ArcType(), &args); in PrintPdtInfo()
|
/external/llvm/tools/llvm-ar/ |
D | llvm-ar.cpp | 186 ArchiveOperation Operation = NoOperation; in parseCommandLine() local 190 case 'd': ++NumOperations; Operation = Delete; break; in parseCommandLine() 191 case 'm': ++NumOperations; Operation = Move ; break; in parseCommandLine() 192 case 'p': ++NumOperations; Operation = Print; break; in parseCommandLine() 193 case 'q': ++NumOperations; Operation = QuickAppend; break; in parseCommandLine() 194 case 'r': ++NumOperations; Operation = ReplaceOrInsert; break; in parseCommandLine() 195 case 't': ++NumOperations; Operation = DisplayTable; break; in parseCommandLine() 196 case 'x': ++NumOperations; Operation = Extract; break; in parseCommandLine() 249 if (Operation != Move && Operation != ReplaceOrInsert) in parseCommandLine() 252 if (RecurseDirectories && Operation != ReplaceOrInsert) in parseCommandLine() [all …]
|
/external/stlport/test/eh/ |
D | LeakCheck.h | 64 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/extensions/far/ |
D | farscript.cc | 46 Apply<Operation<FarCompileStringsArgs> >("FarCompileStrings", arc_type, in FarCompileStrings() 61 Apply<Operation<FarCreateArgs> >("FarCreate", arc_type, &args); in FarCreate() 72 Apply<Operation<FarExtractArgs> >("FarExtract", arc_type, &args); in FarExtract() 82 Apply<Operation<FarInfoArgs> >("FarInfo", arc_type, &args); in FarInfo() 102 Apply<Operation<FarPrintStringsArgs> >("FarPrintStrings", arc_type, in FarPrintStrings()
|
/external/webkit/Source/WebKit2/Platform/ |
D | Region.cpp | 234 template<typename Operation> 237 …COMPILE_ASSERT(!(!Operation::shouldAddRemainingSegmentsFromSpan1 && Operation::shouldAddRemainingS… in shapeOperation() 238 …COMPILE_ASSERT(!(!Operation::shouldAddRemainingSpansFromShape1 && Operation::shouldAddRemainingSpa… in shapeOperation() 241 if (Operation::trySimpleOperation(shape1, shape2, result)) in shapeOperation() 300 if (flag == Operation::opCode || oldFlag == Operation::opCode) in shapeOperation() 307 if (Operation::shouldAddRemainingSegmentsFromSpan1 && s1 != segments1End) in shapeOperation() 309 else if (Operation::shouldAddRemainingSegmentsFromSpan2 && s2 != segments2End) in shapeOperation() 318 if (Operation::shouldAddRemainingSpansFromShape1 && spans1 != spans1End) in shapeOperation() 320 else if (Operation::shouldAddRemainingSpansFromShape2 && spans2 != spans2End) in shapeOperation()
|
/external/openfst/src/script/ |
D | prune.cc | 29 Apply<Operation<PruneArgs1> >("Prune", fst->ArcType(), &args); in Prune() 37 Apply<Operation<PruneArgs2> >("Prune", fst->ArcType(), &args); in Prune() 47 Apply<Operation<PruneArgs3> >("Prune", ifst.ArcType(), &args); in Prune() 55 Apply<Operation<PruneArgs4> >("Prune", fst->ArcType(), &args); in Prune()
|
D | shortest-distance.cc | 29 Apply<Operation<ShortestDistanceArgs1> >("ShortestDistance", fst.ArcType(), in ShortestDistance() 38 Apply<Operation<ShortestDistanceArgs2> >("ShortestDistance", ifst.ArcType(), in ShortestDistance() 46 Apply<Operation<ShortestDistanceArgs3> >("ShortestDistance", ifst.ArcType(), in ShortestDistance()
|
D | rmepsilon.cc | 30 Apply<Operation<RmEpsilonArgs1> >("RmEpsilon", ifst.ArcType(), &args); in RmEpsilon() 38 Apply<Operation<RmEpsilonArgs2> >("RmEpsilon", fst->ArcType(), &args); in RmEpsilon() 45 Apply<Operation<RmEpsilonArgs3> >("RmEpsilon", fst->ArcType(), &args); in RmEpsilon()
|
D | relabel.cc | 32 Apply<Operation<RelabelArgs1> >("Relabel", ofst->ArcType(), &args); in Relabel() 41 Apply<Operation<RelabelArgs2> >("Relabel", ofst->ArcType(), &args); in Relabel() 49 Apply<Operation<RelabelArgs3> >("Relabel", fst->ArcType(), &args); in Relabel()
|
D | concat.cc | 29 Apply<Operation<ConcatArgs1> >("Concat", ofst->ArcType(), &args); in Concat() 37 Apply<Operation<ConcatArgs2> >("Concat", ofst->ArcType(), &args); in Concat()
|
D | push.cc | 28 Apply<Operation<PushArgs1> >("Push", ofst->ArcType(), &args); in Push() 37 Apply<Operation<PushArgs2> >("Push", ifst.ArcType(), &args); in Push()
|
D | difference.cc | 30 Apply<Operation<DifferenceArgs1> >("Difference", ifst1.ArcType(), &args); in Difference() 39 Apply<Operation<DifferenceArgs2> >("Difference", ifst1.ArcType(), &args); in Difference()
|
D | shortest-path.cc | 30 Apply<Operation<ShortestPathArgs1> >("ShortestPath", ifst.ArcType(), &args); in ShortestPath() 40 Apply<Operation<ShortestPathArgs2> >("ShortestPath", ifst.ArcType(), &args); in ShortestPath()
|
D | compose.cc | 31 Apply<Operation<ComposeArgs1> >("Compose", ifst1.ArcType(), &args); in Compose() 40 Apply<Operation<ComposeArgs2> >("Compose", ifst1.ArcType(), &args); in Compose()
|
D | intersect.cc | 30 Apply<Operation<IntersectArgs1> >("Intersect", ifst1.ArcType(), &args); in Intersect() 39 Apply<Operation<IntersectArgs2> >("Intersect", ifst1.ArcType(), &args); in Intersect()
|
/external/apache-xml/src/main/java/org/apache/xpath/operations/ |
D | Operation.java | 32 public class Operation extends Expression implements ExpressionOwner class 162 exp.exprSetParent(Operation.this); in setExpression() 204 if(!m_left.deepEquals(((Operation)expr).m_left)) in deepEquals() 207 if(!m_right.deepEquals(((Operation)expr).m_right)) in deepEquals()
|
/external/protobuf/src/google/protobuf/ |
D | wire_format.h | 224 enum Operation { enum 230 static void VerifyUTF8String(const char* data, int size, Operation op); 237 Operation op); 293 WireFormat::Operation op) { in VerifyUTF8String()
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | ConcurrentHashMultisetBasherTest.java | 116 Operation[] operations = Operation.values(); in call() 120 Operation op = operations[random.nextInt(operations.length)]; in call() 160 private enum Operation { enum in ConcurrentHashMultisetBasherTest.MutateTask
|
/external/libnfc-nxp/src/ |
D | phFriNfc_OvrHal.c | 67 uint8_t Operation); 418 uint8_t Operation) in phFriNfc_OvrHal_SetComplInfo() argument 421 OvrHal->Operation = Operation; in phFriNfc_OvrHal_SetComplInfo() 422 switch(Operation) in phFriNfc_OvrHal_SetComplInfo()
|