Searched refs:loaded (Results 1 - 25 of 31) sorted by relevance

12

/openjdk7/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/
H A DRemapInstrument.java62 Instrument[] loaded = synth.getLoadedInstruments();
63 for (int i = 0; i < loaded.length; i++) {
64 if(loaded[i].getPatch().getBank() == ins3.getPatch().getBank())
65 if(loaded[i].getPatch().getProgram() == ins3.getPatch().getProgram())
67 assertEquals(loaded[i].getName(), ins10.getName());
/openjdk7/jdk/src/share/classes/java/lang/
H A DCompiler.java59 boolean loaded = false;
67 loaded = true;
74 if (loaded) {
/openjdk7/jdk/src/solaris/native/java/nio/
H A DMappedByteBuffer.c39 jboolean loaded = JNI_TRUE; local
63 loaded = JNI_FALSE;
68 return loaded;
/openjdk7/jdk/test/com/sun/jdi/
H A DClassLoaderTarg.java31 private Hashtable loaded = new Hashtable(); field in class:ClassLoaderTarg
76 Class klass = (Class)loaded.get(cname);
80 loaded.put(cname, klass);
81 System.err.println("ClassLoaderTarg (" + id +") loaded: " + cname);
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/
H A DScanDirConfigTest.java132 final ScanManagerConfig loaded =
134 assertEquals(instance.getConfiguration(),loaded);
135 assertEquals(bean,loaded);
139 assertNotSame(loaded,instance.getConfiguration());
234 final ScanManagerConfig loaded =
236 assertEquals(instance.getConfiguration(),loaded);
243 assertNotSame(loaded,instance.getConfiguration());
317 final ScanManagerConfig loaded =
319 assertNotNull(loaded.getScan(dir.getName()));
320 assertEquals(dir,loaded
[all...]
/openjdk7/jdk/src/windows/native/java/nio/
H A DMappedByteBuffer.c37 jboolean loaded = JNI_FALSE; local
43 return loaded;
/openjdk7/jdk/src/share/native/sun/security/pkcs11/
H A Dj2secmod.h61 * for the loaded modules */
62 PRBool loaded; /* Set to true if module has been loaded */ member in struct:SECMODModuleStr
H A Dj2secmod.c116 dprintf1("-loaded: %d\n", module->loaded);
/openjdk7/jdk/src/solaris/sample/dtrace/hotspot/
H A Dclass_loading_stat.d41 * This script collects statistics about loaded and unloaded Java classes
76 * hotspot:::class-loaded, hotspot:::class-unloaded probe arguments:
83 hotspot$target:::class-loaded
125 printf("Number of loaded classes: %10d\n", LOADED_CLASSES_CNT);
146 printf("Number of loaded classes: %10d\n", LOADED_CLASSES_CNT);
H A Dhotspot_calls_tree.d71 hotspot$target:::class-loaded,
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DClassTab.java53 private static final String loadedPlotterKey = "loaded";
242 private void updateClassInfo(long total, long loaded) { argument
243 long unloaded = (total - loaded);
245 loaded, unloaded, total));
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/util/
H A DClassLogger.java42 boolean loaded = false;
45 loaded = true;
50 ok = loaded;
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DUtil.java478 private static boolean loaded = false; field in class:Util
482 if (loaded)
484 loaded = true;
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJEditorPane.java149 * is loaded by the {@link #setPage setPage} method the content
151 * It the file is loaded directly, the content type would be expected to
378 * loaded on a separate thread using that priority.
380 * If the document is loaded synchronously, it will be
384 * <code>IOException</code> is thrown the partially loaded
388 * successfully loaded and installed, a view will be
393 * If the document is loaded asynchronously, the document
420 URL loaded = getPage();
424 if (!page.equals(loaded) && page.getRef() == null) {
429 if ((loaded
[all...]
/openjdk7/hotspot/agent/src/os/win32/windbg/
H A Dsawindbg.cpp411 ULONG loaded = 0, unloaded = 0; local
412 if (ptrIDebugSymbols->GetNumberModules(&loaded, &unloaded) != S_OK) {
416 AutoArrayPtr<DEBUG_MODULE_PARAMETERS> params(new DEBUG_MODULE_PARAMETERS[loaded]);
422 if (ptrIDebugSymbols->GetModuleParameters(loaded, 0, NULL, params.asPtr()) != S_OK) {
426 for (int u = 0; u < (int)loaded; u++) {
/openjdk7/jdk/src/share/classes/java/awt/image/
H A DColorModel.java181 * loaded in java.awt.image also:
194 * loaded by the java.* classes, which do not necessarily know the
203 private static boolean loaded = false; field in class:ColorModel
205 if (!loaded) {
208 loaded = true;
213 /* ensure that the proper libraries are loaded */
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWToolkit.java93 private static boolean loaded = false; field in class:WToolkit
95 if (!loaded) {
98 loaded = true;
162 * class loader which loaded WToolkit must be finalized before it is
/openjdk7/hotspot/src/share/vm/services/
H A DclassLoadingService.cpp70 HOTSPOT_CLASS_##type( /* type = unloaded, loaded */ \
81 // counters for classes loaded from class files
87 // counters for classes loaded from shared archive
163 DTRACE_CLASSLOAD_PROBE(loaded, k, shared_class);
225 // For consistency of the loaded classes, grab the SystemDictionary lock
/openjdk7/jdk/src/share/classes/java/awt/
H A DToolkit.java777 * classes to load. Each class is loaded in the order given
785 * (and therefore can be loaded using the class loader returned by
843 * classes to load. Each class is loaded in the order given
916 * still contain stale information which was loaded from the
918 * Previously loaded image data can be manually discarded by
953 * Previously loaded image data can be manually discarded by
1628 * loaded by the java.* classes, which do not necessarily know the
1639 * classes can be loaded in java.awt.image that depend on
1643 private static boolean loaded = false; field in class:Toolkit
1645 if (!loaded) {
[all...]
/openjdk7/hotspot/src/os/windows/launcher/
H A Djava_md.c235 static int loaded = 0; local
238 if (!loaded) {
240 * The Microsoft C Runtime Library needs to be loaded first. A copy is
257 loaded = 1;
270 * NOTE: this call must be made before jvm.dll is loaded, or jvm.cfg
312 /* The Microsoft C Runtime Library needs to be loaded first. */
445 /* The Microsoft C Runtime Library needs to be loaded first. */
1438 // awt.dll is not loaded yet
1446 // jvm.dll is already loaded, so we need only java.dll;
/openjdk7/jdk/src/windows/bin/
H A Djava_md.c72 /* CR6999872: fastdebug crashes if awt library is loaded before JVM is
255 static int loaded = 0; local
258 if (!loaded) {
260 * The Microsoft C Runtime Library needs to be loaded first. A copy is
294 loaded = 1;
371 * The Microsoft C Runtime Library needs to be loaded first. A copy is
1286 /* awt.dll is not loaded yet */
1294 * jvm.dll is already loaded, so we need only java.dll;
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dsolaris_x86_64.s184 / or qwords that span cache line boundaries will still be loaded
273 / cache line boundaries will still be loaded and stored atomically.
/openjdk7/hotspot/src/share/vm/oops/
H A DinstanceKlass.hpp147 loaded, // loaded and inserted in class hierarchy (but not linked yet) enumerator in enum:instanceKlass::ClassState
305 // named, or a previously loaded anonymous class. A non-anonymous class
306 // or an anonymous class loaded through normal classloading does not
426 bool is_loaded() const { return _init_state >= loaded; }
/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.cpp2471 // It is the type that is loaded from an object of this type.
2838 "cannot have constants with non-loaded klass");
2909 const TypeInstPtr *loaded = is_loaded() ? this : tinst; local
2911 if( loaded->klass()->equals(ciEnv::current()->Object_klass()) ) {
2925 assert(loaded->ptr() != TypePtr::Null, "insanity check");
2927 if( loaded->ptr() == TypePtr::TopPTR ) { return unloaded; }
2928 else if (loaded->ptr() == TypePtr::AnyNull) { return TypeInstPtr::make( ptr, unloaded->klass(), false, NULL, off, instance_id ); }
2929 else if (loaded->ptr() == TypePtr::BotPTR ) { return TypeInstPtr::BOTTOM; }
2930 else if (loaded->ptr() == TypePtr::Constant || loaded
[all...]
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dbsd_x86_64.s182 # or qwords that span cache line boundaries will still be loaded
273 # cache line boundaries will still be loaded and stored atomically.

Completed in 132 milliseconds

12