/external/webkit/WebCore/plugins/ |
D | PluginMainThreadScheduler.h | 54 class Call; variable 56 void dispatchCallsForPlugin(NPP, const Deque<Call>& calls); 57 typedef HashMap<NPP, Deque<Call> > CallQueueMap; 61 class Call { 63 Call(MainThreadFunction* function, void* userData) in Call() function
|
D | PluginMainThreadScheduler.cpp | 52 it->second.append(Call(function, userData)); in scheduleCall() 65 m_callQueueMap.set(npp, Deque<Call>()); in registerPlugin() 76 void PluginMainThreadScheduler::dispatchCallsForPlugin(NPP npp, const Deque<Call>& calls) in dispatchCallsForPlugin() 78 Deque<Call>::const_iterator end = calls.end(); in dispatchCallsForPlugin() 79 for (Deque<Call>::const_iterator it = calls.begin(); it != end; ++it) { in dispatchCallsForPlugin()
|
/external/ppp/pppd/plugins/radius/etc/ |
D | dictionary.ascend | 17 ATTRIBUTE Ascend-Call-Attempt-Limit 123 integer 18 ATTRIBUTE Ascend-Call-Block-Duration 124 integer 19 ATTRIBUTE Ascend-Maximum-Call-Duration 125 integer 71 ATTRIBUTE Ascend-Call-Type 177 integer 142 ATTRIBUTE Ascend-Call-By-Call 250 integer 176 VALUE Ascend-Call-Type Nailed 1 177 VALUE Ascend-Call-Type Nailed/Mpp 2 178 VALUE Ascend-Call-Type Perm/Switched 3
|
/external/icu4c/test/intltest/ |
D | idnaconf.cpp | 224 void IdnaConfTest::Call(){ in Call() function in IdnaConfTest 300 Call(); in Test() 336 Call(); // for last record in Test()
|
D | idnaconf.h | 46 void Call();
|
/external/libffi/src/s390/ |
D | sysv.S | 66 basr %r14,%r4 # Call ffi_prep_args 137 bas %r14,0(%r12,%r13) # Call helper 267 basr %r14,%r4 # Call ffi_prep_args 340 brasl %r14,ffi_closure_helper_SYSV # Call helper
|
/external/libffi/src/m68k/ |
D | sysv.S | 61 | Call ffi_prep_args 74 | Call the function
|
/external/openssl/crypto/pkcs7/ |
D | doc | 2 Call to set the type of PKCS7 object we are working on
|
/external/openssl/crypto/perlasm/ |
D | readme | 36 &function_end(name) Call at end of function. 38 &function_end_B(name) Call at end but with poping or 'ret'.
|
/external/webkit/WebCore/bridge/jni/ |
D | jni_jsobject.h | 52 Call, enumerator
|
D | jni_jsobject.mm | 212 case Call: { 302 // Call the function object. 647 context.type = Call;
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog-2002-12-03 | 628 * kjs/function.cpp: (FunctionImp::parameterString): Call ustring(). 635 * kjs/reference.cpp: (Reference::getValue): Call ustring(). 636 * kjs/regexp_object.cpp: (RegExpObjectImp::get): Call ustring(). 779 (StringObjectImp::construct): Call new StringInstanceImp constructor. Don't try 872 (InterpreterImp::mark): Call appropriate List method to do marking of 928 (ArrayInstanceImp::sort): Call pushUndefinedObjectsToEnd. 1498 (ValueImp::dispatchToObject): Call NumberImp::toObject in a "non-virtual" 1501 (ValueImp::dispatchGetBase): Call ValueImp::getBase in a "non-virtual" 1503 (ValueImp::dispatchGetPropertyName): Call ValueImp::getPropertyName in a 1505 (ValueImp::dispatchPutValue): Call ValueImp::putValue in a "non-virtual" [all …]
|
/external/zlib/old/ |
D | visual-basic.txt | 78 'Call subCompressFile(<path with filename to compress> [, <path with 80 'Call subUncompressFile(<path with filename to compress>)
|
/external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/ |
D | SDL_ikbdinterrupt.S | 190 | Call old MIDI interrupt
|
/external/skia/xcode/ports/ |
D | skia_mac.cp | 86 // Call the event loop
|
/external/webkit/WebCore/bridge/qt/ |
D | qt_runtime.h | 211 virtual int qt_metacall(QMetaObject::Call, int, void **argv);
|
/external/grub/ |
D | ChangeLog | 269 * stage2/asm.S (stop_floppy): Call pusha and popa outside the 464 (get_diskinfo): Call get_cdinfo if the drive is greater than or 913 * stage2/stage2.c (run_menu): Call setcursor instead of 915 Call setcursor with 1 before starting a boot entry. 1241 [!STAGE1_5] (console_getkey): Call translate_keycode. 1555 * stage2/stage2.c (run_menu): Call cls outside the loop to run 1874 (boot_func) [SUPPORT_NETBOOT]: Call cleanup_net. 2630 * stage2/builtins.c (embed_func): Call open_partition() even for 3006 * stage2/stage2.c (run_menu): Call check_password to check password. 3238 [HAVE_LIBCURSES_H && REFRESH_IMMEDIATELY]: Call refresh, to ease [all …]
|
/external/webkit/WebKit/mac/ |
D | ChangeLog | 429 Call the ProxyInstance method. 439 Call the plug-in host methods. 644 Call addValueToArray. 672 Call _WKPHNPObjectInvoke. 682 Call _WKPHNPObjectHasMethod to determine whether a method with the given name exists. 685 Call _WKPHNPObjectHasProperty to determine whether a property with the given name exists. 770 Call _WKPHGetScriptableNPObject and wait for a reply. 778 Call NetscapePluginInstanceProxy::createBindingsInstance. 953 Call _NPN_GetIntIdentifier. 959 Call identifierFromServerIdentifier. [all …]
|
D | ChangeLog-2002-12-03 | 983 (-[WebMainResourceClient handle:willSendRequest:]): Call super after we make our mods 1300 … (-[WebBridge reportClientRedirectTo:delay:fireDate:]): Call straight to the frame for all impl. 1301 (-[WebBridge reportClientRedirectCancelled]): Call straight to the frame for all impl. 1333 Call openURL: and pass headers in. 1447 (-[WebController _downloadURL:]): Call _downloadURL:toPath: with nil path. 1538 (-[WebHTMLView viewWillMoveToSuperview:]): Call removeSuperviewObservers. 1539 (-[WebHTMLView viewDidMoveToSuperview]): Call addSuperviewObservers. 1540 (-[WebHTMLView viewWillMoveToWindow:]): Call removeWindowObservers and 1542 (-[WebHTMLView viewDidMoveToWindow]): Call addWindowObservers and 1588 (-[WebHTMLView addMouseMovedObserver]): Call _frameOrBoundsChanged [all …]
|
/external/libffi/src/mips/ |
D | n32.S | 85 # Call ffi_prep_args 407 # Call ffi_closure_mips_inner_N32 to do the real work.
|
/external/libffi/src/arm/ |
D | sysv.S | 161 @ Call ffi_prep_args(stack, &ecif)
|
/external/qemu/distrib/sdl-1.2.12/ |
D | CREDITS | 8 * Scott Call, for making a home for SDL on the 'Net... Thanks! :)
|
/external/libffi/src/alpha/ |
D | osf.S | 160 # Call ffi_closure_osf_inner to do the bulk of the work.
|
/external/webkit/WebCore/ |
D | ChangeLog-2003-10-25 | 2430 (KHTMLPart::slotChildStarted): Call the frame function by its new name, childFrame. 2438 … * khtml/xml/dom_docimpl.cpp: (DocumentImpl::ownerElement): Call the frame function by its new 2462 Call setFocusNode(0) instead of explicitly sending a blur event, otherwise 2482 * khtml/rendering/render_form.cpp: (RenderTextArea::calcMinMaxWidth): Call the QTextEdit 2973 …* kwq/KWQPainter.mm: (QPainter::clearShadow): Call CGContextSetShadowWithColor with a color of NUL… 3156 (CSSMediaRuleImpl::append): Call insertRule. 3158 (CSSRuleListImpl::append): Call insertRule to cover all the relevant 3693 * kwq/KWQListBox.mm: (QListBox::QListBox): Call releaseGState on the clip view 4532 (-[KWQTextAreaTextView keyDown:]): Call interceptKeyEvent before handling each 4543 (-[KWQTextField textView:shouldHandleEvent:]): Call interceptKeyEvent before [all …]
|
/external/webkit/WebKit/mac/WebCoreSupport/ |
D | WebChromeClient.mm | 341 // Call the old version of the delegate method if it is implemented. 356 // Call the old version of the delegate method if it is implemented. 373 // Call the old version of the delegate method if it is implemented.
|