HomeSort by relevance Sort by last modified time
    Searched refs:bindings (Results 1 - 25 of 93) sorted by null

1 2 3 4

  /external/webkit/Source/WebCore/
Android.v8bindings.mk 31 $(LOCAL_PATH)/bindings/v8 \
32 $(LOCAL_PATH)/bindings/v8/custom \
33 $(LOCAL_PATH)/bindings/v8/specialization \
39 $(WEBCORE_INTERMEDIATES_PATH)/bindings \
44 bindings/ScriptControllerBase.cpp \
46 bindings/v8/ChildThreadDOMData.cpp \
47 bindings/v8/DateExtension.cpp \
48 bindings/v8/DOMData.cpp \
49 bindings/v8/DOMDataStore.cpp \
50 bindings/v8/DOMWrapperWorld.cpp
    [all...]
Android.derived.v8bindings.mk 27 $(LOCAL_PATH)/bindings/scripts/CodeGenerator.pm \
28 $(LOCAL_PATH)/bindings/scripts/CodeGeneratorV8.pm \
29 $(LOCAL_PATH)/bindings/scripts/IDLParser.pm \
30 $(LOCAL_PATH)/bindings/scripts/IDLStructure.pm \
31 $(LOCAL_PATH)/bindings/scripts/generate-bindings.pl
44 $(intermediates)/bindings/V8CSSCharsetRule.h \
45 $(intermediates)/bindings/V8CSSFontFaceRule.h \
46 $(intermediates)/bindings/V8CSSImportRule.h \
47 $(intermediates)/bindings/V8CSSMediaRule.h
    [all...]
  /external/webkit/Source/WebCore/xml/
XPathVariableReference.cpp 45 HashMap<String, String>& bindings = evaluationContext().variableBindings; local
46 if (!bindings.contains(m_name))
49 return bindings.get(m_name);
  /external/chromium/net/proxy/
proxy_resolver_js_bindings_unittest.cc 117 scoped_ptr<ProxyResolverJSBindings> bindings(
125 EXPECT_FALSE(bindings->DnsResolve("", &ip_address));
129 EXPECT_TRUE(bindings->DnsResolve("google.com", &ip_address));
134 EXPECT_FALSE(bindings->DnsResolve("fail", &ip_address));
144 scoped_ptr<ProxyResolverJSBindings> bindings(
150 EXPECT_TRUE(bindings->MyIpAddress(&my_ip_address));
171 scoped_ptr<ProxyResolverJSBindings> bindings(
201 EXPECT_TRUE(bindings->MyIpAddress(&ip_address));
204 EXPECT_TRUE(bindings->DnsResolve("foo", &ip_address));
207 EXPECT_TRUE(bindings->DnsResolve("foo2", &ip_address))
    [all...]
proxy_resolver_v8_unittest.cc 21 // Javascript bindings for ProxyResolverV8, which returns mock values.
22 // Each time one of the bindings is called into, we push the input into a
84 // This is the same as ProxyResolverV8, but it uses mock bindings in place of
85 // the default bindings, and has a helper function to load PAC scripts from
143 // No bindings were called, so no log entries.
226 MockJSBindings* bindings = resolver.mock_js_bindings(); local
227 EXPECT_EQ(0U, bindings->alerts.size());
228 ASSERT_EQ(1U, bindings->errors.size());
230 bindings->errors[0]);
231 EXPECT_EQ(-1, bindings->errors_line_number[0])
260 MockJSBindings* bindings = resolver.mock_js_bindings(); local
313 MockJSBindings* bindings = resolver.mock_js_bindings(); local
397 MockJSBindings* bindings = resolver.mock_js_bindings(); local
445 MockJSBindings* bindings = resolver.mock_js_bindings(); local
538 MockJSBindings* bindings = resolver.mock_js_bindings(); local
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
Makefile 22 include $(LEVEL)/bindings/ocaml/Makefile.ocaml
  /external/chromium/net/data/proxy_resolver_v8_unittest/
binding_from_global.js 1 // Calls a bindings outside of FindProxyForURL(). This causes the code to
international_domain_names.js 9 // the C++ end the bindings were passed the punycode equivalent of this
bindings.js 3 // verifying the correct C++ bindings were reached with expected values.
23 // bindings will return '127.0.0.1'.
40 // to alert in the bindings.
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
Makefile 24 include $(LEVEL)/bindings/ocaml/Makefile.ocaml
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Makefile 25 include $(LEVEL)/bindings/ocaml/Makefile.ocaml
myocamlbuild.ml 10 dep ["link"; "ocaml"; "use_bindings"] ["bindings.o"];;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Makefile 25 include $(LEVEL)/bindings/ocaml/Makefile.ocaml
myocamlbuild.ml 10 dep ["link"; "ocaml"; "use_bindings"] ["bindings.o"];;
  /external/webkit/Source/WebCore/bindings/v8/
npruntime_priv.h 30 #include <bindings/npruntime.h>
NPV8Object.h 37 // the Chromium source repository under third_party/npapi/bindings.
40 #include <bindings/npruntime.h>
V8NPUtils.h 34 #include <bindings/npruntime.h>
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
Messages.java 68 * @param bindings An array of objects to be inserted into the message
71 public static String bind(String message, Object[] bindings) {
72 return MessageFormat.format(message, bindings);
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
myocamlbuild.ml 10 dep ["link"; "ocaml"; "use_bindings"] ["bindings.o"];;
Makefile 34 include $(LEVEL)/bindings/ocaml/Makefile.ocaml
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
myocamlbuild.ml 10 dep ["link"; "ocaml"; "use_bindings"] ["bindings.o"];;
Makefile 34 include $(LEVEL)/bindings/ocaml/Makefile.ocaml
  /external/v8/test/mjsunit/harmony/
block-conflicts.js 30 // Test for conflicting variable bindings.
102 // Test conflicting let/var bindings.
112 // Test conflicting let/let bindings.
122 // Test conflicting parameter/let bindings.
126 // Test conflicting catch/var bindings.
131 // Test conflicting parameter/var bindings.
  /external/llvm/test/Bindings/Ocaml/
ext_exc.ml 7 * want the let _ bindings executed, see http://caml.inria.fr/mantis/view.php?id=4166 *)
  /external/webkit/Tools/Scripts/
clean-header-guards 19 %r|bindings/objc|,

Completed in 1233 milliseconds

1 2 3 4