Searched defs:bool (Results 26 - 31 of 31) sorted by relevance

12

/openjdk7/jdk/test/sun/security/tools/keytool/
H A DKeyToolTest.java269 void assertTrue(boolean bool, String msg) { argument
271 System.err.println("If not " + bool + ", " + msg);
275 if(!bool) {
282 void assertTrue(boolean bool) { argument
283 assertTrue(bool, "well...");
1410 static void assertTrue(boolean bool) { argument
1411 if(!bool)
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DToHTMLStream.java533 * @param bool True if URLs should be specially escaped with the %xx form.
535 public void setSpecialEscapeURLs(boolean bool) argument
537 m_specialEscapeURLs = bool;
543 * @param bool True if the META tag should be omitted.
545 public void setOmitMetaTag(boolean bool) argument
547 m_omitMetaTag = bool;
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/axes/
H A DLocPathIterator.java319 public boolean bool(XPathContext xctxt) method in class:LocPathIterator
/openjdk7/hotspot/src/share/tools/hsdis/
H A Dhsdis.c38 #ifndef bool
39 #define bool int macro
42 #endif /*bool*/
54 bool losing;
279 static bool complained;
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt.h241 bool m_isOwner;
266 operator bool() const { return NULL!=m_env; }
267 bool operator !() const { return NULL==m_env; }
295 operator bool() { return NULL!=m_localJRef; }
296 bool operator !() { return NULL==m_localJRef; }
/openjdk7/jdk/test/java/lang/annotation/
H A DUnitTest.java1348 st.bool() == true &&
1373 st.bool() == true &&
1397 st.bool() == false &&
1424 at.bool().length == 0 &&
1450 at.bool()[0] == true &&
1458 at.bool().length==1 && at.str().length==1 &&
1480 at.bool()[0] == true && at.bool()[1] == false &&
1488 at.bool().length==2 && at.str().length==2 &&
1510 at.bool()[
4655 boolean bool(); method in interface:ScalarTypes
4685 boolean[] bool(); method in interface:ArrayTypes
[all...]

Completed in 63 milliseconds

12