| /illumos-gate/usr/src/lib/libsqlite/tool/ |
| H A D | lemon.c | 116 typedef enum {B_FALSE=0, B_TRUE} Boolean; typedef in typeref:enum:__anon4053 137 Boolean lambda; /* True if NT and can generate an empty string */ 161 Boolean canReduce; /* True if this rule is ever reduced */
|
| /illumos-gate/usr/src/cmd/sgs/include/ |
| H A D | sgs.h | 119 } Boolean; typedef in typeref:enum:__anon1663
|
| /illumos-gate/usr/src/cmd/sgs/lex/common/ |
| H A D | ldefs.h | 43 #define Boolean char macro 146 extern Boolean handleeuc; /* TRUE iff -w or -e option is specified. */ 147 extern Boolean widecio; /* TRUE iff -w option is specified. */ 197 extern Boolean *nullstr; 222 extern Boolean *cpackflg; /* true if state has been character packed */ 225 extern Boolean symbol[MAXNCG];
|
| /illumos-gate/usr/src/cmd/audio/include/ |
| H A D | AudioTypes.h | 70 // A Boolean 'primitive type' with values TRUE and FALSE 80 class Boolean { class 84 inline Boolean(aud_bool_t x = FALSE): value(x) // Constructor function in class:Boolean 86 inline Boolean(int x) // Constructor from int function in class:Boolean 88 inline Boolean operator=(int x) // Assignment from int 92 inline Boolean operator!() // Logical not 120 inline Boolean Readable() const // TRUE if readable 122 inline Boolean Writeable() const // TRUE if writeable 124 inline Boolean Append() const // TRUE if append only
|
| /illumos-gate/usr/src/cmd/make/include/mksh/ |
| H A D | defs.h | 52 } Boolean; typedef in typeref:enum:__anon21 217 Boolean free_after_use:1; 257 Boolean equaln(wchar_t * str, unsigned length); 258 Boolean equal(wchar_t * str); 259 Boolean equal(wchar_t * str, unsigned off); 260 Boolean equal(wchar_t * str, unsigned off, unsigned length); 262 Boolean equaln(Wstring * str, unsigned length); 263 Boolean equal(Wstring * str); 264 Boolean equal(Wstring * str, unsigned off); 265 Boolean equa [all...] |
| /openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/ |
| H A D | Type.java | 40 public static final Type Boolean = new BooleanType(); field in class:Type 164 if (type == Type.Boolean) {
|
| /openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/ |
| H A D | Token.java | 65 Boolean = 2, // . field in class:Token
|
| /openjdk7/jdk/src/share/classes/java/lang/ |
| H A D | Boolean.java | 29 * The Boolean class wraps a value of the primitive type 31 * {@code Boolean} contains a single field whose type is 43 public final class Boolean implements java.io.Serializable, class in inherits:java.io.Serializable,Comparable 44 Comparable<Boolean> 47 * The {@code Boolean} object corresponding to the primitive 50 public static final Boolean TRUE = new Boolean(true); 53 * The {@code Boolean} object corresponding to the primitive 56 public static final Boolean FALSE = new Boolean(fals 86 public Boolean(boolean value) { method in class:Boolean 103 public Boolean(String s) { method in class:Boolean [all...] |
| /openjdk7/hotspot/src/share/vm/classfile/ |
| H A D | verificationType.hpp | 99 Boolean = (ITEM_Boolean << 2 * BitsPerByte) | Category1, enumerator in enum:VALUE_OBJ_CLASS_SPEC::__anon180 138 static VerificationType boolean_type() { return VerificationType(Boolean); } 176 bool is_boolean() const { return (_u._data == Boolean); } 281 case Boolean:
|
| /openjdk7/langtools/test/tools/javac/synthesize/ |
| H A D | Boolean.java | 26 public class Boolean class 28 public static Boolean valueOf(boolean v) { 29 return new Boolean(v); 32 public Boolean(boolean v) { method in class:Boolean
|
| /openjdk7/langtools/test/tools/javadoc/annotations/defaults/pkg1/ |
| H A D | A.java | 31 Class c() default Boolean.class;
|