OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:and_or
(Results
1 - 3
of
3
) sorted by null
/external/bison/lib/
bbitset.h
143
void (*
and_or
) (bitset, bitset, bitset, bitset);
member in struct:bitset_vtable
250
(SRC1)->b.vtable->
and_or
(DST, SRC1, SRC2, SRC3)
/external/clang/test/CXX/expr/expr.const/
p2-0x.cpp
589
struct
and_or
{
590
static const bool and_value = b &&
and_or
<always_false<b>::value>::and_value;
591
static const bool or_value = !b ||
and_or
<always_false<b>::value>::or_value;
594
static const bool and_value =
and_or
<true>::and_value;
595
static const bool or_value =
and_or
<true>::or_value;
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
Helpers.java
393
// expression <- ( expression ) | statement [
AND_OR
( expression ) | statement] *
394
// | statement [
AND_OR
expression]*
Completed in 4332 milliseconds