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

/external/chromium/chrome/browser/sync/engine/
H A Dchange_reorder_buffer.h97 enum Operation { enum in class:sync_api::ChangeReorderBuffer
103 typedef std::map<int64, Operation> OperationMap;
/external/chromium/net/disk_cache/
H A Dentry_impl.h26 enum Operation { enum in class:disk_cache::EntryImpl
125 void ReportIOTime(Operation op, const base::TimeTicks& start);
H A Din_flight_backend_io.h82 enum Operation { enum in class:disk_cache::BackendIO
115 Operation operation_;
H A Drankings.cc21 enum Operation { enum in namespace:__anon2881
38 Operation op, int list);
46 disk_cache::Addr addr, Operation op, int list)
/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/openfst/src/include/fst/script/
H A Dscript-impl.h70 // Apply<Operation<FooArgs> >("Foo", ifst->ArcType(), &args);
148 // Operation package - everything you need to register a new type of operation
157 struct Operation { struct in namespace:fst::script
172 static fst::script::Operation<ArgPack>::Registerer \
/external/protobuf/src/google/protobuf/
H A Dwire_format.h224 enum Operation { enum in class:google::protobuf::internal::WireFormat
230 static void VerifyUTF8String(const char* data, int size, Operation op);
237 Operation op);
293 WireFormat::Operation op) {
/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/libnfc-nxp/src/
H A DphFriNfc_OvrHal.c67 uint8_t Operation);
418 uint8_t Operation)
421 OvrHal->Operation = Operation;
422 switch(Operation)
416 phFriNfc_OvrHal_SetComplInfo(phFriNfc_OvrHal_t *OvrHal, phFriNfc_CplRt_t *CompletionInfo, uint8_t Operation) argument
H A DphFriNfc_OvrHal.h182 * Immediate Operation result (not the result of the HAL operation). Usually this is
207 uint8_t Operation; member in struct:phFriNfc_OvrHal
291 * \retval NFCSTATUS_INVALID_DEVICE_REQUEST \copydoc phFriNfc_OvrHal_t::Operation
/external/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.h272 OpType Operation; member in class:llvm::MCCFIInstruction
280 : Operation(Op), Label(L) {
284 : Operation(Op), Label(L), Destination(Register) {
289 : Operation(Move), Label(L), Destination(D), Source(S) {
293 : Operation(Op), Label(L), Destination(D), Source(S) {
297 : Operation(Op), Label(L), Values(Vals.begin(), Vals.end()) {
300 OpType getOperation() const { return Operation; }
/external/v8/tools/
H A Dprofile.js59 Profile.Operation = {
81 * See the Profile.Operation enum for the list of
84 * @param {number} operation Operation.
189 this.handleUnknownCode(Profile.Operation.MOVE, from);
203 this.handleUnknownCode(Profile.Operation.DELETE, start);
262 Profile.Operation.TICK, stack[i], i);
H A Dtest.py850 class Operation(Expression): class in inherits:Expression
1015 left = Operation(left, op, right)
1027 left = Operation(left, 'if', right)
1041 left = Operation(left, op, right)
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DGraphicsOperation.h60 class Operation { class in namespace:WebCore::GraphicsOperation
62 Operation() function in class:WebCore::GraphicsOperation::Operation
85 virtual ~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...]
/external/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp186 ArchiveOperation Operation = NoOperation; local
190 case 'd': ++NumOperations; Operation = Delete; break;
191 case 'm': ++NumOperations; Operation = Move ; break;
192 case 'p': ++NumOperations; Operation = Print; break;
193 case 'q': ++NumOperations; Operation = QuickAppend; break;
194 case 'r': ++NumOperations; Operation = ReplaceOrInsert; break;
195 case 't': ++NumOperations; Operation = DisplayTable; break;
196 case 'x': ++NumOperations; Operation = Extract; break;
249 if (Operation != Move && Operation !
705 ArchiveOperation Operation = parseCommandLine(); local
[all...]
/external/google-diff-match-patch/name/fraser/neil/plaintext/
H A Ddiff_match_patch.java119 * {Diff(Operation.DELETE, "Hello"), Diff(Operation.INSERT, "Goodbye"),
120 * Diff(Operation.EQUAL, " world.")}
123 public enum Operation { enum in class:diff_match_patch
162 diffs.add(new Diff(Operation.EQUAL, text1));
183 diffs.addFirst(new Diff(Operation.EQUAL, commonprefix));
186 diffs.addLast(new Diff(Operation.EQUAL, commonsuffix));
210 diffs.add(new Diff(Operation.INSERT, text2));
216 diffs.add(new Diff(Operation.DELETE, text1));
225 Operation o
[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/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp1555 StringRef Operation; local
1557 case AtomicRMWInst::Xchg: Operation = "AtomicRMWInst::Xchg"; break;
1558 case AtomicRMWInst::Add: Operation = "AtomicRMWInst::Add"; break;
1559 case AtomicRMWInst::Sub: Operation = "AtomicRMWInst::Sub"; break;
1560 case AtomicRMWInst::And: Operation = "AtomicRMWInst::And"; break;
1561 case AtomicRMWInst::Nand: Operation = "AtomicRMWInst::Nand"; break;
1562 case AtomicRMWInst::Or: Operation = "AtomicRMWInst::Or"; break;
1563 case AtomicRMWInst::Xor: Operation = "AtomicRMWInst::Xor"; break;
1564 case AtomicRMWInst::Max: Operation = "AtomicRMWInst::Max"; break;
1565 case AtomicRMWInst::Min: Operation
[all...]
/external/llvm/include/llvm/
H A DInstructions.h601 AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val,
604 AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val,
612 void setOperation(BinOp Operation) { argument
615 (Operation << 5));
681 void Init(BinOp Operation, Value *Ptr, Value *Val,
/external/llvm/lib/VMCore/
H A DInstructions.cpp1244 void AtomicRMWInst::Init(BinOp Operation, Value *Ptr, Value *Val, argument
1249 setOperation(Operation);
1264 AtomicRMWInst::AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val, argument
1272 Init(Operation, Ptr, Val, Ordering, SynchScope);
1275 AtomicRMWInst::AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val, argument
1283 Init(Operation, Ptr, Val, Ordering, SynchScope);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp240 ISD::CondCode ISD::getSetCCSwappedOperands(ISD::CondCode Operation) { argument
243 unsigned OldL = (Operation >> 2) & 1;
244 unsigned OldG = (Operation >> 1) & 1;
245 return ISD::CondCode((Operation & ~6) | // Keep the N, U, E bits
253 unsigned Operation = Op; local
255 Operation ^= 7; // Flip L, G, E bits, but not U.
257 Operation ^= 15; // Flip all of the condition bits.
259 if (Operation > ISD::SETTRUE2)
260 Operation &= ~8; // Don't let N and U bits get set.
262 return ISD::CondCode(Operation);
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 452 milliseconds