Home
last modified time | relevance | path

Searched refs:Operation (Results 1 – 25 of 257) sorted by relevance

1234567891011

/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dop_queue.hpp22 template <typename Operation>
28 template <typename Operation>
29 static Operation* next(Operation* o) in next()
31 return static_cast<Operation*>(o->next_); in next()
40 template <typename Operation>
41 static void destroy(Operation* o) in destroy()
46 template <typename Operation>
47 static Operation*& front(op_queue<Operation>& q) in front()
52 template <typename Operation>
53 static Operation*& back(op_queue<Operation>& q) in back()
[all …]
/external/llvm/tools/llvm-ar/
Dllvm-ar.cpp210 ArchiveOperation Operation; in parseCommandLine() local
216 case 'd': ++NumOperations; Operation = Delete; break; in parseCommandLine()
217 case 'm': ++NumOperations; Operation = Move ; break; in parseCommandLine()
218 case 'p': ++NumOperations; Operation = Print; break; in parseCommandLine()
219 case 'q': ++NumOperations; Operation = QuickAppend; break; in parseCommandLine()
220 case 'r': ++NumOperations; Operation = ReplaceOrInsert; break; in parseCommandLine()
221 case 't': ++NumOperations; Operation = DisplayTable; break; in parseCommandLine()
222 case 'x': ++NumOperations; Operation = Extract; break; in parseCommandLine()
273 Operation = CreateSymTab; in parseCommandLine()
287 if (Operation != Move && Operation != ReplaceOrInsert) in parseCommandLine()
[all …]
/external/llvm/include/llvm/MC/
DMCDwarf.h348 OpType Operation;
358 : Operation(Op), Label(L), Register(R), Offset(O), in MCCFIInstruction()
364 : Operation(Op), Label(L), Register(R1), Register2(R2) { in MCCFIInstruction()
463 OpType getOperation() const { return Operation; } in getOperation()
467 assert(Operation == OpDefCfa || Operation == OpOffset || in getRegister()
468 Operation == OpRestore || Operation == OpUndefined || in getRegister()
469 Operation == OpSameValue || Operation == OpDefCfaRegister || in getRegister()
470 Operation == OpRelOffset || Operation == OpRegister); in getRegister()
475 assert(Operation == OpRegister); in getRegister2()
480 assert(Operation == OpDefCfa || Operation == OpOffset || in getOffset()
[all …]
/external/deqp/framework/common/
DtcuThreadUtil.hpp129 class Operation class
132 Operation (const char* name);
133 virtual ~Operation (void);
149 Operation (const Operation&);
150 Operation& operator= (const Operation&);
173 void addOperation (Operation* operation);
194 std::vector<Operation*> m_operations;
221 class CompareData : public Operation
DtcuThreadUtil.cpp113 Operation::Operation (const char* name) in Operation() function in tcu::ThreadUtil::Operation
119 Operation::~Operation (void) in ~Operation()
123 void Operation::execute (Thread& thread) in execute()
190 void Thread::addOperation (Operation* operation) in addOperation()
274 : Operation ("CompareData") in CompareData()
/external/boringssl/src/crypto/cipher/test/
Dcipher_test.txt60 Operation = ENCRYPT
68 Operation = ENCRYPT
178 Operation = ENCRYPT
185 Operation = ENCRYPT
192 Operation = ENCRYPT
199 Operation = ENCRYPT
206 Operation = ENCRYPT
213 Operation = ENCRYPT
393 Operation = ENCRYPT
400 Operation = ENCRYPT
[all …]
/external/llvm/lib/Target/Mips/
DMips32r6InstrFormats.td233 class COP1_BCCZ_FM<OPCODE5 Operation> : MipsR6Inst {
240 let Inst{25-21} = Operation.Value;
245 class COP2_BCCZ_FM<OPCODE5 Operation> : MipsR6Inst {
252 let Inst{25-21} = Operation.Value;
257 class PCREL16_FM<OPCODE5 Operation> : MipsR6Inst {
265 let Inst{20-16} = Operation.Value;
269 class PCREL19_FM<OPCODE2 Operation> : MipsR6Inst {
277 let Inst{20-19} = Operation.Value;
281 class PCREL18_FM<OPCODE3 Operation> : MipsR6Inst {
289 let Inst{20-18} = Operation.Value;
[all …]
DMipsEVAInstrFormats.td61 class SPECIAL3_EVA_LOAD_STORE_FM<OPCODE6 Operation> : MipsEVAInst {
74 let Inst{5-0} = Operation.Value;
77 class TLB_FM<OPCODE6 Operation> : MipsEVAInst {
83 let Inst{5-0} = Operation.Value;
/external/openfst/src/extensions/pdt/
Dpdtscript.cc51 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/openfst/src/extensions/far/
Dfarscript.cc49 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/llvm/tools/llvm-cov/
DCoverageFilters.h57 enum Operation { LessThan, GreaterThan }; enum
60 Operation Op;
63 StatisticThresholdFilter(Operation Op, T Threshold) in StatisticThresholdFilter()
84 RegionCoverageFilter(Operation Op, double Threshold) in RegionCoverageFilter()
95 LineCoverageFilter(Operation Op, double Threshold) in LineCoverageFilter()
/external/protobuf/src/google/protobuf/
Dwire_format.h225 enum Operation { enum
233 static void VerifyUTF8String(const char* data, int size, Operation op);
238 Operation op,
246 Operation op,
314 WireFormat::Operation op) { in VerifyUTF8String()
324 const char* data, int size, WireFormat::Operation op, in VerifyUTF8StringNamedField()
/external/openfst/src/script/
Dprune.cc29 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()
Dshortest-distance.cc29 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()
Drmepsilon.cc30 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()
Drelabel.cc32 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()
Dconcat.cc29 Apply<Operation<ConcatArgs1> >("Concat", ofst->ArcType(), &args); in Concat()
37 Apply<Operation<ConcatArgs2> >("Concat", ofst->ArcType(), &args); in Concat()
Dpush.cc28 Apply<Operation<PushArgs1> >("Push", ofst->ArcType(), &args); in Push()
37 Apply<Operation<PushArgs2> >("Push", ifst.ArcType(), &args); in Push()
/external/apache-xml/src/main/java/org/apache/xpath/operations/
DOperation.java32 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/valgrind/helgrind/tests/
Dtc20_verifywrap.stderr.exp-solaris61 with error code 1 (EPERM: Operation not permitted)
69 with error code 1 (EPERM: Operation not permitted)
77 with error code 1 (EPERM: Operation not permitted)
92 with error code 1 (EPERM: Operation not permitted)
110 with error code 1 (EPERM: Operation not permitted)
145 with error code 1 (EPERM: Operation not permitted)
171 with error code 1 (EPERM: Operation not permitted)
198 with error code 1 (EPERM: Operation not permitted)
227 with error code 1 (EPERM: Operation not permitted)
/external/lldb/source/Plugins/Process/FreeBSD/
DProcessMonitor.cpp207 class Operation class
210 virtual ~Operation() {} in ~Operation()
217 class ReadOperation : public Operation
247 class WriteOperation : public Operation
277 class ReadRegOperation : public Operation
316 class WriteRegOperation : public Operation
353 class ReadGPROperation : public Operation
384 class ReadFPROperation : public Operation
411 class WriteGPROperation : public Operation
438 class WriteFPROperation : public Operation
[all …]
/external/llvm/lib/MC/
DMCWin64EH.cpp27 switch (static_cast<Win64EH::UnwindOpcodes>(I.Operation)) { in CountOfUnwindCodes()
63 b2 = (inst.Operation & 0x0F); in EmitUnwindCode()
64 switch (static_cast<Win64EH::UnwindOpcodes>(inst.Operation)) { in EmitUnwindCode()
99 if (inst.Operation == Win64EH::UOP_SaveXMM128) in EmitUnwindCode()
108 if (inst.Operation == Win64EH::UOP_SaveXMM128Big) in EmitUnwindCode()
185 assert(frameInst.Operation == Win64EH::UOP_SetFPReg); in EmitUnwindInfo()
/external/guava/guava-tests/test/com/google/common/collect/
DConcurrentHashMultisetBasherTest.java116 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/chromium-trace/catapult/third_party/mapreduce/mapreduce/operation/
Ddb.py29 class Put(base.Operation):
52 class Delete(base.Operation):
/external/llvm/test/MC/Disassembler/Hexagon/
Dmemop.txt4 # Operation on memory byte
22 # Operation on memory halfword
40 # Operation on memory word

1234567891011