Searched refs:module (Results 51 - 75 of 104) sorted by relevance

12345

/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DArrayType.java237 String[] module = IDLNames.getArrayModuleNames(type);
238 setNames(type.getIdentifier(),module,idlName);
/openjdk7/jdk/src/share/classes/javax/security/auth/login/
H A DLoginContext.java589 // module invoked in doPrivileged with creatorAcc
593 // module invoked in doPrivileged
640 // module invoked in doPrivileged with creatorAcc
643 // module invoked in doPrivileged
741 if (moduleStack[i].module != null) {
742 methods = moduleStack[i].module.getClass().getMethods();
756 moduleStack[i].module = constructor.newInstance(args);
758 methods = moduleStack[i].module.getClass().getMethods();
771 methods[mIndex].invoke(moduleStack[i].module, initArgs);
785 (moduleStack[i].module, arg
989 Object module; field in class:LoginContext.ModuleInfo
[all...]
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DInterfaceEntry.java71 if (module ().equals (""))
72 module (name ());
74 module (module () + "/" + name ());
H A DStringEntry.java67 module ("");
H A DCompile.java320 else if (entry.module () . equals (""))
323 System.out.println (Util.getMessage ("Compile.generating", entry.module () + '/' + entry.name ()));
328 else if (entry.module () . equals (""))
331 System.out.println (Util.getMessage ("Compile.genDone", entry.module () + '/' + entry.name ()));
H A DParser.java233 // oversight. If module X.Y.Z first appears in an include file, then is
237 // If any of this module's elements should be emitted, add
238 // this module to the emit list.
248 // If any of this module's elements should be emitted, add
249 // this module to the emit list.
261 // If any of this module's elements is to be emitted,
262 // then add the module to the emit list.
314 module (entry);
347 private void module (ModuleEntry entry) throws IOException, ParseException method in class:Parser
353 // comment must immediately precede "module" keywor
383 interface2(ModuleEntry module, String name, int interfaceType) argument
670 value2(ModuleEntry module, String name, boolean isAbstract, boolean isCustom) argument
949 valueBox(ModuleEntry module, String name) argument
999 valueForwardDcl(ModuleEntry module, String name, boolean isAbstract) argument
[all...]
H A DSymtabEntry.java122 /** @return the concatenation of the module and the name, delimited by '/'. */
128 /** Get the name of this entry's module. If there are modules within
129 modules, each module name is separated by '/'.
130 @returns this entry's module name. */
131 public String module () method in class:SymtabEntry
134 } // module
136 /** Set the module for this entry.
137 @param newName the new name of the module. */
138 public void module (String newName) method in class:SymtabEntry
144 } // module
[all...]
H A Dgrammar3.idl52 <module> ";"
63 (3) <module> "module" <id> "{" <module'> "}"
65 (3) <module'> <definition><module''>
67 (3) <module''> <definition><module''>
/openjdk7/hotspot/src/share/vm/runtime/
H A DdtraceJSDT.hpp51 static int pd_activate(void* moduleBaseAddress, jstring module,
/openjdk7/jdk/make/com/sun/security/auth/module/
H A DMakefile29 PACKAGE = com.sun.security.auth.module
/openjdk7/jdk/test/sun/security/krb5/auto/
H A DCleanState.java30 import com.sun.security.auth.module.Krb5LoginModule;
H A DW83.java32 import com.sun.security.auth.module.Krb5LoginModule;
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DSecmod.java268 Module module = getModule(type);
269 TrustAttributes t = (module == null) ? null : module.getTrust(bytes);
277 * as an external module provided by a 3rd party.
281 * The NSS Softtoken crypto module. This is the first
283 * This module provides
288 * The NSS Softtoken KeyStore module. This is the second
290 * This module provides
296 * The NSS Softtoken module in FIPS mode. Note that in FIPS mode the
302 * The NSS builtin trust anchor module
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/addressing/
H A DEPRSDDocumentFilter.java72 Module module = endpoint.getContainer().getSPI(Module.class);
73 if (module != null) {
74 beList = module.getBoundEndpoints();
/openjdk7/jdk/test/com/sun/security/auth/module/KeyStoreLoginModule/
H A DReadOnly.java41 import com.sun.security.auth.module.KeyStoreLoginModule;
/openjdk7/jdk/test/com/sun/security/auth/module/LdapLoginModule/
H A DCheckOptions.java41 import com.sun.security.auth.module.LdapLoginModule;
/openjdk7/jdk/test/sun/security/krb5/
H A DIPv6.java31 import com.sun.security.auth.module.Krb5LoginModule;
/openjdk7/corba/src/share/classes/com/sun/corba/se/GiopIDL/
H A DGIOP.idl28 module GIOP { // IDL extended for version 1.1 and 1.2
/openjdk7/corba/src/share/classes/org/omg/CosNaming/
H A Dnameservice.idl41 module CosNaming
/openjdk7/corba/src/share/classes/org/omg/PortableInterceptor/
H A DIOP.idl37 module IOP {
H A DInterceptors.idl49 module Dynamic {
95 module PortableInterceptor {
/openjdk7/hotspot/src/os/bsd/dtrace/
H A Dhotspot.d83 #pragma D attributes Private/Private/Unknown provider hotspot module
/openjdk7/hotspot/src/os/solaris/dtrace/
H A Dhotspot.d83 #pragma D attributes Private/Private/Unknown provider hotspot module
/openjdk7/jdk/make/docs/
H A DNON_CORE_PKGS.gmk59 com.sun.security.auth.module
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/spi/
H A DProviderImpl.java183 Module module = container.getSPI(Module.class);
184 if (module != null) {
185 List<BoundEndpoint> beList = module.getBoundEndpoints();

Completed in 1104 milliseconds

12345