Searched refs:library (Results 1 - 25 of 42) sorted by relevance

12

/openjdk7/jdk/src/macosx/native/jobjc/
H A Drunjava27 java -ea -classpath "lib/junit-4.4.jar:build/JObjC.build/Debug/bin/core:build/JObjC.build/Debug/bin/generator:build/JObjC.build/Debug/bin/additions:build/JObjC.build/Debug/bin/test:build/JObjC.build/Debug/bin/generated" -Djava.library.path=build/Debug $@
/openjdk7/jdk/make/tools/freetypecheck/
H A Dfreetypecheck.c80 FT_Library library; local
91 FT_Init_FreeType(&library);
92 FT_Library_Version(library, &major, &minor, &patch);
95 printf("Detected freetype library: %s\n", v);
97 printf("Failed: too old library.\n");
/openjdk7/hotspot/agent/make/
H A Djdbcore.sh44 -J-Dsun.boot.library.path=$JAVA_HOME/jre/lib/$CPU:$SA_LIBPATH \
H A Djdbcore64.sh44 -J-Dsun.boot.library.path=$JAVA_HOME/jre/lib/$CPU:$SA_LIBPATH \
H A Djdbproc.sh43 -J-Dsun.boot.library.path=$JAVA_HOME/jre/lib/$CPU:$SA_LIBPATH \
H A Djdbproc64.sh42 -J-Dsun.boot.library.path=$JAVA_HOME/jre/lib/$CPU:$SA_LIBPATH \
H A Dstart-debug-server-windbg.bat39 %SA_JAVA% -classpath %SA_CLASSPATH% -Djava.rmi.server.codebase=file:/%SA_CLASSPATH% -Djava.security.policy=grantAll.policy -Djava.library.path=%SA_LIBPATH% %OPTIONS% sun.jvm.hotspot.DebugServer %1 %2 %3 %4 %5 %6 %7 %8 %9
H A Dstart-debug-server-windbg64.bat39 %SA_JAVA% -classpath %SA_CLASSPATH% -Djava.rmi.server.codebase=file:/%SA_CLASSPATH% -Djava.security.policy=grantAll.policy -Djava.library.path=%SA_LIBPATH% %OPTIONS% sun.jvm.hotspot.DebugServer %1 %2 %3 %4 %5 %6 %7 %8 %9
H A Dsaenv.bat54 set SA_JAVA_CMD=%SA_JAVA% -showversion -cp %SA_CLASSPATH% -Djava.library.path=%SA_LIBPATH% %OPTIONS%
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_Event.c32 #error This file should not be included in headless library
H A Dawt_Plugin.c27 #error This file should not be included in headless library
H A Drobot_common.c27 #error This file should not be included in headless library
H A DMouseInfo.c27 #error This file should not be included in headless library
H A Dawt_AWTEvent.c34 #error This file should not be included in headless library
/openjdk7/jdk/src/solaris/classes/sun/security/smartcardio/
H A DPlatformPCSC.java49 private final static String PROP_NAME = "sun.security.smartcardio.library";
64 String library = getLibraryName();
66 debug.println("Using PC/SC library: " + library);
68 initialize(library);
102 // if system property is set, use that library
122 throw new IOException("No PC/SC library found on this system");
/openjdk7/jdk/src/macosx/native/jobjc/src/core/native/
H A DMacOSXFramework.m41 const void *library = dlopen(frameworkNameCStr, RTLD_LOCAL);
43 return ptr_to_jlong(library);
/openjdk7/jdk/src/share/native/sun/security/pkcs11/
H A Dj2secmod.h64 char *dllName; /* name of the shared library which implements
67 void *library; /* pointer to the library. opaque. used only by member in struct:SECMODModuleStr
/openjdk7/jaxws/src/share/jaxws_classes/org/relaxng/datatype/helpers/
H A DDatatypeLibraryLoader.java50 * Discovers the datatype library implementation from the classpath.
54 * from a given datatype library URI at run-time.
64 DatatypeLibrary library = factory.createDatatypeLibrary(uri);
65 if (library != null)
66 return library;
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DConfig.java114 // name of the PKCS#11 library
115 private String library; field in class:Config
171 // location of the NSS library files (libnss3.so, etc.)
224 return library;
231 return "SunPKCS11-" + name + " using library " + library;
389 } else if (word.equals("library")) {
390 library = parseLibrary(word);
468 if (library == null) {
469 throw new ConfigurationException("library mus
[all...]
H A DSunPKCS11.java138 String library = config.getLibrary();
163 // note: Config ensures library/slot/slotListIndex not specified
186 throw new ProviderException("NSS library directory "
277 library = nssModule.libraryName;
283 File libraryFile = new File(library);
285 // (e.g. "libpkcs11.so"), it may refer to a library somewhere on the
286 // OS library search path. Omit the test for file existance as that
288 if (libraryFile.getName().equals(library) == false) {
289 if (new File(library).isFile() == false) {
290 String msg = "Library " + library
[all...]
/openjdk7/jdk/src/windows/classes/sun/tools/attach/
H A DWindowsAttachProvider.java141 // For those processes that have loaded a library named "jvm.dll"
168 // indicates if a library of a given name has been loaded by a process
169 private static native boolean isLibraryLoadedByProcess(String library, argument
173 // native functions in this library
/openjdk7/jdk/make/sun/font/
H A DMakefile106 t2k: library
116 # result .so contains hardcoded library name that is later
124 # Note that .so.6 library will not be found by System.loadLibrary()
125 # but fortunately we need to load FreeType library explicitly
128 #TODO: rework this to avoid hardcoding library name in the makefile
140 library:: $(FREETYPE_LIB)
191 # Note that on Solaris, fontmanager is built against the headless library.
/openjdk7/jdk/make/common/
H A DLibrary.gmk55 library:: $(ACTUAL_LIBRARY)
243 # the shared library. On other platforms set this to false at the
382 build: library
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSF2Instrument.java44 long library = 0; field in class:SF2Instrument
97 return library;
100 public void setLibrary(long library) { argument
101 this.library = library;
/openjdk7/jdk/src/share/native/sun/font/
H A DfreetypeScaler.c61 FT_Library library; member in struct:__anon798
121 FT_Done_FreeType(scalerInfo->library);
271 We can consider sharing freetype library between different
280 error = FT_Init_FreeType(&scalerInfo->library);
303 error = FT_New_Memory_Face(scalerInfo->library,
332 error = FT_Open_Face(scalerInfo->library,
344 FT_Done_FreeType(scalerInfo->library);

Completed in 57 milliseconds

12