/external/chromium/chrome/browser/ui/cocoa/tab_contents/ |
web_drop_target.h | 40 // Sets the current operation negotiated by the source and destination, 43 - (void)setCurrentOperation: (NSDragOperation)operation;
|
/external/e2fsprogs/intl/ |
plural-exp.h | 47 module, /* Modulo operation. */ 60 } operation; member in struct:expression
|
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ |
VisualDiffUtils.java | 54 newDiffs.add(new diff_match_patch.Diff(diff.operation, parts[i] + "\n")); 57 newDiffs.add(new diff_match_patch.Diff(diff.operation, parts[lengthMinusOne])); 77 switch (diff.operation) { 118 switch (diff.operation) {
|
/frameworks/native/include/ui/ |
FramebufferNativeWindow.h | 72 static int perform(ANativeWindow* window, int operation, ...);
|
/packages/apps/Browser/src/com/android/browser/provider/ |
SQLiteContentProvider.java | 213 final ContentProviderOperation operation = operations.get(i); local 214 if (!callerIsSyncAdapter && isCallerSyncAdapter(operation.getUri())) { 217 if (i > 0 && operation.isYieldAllowed()) { 223 results[i] = operation.apply(this, results, i);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/ |
context.h | 32 #include <pulse/operation.h> 107 * pa_operation object for each asynchronous operation. 118 * A context must be connected to a server before any operation can be 165 /** A generic callback for operation completion */ 181 /** Return the error number of the last failed operation */ 205 /** Tell the daemon to exit. The returned operation is unlikely to
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/ |
context.h | 32 #include <pulse/operation.h> 107 * pa_operation object for each asynchronous operation. 118 * A context must be connected to a server before any operation can be 165 /** A generic callback for operation completion */ 181 /** Return the error number of the last failed operation */ 205 /** Tell the daemon to exit. The returned operation is unlikely to
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/ |
context.h | 32 #include <pulse/operation.h> 107 * pa_operation object for each asynchronous operation. 118 * A context must be connected to a server before any operation can be 165 /** A generic callback for operation completion */ 181 /** Return the error number of the last failed operation */ 205 /** Tell the daemon to exit. The returned operation is unlikely to
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
SyncProgressHelper.java | 26 import org.eclipse.jface.operation.IRunnableWithProgress;
|
/external/icu4c/test/intltest/ |
dadrcal.cpp | 107 // Headers { "locale","from","operation","params","to" } 145 // #4 'operation' info 146 param = "operation"; 147 UnicodeString operation = testSetting=currentCase->getString(param, local 197 +operation +" [[[ "+params+" ]]] >>> "+to; 240 if (operation == kROLL) { 243 } else if (operation == kADD) { 247 errln(caseString+ " FAIL: unknown operation "+ operation); 249 logln(operation + " of "+ paramsSet.get((UCalendarDateFields)q [all...] |
/external/v8/test/mjsunit/compiler/ |
assignment-deopt.js | 30 // Test deopt with count operation on parameter. 42 // Test deopt with count operation on named property. 60 // Test deopt with count operation on keyed property. 90 // Test bailout with count operation in a value context. 147 // The binary operation changes the map as a side effect.
|
count-deopt.js | 30 // Test deopt with count operation on parameter. 42 // Test deopt with count operation on named property. 60 // Test deopt with count operation on keyed property. 90 // Test bailout with count operation in a value context. 176 // Test deoptimization with postfix operation in a value context.
|
/external/webkit/Source/WebKit/gtk/webkit/ |
webkitwebframe.cpp | 791 * @operation: the #GtkPrintOperation to be carried 802 GtkPrintOperationResult webkit_web_frame_print_full(WebKitWebFrame* frame, GtkPrintOperation* operation, GtkPrintOperationAction action, GError** error) 805 g_return_val_if_fail(GTK_IS_PRINT_OPERATION(operation), GTK_PRINT_OPERATION_RESULT_ERROR); 818 g_signal_connect(operation, "begin-print", G_CALLBACK(begin_print_callback), &printContext); 819 g_signal_connect(operation, "draw-page", G_CALLBACK(draw_page_callback), &printContext); 820 g_signal_connect(operation, "end-print", G_CALLBACK(end_print_callback), &printContext); 822 return gtk_print_operation_run(operation, action, GTK_WINDOW(topLevel), error); 840 GtkPrintOperation* operation = gtk_print_operation_new(); local 843 webkit_web_frame_print_full(frame, operation, GTK_PRINT_OPERATION_ACTION_PRINT_DIALOG, &error); 844 g_object_unref(operation); [all...] |
/external/bluetooth/bluedroid/stack/gatt/ |
gatt_cl.c | 67 ** Description GATT discovery operation. 113 ** Description GATT read operation. 199 ** Description GATT write operation. 453 if (p_clcb->operation != GATTC_OPTYPE_DISCOVERY || p_clcb->op_subtype != GATT_DISC_SRVC_BY_UUID) 496 if (p_clcb->operation != GATTC_OPTYPE_DISCOVERY || p_clcb->op_subtype != GATT_DISC_CHAR_DSCPT) 588 if (p_clcb->operation == GATTC_OPTYPE_DISCOVERY) 594 if ( (p_clcb->operation == GATTC_OPTYPE_WRITE) && 603 else if ((p_clcb->operation == GATTC_OPTYPE_READ) && 756 if (((!p_clcb->p_reg) || (!p_clcb->p_reg->app_cb.p_disc_res_cb)) && (p_clcb->operation == GATTC_OPTYPE_DISCOVERY)) 795 if (p_clcb->operation == GATTC_OPTYPE_DISCOVERY & [all...] |
/frameworks/av/media/mtp/ |
MtpServer.cpp | 168 MtpOperationCode operation = mRequest.getOperationCode(); local 171 ALOGV("operation: %s", MtpDebug::getOperationCodeName(operation)); 175 bool dataIn = (operation == MTP_OPERATION_SEND_OBJECT_INFO 176 || operation == MTP_OPERATION_SET_OBJECT_REFERENCES 177 || operation == MTP_OPERATION_SET_OBJECT_PROP_VALUE 178 || operation == MTP_OPERATION_SET_DEVICE_PROP_VALUE); 197 mData.setOperationCode(operation); 310 MtpOperationCode operation = mRequest.getOperationCode(); local 315 if (mSendObjectHandle != kInvalidObjectHandle && operation != MTP_OPERATION_SEND_OBJECT) [all...] |
/external/elfutils/src/ |
ar.c | 121 /* What operation to perform. */ 132 } operation; variable in typeref:enum:__anon6859 190 if (operation == oper_extract && operation == oper_delete) 209 if (operation == oper_extract && operation == oper_delete) 232 && unlikely (operation != oper_extract)) 249 switch (operation) 253 status = do_oper_extract (operation, arfname, argv, argc, -1); 257 status = do_oper_extract (operation, arfname, argv, argc, instance) [all...] |
/frameworks/base/cmds/content/src/com/android/commands/content/ |
Content.java | 135 String operation = mTokenizer.nextArg(); local 136 if (ARGUMENT_INSERT.equals(operation)) { 138 } else if (ARGUMENT_DELETE.equals(operation)) { 140 } else if (ARGUMENT_UPDATE.equals(operation)) { 142 } else if (ARGUMENT_QUERY.equals(operation)) { 145 throw new IllegalArgumentException("Unsupported operation: " + operation);
|
/external/chromium/net/http/ |
http_cache.cc | 127 // The type of operation represented by a work item. 139 WorkItem(WorkItemOperation operation, Transaction* trans, ActiveEntry** entry) 140 : operation_(operation), trans_(trans), entry_(entry), callback_(NULL), 142 WorkItem(WorkItemOperation operation, Transaction* trans, 144 : operation_(operation), trans_(trans), entry_(NULL), callback_(cb), 148 // Calls back the transaction with the result of the operation. 157 // Notifies the caller about the operation completion. Returns true if the 169 WorkItemOperation operation() { return operation_; } function in class:net::HttpCache::WorkItem 399 // The callback will delete the pending operation. 505 // This is the only operation that we can do that is not related to any give [all...] |
/build/target/board/generic_x86/ |
BoardConfig.mk | 25 # of an SDK AVD. Note that this operation only works on Linux for now
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_button.h | 37 // Returns YES if a drag operation should lock the fullscreen overlay bar 57 operation:(NSDragOperation)operation; 86 // Returns YES if a drag operation should lock the fullscreen overlay bar 202 // end of a drag operation (or, in fact, can be dragged to a completely
|
/external/openssl/crypto/asn1/ |
x_x509.c | 84 static int x509_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, 89 switch(operation) {
|
/external/openssl/crypto/evp/ |
m_sigver.c | 94 ctx->pctx->operation = EVP_PKEY_OP_VERIFYCTX; 105 ctx->pctx->operation = EVP_PKEY_OP_SIGNCTX;
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
userdatahandler03.js | 99 var operation; 148 operation = notification.operation; 149 assertEquals("operationIsImport",2,operation);
|
userdatahandler04.js | 99 var operation; 148 operation = notification.operation; 149 assertEquals("operationIsImport",5,operation);
|
/external/webkit/Source/WebKit/mac/Misc/ |
WebNSImageExtras.m | 73 [dissolvedImage compositeToPoint:point operation:NSCompositeCopy];
|