OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:booleans
(Results
26 - 50
of
176
) sorted by null
1
2
3
4
5
6
7
8
/dalvik/dx/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/junit/src/junit/framework/
Assert.java
142
* Asserts that two
booleans
are equal. If they are not
149
* Asserts that two
booleans
are equal.
/external/v8/test/mjsunit/
regexp-static.js
159
assertTrue(typeof RegExp.multiline == typeof Boolean(), "RegExp.multiline coerces values to
booleans
");
161
assertTrue(typeof RegExp.input == typeof String(), "RegExp.input coerces values to
booleans
");
value-wrapper.js
28
// When calling user-defined functions on strings,
booleans
or
/libcore/junit/src/main/java/junit/framework/
Assert.java
145
* Asserts that two
booleans
are equal. If they are not
152
* Asserts that two
booleans
are equal.
/cts/tools/vm-tests/src/dot/junit/opcodes/new_array/
Test_new_array.java
46
* @title Array of
booleans
/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/kernel-headers/original/linux/
ftape.h
124
/* Turn some
booleans
into numbers.
/external/llvm/test/Transforms/GlobalOpt/
2009-03-05-dbg.ll
1
; RUN: opt < %s -globalopt -stats -disable-output |& grep "1 globalopt - Number of global vars shrunk to
booleans
"
/frameworks/base/graphics/java/android/renderscript/
Type.java
36
* <p>The LOD and Faces dimensions are
booleans
to indicate present or not present.</p>
/frameworks/base/include/media/stagefright/
MediaSourceSplitter.h
81
// List of
booleans
, one for each client, storing whether the corresponding
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardId.java
52
// TODO: Clean up these
booleans
and modes.
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
Gesture.java
149
* @return a pair of
booleans
, the first indicating whether the tooltip should be
/external/guava/javadoc/com/google/common/primitives/
package-tree.html
95
<LI TYPE="circle">com.google.common.primitives.<A HREF="../../../../com/google/common/primitives/
Booleans
.html" title="class in com.google.common.primitives"><B>
Booleans
</B></A><LI TYPE="circle">com.google.common.primitives.<A HREF="../../../../com/google/common/primitives/Bytes.html" title="class in com.google.common.primitives"><B>Bytes</B></A><LI TYPE="circle">com.google.common.primitives.<A HREF="../../../../com/google/common/primitives/Chars.html" title="class in com.google.common.primitives"><B>Chars</B></A><LI TYPE="circle">com.google.common.primitives.<A HREF="../../../../com/google/common/primitives/Doubles.html" title="class in com.google.common.primitives"><B>Doubles</B></A><LI TYPE="circle">com.google.common.primitives.<A HREF="../../../../com/google/common/primitives/Floats.html" title="class in com.google.common.primitives"><B>Floats</B></A><LI TYPE="circle">com.google.common.primitives.<A HREF="../../../../com/google/common/primitives/Ints.html" title="class in com.google.common.primitives"><B>Ints</B></A><LI TYPE="circle">com.google.common.primitives.<A HREF="../../../../com/google/common/primitives/Longs.html" title="class in com.google.common.primitives"><B>Longs</B></A><LI TYPE="circle">com.google.common.primitives.<A HREF="../../../../com/google/common/primitives/Primitives.html" title="class in com.google.common.primitives"><B>Primitives</B></A><LI TYPE="circle">com.google.common.primitives.<A HREF="../../../../com/google/common/primitives/Shorts.html" title="class in com.google.common.primitives"><B>Shorts</B></A><LI TYPE="circle">com.google.common.primitives.<A HREF="../../../../com/google/common/primitives/SignedBytes.html" title="class in com.google.common.primitives"><B>SignedBytes</B></A><LI TYPE="circle">com.google.common.primitives.<A HREF="../../../../com/google/common/primitives/UnsignedBytes.html" title="class in com.google.common.primitives"><B>UnsignedBytes</B></A></UL>
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
ChoiceTest.java
267
// two ASN.1
booleans
/external/bison/src/
system.h
137
|
Booleans
. |
/external/freetype/include/freetype/
fttypes.h
101
/* A typedef of unsigned char, used for simple
booleans
. As usual, */
[
all
...]
/external/llvm/include/llvm/Analysis/
SparsePropagation.h
193
/// getFeasibleSuccessors - Return a vector of
booleans
to indicate which
/external/icu4c/i18n/unicode/
choicfmt.h
297
* @param closures Array of
booleans
specifying whether each
405
* @param closures Array of limit
booleans
425
* Get the limit
booleans
passed in the constructor. The caller
/development/samples/BackupRestore/src/com/example/android/backuprestore/
ExampleAgent.java
72
* two
booleans
and an integer. With such a simple dataset, it's
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-0x.cpp
148
// Conversions from pointers to
booleans
aren't narrowing conversions.
/external/guava/javadoc/com/google/common/collect/
ComparisonChain.html
149
Compares two <code>boolean</code> values as specified by <A HREF="../../../../com/google/common/primitives/
Booleans
.html#compare(boolean, boolean)"><CODE>
Booleans
.compare(boolean, boolean)</CODE></A>, <i>if</i> the result of this comparison chain has not
378
<DD>Compares two <code>boolean</code> values as specified by <A HREF="../../../../com/google/common/primitives/
Booleans
.html#compare(boolean, boolean)"><CODE>
Booleans
.compare(boolean, boolean)</CODE></A>, <i>if</i> the result of this comparison chain has not
Completed in 1693 milliseconds
1
2
3
4
5
6
7
8