HomeSort by relevance Sort by last modified time
    Searched refs:Operation (Results 1 - 25 of 146) sorted by null

1 2 3 4 5 6

  /external/webkit/Source/WebCore/platform/graphics/android/context/
GraphicsOperation.cpp 36 void* Operation::operator new(size_t size, android::LinearAllocator* allocator)
41 void* Operation::operator new(size_t size)
43 ALOGE("Cannot allocate a new Operation directly!");
48 void Operation::operator delete(void*)
50 ALOGE("Cannot call delete on an Operation!");
GraphicsOperation.h 63 class Operation {
65 Operation()
78 // This is the canvas state that this operation needs
88 virtual ~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 {
    [all...]
  /frameworks/base/tools/preload/
Proc.java 46 /** Maps thread ID to operation stack. */
47 transient final Map<Integer, LinkedList<Operation>> stacks
48 = new HashMap<Integer, LinkedList<Operation>>();
54 final List<Operation> operations = new ArrayList<Operation>();
84 * Starts an operation.
86 * @param threadId thread the operation started in
87 * @param loadedClass class operation happened to
88 * @param time the operation started
91 Operation.Type type)
    [all...]
LoadedClass.java 31 final List<Operation> loads = new ArrayList<Operation>();
34 final List<Operation> initializations = new ArrayList<Operation>();
84 private static int calculateMedian(List<Operation> operations) {
114 private void addProcessNames(List<Operation> ops, Set<String> names) {
115 for (Operation operation : ops) {
116 if (operation.process.fromZygote()) {
117 names.add(operation.process.name)
    [all...]
Operation.java 22 * An operation with a duration. Could represent a class load or initialization.
24 class Operation implements Serializable {
29 * Type of operation.
35 /** Process this operation occurred in. */
38 /** Start time for this operation. */
41 /** Index of this operation relative to its process. */
44 /** Type of operation. */
47 /** End time for this operation. */
50 /** The class that this operation loaded or initialized. */
54 final List<Operation> subops = new ArrayList<Operation>()
    [all...]
Android.mk 9 Operation.java \
  /external/llvm/include/llvm/MC/
MCWin64EH.h 31 OpType Operation;
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; }
MCDwarf.h 288 OpType Operation;
298 Operation(Op), Label(L), Register(R), Offset(O),
304 Operation(Op), Label(L), Register(R1), Register2(R2) {
367 OpType getOperation() const { return Operation; }
371 assert(Operation == OpDefCfa || Operation == OpOffset ||
372 Operation == OpRestore || Operation == OpUndefined ||
373 Operation == OpSameValue || Operation == OpDefCfaRegister |
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
AsyncQueryService.java 57 * Data class which holds into info of the queued operation
59 public static class Operation {
72 * One of the EVENT_ARG_ constants in the class describing the operation
83 case Operation.EVENT_ARG_QUERY:
85 case Operation.EVENT_ARG_INSERT:
87 case Operation.EVENT_ARG_UPDATE:
89 case Operation.EVENT_ARG_DELETE:
91 case Operation.EVENT_ARG_BATCH:
101 builder.append("Operation [op=");
124 * Gets the last delayed operation. It is typically used for canceling
    [all...]
  /external/stlport/test/eh/
LeakCheck.h 18 be written so that each operation that could cause an exception causes
58 EFFECTS: Given a value and an operation, repeatedly applies the operation to a
62 value type whether the operation succeeds or fails.
64 template <class Value, class Operation>
65 void WeakCheck(const Value& v, const Operation& op, long max_iters = 2000000) {
99 their arguments. The operation is performed on the value itself, and no
102 template <class Value, class Operation>
103 void ConstCheck(const Value& v, const Operation& op, long max_iters = 2000000) {
135 the "strong guarantee": if the operation fails due to an exception, th
    [all...]
  /external/openfst/src/script/
concat.cc 29 Apply<Operation<ConcatArgs1> >("Concat", ofst->ArcType(), &args);
37 Apply<Operation<ConcatArgs2> >("Concat", ofst->ArcType(), &args);
connect.cc 25 Apply<Operation<MutableFstClass> >("Connect", fst->ArcType(), fst);
invert.cc 25 Apply<Operation<MutableFstClass> >("Invert", fst->ArcType(), fst);
prune.cc 29 Apply<Operation<PruneArgs1> >("Prune", fst->ArcType(), &args);
37 Apply<Operation<PruneArgs2> >("Prune", fst->ArcType(), &args);
47 Apply<Operation<PruneArgs3> >("Prune", ifst.ArcType(), &args);
55 Apply<Operation<PruneArgs4> >("Prune", fst->ArcType(), &args);
topsort.cc 27 Apply<Operation<TopSortArgs> >("TopSort", fst->ArcType(), &args);
verify.cc 27 Apply<Operation<VerifyArgs> >("Verify", fst.ArcType(), &args);
relabel.cc 32 Apply<Operation<RelabelArgs1> >("Relabel", ofst->ArcType(), &args);
41 Apply<Operation<RelabelArgs2> >("Relabel", ofst->ArcType(), &args);
49 Apply<Operation<RelabelArgs3> >("Relabel", fst->ArcType(), &args);
rmepsilon.cc 30 Apply<Operation<RmEpsilonArgs1> >("RmEpsilon", ifst.ArcType(), &args);
38 Apply<Operation<RmEpsilonArgs2> >("RmEpsilon", fst->ArcType(), &args);
45 Apply<Operation<RmEpsilonArgs3> >("RmEpsilon", fst->ArcType(), &args);
  /frameworks/base/obex/javax/obex/
ServerRequestHandler.java 54 * an OBEX operation and a Connection ID was specified, no Connection ID will be
63 * <code>InputStream</code> from the <code>Operation</code> object passed to the
215 * @param operation contains the headers sent by the client and allows new
223 public int onPut(Operation operation) {
236 * @param operation contains the headers sent by the client and allows new
244 public int onGet(Operation operation) {
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
Gt.java 27 * The '>' operation expression executer.
29 public class Gt extends Operation
34 * Apply the operation to two operands, and return the result.
40 * @return non-null reference to the XObject that represents the result of the operation.
Gte.java 27 * The '>=' operation expression executer.
29 public class Gte extends Operation
34 * Apply the operation to two operands, and return the result.
40 * @return non-null reference to the XObject that represents the result of the operation.
Lt.java 27 * The '<' operation expression executer.
29 public class Lt extends Operation
34 * Apply the operation to two operands, and return the result.
40 * @return non-null reference to the XObject that represents the result of the operation.
Lte.java 27 * The '<=' operation expression executer.
29 public class Lte extends Operation
34 * Apply the operation to two operands, and return the result.
40 * @return non-null reference to the XObject that represents the result of the operation.
NotEquals.java 27 * The '!=' operation expression executer.
29 public class NotEquals extends Operation
34 * Apply the operation to two operands, and return the result.
40 * @return non-null reference to the XObject that represents the result of the operation.
Quo.java 27 * The 'quo' operation expression executer. (no longer supported by XPath).
30 public class Quo extends Operation
37 * Apply the operation to two operands, and return the result.
43 * @return non-null reference to the XObject that represents the result of the operation.

Completed in 294 milliseconds

1 2 3 4 5 6