Searched defs:isBoolean (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/test/java/beans/XMLEncoder/
H A DTest4950122.java63 public boolean isBoolean() { method in class:Test4950122.TestBean
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DContainsCall.java58 public boolean isBoolean() { method in class:ContainsCall
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DFieldType.java66 public boolean isBoolean() { return first == 'Z'; } method in class:FieldType
/openjdk7/jdk/test/java/beans/Introspector/6976577/test/
H A DAccessor.java58 public boolean isBoolean() { method in class:Bean
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DHTMLdtd.java299 public static boolean isBoolean( String tagName, String attrName ) method in class:HTMLdtd
/openjdk7/jdk/src/solaris/native/com/sun/media/sound/
H A DPLATFORM_API_SolarisOS_Ports.c306 int isBoolean = FALSE; local
326 jsType = CONTROL_TYPE_SELECT; isBoolean = TRUE; break;
334 jsType = CONTROL_TYPE_MUTE; isBoolean = TRUE; break;
336 if (isBoolean) {
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DCachedRowSetImpl.java3959 private boolean isBoolean(int type) { method in class:CachedRowSetImpl
4167 (isString(trgType) == false && isBoolean(trgType) == false)) {

Completed in 72 milliseconds