Home
last modified time | relevance | path

Searched refs:guards (Results 1 – 25 of 53) sorted by relevance

123

/external/compiler-rt/test/asan/TestCases/
Dcoverage-reset.cc26 if (guards[i]) bitset |= 1U << i; \
33 size_t *guards = 0; in main() local
35 size_t n_guards = __sanitizer_get_coverage_guards(&guards); in main()
/external/python/cpython2/Lib/test/
Dtest_support.py1425 def impl_detail(msg=None, **guards): argument
1426 if check_impl_detail(**guards):
1429 guardnames, default = _parse_guards(guards)
1438 def _parse_guards(guards): argument
1440 if not guards:
1442 is_true = guards.values()[0]
1443 assert guards.values() == [is_true] * len(guards) # all True or all False
1444 return (guards, not is_true)
1448 def check_impl_detail(**guards): argument
1455 guards, default = _parse_guards(guards)
[all …]
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_coverage_libcdep.cc103 void InitializeGuardArray(s32 *guards);
104 void InitializeGuards(s32 *guards, uptr n, const char *module_name,
242 void CoverageData::InitializeGuardArray(s32 *guards) { in InitializeGuardArray() argument
244 s32 n = guards[0]; in InitializeGuardArray()
248 guards[j] = -static_cast<s32>(idx + 1); in InitializeGuardArray()
374 void CoverageData::InitializeGuards(s32 *guards, uptr n, in InitializeGuards() argument
380 guards[0] = static_cast<s32>(n); in InitializeGuards()
381 InitializeGuardArray(guards); in InitializeGuards()
386 guard_array_vec.push_back(guards); in InitializeGuards()
971 __sanitizer_cov_module_init(s32 *guards, uptr npcs, u8 *counters, in __sanitizer_cov_module_init() argument
[all …]
/external/python/cpython3/Lib/test/support/
D__init__.py1792 def impl_detail(msg=None, **guards): argument
1793 if check_impl_detail(**guards):
1796 guardnames, default = _parse_guards(guards)
1821 def _parse_guards(guards): argument
1823 if not guards:
1825 is_true = list(guards.values())[0]
1826 assert list(guards.values()) == [is_true] * len(guards) # all True or all False
1827 return (guards, not is_true)
1831 def check_impl_detail(**guards): argument
1838 guards, default = _parse_guards(guards)
[all …]
/external/skqp/include/private/
DSkSafe_math.h42 #error Hmm. Looks like math.h has changed its header guards.
/external/skia/include/private/
DSkSafe_math.h42 #error Hmm. Looks like math.h has changed its header guards.
/external/llvm/test/ExecutionEngine/
Dfrem.ll3 ; This unit test guards against the failure.
/external/harfbuzz_ng/docs/
DMakefile.am31 SCAN_OPTIONS=--rebuild-types --deprecated-guards="HB_DISABLE_DEPRECATED" \
/external/llvm/include/llvm/TableGen/
DSearchableTable.td19 // and GET_MAPPINGKIND_IMPL guards.
/external/v8/src/regexp/
Djsregexp.cc2882 if (alternative.guards() != NULL && alternative.guards()->length() != 0) { in FilterOneByte()
3942 ZoneList<Guard*>* guards = alternative.guards(); in AssertGuardsMentionRegisters() local
3943 int guard_count = (guards == NULL) ? 0 : guards->length(); in AssertGuardsMentionRegisters()
3945 DCHECK(!trace->mentions_reg(guards->at(j)->reg())); in AssertGuardsMentionRegisters()
3973 if (choice_count == 1 && alternatives_->at(0).guards() == NULL) { in Emit()
4100 if (alt1.guards() != NULL && alt1.guards()->length() != 0) { in EmitOptimizedUnanchoredSearch()
4166 ZoneList<Guard*>* guards = alternative.guards(); in EmitChoices() local
4167 int guard_count = (guards == NULL) ? 0 : guards->length(); in EmitChoices()
4222 GenerateGuard(macro_assembler, guards->at(j), &new_trace); in EmitChoices()
4246 ZoneList<Guard*>* guards = alternative.guards(); in EmitOutOfLineContinuation() local
[all …]
/external/libvpx/libvpx/vpx_dsp/x86/
Dbitdepth_conversion_sse2.asm11 ; TODO(johannkoenig): Add the necessary include guards to vpx_config.asm.
/external/llvm/test/Transforms/LoopUnswitch/
Dguards.ll80 ; be erased (this has implications on what guards we can keep raw
/external/boringssl/src/
DSTYLE.md143 Name public headers like `include/openssl/evp.h` with header guards like
145 `crypto/ec/internal.h` with header guards like
/external/cmockery/cmockery_0_1_2/src/
Dcmockery.c1307 char *guards[2] = {block - MALLOC_GUARD_SIZE, in _test_free() local
1309 for (i = 0; i < ARRAY_LENGTH(guards); i++) { in _test_free()
1311 char * const guard = guards[i]; in _test_free()
/external/llvm/test/Analysis/ScalarEvolution/
Dguards.ll3 ; Check that SCEV is able to recognize and use guards to prove
/external/harfbuzz_ng/src/
DMakefile.am310 check-header-guards.sh \
/external/valgrind/docs/internals/
Dporting-HOWTO.txt38 guards, so they refer to the new architecture, rather than x86.
/external/pcre/dist2/src/
Dconfig.h.in166 Care must be taken if it is increased, because it guards against integer
171 Care must be taken if it is increased, because it guards against integer
Dconfig.h.generic175 Care must be taken if it is increased, because it guards against integer
182 Care must be taken if it is increased, because it guards against integer
/external/python/cpython3/Lib/idlelib/idle_test/
DREADME.txt84 Requires('gui') causes the test(s) it guards to be skipped if any of
/external/python/cpython2/Lib/idlelib/idle_test/
DREADME.txt74 Requires('gui') causes the test(s) it guards to be skipped if any of
/external/gflags/
DChangeLog.txt61 - Fixed issue 62: Change all preprocessor include guards to start with GFLAGS_
/external/llvm/test/Transforms/GuardWidening/
Dbasic.ll269 ; With guards in loops, we're okay hoisting out the guard into the
/external/pcre/dist2/
Dconfigure.ac683 change it. Care must be taken if it is increased, because it guards
688 change it. Care must be taken if it is increased, because it guards
/external/libnl/
DChangeLog175 o Fix inclusion guards of route/neightbl.h

123