HomeSort by relevance Sort by last modified time
    Searched refs:operation (Results 326 - 350 of 572) sorted by null

<<11121314151617181920>>

  /external/eigen/blas/
sspr.f 14 * SSPR performs the symmetric rank 1 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/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/qemu/hw/
bt-hid.c 169 static void bt_hid_send_control(struct bt_hid_device_s *s, int operation)
172 (BT_HID_CONTROL << 4) | operation;
  /external/srec/srec/AcousticModels/src/
AcousticModelsImpl.c 37 #define CHKINTARRAY(rc, list, operation) rc = operation; \
  /external/v8/test/mjsunit/compiler/
expression-trees.js 30 // Given a binary operation string and an ordered array of leaf
  /external/v8/tools/
tickprocessor.js 89 V8Profile.prototype.handleUnknownCode = function(operation, addr) {
90 var op = Profile.Operation;
91 switch (operation) {
198 operation, addr, opt_stackPos) {
199 var op = Profile.Operation;
200 switch (operation) {
profile.js 59 Profile.Operation = {
79 * Called whenever the specified operation has failed finding a function
81 * See the Profile.Operation enum for the list of
84 * @param {number} operation Operation.
91 operation, addr, opt_stackPos) {
189 this.handleUnknownCode(Profile.Operation.MOVE, from);
203 this.handleUnknownCode(Profile.Operation.DELETE, start);
262 Profile.Operation.TICK, stack[i], i);
  /external/webkit/Source/WebKit/qt/Api/
qgraphicswebview.cpp 711 \fn void QGraphicsWebView::load(const QNetworkRequest &request, QNetworkAccessManager::Operation operation, const QByteArray &body)
713 Loads a network request, \a request, using the method specified in \a operation.
723 QNetworkAccessManager::Operation operation,
726 page()->mainFrame()->load(request, operation, body);
qwebview.cpp 435 \fn void QWebView::load(const QNetworkRequest &request, QNetworkAccessManager::Operation operation, const QByteArray &body)
437 Loads a network request, \a request, using the method specified in \a operation.
447 QNetworkAccessManager::Operation operation,
450 page()->mainFrame()->load(request, operation, body);
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
WebDragClientMac.mm 86 [image drawInRect:NSMakeRect(0, 0, bitmap->size().width(), bitmap->size().height()) fromRect:NSZeroRect operation:NSCompositeSourceOver fraction:1 respectFlipped:YES hints:nil];
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
AdtProjectTest.java 51 import org.eclipse.jface.operation.IRunnableContext;
52 import org.eclipse.jface.operation.IRunnableWithProgress;
  /external/chromium/net/tools/dump_cache/
dump_files.cc 74 printf("operation: %d\n", header.lru.operation);
75 printf("operation list: %d\n", header.lru.operation_list);
  /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/qemu/distrib/sdl-1.2.15/src/video/vgl/
SDL_vglevents.c 92 mouseinfo.operation = MOUSE_GETINFO;
  /frameworks/base/core/java/android/text/
SpannableStringBuilder.java     [all...]
  /frameworks/base/core/java/android/view/
ViewDebug.java 601 private static <T> long profileViewOperation(View view, final ViewOperation<T> operation) {
608 T[] data = operation.pre();
611 operation.run(data);
614 operation.post(data);
    [all...]
  /hardware/qcom/display/libhwcomposer/
hwc_utils.cpp 799 if(metadata && (metadata->operation & PP_PARAM_INTERLACED) &&
824 ((metadata->operation & PP_PARAM_HSIC)
825 || (metadata->operation & PP_PARAM_IGC)
826 || (metadata->operation & PP_PARAM_SHARP2))) {
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
nj_lib.h 181 NJ_UINT8 operation; member in struct:__anon22255
  /external/webkit/Source/WebKit2/UIProcess/win/
WebView.cpp     [all...]
  /external/chromium/sdch/open-vcdiff/vsprojects/
vcdiff_test.bat 54 && ( echo vcdiff without operation argument should fail, but succeeded ^
375 rem The decode operation ignores the -target_matches option.
  /external/open-vcdiff/vsprojects/
vcdiff_test.bat 54 && ( echo vcdiff without operation argument should fail, but succeeded ^
375 rem The decode operation ignores the -target_matches option.
  /external/openssl/crypto/evp/
evp_locl.h 268 /* Method associated with this operation */
276 /* Actual operation */
277 int operation; member in struct:evp_pkey_ctx_st
  /external/oprofile/events/mips/1004K/
events 92 event:0x3a counters:0 um:zero minimum:500 name:EVICTION_COUNT : 58-0 Cache lines written back due to cache replacement or non-coherent cache operation
169 event:0x43a counters:1 um:zero minimum:500 name:WRITEBACK_COUNT : 58-1 Cache lines written back due to cache replacement or any cache operation (non-coherent, self, or external coherent)
  /external/webkit/Tools/DumpRenderTree/mac/
EventSendingController.mm 419 // Per NSDragging.h: draggingSources may not implement draggedImage:endedAt:operation:
420 if ([[draggingInfo draggingSource] respondsToSelector:@selector(draggedImage:endedAt:operation:)])
421 [[draggingInfo draggingSource] draggedImage:[draggingInfo draggedImage] endedAt:lastMousePosition operation:dragOperation];
    [all...]

Completed in 1418 milliseconds

<<11121314151617181920>>