Searched refs:operation (Results 226 - 250 of 531) sorted by relevance

1234567891011>>

/external/chromium_org/native_client_sdk/src/tools/
H A Doshelpers.py354 help='quiet operation')
455 operation = 'adding'
457 operation = 'updating'
461 print ' %s: %s (stored 0%%)' % (operation, zip_path)
463 print ' %s: %s (deflated %d%%)' % (operation, zip_path,
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DDragController.cpp298 dragSession.operation = operationForLoad(dragData);
344 isHandlingDrag = tryDHTMLDrag(dragData, dragSession.operation);
382 dragSession.operation = dragIsMove(innerFrame->selection(), dragData) ? DragOperationMove : DragOperationCopy;
398 dragSession.operation = DragOperationNone;
572 // This is designed to match IE's operation fallback for the case where
589 bool DragController::tryDHTMLDrag(DragData* dragData, DragOperation& operation) argument
609 operation = dataTransfer->destinationOperation();
611 operation = defaultOperationForDrag(srcOpMask);
612 else if (!(srcOpMask & operation)) {
613 // The element picked an operation whic
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dclosebrackets.js88 cm.operation(function() {
131 cm.operation(function() {
H A Dmatchbrackets.js87 cm.operation(function() {
98 cm.operation(function() {
/external/chromium_org/third_party/boringssl/src/crypto/x509/
H A Dx_crl.c98 static int crl_inf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, argument
104 switch(operation) {
213 static int crl_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
221 switch(operation)
H A Dx_pubkey.c68 /* Minor tweak to operation: free up EVP_PKEY */
69 static int pubkey_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, argument
72 if (operation == ASN1_OP_FREE_POST)
/external/chromium_org/third_party/hwcplus/include/hardware/
H A Dgralloc.h226 int operation, ... );
/external/openssl/crypto/asn1/
H A Dx_crl.c94 static int crl_inf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, argument
100 switch(operation) {
208 static int crl_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
216 switch(operation)
H A Dx_pubkey.c71 /* Minor tweak to operation: free up EVP_PKEY */
72 static int pubkey_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, argument
75 if (operation == ASN1_OP_FREE_POST)
/external/libpng/contrib/libtests/
H A Dpngimage.c501 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, argument
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;
1240 dp->operation
[all...]
/external/chromium_org/base/
H A Dsync_socket_win.cc111 // on an event that can be used to cancel the operation. If the operation
114 size_t CancelableFileOperation(Function operation, argument
147 const BOOL operation_ok = operation(
185 // Quit the operation if we can't write/read anymore.
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_guest.cc209 void WebContentsViewGuest::UpdateDragCursor(WebDragOperation operation) { argument
217 view->UpdateDragCursor(operation);
/external/chromium_org/net/disk_cache/blockfile/
H A Din_flight_backend_io.h25 // 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.
112 // Returns true if this operation returns an entry.
115 // Returns the time that has passed since the operation was created.
207 virtual void OnOperationComplete(BackgroundIO* operation,
211 void PostOperation(BackendIO* operation);
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_entry_impl.h133 // 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 i
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLConstructionSite.h54 : 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/mesa/src/docs/
H A DMESA_set_3dfx_mode.spec64 GL_TRUE is returned if <mode> is valid and the operation completed
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.h40 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/
H A Dloop_controls.cpp207 switch (cond->operation) {
218 enum ir_expression_operation cmp = cond->operation;
/external/deqp/framework/common/
H A DtcuThreadUtil.cpp133 // Try execute operation
189 void Thread::addOperation (Operation* operation) argument
191 m_operations.push_back(operation);
199 // Reserve at least two messages for each operation
/external/mesa3d/docs/
H A DMESA_set_3dfx_mode.spec64 GL_TRUE is returned if <mode> is valid and the operation completed
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.h40 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/mesa3d/src/glsl/
H A Dloop_controls.cpp207 switch (cond->operation) {
218 enum ir_expression_operation cmp = cond->operation;
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DAlarmManagerTest.java148 assertThat(scheduledAlarm.operation, notNullValue());
149 assertThat(scheduledAlarm.operation, sameInstance(pendingIntent));
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_utils.c1177 if (p_clcb->operation == GATTC_OPTYPE_DISCOVERY &&
1234 if (p_clcb->operation == GATTC_OPTYPE_DISCOVERY &&
2116 UINT8 op = p_clcb->operation, disc_type=GATT_DISC_MAX;
2119 UINT8 operation; local
2122 status, p_clcb->operation, p_clcb->op_subtype);
2124 if (p_cmpl_cb != NULL && p_clcb->operation != 0)
2126 if (p_clcb->operation == GATTC_OPTYPE_READ)
2135 if (p_clcb->operation == GATTC_OPTYPE_WRITE)
2153 if (p_clcb->operation == GATTC_OPTYPE_CONFIG)
2156 if (p_clcb->operation
[all...]
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view.cc365 operation(ui::DragDropTypes::DRAG_NONE),
379 int operation; member in struct:BookmarkBarView::DropLocation
811 drop_info_->location.operation != 0 && drop_info_->location.index != -1 &&
884 // The location of the mouse didn't change, return the last operation.
885 return drop_info_->location.operation;
896 // operation we calculated. Copy of the operation in case it changed.
897 drop_info_->location.operation = location.operation;
898 return drop_info_->location.operation;
[all...]

Completed in 9667 milliseconds

1234567891011>>