OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BOOLEAN
(Results
1 - 25
of
122
) sorted by null
1
2
3
4
5
/libcore/luni/src/main/java/javax/xml/xpath/
XPathConstants.java
54
* <p>The XPath 1.0
boolean
data type.</p>
56
* <p>Maps to Java {@link
Boolean
}.</p>
58
public static final QName
BOOLEAN
= new QName("http://www.w3.org/1999/XSL/Transform", "
BOOLEAN
");
/cts/libs/json/src/com/android/json/stream/
JsonToken.java
69
BOOLEAN
,
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
JavaExpression.java
55
BOOLEAN
("
boolean
") {
61
return call(Type.
BOOLEAN
, "asBoolean", expression);
132
* The Java literal representing the type (e.g. "int", "
boolean
", "Value")
202
boolean
seenAnyParams = false;
300
* A JavaExpression to represent
boolean
literal values ('true' or 'false').
304
private final
boolean
value;
309
private BooleanLiteralExpression(
boolean
value) {
310
super(Type.
BOOLEAN
);
314
public
boolean
getValue()
[
all
...]
/frameworks/base/core/java/android/util/
JsonToken.java
69
BOOLEAN
,
/libcore/crypto/src/main/java/org/conscrypt/util/
EmptyArray.java
24
public static final
boolean
[]
BOOLEAN
= new
boolean
[0];
/libcore/luni/src/main/java/libcore/util/
EmptyArray.java
22
public static final
boolean
[]
BOOLEAN
= new
boolean
[0];
/dalvik/hit/src/com/android/hit/
Types.java
23
public static final int
BOOLEAN
= 4;
40
case 'Z': return 1; //
boolean
50
case
BOOLEAN
: return 1;
67
case 'Z': return "
boolean
";
77
case
BOOLEAN
: return "
boolean
";
/external/bluetooth/bluedroid/gki/ulinux/
data_types.h
38
typedef unsigned char
BOOLEAN
;
/external/chromium_org/tools/gn/
value.h
20
BOOLEAN
,
48
DCHECK(type_ ==
BOOLEAN
);
52
DCHECK(type_ ==
BOOLEAN
);
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
data_types.h
36
typedef unsigned char
BOOLEAN
;
/external/libnfc-nci/src/gki/ulinux/
data_types.h
36
typedef unsigned char
BOOLEAN
;
/external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/
Type.java
7
BOOLEAN
(false, "false", ".booleanValue()", "java.lang.
Boolean
",
Boolean
.TYPE),
47
boolean
isVoid() {
55
return
BOOLEAN
;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
BERTags.java
5
public static final int
BOOLEAN
= 0x01;
/external/dexmaker/src/main/java/com/google/dexmaker/
TypeId.java
35
/** The {@code
boolean
} primitive type. */
36
public static final TypeId<
Boolean
>
BOOLEAN
37
= new TypeId<
Boolean
>(com.android.dx.rop.type.Type.
BOOLEAN
);
73
PRIMITIVE_TO_TYPE.put(
boolean
.class,
BOOLEAN
);
136
@Override public
boolean
equals(Object o) {
/libcore/luni/src/main/java/java/sql/
Types.java
59
* The type code that identifies the SQL type {@code
BOOLEAN
}.
61
public static final int
BOOLEAN
= 16;
/dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstType.java
34
/** {@code non-null;} instance corresponding to the class {@code
Boolean
} */
35
public static final CstType
BOOLEAN
= intern(Type.BOOLEAN_CLASS);
61
/** {@code non-null;} instance corresponding to the type {@code
boolean
[]} */
105
case Type.BT_BOOLEAN: return
BOOLEAN
;
168
public
boolean
equals(Object other) {
209
public
boolean
isCategory2() {
/dalvik/dx/src/com/android/dx/rop/cst/
CstType.java
33
/** {@code non-null;} instance corresponding to the class {@code
Boolean
} */
34
public static final CstType
BOOLEAN
= intern(Type.BOOLEAN_CLASS);
60
/** {@code non-null;} instance corresponding to the type {@code
boolean
[]} */
104
case Type.BT_BOOLEAN: return
BOOLEAN
;
158
public
boolean
equals(Object other) {
199
public
boolean
isCategory2() {
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
WireFormat.java
82
BOOLEAN
(false),
115
BOOL (JavaType.
BOOLEAN
, WIRETYPE_VARINT ),
117
public
boolean
isPackable() { return false; }
120
public
boolean
isPackable() { return false; }
123
public
boolean
isPackable() { return false; }
126
public
boolean
isPackable() { return false; }
146
public
boolean
isPackable() { return true; }
/external/chromium_org/tools/json_schema_compiler/
model.py
194
elif json_type == '
boolean
':
195
self.property_type = PropertyType.
BOOLEAN
328
- |optional| a
boolean
representing whether the property is optional
449
BOOLEAN
= _PropertyTypeInfo(True, "
boolean
")
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstType.java
34
/** {@code non-null;} instance corresponding to the class {@code
Boolean
} */
35
public static final CstType
BOOLEAN
= intern(Type.BOOLEAN_CLASS);
61
/** {@code non-null;} instance corresponding to the type {@code
boolean
[]} */
105
case Type.BT_BOOLEAN: return
BOOLEAN
;
159
public
boolean
equals(Object other) {
200
public
boolean
isCategory2() {
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/
BinaryClassField.java
61
public static final byte
BOOLEAN
= 60;
/external/protobuf/java/src/main/java/com/google/protobuf/
WireFormat.java
82
BOOLEAN
(false),
115
BOOL (JavaType.
BOOLEAN
, WIRETYPE_VARINT ),
117
public
boolean
isPackable() { return false; }
120
public
boolean
isPackable() { return false; }
123
public
boolean
isPackable() { return false; }
126
public
boolean
isPackable() { return false; }
146
public
boolean
isPackable() { return true; }
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
Parameter.java
64
BOOLEAN
,
201
public
boolean
edited;
215
private
boolean
mNoValidator;
250
if (initial != null && !initial.isEmpty() && type == Type.
BOOLEAN
) {
251
value =
Boolean
.valueOf(initial);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
tic.h
55
**
Boolean
Section, containing the values of all of the
56
**
boolean
capabilities
142
#define
BOOLEAN
0 /*
Boolean
capability */
195
int nte_type; /*
BOOLEAN
, NUMBER or STRING */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
tic.h
55
**
Boolean
Section, containing the values of all of the
56
**
boolean
capabilities
142
#define
BOOLEAN
0 /*
Boolean
capability */
195
int nte_type; /*
BOOLEAN
, NUMBER or STRING */
Completed in 469 milliseconds
1
2
3
4
5