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

12

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DDefaultScriptObject.java31 * false always for "has" calls. And ignores "delete" and "put"
53 public boolean has(String name) { method in class:DefaultScriptObject
57 public boolean has(int index) { method in class:DefaultScriptObject
H A DScriptObject.java73 public boolean has(String name); method in interface:ScriptObject
78 public boolean has(int index); method in interface:ScriptObject
H A DJSJavaArray.java71 public boolean has(String name) { method in class:JSJavaArray
75 return super.has(name);
79 public boolean has(int index) { method in class:JSJavaArray
83 return super.has(index);
H A DJSList.java68 public boolean has(String name) { method in class:JSList
72 return super.has(name);
76 public boolean has(int index) { method in class:JSList
80 return super.has(index);
H A DMapScriptObject.java57 if (has(name)) {
65 if (has(index)) {
81 public boolean has(String name) { method in class:MapScriptObject
85 public boolean has(int index) { method in class:MapScriptObject
H A DJSJavaInstance.java62 public boolean has(String name) { method in class:JSJavaInstance
66 return super.has(name);
H A DJSMap.java57 public boolean has(String name) { method in class:JSMap
61 return super.has(name);
H A DJSJavaField.java93 public boolean has(String name) { method in class:JSJavaField
97 return super.has(name);
H A DJSJavaMethod.java109 public boolean has(String name) { method in class:JSJavaMethod
113 return super.has(name);
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DUnionEntry.java157 boolean has (Expression label) method in class:UnionEntry
171 } // has
173 boolean has (TypedefEntry typedef) method in class:UnionEntry
183 } // has
/openjdk7/jdk/src/share/instrument/
H A DInstrumentationImplNativeMethods.c81 (JNIEnv * jnienv, jobject implThis, jlong agent, jboolean has) {
82 setHasRetransformableTransformers(jnienv, (JPLISAgent*)(intptr_t)agent, has);
80 Java_sun_instrument_InstrumentationImpl_setHasRetransformableTransformers(JNIEnv * jnienv, jobject implThis, jlong agent, jboolean has) argument
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DDatatypeMessages_de.properties40 #There are two similar keys 'InvalidXMLGreogorianCalendarValue' . Suffix (year, month) has been added and are used as per the context.
42 #There are two similar keys 'InvalidXMLGreogorianCalendarValue' . Suffix (year, month) has been added and are used as per the context.
H A DDatatypeMessages_es.properties40 #There are two similar keys 'InvalidXMLGreogorianCalendarValue' . Suffix (year, month) has been added and are used as per the context.
42 #There are two similar keys 'InvalidXMLGreogorianCalendarValue' . Suffix (year, month) has been added and are used as per the context.
H A DDatatypeMessages_it.properties40 #There are two similar keys 'InvalidXMLGreogorianCalendarValue' . Suffix (year, month) has been added and are used as per the context.
42 #There are two similar keys 'InvalidXMLGreogorianCalendarValue' . Suffix (year, month) has been added and are used as per the context.
H A DDatatypeMessages_pt_BR.properties40 #There are two similar keys 'InvalidXMLGreogorianCalendarValue' . Suffix (year, month) has been added and are used as per the context.
42 #There are two similar keys 'InvalidXMLGreogorianCalendarValue' . Suffix (year, month) has been added and are used as per the context.
H A DDatatypeMessages_sv.properties40 #There are two similar keys 'InvalidXMLGreogorianCalendarValue' . Suffix (year, month) has been added and are used as per the context.
42 #There are two similar keys 'InvalidXMLGreogorianCalendarValue' . Suffix (year, month) has been added and are used as per the context.
H A DDatatypeMessages_zh_CN.properties40 #There are two similar keys 'InvalidXMLGreogorianCalendarValue' . Suffix (year, month) has been added and are used as per the context.
42 #There are two similar keys 'InvalidXMLGreogorianCalendarValue' . Suffix (year, month) has been added and are used as per the context.
H A DDatatypeMessages_zh_TW.properties40 #There are two similar keys 'InvalidXMLGreogorianCalendarValue' . Suffix (year, month) has been added and are used as per the context.
42 #There are two similar keys 'InvalidXMLGreogorianCalendarValue' . Suffix (year, month) has been added and are used as per the context.
H A DDatatypeMessages_ja.properties40 #There are two similar keys 'InvalidXMLGreogorianCalendarValue' . Suffix (year, month) has been added and are used as per the context.
42 #There are two similar keys 'InvalidXMLGreogorianCalendarValue' . Suffix (year, month) has been added and are used as per the context.
H A DDatatypeMessages_ko.properties40 #There are two similar keys 'InvalidXMLGreogorianCalendarValue' . Suffix (year, month) has been added and are used as per the context.
42 #There are two similar keys 'InvalidXMLGreogorianCalendarValue' . Suffix (year, month) has been added and are used as per the context.
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Debug.h34 #error new has already been defined!
45 VM has finished exiting. This method should not be called for
/openjdk7/jdk/test/com/sun/jdi/
H A DRedefineChangeClassOrder.sh76 // cpool_index in the Object_variable_info has to be updated
/openjdk7/jdk/src/share/classes/com/sun/script/javascript/
H A DJSAdapter.java112 public boolean has(String name, Scriptable start) { method in class:JSAdapter
119 return start.has(name, start);
123 public boolean has(int index, Scriptable start) { method in class:JSAdapter
130 return start.has(index, start);
/openjdk7/jdk/src/share/classes/java/util/regex/
H A DPattern.java546 * the input has the property <i>prop</i>, while <tt>\P{</tt><i>prop</i><tt>}</tt>
547 * does not match if the input has that property.
660 * the specified property has the name <tt>java<i>methodname</i></tt>.
914 /* Pattern has only two serialized components: The pattern string
994 * Index into the pattern string that keeps track of how much has been
1141 * the resulting array has just one element, namely the input sequence in
1453 // source has one character.
1627 if (has(CANON_EQ) && !has(LITERAL)) {
1651 if (! has(LITERA
1770 private boolean has(int f) { method in class:Pattern
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/legacy/connection/
H A DREADME.txt38 (given an IOR). If the ORB already has a connection of the

Completed in 325 milliseconds

12