Searched refs:operation (Results 326 - 350 of 531) sorted by relevance

<<11121314151617181920>>

/external/sonivox/arm-wt-22k/lib_src/
H A DARM-E_interpolate_noloop_gnu.s93 @ saturation operation should take in the filter before scaling back to
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_sm4.cpp113 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
1214 operation opr =
1402 Converter::saveFragDepth(operation op, Value *value)
1572 Converter::handleSAMPLE(operation opr, Value *dst0[4])
1717 operation o
[all...]
H A Dnv50_ir_inlines.h44 static inline bool isTextureOp(operation op)
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_sm4.cpp113 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
1214 operation opr =
1402 Converter::saveFragDepth(operation op, Value *value)
1572 Converter::handleSAMPLE(operation opr, Value *dst0[4])
1717 operation o
[all...]
/external/opencv/cv/src/
H A Dcvmorph.cpp170 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 );
1167 CV_ERROR( CV_StsBadArg, "unknown morphological operation" );
/external/bison/data/
H A Dglr.c705 /** During nondeterministic operation, yylookaheadNeeds tracks which
707 * operation, yylookaheadNeeds[0] is not maintained since it would merely
1241 deterministic operation or shifts a token. However, it doesn't
2299 specialized to deterministic operation (single stack, no
2402 YYDPRINTF ((stderr, "Returning to deterministic operation.\n"));
2436 YYDPRINTF ((stderr, "Returning to deterministic operation.\n"));
/external/chromium_org/ash/drag_drop/
H A Ddrag_drop_controller.cc158 int operation,
191 drag_operation_ = operation;
153 StartDragAndDrop( const ui::OSExchangeData& data, aura::Window* root_window, aura::Window* source_window, const gfx::Point& root_location, int operation, ui::DragDropTypes::DragEventSource source) argument
/external/chromium_org/chrome/browser/extensions/api/dial/
H A Ddial_service.cc221 bool DialServiceImpl::DialSocket::CheckResult(const char* operation, argument
224 VLOG(2) << "Operation " << operation << " result " << result;
/external/chromium_org/components/password_manager/core/browser/
H A Dpassword_syncable_service.cc365 DatabaseOperation operation,
370 PasswordStoreChangeList new_changes = (password_store_->*operation)(**it);
364 WriteEntriesToDatabase( DatabaseOperation operation, const PasswordForms& entries, PasswordStoreChangeList* all_changes) argument
/external/chromium_org/content/browser/browser_plugin/
H A Dbrowser_plugin_guest.cc382 int screen_x, int screen_y, blink::WebDragOperation operation) {
384 screen_x, screen_y, operation);
381 DragSourceEndedAt(int client_x, int client_y, int screen_x, int screen_y, blink::WebDragOperation operation) argument
/external/chromium_org/content/browser/media/
H A Dwebrtc_identity_store_backend.cc512 scoped_ptr<PendingOperation> operation(
515 pending_operations_.push_back(operation.release());
/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_context.cc494 // 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/bindings/scripts/
H A Dv8_interface.py309 elif stringifier.operation:
310 method.extended_attributes['ImplementedAs'] = stringifier.operation.name
347 # operation is a regular operation) or for static operations (if the
348 # operation is a static operation) with identifier id on interface I and
527 particular operation, constructor (specified with [Constructor] or
558 # 5. For each operation, extended attribute or callback function X in F:
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
H A DCSSAnimatableValueFactory.cpp440 if (ClipPathOperation* operation = style.clipPath())
441 return AnimatableClipPathOperation::create(operation);
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DTypingCommand.cpp341 TypingCommandLineOperation operation(this, selectInsertedText, text);
342 forEachLineInString(text, operation);
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
H A Dv3_crld.c374 static int dpn_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, argument
379 switch(operation)
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
H A Dvp9_idct_ssse3_x86_64.asm63 ; butterfly operation
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_fs_visitor.cpp230 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);
1529 switch (expr->operation) {
1571 brw_conditional_for_comparison(expr->operation);
1611 switch (expr->operation) {
1645 brw_conditional_for_comparison(expr->operation);
/external/guava/guava-tests/test/com/google/common/cache/
H A DCacheTesting.java372 * 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);
376 checkRecency(LoadingCache<Integer, Integer> cache, int maxSize, Receiver<ReferenceEntry<Integer, Integer>> operation) argument
/external/libunwind/doc/
H A Dlibunwind-setjmp.tex46 \item The correct operation of this library depends on the presence of
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs_visitor.cpp230 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);
1529 switch (expr->operation) {
1571 brw_conditional_for_comparison(expr->operation);
1611 switch (expr->operation) {
1645 brw_conditional_for_comparison(expr->operation);
/external/openssl/crypto/rsa/
H A Drsa_pmeth.c163 * -1 : illegal operation in FIPS mode.
482 if (!(ctx->operation &
490 if (!(ctx->operation & EVP_PKEY_OP_TYPE_CRYPT))
/external/srec/srec/AcousticModels/src/
H A DAcousticModelsImpl.c37 #define CHKINTARRAY(rc, list, operation) rc = operation; \
/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_impl.h156 blink::WebDragOperation operation) OVERRIDE;
H A Drender_view_host_unittest.cc131 virtual void UpdateDragCursor(blink::WebDragOperation operation) OVERRIDE {}

Completed in 939 milliseconds

<<11121314151617181920>>