/external/bison/data/ |
glr.c | 764 /** During nondeterministic operation, yylookaheadNeeds tracks which 766 * operation, yylookaheadNeeds[0] is not maintained since it would merely [all...] |
/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/skia/third_party/glu/libtess/ |
alg-outline | 187 numerical errors, but this does not affect the algorithm's 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];
|
/frameworks/base/core/java/android/content/ |
ContentProviderNative.java | 456 for (ContentProviderOperation operation : operations) { 457 operation.writeToParcel(data, 0);
|
/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/qemu/distrib/sdl-1.2.12/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 | 564 private static <T> long profileViewOperation(View view, final ViewOperation<T> operation) { 571 T[] data = operation.pre(); 574 operation.run(data); 577 operation.post(data); [all...] |
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/ |
nj_lib.h | 181 NJ_UINT8 operation; member in struct:__anon19681
|
/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/mesa3d/src/glsl/ |
ir_clone.cpp | 171 return new(mem_ctx) ir_expression(this->operation, this->type,
|
ir_to_llvm.cpp | 533 switch (ir->operation) { 590 return llvm_intrinsic_unop(ir->operation, ops[0]); 783 return llvm_intrinsic_unop(ir->operation, ops[0]); [all...] |
/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...] |