HomeSort by relevance Sort by last modified time
    Searched refs:operation (Results 376 - 400 of 635) sorted by null

<<11121314151617181920>>

  /external/chromium_org/content/browser/browser_plugin/
browser_plugin_guest.cc 382 int screen_x, int screen_y, blink::WebDragOperation operation) {
384 screen_x, screen_y, operation);
  /external/chromium_org/content/browser/media/
webrtc_identity_store_backend.cc 512 scoped_ptr<PendingOperation> operation(
515 pending_operations_.push_back(operation.release());
  /external/chromium_org/storage/browser/fileapi/
file_system_context.cc 494 // Disable Flush() for each write operation on SandboxFileSystems since it
498 // should be Flush()ed as soon as a write operation is completed, so that
544 FileSystemOperation* operation = local
549 return operation;
  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSAnimatableValueFactory.cpp 440 if (ClipPathOperation* operation = style.clipPath())
441 return AnimatableClipPathOperation::create(operation);
  /external/chromium_org/third_party/WebKit/Source/core/editing/
TypingCommand.cpp 341 TypingCommandLineOperation operation(this, selectInsertedText, text);
342 forEachLineInString(text, operation);
  /external/chromium_org/third_party/boringssl/src/crypto/x509v3/
v3_crld.c 197 {5, "Cessation Of Operation", "cessationOfOperation"},
374 static int dpn_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
379 switch(operation)
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
vp9_idct_ssse3_x86_64.asm 63 ; butterfly operation
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs_visitor.cpp 230 if (!mul || mul->operation != ir_binop_mul)
264 if (ir->operation == ir_binop_add) {
292 switch (ir->operation) {
420 inst->conditional_mod = brw_conditional_for_comparison(ir->operation);
    [all...]
  /external/chromium_org/v8/test/mjsunit/compiler/
expression-trees.js 30 // Given a binary operation string and an ordered array of leaf
  /external/chromium_org/v8/test/webkit/fast/js/
Promise-static-all.js 99 // ToPromise operation.
Promise-static-race.js 98 // ToPromise operation.
  /external/guava/guava-tests/test/com/google/common/cache/
CacheTesting.java 372 * eviction queue. It will invoke the given {@code operation} on the first element in the
374 * verify that the head of the eviction queue has changed as a result of the operation.
377 Receiver<ReferenceEntry<Integer, Integer>> operation) {
391 operation.accept(entry);
  /external/libunwind/doc/
libunwind-setjmp.tex 46 \item The correct operation of this library depends on the presence of
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_visitor.cpp 230 if (!mul || mul->operation != ir_binop_mul)
264 if (ir->operation == ir_binop_add) {
292 switch (ir->operation) {
420 inst->conditional_mod = brw_conditional_for_comparison(ir->operation);
    [all...]
  /external/openssl/crypto/rsa/
rsa_pmeth.c 163 * -1 : illegal operation in FIPS mode.
482 if (!(ctx->operation &
490 if (!(ctx->operation & EVP_PKEY_OP_TYPE_CRYPT))
  /external/chromium_org/chrome/browser/resources/cryptotoken/
multiplesigner.js 27 * enroll operation.
259 * @param {SingleSignerResult} result The result of the sign operation.
  /external/chromium_org/content/browser/renderer_host/
render_view_host_impl.h 156 blink::WebDragOperation operation) OVERRIDE;
render_view_host_unittest.cc 131 virtual void UpdateDragCursor(blink::WebDragOperation operation) OVERRIDE {}
  /external/chromium_org/remoting/webapp/
base.js 180 * 2. Call deferred.resolve() when the asynchronous operation finishes.
181 * 3. Call deferred.reject() when the asynchronous operation fails.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
externs.js 352 operation: function(f) { },
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_inlines.h 44 static inline bool isTextureOp(operation op)
  /external/chromium_org/ui/file_manager/gallery/js/
gallery_item.js 96 * This is a heavy operation since it forces to load the image data to obtain
289 // If the volume is gone, then abort the saving operation.
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_widget_aura.h 166 int operation,
  /external/libvorbis/doc/
02-bitpacking.tex 226 packets as a normal mode of operation, and as such, decoders must
228 operation. Any further read operations after an 'end-of-packet'
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_inlines.h 44 static inline bool isTextureOp(operation op)

Completed in 462 milliseconds

<<11121314151617181920>>