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

<<11121314151617181920>>

  /external/chromium_org/third_party/boringssl/src/crypto/evp/
internal.h 166 /* Method associated with this operation */
174 /* operation contains one of the |EVP_PKEY_OP_*| values. */
175 int operation; member in struct:evp_pkey_ctx_st
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
sequence.pxd 36 # failure. The operation is done in-place when o1 supports
42 # NULL on failure. The operation is done in-place when o supports
  /external/chromium_org/third_party/hwcplus/include/system/
window.h 131 * buffers simultaneously dequeued as part of the steady-state operation,
486 int operation, ... );
  /external/chromium_org/third_party/sqlite/src/
configure.ac 239 AC_HELP_STRING([--enable-threadsafe],[Support threadsafe operation]),,enable_threadsafe=yes)
240 AC_MSG_CHECKING([whether to support threadsafe operation])
  /external/chromium_org/ui/file_manager/file_manager/background/js/
progress_center.js 40 * center of cancel operation.
60 * Callback to notify the progress center of cancel operation.
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
metadata_dispatcher.js 103 * Indicate to the caller that an operation has failed.
105 * No other messages relating to the failed operation should be sent.
  /external/chromium_org/ui/views/widget/
native_widget_aura.h 122 int operation,
  /external/deqp/modules/gles31/functional/
es31fShaderImageLoadStoreTests.cpp 384 //! An order-independent operation is one for which the end result doesn't depend on the order in which the operations are carried (i.e. is both commutative and associative).
395 //! Computes the result of an atomic operation where "a" is the data operated on and "b" is the parameter to the atomic function.
413 //! \note For floats, only the exchange operation is supported.
3222 const AtomicOperation operation = (AtomicOperation)operationI; local
    [all...]
  /external/e2fsprogs/intl/
plural.y 78 newp->operation = op;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.operations_2.0.0.v20100510.jar 
org.eclipse.equinox.p2.ui.sdk_1.0.100.v20100513.jar 
  /external/eigen/bench/
BenchSparseUtil.h 124 #include <boost/numeric/ublas/operation.hpp>
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_from_sm4.cpp 113 void handleSAMPLE(operation, Value *dst0[4]);
126 void saveFragDepth(operation op, Value *value);
138 operation cvtOpcode(enum sm4_opcode op) const;
148 enum sm4_opcode, operation *) const;
351 operation
542 enum sm4_opcode op, operation *opr) const
    [all...]
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_transform.js 385 * @param {boolean} touch Whether the operation is done by touch or not.
474 * @param {boolean} touch Whether the operation is done by touch or not.
494 // Calc constant values during the operation.
512 // Calc constant values during the operation.
574 * @param {boolean} touch Whether the operation is done by touch or not.
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_from_sm4.cpp 113 void handleSAMPLE(operation, Value *dst0[4]);
126 void saveFragDepth(operation op, Value *value);
138 operation cvtOpcode(enum sm4_opcode op) const;
148 enum sm4_opcode, operation *) const;
351 operation
542 enum sm4_opcode op, operation *opr) const
    [all...]
  /external/opencv/cv/src/
cvmorph.cpp 170 CV_ERROR( CV_StsBadArg, "Unknown/unsupported morphological operation" );
188 operation = _operation;
196 if( operation == ERODE )
210 assert( operation == DILATE );
247 if( operation == ERODE )
258 assert( operation == DILATE );
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_transfer_controller.js 17 * @param {FileOperationManager} fileOperationManager File operation manager
24 * @param {ProgressCenter} progressCenter To notify starting copy operation.
61 * operation. Used if only one element is selected.
279 // Check all file entries and keeps only those need sharing operation.
328 * Queue up a file copy operation based on the current system clipboard.
407 // Start the pasting operation.
546 // If this drag operation is initiated by mouse, start selecting area.
    [all...]
  /external/chromium_org/ui/file_manager/gallery/js/
slide_mode.js 364 // Disable touch operation.
    [all...]
  /external/bison/data/
glr.c 705 /** During nondeterministic operation, yylookaheadNeeds tracks which
707 * operation, yylookaheadNeeds[0] is not maintained since it would merely
    [all...]
  /external/chromium_org/ash/drag_drop/
drag_drop_controller.cc 158 int operation,
191 drag_operation_ = operation;
  /external/chromium_org/chrome/browser/extensions/api/dial/
dial_service.cc 221 bool DialServiceImpl::DialSocket::CheckResult(const char* operation,
224 VLOG(2) << "Operation " << operation << " result " << result;
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
page_selection.js 10 * extend operation to either grow or shrink the selection given a
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/
util.js 117 * @param {Node} targetNode The target node of this operation.
  /external/chromium_org/chrome/browser/resources/cryptotoken/
usbsignhandler.js 112 * Reports the result of a successful sign operation.
  /external/chromium_org/components/password_manager/core/browser/
password_syncable_service.cc 365 DatabaseOperation operation,
370 PasswordStoreChangeList new_changes = (password_store_->*operation)(**it);

Completed in 664 milliseconds

<<11121314151617181920>>