Searched refs:bind (Results 1 - 25 of 1368) sorted by relevance

1234567891011>>

/openjdk10/nashorn/test/script/basic/
H A Dfuncbind2.js25 * Test the functionality of Function.prototype.bind.
38 (f.bind(null))();
39 (v.bind(null))();
42 (f.bind(boundThis))();
43 (v.bind(boundThis))();
45 (f.bind(boundThis))("a0");
46 (v.bind(boundThis))("a1");
48 (f.bind(boundThis, "a2"))();
49 (v.bind(boundThis, "a3"))();
51 (f.bind(boundThi
[all...]
H A DNASHORN-270.js25 * NASHORN-270 : Global is not received as 'this' in a bound function when bind was called with undefined 'thisArg'
40 f.bind()();
45 f.bind()();
/openjdk10/jaxws/src/java.xml.bind/share/classes/javax/xml/bind/
H A Dpackage-info.java51 package javax.xml.bind;
H A DElement.java26 package javax.xml.bind;
H A DParseConversionEvent.java26 package javax.xml.bind;
H A DNotIdentifiableEvent.java26 package javax.xml.bind;
H A DPrintConversionEvent.java26 package javax.xml.bind;
H A DValidationEventHandler.java26 package javax.xml.bind;
69 * @see javax.xml.bind.util.ValidationEventCollector
/openjdk10/jaxws/src/java.xml.bind/share/classes/javax/xml/bind/util/
H A Dpackage-info.java45 package javax.xml.bind.util;
/openjdk10/jaxws/src/java.xml.bind/share/classes/javax/xml/bind/helpers/
H A Dpackage-info.java28 * some of the <code>javax.xml.bind</code> interfaces.
50 package javax.xml.bind.helpers;
/openjdk10/jaxws/src/java.xml.bind/share/classes/javax/xml/bind/annotation/adapters/
H A Dpackage-info.java27 * {@link javax.xml.bind.annotation.adapters.XmlAdapter} and its spec-defined
46 package javax.xml.bind.annotation.adapters;
/openjdk10/nashorn/samples/
H A Djavabind.js32 // bind on a Java method
34 // #javascript "bind" function
35 var bind = Function.prototype.bind;
41 var readName = bind.call(console.readLine, console, "Your name: ");
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/
H A DValidationEventLocatorEx.java26 package com.sun.xml.internal.bind;
28 import javax.xml.bind.ValidationEventLocator;
42 * If you obtain a reference to {@link javax.xml.bind.ValidationEventLocator},
/openjdk10/jdk/test/javax/xml/bind/marshal/8134111/testTypes/
H A Dpackage-info.java24 @javax.xml.bind.annotation.XmlSchema(
26 elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/api/
H A Dpackage-info.java40 package com.sun.xml.internal.bind.api;
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/model/impl/
H A Dpackage-info.java27 * Implementation of the com.sun.xml.internal.bind.j2s.model package.
29 package com.sun.xml.internal.bind.v2.model.impl;
/openjdk10/jaxws/src/java.xml.bind/share/classes/javax/xml/bind/annotation/
H A DXmlNsForm.java26 package javax.xml.bind.annotation;
31 * <p>See "Package Specification" in javax.xml.bind.package javadoc for
H A DXmlAccessOrder.java26 package javax.xml.bind.annotation;
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/bytecode/
H A Dpackage-info.java29 package com.sun.xml.internal.bind.v2.bytecode;
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/model/nav/
H A Dpackage-info.java29 package com.sun.xml.internal.bind.v2.model.nav;
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/
H A Dpackage-info.java31 * This module provides code that implements {@link javax.xml.bind.JAXBContext}.
40 * <li>{@link com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl} builds itself by reading the model and
49 * <dt>{@link com.sun.xml.internal.bind.v2.model model}
53 * <dt>{@link com.sun.xml.internal.bind.v2.runtime XML I/O}
59 * The classes <b>NOT</b> in the {@link com.sun.xml.internal.bind.v2} package (and its subpackages)
128 * Model construction happens inside {@link javax.xml.bind.JAXBContext#newInstance(Class[])}.
142 * The following picture illustrates how the {@link javax.xml.bind.JAXBContext#newInstance(Class[])} method
146 package com.sun.xml.internal.bind.v2;
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/runtime/output/
H A Dpackage-info.java29 package com.sun.xml.internal.bind.v2.runtime.output;
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/runtime/
H A Dpackage-info.java29 package com.sun.xml.internal.bind.v2.runtime;
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/model/annotation/
H A Dpackage-info.java29 package com.sun.xml.internal.bind.v2.model.annotation;
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/runtime/reflect/
H A Dpackage-info.java29 package com.sun.xml.internal.bind.v2.runtime.reflect;

Completed in 198 milliseconds

1234567891011>>