Searched refs:module (Results 26 - 50 of 104) sorted by relevance

12345

/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DTypedefEntry.java65 if (module ().equals (""))
66 module (name ());
68 module (module () + "/" + name ());
H A DUnionEntry.java62 module (module () + name ());
73 if (module ().equals (""))
74 module (name ());
76 module (module () + "/" + name ());
H A Dfirst.set38 <specification> typedef, struct, union, enum, const, exception, interface, module
40 <specification'> <FOLLOW>, typedef, struct, union, enum, const, exception, interface, module
42 <definition> typedef, struct, union, enum, const, exception, interface, module
44 <module> module
46 <module'> typedef, struct, union, enum, const, exception, interface, module
48 <module''> typedef, struct, union, enum, const, exception, interface, module, <FOLLOW>
H A DMethodEntry.java69 if (module ().equals (""))
70 module (name ());
72 module (module () + "/" + name ());
H A DPrimitiveEntry.java58 module ("");
H A DIncludeEntry.java58 module (that.name ());
H A DPragmaEntry.java57 module (that.name ());
H A Dfollow.set42 <definition> EOF, typedef, struct, union, enum, const, exception, interface, module, }
44 <module> ;
46 <module'> }
48 <module''> }
/openjdk7/jdk/src/share/classes/com/sun/security/auth/module/
H A DSolarisSystem.java26 package com.sun.security.auth.module;
H A DUnixSystem.java26 package com.sun.security.auth.module;
H A DNTSystem.java26 package com.sun.security.auth.module;
/openjdk7/jdk/src/windows/native/sun/security/pkcs11/
H A Dj2secmod_md.h37 //char **SECMOD_GetModuleSpecList(SECMODModule *module);
41 typedef char __declspec(dllimport) **(*FPTR_GetModuleSpecList)(void *module);
/openjdk7/corba/src/share/classes/com/sun/corba/se/GiopIDL/
H A Dmessages.idl33 module messages {
/openjdk7/corba/src/share/classes/org/omg/PortableInterceptor/
H A DCORBAX.idl31 module CORBA {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/server/
H A DServerContainer.java42 private final Module module = new Module() { field in class:ServerContainer
52 return spiType.cast(module);
H A DServerAdapter.java61 Module module = endpoint.getContainer().getSPI(Module.class);
62 if(module==null)
65 module.getBoundEndpoints().add(this);
/openjdk7/jdk/make/com/sun/security/
H A DMakefile34 SUBDIRS_misc = jgss sasl auth/module ntlm
/openjdk7/hotspot/src/os/bsd/dtrace/
H A Dhs_private.d36 #pragma D attributes Private/Private/Unknown provider hs_private module
/openjdk7/hotspot/src/os/solaris/dtrace/
H A Dhs_private.d35 #pragma D attributes Private/Private/Unknown provider hs_private module
/openjdk7/jdk/src/windows/native/sun/windows/
H A DDllUtil.h46 DllUtil(const char * name) : name(name), module(NULL) {}
72 HMODULE module; member in class:DllUtil
/openjdk7/jdk/src/share/back/
H A Dlog_messages.c117 const char *module,
134 module,
150 const char *module; local
172 module = "jdwp"; /* FIXUP? */
192 module,
113 standard_logging_format(FILE *fp, const char *datetime, const char *level, const char *product, const char *module, const char *optional, const char *messageID, const char *message) argument
/openjdk7/jdk/test/javax/management/mxbean/
H A DMXBeanRefTest.java54 mbs.registerMBean(module, moduleName);
68 ProductMXBean product2Proxy = module.getProduct();
75 ProductMXBean productProxyAgain = module.getProduct();
157 private static final ModuleMXBean module = new ModuleImpl(product); field in class:MXBeanRefTest
158 private static final ModuleMXBean[] modules = new ModuleMXBean[] {module};
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkContext.hpp50 llvm::Module* module() const { function in class:SharkContext
64 return new llvm::ExistingModuleProvider(module());
68 module()->getFunctionList().push_back(function);
72 return module()->getOrInsertFunction(name, sig);
/openjdk7/jdk/src/share/native/sun/security/pkcs11/
H A Dj2secmod.h62 PRBool loaded; /* Set to true if module has been loaded */
63 PRBool isFIPS; /* Set to true if module is finst internal */
65 * this module */
66 char *commonName; /* name of the module to display to the user */
82 SECMODModule *module; member in struct:SECMODModuleListStr
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/
H A DCompile.java226 // <d61919> Suppress generation of this module. If the parser reopens it
227 // while parsing the main IDL source, any definitions appearing in the module
236 omg.module ("org");
242 corba.module ("org/omg");
251 object.module ("org/omg/CORBA");
258 pEntry.module ("org/omg/CORBA");
272 pEntry.module ("org/omg/CORBA");
282 //iEntry.module ("org/omg/CORBA");
293 // Add CORBA module to symbol table
351 // For each type that is at the top level that is NOT a module
[all...]

Completed in 115 milliseconds

12345