Home
last modified time | relevance | path

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

123456789

/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 …]
DMCWinEH.h27 const unsigned Operation; member
30 : Label(L), Offset(Off), Register(Reg), Operation(Op) {} in Instruction()
/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/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/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/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/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/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):
D__init__.py29 from base import Operation
/external/llvm/test/MC/Disassembler/Hexagon/
Dmemop.txt4 # Operation on memory byte
22 # Operation on memory halfword
40 # Operation on memory word
/external/libnfc-nxp/src/
DphFriNfc_OvrHal.c67 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()
/external/deqp/modules/gles31/functional/
Des31fAtomicCounterTests.cpp60 enum Operation enum in deqp::gles31::Functional::__anona40c26350111::AtomicCounterTest
91 , operations ((Operation)0) in TestSpec()
101 Operation operations;
1103 string operationToName (const AtomicCounterTest::Operation& operations, bool useBranch) in operationToName()
1138 string operationToDescription (const AtomicCounterTest::Operation& operations, bool useBranch) in operationToDescription()
1318 const AtomicCounterTest::Operation operations[] = in AtomicCounterTests()
1324 … (AtomicCounterTest::Operation)(AtomicCounterTest::OPERATION_INC|AtomicCounterTest::OPERATION_GET), in AtomicCounterTests()
1325 … (AtomicCounterTest::Operation)(AtomicCounterTest::OPERATION_DEC|AtomicCounterTest::OPERATION_GET), in AtomicCounterTests()
1327 … (AtomicCounterTest::Operation)(AtomicCounterTest::OPERATION_INC|AtomicCounterTest::OPERATION_DEC), in AtomicCounterTests()
1328 …(AtomicCounterTest::Operation)(AtomicCounterTest::OPERATION_INC|AtomicCounterTest::OPERATION_DEC|A… in AtomicCounterTests()
[all …]
/external/deqp/modules/egl/
DteglGLES2SharingThreadedTests.cpp403 class Operation : public tcu::ThreadUtil::Operation class
406 Operation (const char* name, bool useSync, bool serverSync);
407 virtual ~Operation (void);
422 Operation::Operation (const char* name, bool useSync, bool serverSync) in Operation() function in deqp::egl::GLES2ThreadTest::Operation
423 : tcu::ThreadUtil::Operation (name) in Operation()
430 Operation::~Operation (void) in ~Operation()
434 void Operation::readGLObject (SharedPtr<Object> object) in readGLObject()
440 void Operation::modifyGLObject (SharedPtr<Object> object) in modifyGLObject()
446 void Operation::execute (tcu::ThreadUtil::Thread& t) in execute()
570 class CreateContext : public tcu::ThreadUtil::Operation
[all …]
DteglImageFormatTests.cpp139 struct Operation struct
141 Operation (int apiIndex_, const Action& action_) : apiIndex(apiIndex_), action(&action_) {} in Operation() argument
147 vector<Operation> operations;
952 const TestSpec::Operation& op = m_spec.operations[operationNdx]; in checkExtensions()
1030 const TestSpec::Operation& op = m_spec.operations[m_curIter++]; in iterate()
1282 spec.operations.push_back(TestSpec::Operation(0, *createAction.action)); in init()
1283 spec.operations.push_back(TestSpec::Operation(0, *renderAction.action)); in init()
1472 spec.operations.push_back(TestSpec::Operation(0, *createAction.action)); in init()
1473 spec.operations.push_back(TestSpec::Operation(0, *renderAction.action)); in init()
1474 spec.operations.push_back(TestSpec::Operation(0, *clearAction.action)); in init()
[all …]
/external/apache-xml/src/main/java/org/apache/xpath/
DXPathVisitor.java28 import org.apache.xpath.operations.Operation;
111 public boolean visitBinaryOperation(ExpressionOwner owner, Operation op) in visitBinaryOperation()
/external/jmdns/src/javax/jmdns/impl/
DJmDNSImpl.java59 public enum Operation { enum in JmDNSImpl
1251 public void updateRecord(long now, DNSRecord rec, Operation operation) { in updateRecord()
1330 Operation cacheOperation = Operation.Noop; in handleRecord()
1354 cacheOperation = Operation.Noop; in handleRecord()
1358 cacheOperation = Operation.Remove; in handleRecord()
1365 cacheOperation = Operation.Update; in handleRecord()
1369 cacheOperation = Operation.Add; in handleRecord()
1379 cacheOperation = Operation.Add; in handleRecord()
1397 if (typeAdded && (cacheOperation == Operation.Noop)) { in handleRecord()
1398 cacheOperation = Operation.RegisterServiceType; in handleRecord()
[all …]
/external/v8/tools/
Dprofile.js60 Profile.Operation = {
190 this.handleUnknownCode(Profile.Operation.MOVE, from);
204 this.handleUnknownCode(Profile.Operation.DELETE, start);
270 this.handleUnknownCode(Profile.Operation.TICK, stack[i], i);

123456789