Searched refs:REQUIRES (Results 1 – 25 of 639) sorted by relevance
12345678910>>...26
/external/bart/ |
D | setup.py | 32 REQUIRES = [ variable 57 install_requires=REQUIRES
|
/external/trappy/ |
D | setup.py | 30 REQUIRES = [ variable 72 install_requires=REQUIRES,
|
/external/llvm/test/Linker/ |
D | type-unique-simple2.ll | 1 ; REQUIRES: object-emission 2 ; REQUIRES: default_triple
|
/external/clang/docs/ |
D | ThreadSafetyAnalysis.rst | 42 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/ |
D | rtcd.pl | 20 my @REQUIRES; 408 @REQUIRES = filter(keys %required ? keys %required : qw/mmx sse sse2/); 409 &require(@REQUIRES);
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-csldst-mmo.ll | 1 ; REQUIRES: asserts 3 ; REQUIRES: asserts
|
/external/clang/test/Modules/ |
D | target-features.m | 1 // REQUIRES: x86-registered-target 2 // REQUIRES: arm-registered-target 3 // REQUIRES: aarch64-registered-target
|
/external/clang/test/Driver/ |
D | crash-report-modules.m | 10 // REQUIRES: crash-recovery 13 // REQUIRES: shell
|
/external/libcxx/utils/google-benchmark/src/ |
D | mutex.h | 31 #define REQUIRES(...) \ macro 132 bool createBarrier(MutexLock& ml) REQUIRES(lock_) { in createBarrier()
|
/external/google-benchmark/src/ |
D | mutex.h | 31 #define REQUIRES(...) \ macro 132 bool createBarrier(MutexLock& ml) REQUIRES(lock_) { in createBarrier()
|
/external/clang/test/Index/ |
D | crash-recovery-modules.m | 13 // REQUIRES: crash-recovery 14 // REQUIRES: shell
|
/external/llvm/test/MC/ELF/ |
D | cfi-version.ll | 7 ; REQUIRES: debug_frame 8 ; REQUIRES: default_triple
|
/external/llvm/utils/lit/tests/Inputs/shtest-format/ |
D | requires-present.txt | 2 REQUIRES: a-present-feature
|
D | requires-missing.txt | 2 REQUIRES: a-missing-feature
|
D | requires-any-present.txt | 2 REQUIRES-ANY: a-missing-feature, a-present-feature
|
D | requires-any-missing.txt | 2 REQUIRES-ANY: a-missing-feature, a-missing-feature-2
|
/external/llvm/test/Other/ |
D | lit-unicode.txt | 1 REQUIRES: shell
|
D | pipefail.txt | 1 REQUIRES: shell
|
/external/clang/test/Frontend/ |
D | embed-bitcode.ll | 1 ; REQUIRES: arm-registered-target 2 ; REQUIRES: aarch64-registered-target
|
/external/llvm/test/CodeGen/X86/ |
D | 2006-10-02-BoolRetCrash.ll | 3 ; REQUIRES: default_triple
|
/external/llvm/test/Bindings/Go/ |
D | go.test | 3 ; REQUIRES: shell, not_ubsan, not_msan
|
/external/llvm/test/LTO/X86/ |
D | current-section.ll | 3 ; REQUIRES: default_triple
|
/external/llvm/test/tools/llvm-dwp/X86/ |
D | nocompress.test | 3 REQUIRES: nozlib
|
/external/clang/test/CodeGenObjC/ |
D | undefined-protocol.m | 4 // REQUIRES: LP64
|
/external/llvm/test/tools/sancov/ |
D | print.test | 1 REQUIRES: x86_64-linux
|
12345678910>>...26