/external/llvm/include/llvm/MC/ |
D | MCDwarf.h | 288 OpType Operation; 298 Operation(Op), Label(L), Register(R), Offset(O), in MCCFIInstruction() 304 Operation(Op), Label(L), Register(R1), Register2(R2) { in MCCFIInstruction() 367 OpType getOperation() const { return Operation; } in getOperation() 371 assert(Operation == OpDefCfa || Operation == OpOffset || in getRegister() 372 Operation == OpRestore || Operation == OpUndefined || in getRegister() 373 Operation == OpSameValue || Operation == OpDefCfaRegister || in getRegister() 374 Operation == OpRelOffset || Operation == OpRegister); in getRegister() 379 assert(Operation == OpRegister); in getRegister2() 384 assert(Operation == OpDefCfa || Operation == OpOffset || in getOffset() [all …]
|
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()
|
/external/webkit/Source/WebCore/platform/graphics/android/context/ |
D | GraphicsOperation.h | 63 class Operation { 65 Operation() in Operation() function 88 virtual ~Operation() {} in ~Operation() 169 class PossiblyOpaqueOperation : public Operation { 182 class ConcatCTM : public Operation { 194 class Rotate : public Operation { 206 class Scale : public Operation { 218 class Translate : public Operation { 235 class InnerRoundedRectClip : public Operation { 249 class Clip : public Operation { [all …]
|
D | GraphicsOperation.cpp | 36 void* Operation::operator new(size_t size, android::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()
|
/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/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 | 204 ArchiveOperation Operation = NoOperation; in parseCommandLine() local 208 case 'd': ++NumOperations; Operation = Delete; break; in parseCommandLine() 209 case 'm': ++NumOperations; Operation = Move ; break; in parseCommandLine() 210 case 'p': ++NumOperations; Operation = Print; break; in parseCommandLine() 211 case 'q': ++NumOperations; Operation = QuickAppend; break; in parseCommandLine() 212 case 'r': ++NumOperations; Operation = ReplaceOrInsert; break; in parseCommandLine() 213 case 't': ++NumOperations; Operation = DisplayTable; break; in parseCommandLine() 214 case 'x': ++NumOperations; Operation = Extract; break; in parseCommandLine() 267 if (Operation != Move && Operation != ReplaceOrInsert) in parseCommandLine() 271 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 | 49 Apply<Operation<FarCompileStringsArgs> >("FarCompileStrings", arc_type, in FarCompileStrings() 64 Apply<Operation<FarCreateArgs> >("FarCreate", arc_type, &args); in FarCreate() 73 Apply<Operation<FarEqualArgs> >("FarEqual", arc_type, &args_with_retval); in FarEqual() 89 Apply<Operation<FarExtractArgs> >("FarExtract", arc_type, &args); in FarExtract() 99 Apply<Operation<FarInfoArgs> >("FarInfo", arc_type, &args); in FarInfo() 120 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 | 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()
|
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 | randequivalent.cc | 33 Apply<Operation<RandEquivalentArgs1> >("RandEquivalent", fst1.ArcType(), in RandEquivalent() 47 Apply<Operation<RandEquivalentArgs2> >( in RandEquivalent()
|
/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()
|