Searched refs:and (Results 1 - 25 of 6376) sorted by relevance

1234567891011>>

/external/llvm/test/MC/X86/
H A Dintel-syntax-bitwise-ops.s6 and ecx, 1+2
8 and ecx, 1|2
10 and ecx, 1*3
12 and ecx, 1&3
14 and ecx, (1&2)
16 and ecx, ((1)|2)
18 and ecx, 1&2+3
/external/clang/test/Preprocessor/
H A Dcxx_oper_keyword.cpp7 // Valid because 'and' is a spelling of '&&'
8 #if defined foo and bar
14 //expected-error@+2 {{C++ operator 'and' (aka '&&') used as a macro name}}
16 #define and foo macro
26 //expected-error@+3 {{C++ operator 'and' (aka '&&') used as a macro name}}
28 //expected-warning@+2 {{and is defined}}
29 #ifdef and
30 #warning and is defined
H A Dcxx_oper_spelling.cpp9 // This should be spelled as 'and', not '&&'
10 a: X(and)
11 // CHECK: a: "and"
H A Dcxx_oper_keyword_ms_compat.cpp7 return true and false;
11 #ifdef and
14 // The second 'and' is a valid C++ operator name for '&&'.
15 #if defined and and defined(and)
19 // (operators like "and" aren't normally, the rest always is.)
20 #define and macro
105 and
H A Dcxx_and.cpp5 #if defined(A) and defined(B)
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Darithsmall.asm2 and eax, 3584 label
3 and eax, 35 label
4 and eax, strict dword 3584 label
5 and eax, strict dword 35 label
6 and eax, strict byte 3584 label
7 and eax, strict byte 35 label
8 and ebx, 3584 label
9 and ebx, 35 label
10 and ebx, strict dword 3584 label
11 and eb label
12 and ebx, strict byte 3584 label
13 and ebx, strict byte 35 label
[all...]
/external/valgrind/main/gdbserver_tests/
H A Dnlgone_abrt.stderrB.exp1 relaying data between gdb and process ....
H A Dnlgone_exit.stderrB.exp1 relaying data between gdb and process ....
H A Dnlgone_return.stderrB.exp1 relaying data between gdb and process ....
H A Dnlself_invalidate.stderrB.exp1 relaying data between gdb and process ....
H A DmcinfcallWSRU.stderr.exp2 Brussels ready to sleep and/or burn
3 London ready to sleep and/or burn
4 Petaouchnok ready to sleep and/or burn
5 main ready to sleep and/or burn
H A Dmcmain_pic.stderrB.exp1 relaying data between gdb and process ....
H A Dnlcontrolc.stderr.exp7 Brussels ready to sleep and/or burn
8 London ready to sleep and/or burn
9 Petaouchnok ready to sleep and/or burn
10 main ready to sleep and/or burn
H A Dnlpasssigalrm.stderrB.exp1 relaying data between gdb and process ....
H A Dnlvgdbsigqueue.stderr.exp7 Brussels ready to sleep and/or burn
8 London ready to sleep and/or burn
9 Petaouchnok ready to sleep and/or burn
10 main ready to sleep and/or burn
/external/valgrind/main/none/tests/s390x/
H A Dtre.stdout.exp1 Resulting cc is 0 and the string is
2 Resulting cc is 0 and the string is
3 Resulting cc is 0 and the string is
4 Resulting cc is 1 and the string is a
5 Resulting cc is 0 and the string is A
6 Resulting cc is 1 and the string is abc
7 Resulting cc is 0 and the string is ABC
8 Resulting cc is 0 and the string is ABCDEFGH
9 Resulting cc is 1 and the string is ABC
10 Resulting cc is 1 and th
[all...]
H A Dstfle.stdout.exp1 the value of cc is 0 and #double words is 2
2 the value of cc is 0 and #double words is 2
3 The z/Architecture architectural mode is installed and active
4 the value of cc is 0 and #double words is 2
6 the value of cc is 3 and #double words is 2
7 the value of cc is 3 and #double words is 2
8 The z/Architecture architectural mode is installed and active
9 the value of cc is 3 and #double words is 2
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/tasm/tests/
H A Dexpr.asm1 a db low ((1 shl 2) and (16 shr 2) or (high 0x5034))
/external/compiler-rt/lib/builtins/arm/
H A Dsync_fetch_and_and_8.S5 * This file is dual licensed under the MIT and the University of Illinois Open
18 and rD_LO, rN_LO, rM_LO ; \
19 and rD_HI, rN_HI, rM_HI
H A Dsync_fetch_and_and_4.S5 * This file is dual licensed under the MIT and the University of Illinois Open
17 #define and_4(rD, rN, rM) and rD, rN, rM
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/tests/
H A Dlc3b-basic.asm4 and r2, r1, r0 label
5 and r2, r5, 5 label
/external/chromium-trace/trace-viewer/src/ui/
H A Dlist_and_associated_view.css6 x-list-and-associated-view {
11 x-list-and-associated-view > .x-list-view {
15 x-list-and-associated-view > :nth-child(2) {
/external/clang/lib/Headers/
H A Diso646.h6 * of this software and associated documentation files (the "Software"), to deal
8 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 * copies of the Software, and to permit persons to whom the Software is
12 * The above copyright notice and this permission notice shall be included in
30 #define and && macro
/external/clang/utils/ABITest/
H A Dbuild-and-summarize-all.sh13 (cd $kind-$bits && ../build-and-summarize.sh $1)
/external/proguard/examples/dictionaries/
H A Dshakespeare.txt23 --From Romeo and Juliet (II, ii, 1-2)

Completed in 2116 milliseconds

1234567891011>>