HomeSort by relevance Sort by last modified time
    Searched refs:operation (Results 151 - 175 of 496) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/v8/test/mjsunit/compiler/
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.
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalImage.java 212 int operation = SUPPORT_DELETE | SUPPORT_SHARE | SUPPORT_CROP local
215 operation |= SUPPORT_FULL_IMAGE;
219 operation |= SUPPORT_ROTATE;
223 operation |= SUPPORT_SHOW_ON_MAP;
225 return operation;
  /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...]
  /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:__anon6327
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...]
  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextRecording.cpp 241 GraphicsOperation::ClipPath* operation = new GraphicsOperation::ClipPath(pathToClip); local
242 operation->setWindRule(clipRule);
243 mGraphicsOperationCollection->append(operation);
342 GraphicsOperation::FillRect* operation = new GraphicsOperation::FillRect(rect); local
343 operation->setColor(color);
344 mGraphicsOperationCollection->append(operation);
  /frameworks/base/cmds/content/src/com/android/commands/content/
Content.java 132 String operation = mTokenizer.nextArg(); local
133 if (ARGUMENT_INSERT.equals(operation)) {
135 } else if (ARGUMENT_DELETE.equals(operation)) {
137 } else if (ARGUMENT_UPDATE.equals(operation)) {
139 } else if (ARGUMENT_QUERY.equals(operation)) {
142 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...]
  /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];
  /external/webkit/Source/WebKit/mac/WebView/
WebFrameInternal.h 159 - (void)_dragSourceEndedAt:(NSPoint)windowLoc operation:(NSDragOperation)operation;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_pic_order_cnt.c 140 while (pSliceHeader->decRefPicMarking.operation[i].
143 if (pSliceHeader->decRefPicMarking.operation[i].
  /frameworks/native/include/gui/
SurfaceTextureClient.h 67 static int hook_perform(ANativeWindow* window, int operation, ...);
92 virtual int perform(int operation, va_list args);
137 // operation. It is initialized to 1.
141 // dequeue operation. It is initialized to 1.
145 // deuque operation. It is initialized to PIXEL_FORMAT_RGBA_8888.
149 // at the next deuque operation. It is initialized to 0.
153 // operation. It defaults to NATIVE_WINDOW_TIMESTAMP_AUTO, which means that
  /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);
  /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...]
  /external/mesa3d/src/glsl/
loop_analysis.cpp 418 || ((rhs->operation != ir_binop_add)
419 && (rhs->operation != ir_binop_sub)))
423 * If the operation is subtraction, the variable in question must be the
432 || ((op1 == var) && (rhs->operation == ir_binop_sub)))
449 if ((inc != NULL) && (rhs->operation == ir_binop_sub)) {
  /hardware/libhardware/include/hardware/
gralloc.h 194 int 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

Completed in 646 milliseconds

1 2 3 4 5 67 8 91011>>