Searched refs:with (Results 1 - 25 of 231) sorted by relevance

12345678910

/openjdk10/jdk/test/tools/jlink/bindservices/src/m3/
H A Dmodule-info.java16 * 2 along with this work; if not, write to the Free Software Foundation,
26 provides p2.T with p3.Impl;
27 provides p3.S with p3.MyProvider;
/openjdk10/jaxp/test/javax/xml/jaxp/module/ServiceProviderTest/src/xmlprovider1/
H A Dmodule-info.java16 * 2 along with this work; if not, write to the Free Software Foundation,
27 provides javax.xml.parsers.DocumentBuilderFactory with xp1.DocumentBuilderFactoryImpl;
28 provides javax.xml.parsers.SAXParserFactory with xp1.SAXParserFactoryImpl;
29 provides javax.xml.stream.XMLInputFactory with xp1.XMLInputFactoryImpl;
30 provides javax.xml.stream.XMLOutputFactory with xp1.XMLOutputFactoryImpl;
31 provides javax.xml.transform.TransformerFactory with xp1.TransformerFactoryImpl;
32 provides javax.xml.validation.SchemaFactory with xp1.SchemaFactoryImpl;
33 provides javax.xml.xpath.XPathFactory with xp1.XPathFactoryImpl;
/openjdk10/jaxp/test/javax/xml/jaxp/module/ServiceProviderTest/src/DefaultFactoryWrapperTest/xmlwrapperprovider/
H A Dmodule-info.java16 * 2 along with this work; if not, write to the Free Software Foundation,
27 provides javax.xml.parsers.DocumentBuilderFactory with xwp.DocumentBuilderFactoryWrapper;
28 provides javax.xml.parsers.SAXParserFactory with xwp.SAXParserFactoryWrapper;
29 provides javax.xml.stream.XMLInputFactory with xwp.XMLInputFactoryWrapper;
30 provides javax.xml.stream.XMLOutputFactory with xwp.XMLOutputFactoryWrapper;
31 provides javax.xml.transform.TransformerFactory with xwp.TransformerFactoryWrapper;
32 provides javax.xml.validation.SchemaFactory with xwp.SchemaFactoryWrapper;
33 provides javax.xml.xpath.XPathFactory with xwp.XPathFactoryWrapper;
34 provides javax.xml.datatype.DatatypeFactory with xwp.DatatypeFactoryWrapper;
35 provides javax.xml.stream.XMLEventFactory with xw
[all...]
/openjdk10/jdk/test/java/lang/ModuleLayer/src/m4/
H A Dmodule-info.java16 * 2 along with this work; if not, write to the Free Software Foundation,
26 provides p.Service with impl.ServiceImpl;
/openjdk10/jdk/test/java/util/ServiceLoader/modules/test1/
H A Dmodule-info.java16 * 2 along with this work; if not, write to the Free Software Foundation,
31 provides p.Service with p.ProviderFactory;
/openjdk10/jdk/test/java/util/ServiceLoader/modules/p1/
H A Dmodule-info.java16 * 2 along with this work; if not, write to the Free Software Foundation,
25 provides p.S with q.P;
/openjdk10/jdk/test/java/util/ServiceLoader/modules/p2/
H A Dmodule-info.java16 * 2 along with this work; if not, write to the Free Software Foundation,
25 provides p.S with q.P;
/openjdk10/jdk/test/java/util/ServiceLoader/modules/test2/
H A Dmodule-info.java16 * 2 along with this work; if not, write to the Free Software Foundation,
30 provides p.Service with p.Provider;
/openjdk10/langtools/test/tools/javac/diags/examples/ServiceImplMustBeSubtypeOfServiceIntf/
H A Dmodule-info.java16 * 2 along with this work; if not, write to the Free Software Foundation,
28 provides java.lang.String with java.io.File;
/openjdk10/langtools/test/tools/javac/diags/examples/ServiceImplNotPublic/
H A Dmodule-info.java16 * 2 along with this work; if not, write to the Free Software Foundation,
26 provides example.SomeService with example.ServiceImpl;
/openjdk10/langtools/test/tools/javac/diags/examples/ServiceImplementationNoArgsConstructorNotPublic/
H A Dmodule-info.java16 * 2 along with this work; if not, write to the Free Software Foundation,
28 provides exported.Service with impl.ServiceImplementation;
/openjdk10/langtools/test/tools/javac/diags/examples/ServiceImplementationNotInRightModule/modulesourcepath/m2x/
H A Dmodule-info.java16 * 2 along with this work; if not, write to the Free Software Foundation,
26 provides exported.Service with exported.ServiceImplementation;
/openjdk10/langtools/test/tools/javac/diags/examples/ServiceProvidedButNotExportedOrUsed/modulesourcepath/m/
H A Dmodule-info.java16 * 2 along with this work; if not, write to the Free Software Foundation,
25 provides p1.C1 with p2.C2;
/openjdk10/langtools/test/tools/javac/diags/examples/ServiceImplProviderReturnMustBeSubtypeOfServiceIntf/modulesourcepath/m/
H A Dmodule-info.java16 * 2 along with this work; if not, write to the Free Software Foundation,
25 provides java.lang.String with impl.Impl;
/openjdk10/langtools/test/tools/javac/diags/examples/ServiceImplementationDoesntHaveANoArgsConstructor/
H A Dmodule-info.java16 * 2 along with this work; if not, write to the Free Software Foundation,
28 provides exported.Service with impl.ServiceImplementation;
/openjdk10/langtools/test/tools/javac/diags/examples/ServiceImplementationIsAbstract/
H A Dmodule-info.java16 * 2 along with this work; if not, write to the Free Software Foundation,
28 provides exported.Service with impl.ServiceImplementation;
/openjdk10/langtools/test/tools/javac/diags/examples/RepeatedProvidesForService/modulesourcepath/m/
H A Dmodule-info.java3 provides p.I with p.A;
4 provides p.I with p.B;
/openjdk10/jaxp/test/javax/xml/jaxp/module/ServiceProviderTest/src/xmlprovider2/
H A Dmodule-info.java16 * 2 along with this work; if not, write to the Free Software Foundation,
27 provides javax.xml.datatype.DatatypeFactory with xp2.DatatypeFactoryImpl;
28 provides javax.xml.stream.XMLEventFactory with xp2.XMLEventFactoryImpl;
29 provides org.xml.sax.XMLReader with xp2.XMLReaderImpl;
/openjdk10/jdk/test/java/util/ServiceLoader/security/test/
H A Dmodule-info.java16 * 2 along with this work; if not, write to the Free Software Foundation,
29 provides S1 with P1;
30 provides S2 with P2;
/openjdk10/jdk/test/tools/jlink/bindservices/src/m2/
H A Dmodule-info.java16 * 2 along with this work; if not, write to the Free Software Foundation,
28 provides p1.S with p2.Impl;
29 provides p2.T with p2.Impl;
/openjdk10/langtools/test/tools/jdeps/modules/src/provider/
H A Dmodule-info.java16 * 2 along with this work; if not, write to the Free Software Foundation,
25 provides java.util.spi.ToolProvider with
33 provides p.Service.I.J with p.Provider.Impl;
/openjdk10/jdk/src/jdk.crypto.ec/share/classes/
H A Dmodule-info.java18 * 2 along with this work; if not, write to the Free Software Foundation,
35 provides java.security.Provider with sun.security.ec.SunEC;
/openjdk10/jdk/src/jdk.crypto.ucrypto/solaris/classes/
H A Dmodule-info.java18 * 2 along with this work; if not, write to the Free Software Foundation,
34 provides java.security.Provider with com.oracle.security.ucrypto.UcryptoProvider;
/openjdk10/jdk/src/java.smartcardio/share/classes/
H A Dmodule-info.java18 * 2 along with this work; if not, write to the Free Software Foundation,
35 provides java.security.Provider with
/openjdk10/jdk/src/jdk.crypto.mscapi/windows/classes/
H A Dmodule-info.java18 * 2 along with this work; if not, write to the Free Software Foundation,
34 provides java.security.Provider with sun.security.mscapi.SunMSCAPI;

Completed in 232 milliseconds

12345678910