/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
ActionModeHandler.java | 238 mode.getMenuInflater().inflate(R.menu.operation, menu); 288 int operation = MediaObject.SUPPORT_ALL; local 293 operation &= support; 300 operation &= ~MediaObject.SUPPORT_EDIT; 304 operation &= SUPPORT_MULTIPLE_MASK; 307 return operation; 409 // Pass1: Deal with unexpanded media object list for menu operation. 423 final int operation = computeMenuOptions(selected); 437 // Pass2: Deal with expanded media object list for sharing operation. 456 MenuExecutor.updateMenuOperation(mMenu, operation); [all...] |
MenuExecutor.java | 62 // wait the operation to finish when we want to stop it. 342 MediaOperation operation = new MediaOperation(action, ids, listener); local 343 mTask = mActivity.getBatchServiceThreadPoolIfAvailable().submit(operation, null); 351 MediaOperation operation = new MediaOperation(action, ids, null); local 352 mTask = mActivity.getBatchServiceThreadPoolIfAvailable().submit(operation, null); 415 public MediaOperation(int operation, ArrayList<Path> items, 417 mOperation = operation; 440 Log.e(TAG, "failed to execute operation " + mOperation
|
/external/chromium/chrome/browser/sync/notifier/ |
invalidation_util.cc | 88 ss << "operation: " 89 << RegistrationUpdateToString(update_result.operation()) << ", ";
|
/external/chromium/chrome/browser/tab_contents/ |
tab_contents_view_gtk.h | 77 virtual void UpdateDragCursor(WebKit::WebDragOperation operation);
|
tab_contents_view_mac.h | 93 virtual void UpdateDragCursor(WebKit::WebDragOperation operation);
|
web_drag_dest_gtk.cc | 75 void WebDragDestGtk::UpdateDragStatus(WebDragOperation operation) { 77 is_drop_target_ = operation != WebDragOperationNone; 78 gdk_drag_status(context_, gtk_util::WebDragOpToGdkDragAction(operation),
|
/external/chromium/chrome/browser/ui/views/tab_contents/ |
native_tab_contents_view_win.h | 43 virtual void SetDragCursor(WebKit::WebDragOperation operation) OVERRIDE;
|
/external/mdnsresponder/Clients/ |
dns-sd.c | 29 * PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE OR IN 210 static int operation; variable 314 // Sample callback functions for each of the operation types 354 if (num_printed++ == 0) printf("Timestamp Recommended %s domain\n", operation == 'E' ? "Registration" : "Browsing"); 509 // cancel the current operation when we've got a multiple of five results 510 //if (operation == 'S' && num_printed % 5 == 0) DNSServiceRefDeallocate(sdref); 577 switch (operation) 648 if (operation == 'A' || operation == 'U' || operation == 'N' [all...] |
/hardware/qcom/display/libgralloc/ |
gralloc.cpp | 62 int operation, ... );
|
mapper.cpp | 161 * If the buffer has been mapped during a lock operation, it's time 180 * If the buffer has been mapped during a lock operation, it's time 308 int operation, ... ) 312 va_start(args, operation); 313 switch (operation) {
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
OpenWnnDictionaryImplJni.java | 65 * Constant about the search operation (for JNI native library) 72 * Constant about the search operation (for JNI native library) 79 * Constant about the search operation (for JNI native library) 219 * @param operation The search operation (see "Constant about the search operation") 229 public static final native int searchWord(long work, int operation, int order, String keyString ); 431 * Create the string array that is used by operation of query
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/ |
SystraceVersionDetector.java | 23 import org.eclipse.jface.operation.IRunnableWithProgress;
|
/external/webkit/Source/WebCore/inspector/front-end/ |
HeapSnapshotView.js | 213 var operation = operationAndNumber[0]; variable 228 heapSnapshotDataGridNode._searchMatchedCountColumn = operation(heapSnapshotDataGridNode.countPercent, queryNumber); 229 heapSnapshotDataGridNode._searchMatchedSizeColumn = operation(heapSnapshotDataGridNode.sizePercent, queryNumber); 230 heapSnapshotDataGridNode._searchMatchedCountDeltaColumn = operation(heapSnapshotDataGridNode.countDeltaPercent, queryNumber); 231 heapSnapshotDataGridNode._searchMatchedSizeDeltaColumn = operation(heapSnapshotDataGridNode.sizeDeltaPercent, queryNumber); 233 heapSnapshotDataGridNode._searchMatchedSizeColumn = operation(heapSnapshotDataGridNode.size, queryNumberBytes); 234 heapSnapshotDataGridNode._searchMatchedSizeDeltaColumn = operation(heapSnapshotDataGridNode.sizeDelta, queryNumberBytes); 236 heapSnapshotDataGridNode._searchMatchedCountColumn = operation(heapSnapshotDataGridNode.count, queryNumber); 237 heapSnapshotDataGridNode._searchMatchedCountDeltaColumn = operation(heapSnapshotDataGridNode.countDelta, queryNumber); 531 for (var operation in parsers) [all...] |
/external/webkit/Source/WebCore/page/ |
DragController.cpp | 244 DragOperation operation = DragOperationNone; local 245 bool handledByDocument = tryDocumentDrag(dragData, m_dragDestinationAction, operation); 248 return operation; 291 bool DragController::tryDocumentDrag(DragData* dragData, DragDestinationAction actionMask, DragOperation& operation) 303 m_isHandlingDrag = tryDHTMLDrag(dragData, operation); 324 operation = DragOperationGeneric; 338 operation = dragIsMove(innerFrame->selection(), dragData) ? DragOperationMove : DragOperationCopy; 525 // This is designed to match IE's operation fallback for the case where 542 bool DragController::tryDHTMLDrag(DragData* dragData, DragOperation& operation) 562 operation = clipboard->destinationOperation() [all...] |
/frameworks/ex/common/java/com/android/common/content/ |
SQLiteContentProvider.java | 220 final ContentProviderOperation operation = operations.get(i); local 221 if (i > 0 && operation.isYieldAllowed()) { 231 results[i] = operation.apply(this, results, i);
|
/frameworks/native/include/ui/ |
Region.h | 153 const Region operation(const Rect& rhs, int op) const; 154 const Region operation(const Region& rhs, int op) const; 155 const Region operation(const Region& rhs, int dx, int dy, int op) const;
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
SQLiteContentProvider.java | 220 final ContentProviderOperation operation = operations.get(i); local 221 if (i > 0 && operation.isYieldAllowed()) { 224 results[i] = operation.apply(this, results, i);
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
AbstractContactsProvider.java | 49 * Duration in ms to sleep after successfully yielding the lock during a batch operation. 221 final ContentProviderOperation operation = operations.get(i); local 222 if (i > 0 && operation.isYieldAllowed()) { 237 results[i] = operation.apply(this, results, i);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
OutlineDropListener.java | 51 int operation = DND.DROP_COPY; local 52 event.detail = operation; 161 public boolean validateDrop(Object target, int operation,
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
LocalImage.java | 244 int operation = SUPPORT_DELETE | SUPPORT_SHARE | SUPPORT_CROP local 247 operation |= SUPPORT_FULL_IMAGE; 251 operation |= SUPPORT_ROTATE; 255 operation |= SUPPORT_SHOW_ON_MAP; 257 return operation;
|
/external/webkit/Tools/Scripts/ |
prepare-ChangeLog | [all...] |
/frameworks/base/cmds/content/src/com/android/commands/content/ |
Content.java | 146 String operation = mTokenizer.nextArg(); local 147 if (ARGUMENT_INSERT.equals(operation)) { 149 } else if (ARGUMENT_DELETE.equals(operation)) { 151 } else if (ARGUMENT_UPDATE.equals(operation)) { 153 } else if (ARGUMENT_QUERY.equals(operation)) { 155 } else if (ARGUMENT_CALL.equals(operation)) { 158 throw new IllegalArgumentException("Unsupported operation: " + operation);
|
/frameworks/base/services/java/com/android/server/content/ |
SyncManager.java | [all...] |
/external/openssl/crypto/evp/ |
pmeth_lib.c | 180 ret->operation = EVP_PKEY_OP_UNDEFINED; 341 rctx->operation = pctx->operation; 396 if (ctx->operation == EVP_PKEY_OP_UNDEFINED) 402 if ((optype != -1) && !(ctx->operation & optype)) 442 return ctx->operation;
|
/external/bluetooth/bluedroid/stack/gatt/ |
gatt_auth.c | 141 else if (p_clcb->operation == GATTC_OPTYPE_WRITE) 145 else if (p_clcb->operation == GATTC_OPTYPE_READ) 192 /* start all other pending operation in queue */ 207 GATT_TRACE_ERROR0("Unknown operation encryption completed"); 370 (p_clcb->operation == GATTC_OPTYPE_WRITE) &&
|