HomeSort by relevance Sort by last modified time
    Searched full:bindings (Results 76 - 100 of 394) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/services/java/com/android/server/am/
ServiceRecord.java 63 final HashMap<Intent.FilterComparison, IntentBindRecord> bindings field in class:ServiceRecord
65 // All active bindings to the service.
176 if (bindings.size() > 0) {
177 Iterator<IntentBindRecord> it = bindings.values().iterator();
178 pw.print(prefix); pw.println("Bindings:");
221 IntentBindRecord i = bindings.get(filter);
224 bindings.put(filter, i);
  /external/webkit/WebCore/bridge/c/
c_class.cpp 38 namespace JSC { namespace Bindings {
117 } } // namespace JSC::Bindings
c_utility.h 43 namespace Bindings {
  /external/webkit/WebCore/bridge/jni/
jni_jsobject.h 47 namespace Bindings {
108 } // namespace Bindings
jni_objc.mm 36 using namespace JSC::Bindings;
49 bool JSC::Bindings::dispatchJNICall(ExecState* exec, const void* targetAppletView, jobject obj, bool isStatic, JNIType returnType, jmethodID methodID, jvalue* args, jvalue &result, const char*, JSValue& exceptionDescription)
  /external/webkit/WebCore/bridge/jsc/
BridgeJSC.h 45 namespace Bindings {
145 } // namespace Bindings
  /external/webkit/WebCore/bridge/objc/
objc_runtime.h 35 namespace Bindings {
127 } // namespace Bindings
  /external/webkit/WebCore/bridge/
runtime_method.cpp 38 using namespace Bindings;
44 RuntimeMethod::RuntimeMethod(ExecState* exec, const Identifier& ident, Bindings::MethodList& m)
  /external/webkit/WebKit/mac/Configurations/
Base.xcconfig 72 // building the MiG bindings for WebKitPluginClient even when the functions that the bindings wrap are not built.
  /external/dbus/
README 37 the bindings to GLib, Qt, Python, Mono, Java, or whatever. These
38 bindings have varying levels of completeness and are maintained as
148 NOTE ABOUT HIGH-LEVEL BINDINGS
150 Note that the high-level bindings are _separate projects_ from the
INSTALL 15 build bindings for GLib, Qt, Qt3, Python and Mono based on what tools
48 GLib Bindings
59 Qt Bindings
82 Qt 3 Bindings
89 Mono Bindings
100 Python Bindings
  /external/iproute2/tc/
README.last 33 bindings to real time. However, taking into account Linux
  /external/qemu/distrib/sdl-1.2.12/
README 21 SDL is written in C, but works with C++ natively, and has bindings to
  /external/webkit/WebCore/bindings/js/
ScriptControllerGtk.cpp 40 PassRefPtr<JSC::Bindings::Instance> ScriptController::createScriptInstanceForWidget(Widget* widget)
ScriptControllerHaiku.cpp 37 PassRefPtr<JSC::Bindings::Instance> ScriptController::createScriptInstanceForWidget(Widget* widget)
  /external/webkit/WebCore/bridge/jni/v8/
JNIBridgeV8.cpp 29 using namespace JSC::Bindings;
  /external/webkit/WebCore/css/
CSSMediaRule.h 29 #include "PlatformString.h" // needed so bindings will compile
  /external/webkit/WebCore/dom/
MessageEvent.idl 42 // There's no good way to expose an array via the ObjC bindings, so for now just expose a single port.
  /external/webkit/WebCore/workers/
DedicatedWorkerContext.idl 46 // There's no good way to expose an array via the ObjC bindings, so for now just allow passing in a single port.
Worker.idl 42 // There's no good way to expose an array via the ObjC bindings, so for now just allow passing in a single port.
  /external/webkit/WebKit/android/jni/
MIMETypeRegistry.cpp 42 JNIEnv* env = JSC::Bindings::getJNIEnv();
WebViewCore.cpp 184 JNIEnv* env = JSC::Bindings::getJNIEnv();
367 JNIEnv* env = JSC::Bindings::getJNIEnv();
668 JNIEnv* env = JSC::Bindings::getJNIEnv();
    [all...]
  /external/webkit/WebKit/mac/Plugins/Hosted/
ProxyInstance.mm 41 using namespace JSC::Bindings;
47 class ProxyClass : public JSC::Bindings::Class {
69 class ProxyField : public JSC::Bindings::Field {
95 class ProxyMethod : public JSC::Bindings::Method {
131 JSC::Bindings::Class *ProxyInstance::getClass() const
  /external/webkit/WebCore/
WebCore.pri 559 wmlnames.commands = perl -I$$PWD/bindings/scripts $$wmlnames.wkScript --tags $$PWD/wml/WMLTagNames.in --attrs $$PWD/wml/WMLAttributeNames.in --extraDefines \"$${DEFINES}\" --preprocessor \"$${QMAKE_MOC} -E\" --factory --wrapperFactory --outputDir $$WC_GENERATED_SOURCES_DIR
569 svgnames.commands = perl -I$$PWD/bindings/scripts $$svgnames.wkScript --tags $$PWD/svg/svgtags.in --attrs $$PWD/svg/svgattrs.in --extraDefines \"$${DEFINES}\" --preprocessor \"$${QMAKE_MOC} -E\" --factory --wrapperFactory --outputDir $$WC_GENERATED_SOURCES_DIR
577 xlinknames.commands = perl -I$$PWD/bindings/scripts $$xlinknames.wkScript --attrs $$PWD/svg/xlinkattrs.in --preprocessor \"$${QMAKE_MOC} -E\" --outputDir $$WC_GENERATED_SOURCES_DIR
601 idl.wkScript = $$PWD/bindings/scripts/generate-bindings.pl
602 idl.commands = perl -I$$PWD/bindings/scripts $$idl.wkScript --defines \"$${FEATURE_DEFINES_JAVASCRIPT}\" --generator JS --include $$PWD/dom --include $$PWD/html --include $$PWD/xml --include $$PWD/svg --outputDir $$WC_GENERATED_SOURCES_DIR --preprocessor \"$${QMAKE_MOC} -E\" ${QMAKE_FILE_NAME}
603 idl.depends = $$PWD/bindings/scripts/CodeGenerator.pm \
604 $$PWD/bindings/scripts/CodeGeneratorJS.pm \
605 $$PWD/bindings/scripts/IDLParser.pm \
606 $$PWD/bindings/scripts/IDLStructure.pm
    [all...]
ChangeLog-2006-05-10 9 * bindings/objc/DOM.mm:
53 * bindings/js/kjs_window.cpp: (KJS::isSeparator): Take a UChar, not a KJS::UChar.
115 * bindings/js/JSXMLSerializer.cpp:
123 * bindings/js/kjs_css.cpp: (KJS::cssPropertyName):
126 * bindings/js/kjs_proxy.cpp: (WebCore::KJSProxy::evaluate):
129 * bindings/js/kjs_window.cpp: (KJS::isSeparator):
132 * bindings/objc/DOMInternal.mm:
    [all...]

Completed in 309 milliseconds

1 2 34 5 6 7 8 91011>>