Searched defs:Operation (Results 1 - 25 of 38) sorted by relevance

12

/external/guava/guava-tests/test/com/google/common/collect/
H A DConcurrentHashMultisetBasherTest.java116 Operation[] operations = Operation.values();
120 Operation op = operations[random.nextInt(operations.length)];
160 private enum Operation { enum in class:ConcurrentHashMultisetBasherTest.MutateTask
/external/llvm/include/llvm/MC/
H A DMCWinEH.h25 const unsigned Operation; member in struct:llvm::WinEH::Instruction
28 : Label(L), Offset(Off), Register(Reg), Operation(Op) {}
H A DMCDwarf.h346 OpType Operation; member in class:llvm::MCCFIInstruction
356 : Operation(Op), Label(L), Register(R), Offset(O),
362 : Operation(Op), Label(L), Register(R1), Register2(R2) {
461 OpType getOperation() const { return Operation; }
465 assert(Operation == OpDefCfa || Operation == OpOffset ||
466 Operation == OpRestore || Operation == OpUndefined ||
467 Operation == OpSameValue || Operation
[all...]
/external/llvm/tools/llvm-cov/
H A DCoverageFilters.h57 enum Operation { LessThan, GreaterThan }; enum in class:llvm::StatisticThresholdFilter
60 Operation Op;
63 StatisticThresholdFilter(Operation Op, T Threshold)
84 RegionCoverageFilter(Operation Op, double Threshold)
95 LineCoverageFilter(Operation Op, double Threshold)
/external/protobuf/src/google/protobuf/
H A Dwire_format.h233 enum Operation { enum in class:google::protobuf::internal::WireFormat
241 static void VerifyUTF8String(const char* data, int size, Operation op);
246 Operation op,
313 WireFormat::Operation op) {
316 data, size, static_cast<WireFormatLite::Operation>(op), NULL);
324 const char* data, int size, WireFormat::Operation op,
328 data, size, static_cast<WireFormatLite::Operation>(op), field_name);
H A Dwire_format_lite.h319 enum Operation { enum in class:google::protobuf::internal::WireFormatLite
326 Operation op,
/external/deqp/framework/common/
H A DtcuThreadUtil.cpp113 Operation::Operation (const char* name) function in class:tcu::ThreadUtil::Operation
119 Operation::~Operation (void)
123 void Operation::execute (Thread& thread)
190 void Thread::addOperation (Operation* operation)
274 : Operation ("CompareData")
H A DtcuThreadUtil.hpp76 // Used by class Operation only
129 class Operation class in namespace:tcu::ThreadUtil
132 Operation (const char* name);
133 virtual ~Operation (void);
149 Operation (const Operation&);
150 Operation& operator= (const Operation&);
168 virtual void init (void) {} //!< Called first before any Operation
173 void addOperation (Operation* operatio
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/operations/
H A DOperation.java19 * $Id: Operation.java 468655 2006-10-28 07:12:06Z minchau $
32 public class Operation extends Expression implements ExpressionOwner class in inherits:Expression,ExpressionOwner
162 exp.exprSetParent(Operation.this);
204 if(!m_left.deepEquals(((Operation)expr).m_left))
207 if(!m_right.deepEquals(((Operation)expr).m_right))
/external/swiftshader/third_party/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; }
H A DMCDwarf.h234 OpType Operation; member in class:llvm::MCCFIInstruction
241 : Operation(Op), Label(L) {
245 : Operation(Op), Label(L), Destination(Register) {
250 : Operation(Move), Label(L), Destination(D), Source(S) {
254 : Operation(Op), Label(L), Destination(D), Source(S) {
257 OpType getOperation() const { return Operation; }
/external/v8/tools/
H A Dprofile.js60 Profile.Operation = {
82 * See the Profile.Operation enum for the list of
85 * @param {number} operation Operation.
190 this.handleUnknownCode(Profile.Operation.MOVE, from);
204 this.handleUnknownCode(Profile.Operation.DELETE, start);
270 this.handleUnknownCode(Profile.Operation.TICK, stack[i], i);
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationOperation.hpp179 class Operation class in namespace:vkt::synchronization
182 Operation (void) {} function in class:vkt::synchronization::Operation
183 virtual ~Operation (void) {}
190 Operation (const Operation& rhs);
191 Operation& operator= (const Operation& rhs);
206 virtual de::MovePtr<Operation> build (OperationContext& context, Resource& resource) const = 0;
/external/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp328 OperationFunctionTy Operation; local
342 Operation = &ScalarEvolution::getAddExpr;
349 Operation = &ScalarEvolution::getAddExpr;
356 Operation = &ScalarEvolution::getMinusSCEV;
363 Operation = &ScalarEvolution::getMinusSCEV;
378 (SE->*Extension)((SE->*Operation)(LHS, RHS, SCEV::FlagAnyWrap), WideTy);
380 (SE->*Operation)((SE->*Extension)(LHS, WideTy),
/external/swiftshader/third_party/LLVM/tools/llvm-ar/
H A Dllvm-ar.cpp188 ArchiveOperation Operation = NoOperation; local
192 case 'd': ++NumOperations; Operation = Delete; break;
193 case 'm': ++NumOperations; Operation = Move ; break;
194 case 'p': ++NumOperations; Operation = Print; break;
195 case 'q': ++NumOperations; Operation = QuickAppend; break;
196 case 'r': ++NumOperations; Operation = ReplaceOrInsert; break;
197 case 't': ++NumOperations; Operation = DisplayTable; break;
198 case 'x': ++NumOperations; Operation = Extract; break;
252 if (Operation != Move && Operation !
712 ArchiveOperation Operation = parseCommandLine(); local
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fAtomicCounterTests.cpp60 enum Operation enum in class:deqp::gles31::Functional::__anon4678::AtomicCounterTest
91 , operations ((Operation)0)
101 Operation operations;
1103 string operationToName (const AtomicCounterTest::Operation& operations, bool useBranch)
1138 string operationToDescription (const AtomicCounterTest::Operation& operations, bool useBranch)
1318 const AtomicCounterTest::Operation operations[] =
1324 (AtomicCounterTest::Operation)(AtomicCounterTest::OPERATION_INC|AtomicCounterTest::OPERATION_GET),
1325 (AtomicCounterTest::Operation)(AtomicCounterTest::OPERATION_DEC|AtomicCounterTest::OPERATION_GET),
1327 (AtomicCounterTest::Operation)(AtomicCounterTest::OPERATION_INC|AtomicCounterTest::OPERATION_DEC),
1328 (AtomicCounterTest::Operation)(AtomicCounterTes
[all...]
/external/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp224 ArchiveOperation Operation; local
230 case 'd': ++NumOperations; Operation = Delete; break;
231 case 'm': ++NumOperations; Operation = Move ; break;
232 case 'p': ++NumOperations; Operation = Print; break;
233 case 'q': ++NumOperations; Operation = QuickAppend; break;
234 case 'r': ++NumOperations; Operation = ReplaceOrInsert; break;
235 case 't': ++NumOperations; Operation = DisplayTable; break;
236 case 'x': ++NumOperations; Operation = Extract; break;
287 Operation = CreateSymTab;
301 if (Operation !
402 performReadOperation(ArchiveOperation Operation, object::Archive *OldArchive) argument
478 computeInsertAction(ArchiveOperation Operation, const object::Archive::Child &Member, StringRef Name, std::vector<StringRef>::iterator &Pos) argument
529 computeNewArchiveMembers(ArchiveOperation Operation, object::Archive *OldArchive) argument
622 performWriteOperation(ArchiveOperation Operation, object::Archive *OldArchive, std::unique_ptr<MemoryBuffer> OldArchiveBuf, std::vector<NewArchiveMember> *NewMembersP) argument
673 performOperation(ArchiveOperation Operation, object::Archive *OldArchive, std::unique_ptr<MemoryBuffer> OldArchiveBuf, std::vector<NewArchiveMember> *NewMembers) argument
698 performOperation(ArchiveOperation Operation, std::vector<NewArchiveMember> *NewMembers) argument
807 ArchiveOperation Operation = parseCommandLine(); local
[all...]
/external/deqp/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp403 class Operation : public tcu::ThreadUtil::Operation class in namespace:deqp::egl::GLES2ThreadTest
406 Operation (const char* name, bool useSync, bool serverSync);
407 virtual ~Operation (void);
422 Operation::Operation (const char* name, bool useSync, bool serverSync) function in class:deqp::egl::GLES2ThreadTest::Operation
423 : tcu::ThreadUtil::Operation (name)
430 Operation::~Operation (void)
434 void Operation
[all...]
H A DteglImageFormatTests.cpp139 struct Operation struct in struct:deqp::egl::Image::TestSpec
141 Operation (int apiIndex_, const Action& action_) : apiIndex(apiIndex_), action(&action_) {} function in struct:deqp::egl::Image::TestSpec::Operation
147 vector<Operation> operations;
952 const TestSpec::Operation& op = m_spec.operations[operationNdx];
1030 const TestSpec::Operation& op = m_spec.operations[m_curIter++];
1282 spec.operations.push_back(TestSpec::Operation(0, *createAction.action));
1283 spec.operations.push_back(TestSpec::Operation(0, *renderAction.action));
1472 spec.operations.push_back(TestSpec::Operation(0, *createAction.action));
1473 spec.operations.push_back(TestSpec::Operation(0, *renderAction.action));
1474 spec.operations.push_back(TestSpec::Operation(
[all...]
/external/jmdns/src/javax/jmdns/impl/
H A DJmDNSImpl.java59 public enum Operation { enum in class:JmDNSImpl
1251 public void updateRecord(long now, DNSRecord rec, Operation operation) {
1330 Operation cacheOperation = Operation.Noop;
1354 cacheOperation = Operation.Noop;
1358 cacheOperation = Operation.Remove;
1365 cacheOperation = Operation.Update;
1369 cacheOperation = Operation.Add;
1379 cacheOperation = Operation.Add;
1397 if (typeAdded && (cacheOperation == Operation
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/
H A DInstructions.h599 AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val,
602 AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val,
610 void setOperation(BinOp Operation) { argument
613 (Operation << 5));
679 void Init(BinOp Operation, Value *Ptr, Value *Val,
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DInstructions.cpp1268 void AtomicRMWInst::Init(BinOp Operation, Value *Ptr, Value *Val, argument
1273 setOperation(Operation);
1288 AtomicRMWInst::AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val, argument
1296 Init(Operation, Ptr, Val, Ordering, SynchScope);
1299 AtomicRMWInst::AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val, argument
1307 Init(Operation, Ptr, Val, Ordering, SynchScope);
/external/llvm/include/llvm/IR/
H A DInstructions.h717 AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val,
720 AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val,
728 void setOperation(BinOp Operation) { argument
731 (Operation << 5));
798 void Init(BinOp Operation, Value *Ptr, Value *Val,
/external/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp684 bool parseSendMsgConstruct(OperandInfoTy &Msg, OperandInfoTy &Operation, int64_t &StreamId);
1904 bool AMDGPUAsmParser::parseSendMsgConstruct(OperandInfoTy &Msg, OperandInfoTy &Operation, int64_t &StreamId) { argument
1955 Operation.Id = ID_UNKNOWN_;
1957 Operation.IsSymbolic = true;
1964 Operation.Id = i;
1970 Operation.IsSymbolic = false;
1973 if (getParser().parseAbsoluteExpression(Operation.Id))
1977 if ((Msg.Id == ID_GS || Msg.Id == ID_GS_DONE) && Operation.Id != OP_GS_NOP) {
2022 OperandInfoTy Operation(OP_UNKNOWN_);
2024 if (parseSendMsgConstruct(Msg, Operation, StreamI
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp248 ISD::CondCode ISD::getSetCCSwappedOperands(ISD::CondCode Operation) { argument
251 unsigned OldL = (Operation >> 2) & 1;
252 unsigned OldG = (Operation >> 1) & 1;
253 return ISD::CondCode((Operation & ~6) | // Keep the N, U, E bits
259 unsigned Operation = Op; local
261 Operation ^= 7; // Flip L, G, E bits, but not U.
263 Operation ^= 15; // Flip all of the condition bits.
265 if (Operation > ISD::SETTRUE2)
266 Operation &= ~8; // Don't let N and U bits get set.
268 return ISD::CondCode(Operation);
[all...]

Completed in 9041 milliseconds

12