OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:booleans
(Results
51 - 75
of
328
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/hardware/ril/reference-ril/
at_tok.c
161
//
booleans
should be 0 or 1
/art/test/021-string2/src/junit/framework/
Assert.java
145
* Asserts that two
booleans
are equal. If they are not
152
* Asserts that two
booleans
are equal.
/art/test/082-inline-execute/src/junit/framework/
Assert.java
145
* Asserts that two
booleans
are equal. If they are not
152
* Asserts that two
booleans
are equal.
/dalvik/tests/021-string2/src/junit/framework/
Assert.java
145
* Asserts that two
booleans
are equal. If they are not
152
* Asserts that two
booleans
are equal.
/dalvik/tests/082-inline-execute/src/junit/framework/
Assert.java
145
* Asserts that two
booleans
are equal. If they are not
152
* Asserts that two
booleans
are equal.
/external/chromium_org/gin/test/
expect.js
39
// Strings, numbers, dates, and
booleans
are compared by value.
50
// Coerce dates and
booleans
to numeric primitive values. Dates are
/external/chromium_org/v8/test/mjsunit/
double-equals.js
93
//
Booleans
are equal if they are the same.
154
//
Booleans
compared to anything else will be converted to numbers.
value-wrapper.js
28
// When calling user-defined functions on strings,
booleans
or
/external/junit/src/junit/framework/
Assert.java
143
* Asserts that two
booleans
are equal. If they are not
150
* Asserts that two
booleans
are equal.
/external/sepolicy/
te_macros
228
# Allow domain to set SELinux
booleans
.
253
# enforcing mode, manipulate
booleans
/external/v8/test/mjsunit/
double-equals.js
93
//
Booleans
are equal if they are the same.
154
//
Booleans
compared to anything else will be converted to numbers.
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FilterOperationResolver.cpp
135
//
booleans
: https://bugs.webkit.org/show_bug.cgi?id=76438
157
// We can have only arrays of
booleans
or numbers, so use the first value to choose between those two.
158
// We need up to 4 values (all
booleans
or all numbers).
/external/libsepol/
ChangeLog
206
* Merged fix from Karl to remap
booleans
at expand time to
432
Prepare for removal of
booleans
* and *.users files.
435
degenerate case where there are no
booleans
or
booleans
.local
741
* Merged
booleans
.local patch from Dan Walsh.
789
* Merged patch from Dan Walsh to ignore case on
booleans
.
/external/chromium_org/content/browser/accessibility/
browser_accessibility.h
243
// Utility method to handle special cases for ARIA
booleans
, tristates and
244
//
booleans
which have a "mixed" state.
/external/guava/guava/src/com/google/common/collect/
Cut.java
20
import com.google.common.primitives.
Booleans
;
80
return
Booleans
.compare(
/external/libselinux/include/selinux/
selinux.h
209
/* save a list of
booleans
in a single transaction. */
247
/* Commit the pending values for the
booleans
*/
/external/libsepol/tests/
test-deps.c
197
/*
booleans
*/
280
/*
booleans
*/
/external/smack/src/org/jivesoftware/smackx/workgroup/util/
ModelUtil.java
64
* This is a utility method that compares two
Booleans
when one or
108
* This is a utility method that compares two
Booleans
when one or
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPConst.java
141
* The canonical true string value for
Booleans
in serialized XMP. Code that converts from the
146
* The canonical false string value for
Booleans
in serialized XMP. Code that converts from the
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/new_array/
Test_new_array.java
46
* @title Array of
booleans
/external/apache-xml/src/main/java/org/apache/xml/utils/
BoolStack.java
37
/** Index into the array of
booleans
*/
/external/chromium_org/sync/protocol/
nigori_specifics.proto
52
//
Booleans
corresponding to whether a datatype should be encrypted.
/external/chromium_org/v8/test/webkit/
convert-nan-to-bool-expected.txt
24
This test ensures that NaN is handled correctly when converting numeric expressions to
booleans
.
convert-nan-to-bool.js
24
description("This test ensures that NaN is handled correctly when converting numeric expressions to
booleans
.");
/external/clang/lib/StaticAnalyzer/Checkers/
BoolAssignmentChecker.cpp
57
// We are only interested in stores into
Booleans
.
Completed in 2220 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>