HomeSort by relevance Sort by last modified time
    Searched refs:and (Results 1 - 25 of 15682) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/MC/X86/
intel-syntax-bitwise-ops.s 6 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/
cxx_oper_keyword.cpp 7 // 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
cxx_oper_spelling.cpp 9 // This should be spelled as 'and', not '&&'
10 a: X(and)
11 // CHECK: a: "and"
cxx_oper_keyword_ms_compat.cpp 7 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
cxx_and.cpp 5 #if defined(A) and defined(B)
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
extconf.rb 5 if have_header('yourlib.h') and have_library('yourlib', 'yourlib_init')
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
arithsmall.asm 2 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 ebx, strict dword 3 label
12 and ebx, strict byte 3584 label
13 and ebx, strict byte 35 label
    [all...]
  /external/valgrind/main/gdbserver_tests/
nlgone_abrt.stderrB.exp 1 relaying data between gdb and process ....
nlgone_exit.stderrB.exp 1 relaying data between gdb and process ....
nlgone_return.stderrB.exp 1 relaying data between gdb and process ....
nlself_invalidate.stderrB.exp 1 relaying data between gdb and process ....
  /external/chromium_org/build/
get_landmines.py 27 if (distributor() == 'goma' and platform() == 'win32' and
32 if platform() == 'win' and builder() == 'ninja':
34 if platform() == 'linux' and builder() == 'ninja':
41 if (platform() == 'win' and builder() == 'ninja' and
42 gyp_msvs_version() == '2012' and
43 gyp_defines().get('target_arch') == 'x64' and
46 if (platform() == 'win' and builder() == 'ninja' and
    [all...]
gyp_environment.py 7 gyp_chromium and landmines.py which run at different stages of runhooks. To
20 # Default to ninja on linux and windows, but only if no generator has
26 if sys.platform.startswith(('linux', 'win', 'freebsd')) and \
29 elif sys.platform == 'darwin' and not os.environ.get('GYP_GENERATORS') and \
  /external/valgrind/main/none/tests/s390x/
tre.stdout.exp 1 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 the string is ab
    [all...]
stfle.stdout.exp 1 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/
expr.asm 1 a db low ((1 shl 2) and (16 shr 2) or (high 0x5034))
  /external/chromium_org/tools/gyp/test/actions/src/
confirm-dep-files.py 18 if (os.path.exists("dep_1.txt") and
19 os.path.exists("dep_2.txt") and
  /external/compiler-rt/lib/builtins/arm/
sync_fetch_and_and_8.S 5 * 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
sync_fetch_and_and_4.S 5 * 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/
lc3b-basic.asm 4 and r2, r1, r0 label
5 and r2, r5, 5 label
  /cts/apps/CameraITS/pymodules/its/
caps.py 12 # See the License for the specific language governing permissions and
23 If a test is skipped, then it is exited and returns the special code
49 return props.has_key("android.info.supportedHardwareLevel") and \
61 return props.has_key("android.info.supportedHardwareLevel") and \
73 return props.has_key("android.info.supportedHardwareLevel") and \
85 return props.has_key("android.request.availableCapabilities") and \
98 return props.has_key("android.request.availableCapabilities") and \
111 return props.has_key("android.request.availableCapabilities") and \
137 """Returns whether the camera and motion sensor timestamps for the device
138 are in the same time domain and can be compared directly
    [all...]
  /external/chromium-trace/trace-viewer/src/ui/
list_and_associated_view.css 6 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/
iso646.h 6 * 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
17 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
30 #define and && macro
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
logical.hpp 18 #include <boost/mpl/and.hpp>
  /prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/include/
iso646.h 6 * 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
17 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
30 #define and && macro

Completed in 2091 milliseconds

1 2 3 4 5 6 7 8 91011>>