HomeSort by relevance Sort by last modified time
    Searched refs:operation (Results 451 - 475 of 1082) sorted by null

<<11121314151617181920>>

  /hardware/libhardware/include/hardware/
gralloc.h 233 int operation, ... );
  /hardware/qcom/display/msm8960/libgralloc/
mapper.cpp 160 * If the buffer has been mapped during a lock operation, it's time
179 * If the buffer has been mapped during a lock operation, it's time
318 int operation, ... )
322 va_start(args, operation);
323 switch (operation) {
386 if(metadata && metadata->operation & UPDATE_BUFFER_GEOMETRY) {
  /hardware/qcom/display/msm8974/libgralloc/
mapper.cpp 160 * If the buffer has been mapped during a lock operation, it's time
179 * If the buffer has been mapped during a lock operation, it's time
319 int operation, ... )
323 va_start(args, operation);
324 switch (operation) {
387 if(metadata && metadata->operation & UPDATE_BUFFER_GEOMETRY) {
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmNotifications.java 38 // alarm that is going to fire next. The operation is constructed such that it is ignored
44 PendingIntent operation = PendingIntent.getBroadcast(context, 0 /* requestCode */, local
56 alarmManager.setAlarmClock(info, operation);
57 } else if (operation != null) {
58 alarmManager.cancel(operation);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnDictionaryImpl.java 147 /** The query base strings for query operation */
149 /** The query base strings for query operation */
152 /** The query base strings for query operation */
154 /** The query base strings for query operation */
156 /** The query base strings for query operation */
158 /** The query base strings for query operation */
161 /** The query base strings for query operation */
163 /** The query base strings for query operation */
165 /** The query base strings for query operation */
167 /** The query base strings for query operation */
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarAlarmManager.java 503 public void set(int type, long triggerAtTime, PendingIntent operation) {
504 mAlarmManager.setExact(type, triggerAtTime, operation);
507 public void cancel(PendingIntent operation) {
508 mAlarmManager.cancel(operation);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/pulse/
context.h 30 #include <pulse/operation.h>
106 * pa_operation object for each asynchronous operation.
117 * A context must be connected to a server before any operation can be
158 /** A generic callback for operation completion */
191 /** Return the error number of the last failed operation */
216 /** Tell the daemon to exit. The returned operation is unlikely to
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
context.h 30 #include <pulse/operation.h>
106 * pa_operation object for each asynchronous operation.
117 * A context must be connected to a server before any operation can be
158 /** A generic callback for operation completion */
191 /** Return the error number of the last failed operation */
216 /** Tell the daemon to exit. The returned operation is unlikely to
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidXmlEditor.java 140 * formatting. A format operation should completely preserve the semantics of the XML
142 * are observed during a formatting operation
149 * There is no pending operation when the counter is at zero.
154 * Usually null, but during an editing operation, represents the highest
155 * node which should be formatted when the editing operation is complete.
625 // The actual "save" operation is done by the Structured XML Editor
686 * be called as a first step of a 'save' operation.
698 * of the 'save' operation, <code>false</code> otherwise.
718 * Returns whether the "save as" operation is supported by this editor.
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
GradleExportWizard.java 23 import org.eclipse.jface.operation.IRunnableWithProgress;
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DeviceViewAction.java 11 import org.eclipse.jface.operation.IRunnableWithProgress;
  /external/libpng/contrib/libtests/
pngimage.c 501 const char *operation; /* Operation being performed */ member in struct:display
502 int transforms; /* Transform used in operation */
554 dp->operation = NULL;
655 dp->filename != NULL ? dp->filename : "<stdin>", lp, dp->operation);
781 read_png(struct display *dp, struct buffer *bp, const char *operation,
787 /* This cleans out any previous read and sets operation and transforms to
792 if (operation != NULL) /* else this is a verify and do not overwrite info */
794 dp->operation = operation;
    [all...]
  /external/chromium_org/base/
sync_socket_win.cc 111 // on an event that can be used to cancel the operation. If the operation
114 size_t CancelableFileOperation(Function operation,
147 const BOOL operation_ok = operation(
185 // Quit the operation if we can't write/read anymore.
  /external/chromium_org/content/browser/web_contents/
web_contents_view_guest.cc 209 void WebContentsViewGuest::UpdateDragCursor(WebDragOperation operation) {
217 view->UpdateDragCursor(operation);
  /external/chromium_org/net/disk_cache/blockfile/
in_flight_backend_io.h 25 // This class represents a single asynchronous disk cache IO operation while it
32 // Runs the actual operation on the background thread.
38 // Called when we are finishing this operation. If |cancel| is true, the user
42 // Returns true if this operation is directed to an entry (vs. the backend).
64 void FlushQueue(); // Dummy operation.
84 enum Operation {
112 // Returns true if this operation returns an entry.
115 // Returns the time that has passed since the operation was created.
123 Operation operation_;
207 virtual void OnOperationComplete(BackgroundIO* operation,
    [all...]
  /external/chromium_org/net/disk_cache/simple/
simple_entry_impl.h 133 // A failure occurred in the current or previous operation. All operations
150 // operation initiated through the backend (e.g. create, open) so that clients
167 // Runs the next operation in the queue, if any and if there is no other
168 // operation running at the moment.
169 // WARNING: May delete |this|, as an operation in the queue can contain
285 void RecordReadIsParallelizable(const SimpleEntryOperation& operation) const;
286 void RecordWriteDependencyType(const SimpleEntryOperation& operation) const;
353 // is false (i.e. when an operation is not pending on the worker pool). When
354 // an operation is being executed no one owns the synchronous entry. Therefore
355 // SimpleEntryImpl should not be deleted while an operation is running as tha
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLConstructionSite.h 45 enum Operation {
53 explicit HTMLConstructionSiteTask(Operation op)
54 : operation(op)
70 // object in the common case of the Insert operation.
74 Operation operation; member in struct:blink::HTMLConstructionSiteTask
  /external/chromium_org/third_party/boringssl/src/crypto/x509/
x_pubkey.c 68 /* Minor tweak to operation: free up EVP_PKEY */
69 static int pubkey_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
72 if (operation == ASN1_OP_FREE_POST)
  /external/chromium_org/third_party/mesa/src/docs/
MESA_set_3dfx_mode.spec 64 GL_TRUE is returned if <mode> is valid and the operation completed
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir.h 40 enum operation enum in namespace:nv50_ir
362 Modifier(operation op);
374 operation getOp() const;
596 Instruction(Function *, operation, DataType);
676 operation op;
776 TexInstruction(Function *, operation);
821 CmpInstruction(Function *, operation);
836 FlowInstruction(Function *, operation, void *target);
  /external/chromium_org/third_party/mesa/src/src/glsl/
loop_controls.cpp 207 switch (cond->operation) {
218 enum ir_expression_operation cmp = cond->operation;
  /external/chromium_org/v8/test/webkit/
try-catch-try-try-catch-try-finally-return-catch-finally.js 25 "Tests what would happen if you a throwing operation at the beginning of a finally blow that gets inlined inside a complicated catch/finally stack. The correct outcome is for this test to not crash during exception throwing."
  /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/mesa3d/docs/
MESA_set_3dfx_mode.spec 64 GL_TRUE is returned if <mode> is valid and the operation completed
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir.h 40 enum operation enum in namespace:nv50_ir
362 Modifier(operation op);
374 operation getOp() const;
596 Instruction(Function *, operation, DataType);
676 operation op;
776 TexInstruction(Function *, operation);
821 CmpInstruction(Function *, operation);
836 FlowInstruction(Function *, operation, void *target);

Completed in 6420 milliseconds

<<11121314151617181920>>