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

1 2 3 4 5 6 7 8 91011

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
inserter.hpp 22 , typename Operation
27 typedef Operation operation; typedef in struct:boost::mpl::inserter
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
op_queue.hpp 22 template <typename Operation>
28 template <typename Operation>
29 static Operation* next(Operation* o)
31 return static_cast<Operation*>(o->next_);
40 template <typename Operation>
41 static void destroy(Operation* o)
46 template <typename Operation>
47 static Operation*& front(op_queue<Operation>& q
    [all...]
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/operation/
__init__.py 19 Operation is callable that takes context.Context as a parameter.
29 from base import Operation
31 __all__ = ['db', 'counters', 'Operation']
base.py 17 """Base operation class."""
21 __all__ = ['Operation']
24 class Operation(object):
28 called upon operation yield.
db.py 24 from mapreduce.operation import base
29 class Put(base.Operation):
44 """Perform operation.
52 class Delete(base.Operation):
67 """Perform operation.
counters.py 25 from mapreduce.operation import base
30 class Increment(base.Operation):
31 """Increment counter operation."""
44 """Execute operation.
  /frameworks/base/services/core/java/com/android/server/location/
GnssStatusListenerHelper.java 46 Operation operation; local
48 operation = new Operation() {
55 operation = new Operation() {
62 foreach(operation);
66 Operation operation = new Operation() { local
81 Operation operation = new Operation() { local
96 Operation operation = new Operation() { local
    [all...]
  /system/keymaster/
operation_table.h 26 class Operation;
35 operation = NULL;
39 Operation* operation; member in struct:keymaster::OperationTable::Entry
42 keymaster_error_t Add(Operation* operation, keymaster_operation_handle_t* op_handle);
43 Operation* Find(keymaster_operation_handle_t op_handle);
ecdsa_operation.h 25 #include "operation.h"
29 class EcdsaOperation : public Operation {
32 : Operation(purpose), digest_(digest), ecdsa_key_(key) {
81 Operation* CreateOperation(const Key& key, const AuthorizationSet& begin_params,
86 virtual Operation* InstantiateOperation(keymaster_digest_t digest, EVP_PKEY* key) = 0;
92 Operation* InstantiateOperation(keymaster_digest_t digest, EVP_PKEY* key) {
100 Operation* InstantiateOperation(keymaster_digest_t digest, EVP_PKEY* key) {
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
ISeqStepAction.java 6 import javax.obex.Operation;
10 void execute(SeqStep step, HeaderSet request, Operation op)
ISeqStepValidator.java 6 import javax.obex.Operation;
12 boolean validate(SeqStep step, HeaderSet response, Operation op)
SeqStep.java 8 import javax.obex.Operation;
21 /* Operation type - Connect, Get, Put etc. */
61 public boolean validate(HeaderSet response, Operation op) throws IOException {
66 public void serverPreAction(HeaderSet request, Operation op) throws IOException {
72 public void clientPostAction(HeaderSet response, Operation op) throws IOException {
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderOperations.java 43 private final Map<String, Operation> mOperations;
61 * Adds an operation to the list of folder operations to be applied. The last
62 * operation for a folder will be retained in the list of operations.
67 Operation operation = new Operation(folder, add); local
69 mOperations.put(folder.name, operation);
73 * Returns true if there is an operation for the specified folder
75 * @return Returns true if there is a add or remove operation for
83 * Returns true if there is an operation for the specified folde
108 Operation operation = mOperations.get(canonicalName); local
130 Operation operation = mOperations.get(canonicalName); local
    [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...]
  /art/test/004-ThreadStress/src/
Main.java 51 private static abstract class Operation {
53 * Perform the action represented by this operation. Returns true if the thread should
59 private final static class OOM extends Operation {
75 private final static class SigQuit extends Operation {
119 private final static class Alloc extends Operation {
136 private final static class LargeAlloc extends Operation {
154 private final static class StackTrace extends Operation {
162 private final static class Exit extends Operation {
169 private final static class Sleep extends Operation {
182 private final static class TimedWait extends Operation {
    [all...]
  /external/llvm/tools/llvm-cov/
CoverageFilters.h 57 enum Operation { LessThan, GreaterThan };
60 Operation Op;
63 StatisticThresholdFilter(Operation Op, T Threshold)
84 RegionCoverageFilter(Operation Op, double Threshold)
95 LineCoverageFilter(Operation Op, double Threshold)
  /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/deqp/framework/common/
tcuThreadUtil.hpp 76 // Used by class Operation only
129 class Operation
132 Operation (const char* name);
133 virtual ~Operation (void);
141 virtual void exec (Thread& thread) = 0; //!< Overwritten by inherited class to perform actual operation
149 Operation (const Operation&);
150 Operation& operator= (const Operation&);
168 virtual void init (void) {} //!< Called first before any Operation
    [all...]
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 98 "\nMODIFIERS (operation specific):\n"
124 // Modifiers to follow operation to vary behavior
189 // Parse the command line options as presented and return the operation
191 // modifier/operation pairs have not been violated.
209 // Keep track of which operation was requested
210 ArchiveOperation Operation;
216 case 'd': ++NumOperations; Operation = Delete; break;
217 case 'm': ++NumOperations; Operation = Move ; break;
218 case 'p': ++NumOperations; Operation = Print; break;
219 case 'q': ++NumOperations; Operation = QuickAppend; break
    [all...]
  /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.

Completed in 1259 milliseconds

1 2 3 4 5 6 7 8 91011