Home
last modified time | relevance | path

Searched refs:REQUIRES (Results 1 – 25 of 639) sorted by relevance

12345678910>>...26

/external/bart/
Dsetup.py32 REQUIRES = [ variable
57 install_requires=REQUIRES
/external/trappy/
Dsetup.py30 REQUIRES = [ variable
72 install_requires=REQUIRES,
/external/llvm/test/Linker/
Dtype-unique-simple2.ll1 ; REQUIRES: object-emission
2 ; REQUIRES: default_triple
/external/clang/docs/
DThreadSafetyAnalysis.rst42 void withdrawImpl(int amount) REQUIRES(mu) {
63 operations are atomic. Similarly, ``REQUIRES`` declares that
68 The ``depositImpl()`` method does not have ``REQUIRES``, so the
182 REQUIRES(...), REQUIRES_SHARED(...)
187 ``REQUIRES`` is an attribute on functions or methods, which
200 void foo() REQUIRES(mu1, mu2) {
305 Unlike ``REQUIRES``, ``EXCLUDES`` is optional. The analysis will not issue a
354 void clear() REQUIRES(getMu()) { a = 0; }
464 deadlock. The GUARDED_BY and REQUIRES attributes prevent race conditions, by
470 safety guarantee as REQUIRES. In particular:
[all …]
/external/libvpx/libvpx/build/make/
Drtcd.pl20 my @REQUIRES;
408 @REQUIRES = filter(keys %required ? keys %required : qw/mmx sse sse2/);
409 &require(@REQUIRES);
/external/llvm/test/CodeGen/AArch64/
Darm64-csldst-mmo.ll1 ; REQUIRES: asserts
3 ; REQUIRES: asserts
/external/clang/test/Modules/
Dtarget-features.m1 // REQUIRES: x86-registered-target
2 // REQUIRES: arm-registered-target
3 // REQUIRES: aarch64-registered-target
/external/clang/test/Driver/
Dcrash-report-modules.m10 // REQUIRES: crash-recovery
13 // REQUIRES: shell
/external/libcxx/utils/google-benchmark/src/
Dmutex.h31 #define REQUIRES(...) \ macro
132 bool createBarrier(MutexLock& ml) REQUIRES(lock_) { in createBarrier()
/external/google-benchmark/src/
Dmutex.h31 #define REQUIRES(...) \ macro
132 bool createBarrier(MutexLock& ml) REQUIRES(lock_) { in createBarrier()
/external/clang/test/Index/
Dcrash-recovery-modules.m13 // REQUIRES: crash-recovery
14 // REQUIRES: shell
/external/llvm/test/MC/ELF/
Dcfi-version.ll7 ; REQUIRES: debug_frame
8 ; REQUIRES: default_triple
/external/llvm/utils/lit/tests/Inputs/shtest-format/
Drequires-present.txt2 REQUIRES: a-present-feature
Drequires-missing.txt2 REQUIRES: a-missing-feature
Drequires-any-present.txt2 REQUIRES-ANY: a-missing-feature, a-present-feature
Drequires-any-missing.txt2 REQUIRES-ANY: a-missing-feature, a-missing-feature-2
/external/llvm/test/Other/
Dlit-unicode.txt1 REQUIRES: shell
Dpipefail.txt1 REQUIRES: shell
/external/clang/test/Frontend/
Dembed-bitcode.ll1 ; REQUIRES: arm-registered-target
2 ; REQUIRES: aarch64-registered-target
/external/llvm/test/CodeGen/X86/
D2006-10-02-BoolRetCrash.ll3 ; REQUIRES: default_triple
/external/llvm/test/Bindings/Go/
Dgo.test3 ; REQUIRES: shell, not_ubsan, not_msan
/external/llvm/test/LTO/X86/
Dcurrent-section.ll3 ; REQUIRES: default_triple
/external/llvm/test/tools/llvm-dwp/X86/
Dnocompress.test3 REQUIRES: nozlib
/external/clang/test/CodeGenObjC/
Dundefined-protocol.m4 // REQUIRES: LP64
/external/llvm/test/tools/sancov/
Dprint.test1 REQUIRES: x86_64-linux

12345678910>>...26