Searched refs:has (Results 26 - 41 of 41) sorted by relevance

12

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DJSJavaFrame.java76 public boolean has(String name) { method in class:JSJavaFrame
80 return super.has(name);
H A DJSJavaHeap.java74 public boolean has(String name) { method in class:JSJavaHeap
78 return super.has(name);
H A DJSJavaVM.java97 public boolean has(String name) { method in class:JSJavaVM
101 return super.has(name);
/openjdk7/jdk/src/share/classes/com/sun/script/javascript/
H A DExternalScriptable.java142 public synchronized boolean has(String name, Scriptable start) { method in class:ExternalScriptable
159 public synchronized boolean has(int index, Scriptable start) { method in class:ExternalScriptable
/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageCopy_blk.s69 ! Note that %g0 is alway zero, write to it has no program-visible effect.
237 ! and store has completed
257 ! and store has completed.
/openjdk7/jdk/test/com/sun/jdi/
H A DStringConvertTest.sh114 // This has a toString method
/openjdk7/jdk/src/share/instrument/
H A DJPLISAgent.h105 jboolean mRedefineAdded; /* indicates if can_redefine_classes capability has been added */
107 jboolean mNativeMethodPrefixAdded; /* indicates if can_set_native_method_prefix capability has been added */
146 * or NULL if an error has occurred.
243 setHasRetransformableTransformers(JNIEnv * jnienv, JPLISAgent * agent, jboolean has);
H A DJPLISAgent.c201 * or NULL if an error has occurred.
276 * the agent has a ref to the jvmti; make it mutual
1061 setHasRetransformableTransformers(JNIEnv * jnienv, JPLISAgent * agent, jboolean has) { argument
1068 has? JVMTI_ENABLE : JVMTI_DISABLE,
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_wm.c530 * window id and check if that window exists and has anchor_prop(anchor_type)
829 /* Now check that this window has _DT_SM_STATE_INFO (ignore contents) */
926 /* Now check that this window has _DT_WORKSPACE_CURRENT */
1304 * Latest stable version 1.0.8-6 still has this problem.
2253 jint has = 0; /* which flags the window already has */ local
2261 DTRACE_PRINT("WM: already has ");
2267 has |= java_awt_Frame_MAXIMIZED_HORIZ;
2270 has |= java_awt_Frame_MAXIMIZED_VERT;
2274 if ((has
[all...]
/openjdk7/jdk/src/share/classes/sun/instrument/
H A DInstrumentationImpl.java249 setHasRetransformableTransformers(long nativeAgent, boolean has); argument
307 // has 1 or 2 arguments. We check in the following order:
/openjdk7/hotspot/make/windows/
H A Dcreate.bat29 REM builds and runs ProjectCreator in it. This has the side-effect of creating
203 echo builds and runs ProjectCreator in it. This has the side-effect of creating
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A DCHANGES144 New pngtest image also has interlacing and zTXt
152 Allow PNG file to be read when some or all of file signature has already
362 Moved a misplaced pngrutil code block that truncates tRNS if it has more
764 Updated references to the zlib home page, which has moved to freesoftware.com.
1355 Replaced toucan.png in contrib/gregbook (it has been corrupt since 1.0.11)
1540 Revised png_set_strip_filler() to not remove alpha if color_type has alpha.
2238 Support for dithering was disabled by default, because it has never
2239 been well tested and doesn't work very well. The code has not
2342 because the ISO PNG specification has a typo in the tRNS table.
2611 PNG_16_TO_8 transform has bee
[all...]
/openjdk7/jdk/make/jpda/jdwp/
H A Djdwp.spec184 "the same number of times it has been suspended. "
195 "command or an event has stopped it. "
306 "objects has been retrieved from the back-end (a large array, "
318 (int refCnt "The number of times this object ID has been "
552 "eg. it has been unloaded, zero is returned for its instance count."
774 "indicates the extent to which the reference type has been "
1088 "has been suspended by an event. "
1090 "when the target VM has been suspended by the front-end. "
1163 "has been suspended by an event. "
1165 "when the target VM has bee
[all...]
/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A DREADME237 ramp has very few gray values in it. The img_grays table is
/openjdk7/make/scripts/
H A Dwebrev.ksh180 # The script detects changed lines as any line that has a "<span class="
546 and has the feature enabled.
626 # The script detects changed lines as any line that has a "<span
1514 # this has changed recently. AWK code below does try to handle both
1601 # We first look for any outgoing files, this is for when the user has
1720 # Same if true if current directory has a Codemgr_wsdata sub-dir
2080 # If -l has been specified, we need to abort further options
2590 # file that has been modified or created in the child. A file
2591 # that is renamed in the child workspace has two names on the
3006 # external URL has
[all...]
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DParser.java152 // It has already been reported, just end.
156 // It has already been reported, just end.
629 // the parse has to finish and something valid has to be
684 // If this value has been forward declared, there are probably
961 // If this value has been forward declared, there are probably
2347 if (entry.has (label))
2400 if (entry.has (typedef))
3063 // A module has been reopened, return that ModuleEntry.
3782 // The error has alread
[all...]

Completed in 97 milliseconds

12