OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:booleans
(Results
1 - 25
of
176
) sorted by null
1
2
3
4
5
6
7
8
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
term.h
152
#define auto_left_margin CUR
Booleans
[0]
153
#define auto_right_margin CUR
Booleans
[1]
154
#define no_esc_ctlc CUR
Booleans
[2]
155
#define ceol_standout_glitch CUR
Booleans
[3]
156
#define eat_newline_glitch CUR
Booleans
[4]
157
#define erase_overstrike CUR
Booleans
[5]
158
#define generic_type CUR
Booleans
[6]
159
#define hard_copy CUR
Booleans
[7]
160
#define has_meta_key CUR
Booleans
[8]
161
#define has_status_line CUR
Booleans
[9
[
all
...]
/external/llvm/test/CodeGen/Generic/
2003-07-08-BadCastToBool.ll
11
;; for bitwise operations but not
booleans
! For
booleans
,
/dalvik/tests/003-omnibus-opcodes/src/
Array.java
40
static void checkBooleans(boolean[]
booleans
) {
41
assert(
booleans
[0]);
42
assert(
booleans
[1]);
43
assert(!
booleans
[2]);
44
assert(
booleans
[3]);
45
assert(!
booleans
[4]);
/external/guava/javadoc/com/google/common/primitives/class-use/
Booleans.html
7
Uses of Class com.google.common.primitives.
Booleans
(Guava Libraries 2010.01.04)
18
parent.document.title="Uses of Class com.google.common.primitives.
Booleans
(Guava Libraries 2010.01.04)";
42
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/google/common/primitives/
Booleans
.html" title="class in com.google.common.primitives"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
62
<A HREF="
Booleans
.html" target="_top"><B>NO FRAMES</B></A>
84
<B>Uses of Class<br>com.google.common.primitives.
Booleans
</B></H2>
86
No usage of com.google.common.primitives.
Booleans
102
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/google/common/primitives/
Booleans
.html" title="class in com.google.common.primitives"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
122
<A HREF="
Booleans
.html" target="_top"><B>NO FRAMES</B></A>
/external/guava/javadoc/com/google/common/primitives/
package-frame.html
26
<A HREF="
Booleans
.html" title="class in com.google.common.primitives" target="classFrame">
Booleans
</A>
Booleans.html
7
Booleans
(Guava Libraries 2010.01.04)
18
parent.document.title="
Booleans
(Guava Libraries 2010.01.04)";
43
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/
Booleans
.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
61
<A HREF="../../../../index.html?com/google/common/primitives/
Booleans
.html" target="_top"><B>FRAMES</B></A>
62
<A HREF="
Booleans
.html" target="_top"><B>NO FRAMES</B></A>
93
Class
Booleans
</H2>
96
<IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>com.google.common.primitives.
Booleans
</B>
100
<DT><PRE>public final class <B>
Booleans
</B><DT>extends <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></DL>
130
<TD><CODE><B><A HREF="../../../../com/google/common/primitives/
Booleans
.html#asList(boolean...)">asList</A></B>(boolean... backingArray)</CODE>
138
<TD><CODE><B><A HREF="../../../../com/google/common/primitives/
Booleans
.html#compare(boolean, boolean)">compare</A></B>(boolean a
[
all
...]
/external/chromium/chrome/browser/sync/protocol/
nigori_specifics.proto
38
//
Booleans
corresponding to whether a datatype should be encrypted.
/libcore/luni/src/test/java/libcore/java/lang/
OldAndroidBooleanTest.java
22
* Tests some basic functionality of
Booleans
.
/external/guava/src/com/google/common/primitives/
Booleans.java
44
public final class
Booleans
{
45
private
Booleans
() {}
77
* BitSet} instead, replacing {@code
Booleans
.contains(array, true)}
78
* with {@code !bitSet.isEmpty()} and {@code
Booleans
.contains(array, false)}
282
int result =
Booleans
.compare(left[i], right[i]);
376
&&
Booleans
.indexOf(array, (Boolean) target, start, end) != -1;
382
int i =
Booleans
.indexOf(array, (Boolean) target, start, end);
393
int i =
Booleans
.lastIndexOf(array, (Boolean) target, start, end);
441
result = 31 * result +
Booleans
.hashCode(array[i]);
/external/chromium/chrome/browser/resources/options/
certificate_edit_ca_trust_overlay.js
51
// TODO(mattm): Send checked values as
booleans
. For now send them as
76
// TODO(mattm): Send checked values as
booleans
. For now send them as
/prebuilt/sdk/11/renderscript/clang-include/
stdbool.h
1
/*===---- stdbool.h - Standard header for
booleans
-------------------------===
/external/guava/src/com/google/common/collect/
ComparisonChain.java
19
import com.google.common.primitives.
Booleans
;
86
return classify(
Booleans
.compare(left, right));
180
*
Booleans
#compare}, <i>if</i> the result of this comparison chain has not
/frameworks/base/core/java/android/util/
SparseBooleanArray.java
22
* SparseBooleanArrays map integers to
booleans
.
23
* Unlike a normal array of
booleans
25
* than using a HashMap to map Integers to
Booleans
.
/external/clang/lib/Headers/
stdbool.h
1
/*===---- stdbool.h - Standard header for
booleans
-------------------------===
/prebuilt/sdk/12/renderscript/clang-include/
stdbool.h
1
/*===---- stdbool.h - Standard header for
booleans
-------------------------===
/prebuilt/sdk/13/renderscript/clang-include/
stdbool.h
1
/*===---- stdbool.h - Standard header for
booleans
-------------------------===
/prebuilt/sdk/14/renderscript/clang-include/
stdbool.h
1
/*===---- stdbool.h - Standard header for
booleans
-------------------------===
/external/javassist/src/test/test/javassist/convert/
ArrayAccessReplaceTest.java
280
private boolean[]
booleans
;
field in class:ArrayAccessReplaceTest.Simple
298
return
booleans
[pos];
342
booleans
[pos] = value;
/external/chromium/chrome/browser/importer/
firefox_importer_utils.h
91
// in |prefs|. Keys are strings, and values can be strings,
booleans
or
/external/llvm/test/Transforms/JumpThreading/
select.ll
11
;
booleans
where at least one operand is true/false/undef.
/external/webkit/Source/WebCore/dom/
Attribute.h
110
// These
booleans
will go into the spare 32-bits of padding from RefCounted in 64-bit.
/frameworks/base/docs/html/guide/topics/resources/
available-resources.jd
46
<dd>Define values such as
booleans
, integers, dimensions, colors, and other arrays.<br/>
/frameworks/base/media/libeffects/lvm/lib/Common/lib/
LVM_Types.h
41
#define LVM_TRUE 1 /*
Booleans
*/
/frameworks/media/libvideoeditor/vss/common/inc/
LVM_Types.h
45
#define LVM_TRUE 1 /*
Booleans
*/
/hardware/ril/reference-ril/
at_tok.c
161
//
booleans
should be 0 or 1
Completed in 1318 milliseconds
1
2
3
4
5
6
7
8