Searched defs:au (Results 1 - 17 of 17) sorted by relevance

/openjdk10/langtools/test/tools/javac/lambda/
H A DMostSpecific06.java26 <U> U m(Predicate<U> p, List<U> lu, ArrayList<U> au) { return null; } argument
29 <U> U m(ExtPredicate<U> ep, ArrayList<U> au, List<U> lu) { return null; } argument
H A DMostSpecific07.java28 <U, V> U m(Predicate<U, V> p, List<U> lu, ArrayList<U> au, V v) { return null; } argument
30 <U, V> U m(ExtPredicate<U, V> ep, ArrayList<U> au, List<U> lu, V v) { return null; } argument
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/api/
H A DBridge.java219 public final @NotNull T unmarshal(@NotNull XMLStreamReader in, @Nullable AttachmentUnmarshaller au) throws JAXBException { argument
251 public final @NotNull T unmarshal(@NotNull Source in, @Nullable AttachmentUnmarshaller au) throws JAXBException { argument
306 public final @NotNull T unmarshal(@NotNull Node n, @Nullable AttachmentUnmarshaller au) throws JAXBException { argument
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/spi/db/
H A DOldBridge.java221 public final @NotNull T unmarshal(@NotNull XMLStreamReader in, @Nullable AttachmentUnmarshaller au) throws JAXBException { argument
253 public final @NotNull T unmarshal(@NotNull Source in, @Nullable AttachmentUnmarshaller au) throws JAXBException { argument
308 public final @NotNull T unmarshal(@NotNull Node n, @Nullable AttachmentUnmarshaller au) throws JAXBException { argument
H A DWrapperBridge.java189 public final T unmarshal(Node n, AttachmentUnmarshaller au) throws JAXBException { argument
196 public final T unmarshal(Source in, AttachmentUnmarshaller au) throws JAXBException { argument
203 public final T unmarshal(XMLStreamReader in, AttachmentUnmarshaller au) throws JAXBException { argument
H A DXMLBridge.java159 public @NotNull T unmarshal(@NotNull XMLStreamReader in, @Nullable AttachmentUnmarshaller au) throws JAXBException; argument
183 public @NotNull T unmarshal(@NotNull Source in, @Nullable AttachmentUnmarshaller au) throws JAXBException; argument
227 public @NotNull T unmarshal(@NotNull Node n, @Nullable AttachmentUnmarshaller au) throws JAXBException; argument
H A DRepeatedElementBridge.java100 public T unmarshal(XMLStreamReader in, AttachmentUnmarshaller au) throws JAXBException { argument
105 public T unmarshal(Source in, AttachmentUnmarshaller au) throws JAXBException { argument
115 public T unmarshal(Node n, AttachmentUnmarshaller au) throws JAXBException { argument
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/db/glassfish/
H A DWrapperBridge.java133 public final T unmarshal(Node n, AttachmentUnmarshaller au) throws JAXBException { argument
140 public final T unmarshal(Source in, AttachmentUnmarshaller au) throws JAXBException { argument
147 public final T unmarshal(XMLStreamReader in, AttachmentUnmarshaller au) throws JAXBException { argument
H A DBridgeWrapper.java215 public final T unmarshal(Node n, AttachmentUnmarshaller au) argument
225 public final T unmarshal(Source in, AttachmentUnmarshaller au) argument
255 public final T unmarshal(XMLStreamReader in, AttachmentUnmarshaller au) argument
/openjdk10/hotspot/src/share/vm/services/
H A DgcNotifier.cpp112 objArrayOop au = oopFactory::new_objArray(mu_klass, MemoryService::num_memory_pools(), CHECK_NH); local
H A Dmanagement.cpp1886 objArrayOop au = get_memory_usage_objArray(gc_stat->usage_after_gc, variable
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DMTOMDecorator.java46 private final AttachmentUnmarshaller au; field in class:MTOMDecorator
67 public MTOMDecorator(UnmarshallerImpl parent,XmlVisitor next, AttachmentUnmarshaller au) { argument
H A DUnmarshallerImpl.java520 public void setAttachmentUnmarshaller(AttachmentUnmarshaller au) { argument
/openjdk10/jaxws/src/java.xml.bind/share/classes/javax/xml/bind/
H A DUnmarshaller.java1057 void setAttachmentUnmarshaller(AttachmentUnmarshaller au); argument
/openjdk10/jaxws/src/java.xml.bind/share/classes/javax/xml/bind/helpers/
H A DAbstractUnmarshallerImpl.java410 public void setAttachmentUnmarshaller(AttachmentUnmarshaller au) { argument
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DBindRed.java87 public void attributeUse(XSAttributeUse au) { argument
/openjdk10/nashorn/test/script/basic/
H A DJDK-8017084.js

Completed in 141 milliseconds