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

1 2 3 4

  /external/chromium_org/chrome/browser/chromeos/file_system_provider/operations/
operation.cc 5 #include "chrome/browser/chromeos/file_system_provider/operations/operation.h"
16 // tests by Operation::SetDispatchEventImplForTest().
29 Operation::Operation(extensions::EventRouter* event_router,
37 Operation::~Operation() {
40 void Operation::SetDispatchEventImplForTesting(
45 bool Operation::SendEvent(int request_id,
operation.h 29 // Base class for operation bridges between fileapi and providing extensions.
30 class Operation : public RequestManager::HandlerInterface {
35 Operation(extensions::EventRouter* event_router,
37 virtual ~Operation();
62 DISALLOW_COPY_AND_ASSIGN(Operation);
  /system/keymaster/
operation.h 33 class Operation {
35 Operation(keymaster_purpose_t purpose, const Logger& logger)
37 virtual ~Operation() {}
  /external/chromium_org/ui/views/examples/
examples_window.h 22 enum Operation {
31 Operation operation,
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfMovieActionDictionary_autogen.cpp 47 SkString SkPdfMovieActionDictionary::Operation(SkPdfNativeDoc* doc) {
48 SkPdfNativeObject* ret = get("Operation", "");
56 return get("Operation", "") != NULL;
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfMovieActionDictionary_autogen.cpp 47 SkString SkPdfMovieActionDictionary::Operation(SkPdfNativeDoc* doc) {
48 SkPdfNativeObject* ret = get("Operation", "");
56 return get("Operation", "") != NULL;
  /external/chromium_org/chrome/browser/webdata/
keyword_table.h 86 typedef std::pair<OperationType, TemplateURLData> Operation;
87 typedef std::vector<Operation> Operations;
  /external/chromium_org/net/disk_cache/tracing/
tracing_cache_backend.h 21 // of the operation until the result is delivered.
49 enum Operation {
63 void RecordEvent(base::TimeTicks start_time, Operation op, std::string key,
66 void BackendOpComplete(base::TimeTicks start_time, Operation op,
70 net::CompletionCallback BindCompletion(Operation op,
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
wire_format.h 177 enum Operation {
183 static void VerifyUTF8String(const char* data, int size, Operation op);
190 Operation op);
230 WireFormat::Operation op) {
  /frameworks/base/services/core/java/com/android/server/location/
GpsStatusListenerHelper.java 31 Operation operation = new Operation() { local
38 foreach(operation);
42 Operation operation = new Operation() { local
53 foreach(operation);
65 Operation operation = new Operation() local
84 Operation operation = new Operation() { local
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
operation.cc 5 #include "chrome/browser/extensions/api/image_writer_private/operation.h"
27 Operation::Operation(base::WeakPtr<OperationManager> manager,
41 Operation::~Operation() {}
43 void Operation::Cancel() {
51 void Operation::Abort() {
55 int Operation::GetProgress() {
59 image_writer_api::Stage Operation::GetStage() {
64 void Operation::SetUtilityClientForTesting
    [all...]
operation.h 33 // Encapsulates an operation being run on behalf of the
34 // OperationManager. Construction of the operation does not start
35 // anything. The operation's Start method should be called to start it, and
36 // then the Cancel method will stop it. The operation will call back to the
39 // Each stage of the operation is generally divided into three phases: Start,
50 class Operation : public base::RefCountedThreadSafe<Operation> {
56 Operation(base::WeakPtr<OperationManager> manager,
60 // Starts the operation.
63 // Cancel the operation. This must be called to clean up internal state an
    [all...]
  /external/deqp/framework/common/
tcuThreadUtil.cpp 112 Operation::Operation (const char* name)
118 Operation::~Operation (void)
122 void Operation::execute (Thread& thread)
133 // Try execute operation
189 void Thread::addOperation (Operation* operation)
191 m_operations.push_back(operation);
199 // Reserve at least two messages for each operation
    [all...]
  /external/protobuf/src/google/protobuf/
wire_format.h 224 enum Operation {
230 static void VerifyUTF8String(const char* data, int size, Operation op);
237 Operation op);
293 WireFormat::Operation op) {
  /frameworks/base/obex/javax/obex/
Operation.java 42 * The <code>Operation</code> interface provides ways to manipulate a single
43 * OBEX PUT or GET operation. The implementation of this interface sends OBEX
44 * packets as they are built. If during the operation the peer in the operation
45 * ends the operation, an <code>IOException</code> is thrown on the next read
62 * operation, the new headers will be sent during the next packet exchange.
71 * Operation op = conn.put(head);
87 * Operation op = conn.get(head);
102 * <H3>Client PUT Operation Flow</H3> For PUT operations, a call to
110 * <H3>Client GET Operation Flow</H3> For GET operation, a call t
    [all...]
  /external/chromium_org/chrome/installer/mini_installer/
configuration.h 14 enum Operation {
25 // Returns the desired operation dictated by the command line options.
26 Operation operation() const { return operation_; } function in class:mini_installer::Configuration
71 Operation operation_;
  /external/chromium_org/net/disk_cache/blockfile/
entry_impl_v3.h 29 enum Operation {
182 // Generates a histogram for the time spent working on this operation.
183 void ReportIOTime(Operation op, const base::TimeTicks& start);
entry_impl.h 31 enum Operation {
135 // Generates a histogram for the time spent working on this operation.
136 void ReportIOTime(Operation op, const base::TimeTicks& start);
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
FileWriter.h 91 enum Operation {
104 void doOperation(Operation);
114 Operation m_operationInProgress;
115 Operation m_queuedOperation;
  /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; }
  /frameworks/base/tools/preload/
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...]
  /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...]
  /external/chromium_org/v8/tools/
profile.js 59 Profile.Operation = {
79 * Called whenever the specified operation has failed finding a function
81 * See the Profile.Operation enum for the list of
84 * @param {number} operation Operation.
91 operation, addr, opt_stackPos) {
189 this.handleUnknownCode(Profile.Operation.MOVE, from);
203 this.handleUnknownCode(Profile.Operation.DELETE, start);
262 Profile.Operation.TICK, stack[i], i);
  /art/test/004-ThreadStress/src/
Main.java 31 enum Operation {
43 Operation(int frequency) {
54 // Lock used to notify threads performing Operation.WAIT
59 // the Operation.frequency values. We fill out an Operation[]
61 // Operation[] is shuffled so that there is more random
64 // The simple-minded filling in of Operation[] based on
65 // Operation.frequency below won't have even have close to a
66 // reasonable distribution if the count of Operation
71 for (Operation op : Operation.values())
192 Operation operation = operations[nextOperation]; local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
Operation.java 19 * $Id: Operation.java 468655 2006-10-28 07:12:06Z minchau $
30 * The baseclass for a binary operation.
32 public class Operation extends Expression implements ExpressionOwner
80 * Set the left and right operand expressions for this operation.
95 * Execute a binary operation by calling execute on each of the operands,
101 * @return The XObject result of the operation.
119 * Apply the operation to two operands, and return the result.
125 * @return non-null reference to the XObject that represents the result of the operation.
135 /** @return the left operand of binary operation, as an Expression.
141 /** @return the right operand of binary operation, as an Expression
    [all...]

Completed in 645 milliseconds

1 2 3 4