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

1 2 3 4

  /external/skia/include/private/
SkSafe_math.h 42 #error Hmm. Looks like math.h has changed its header guards.
  /external/skqp/include/private/
SkSafe_math.h 42 #error Hmm. Looks like math.h has changed its header guards.
  /external/compiler-rt/test/asan/TestCases/
coverage-reset.cc 26 if (guards[i]) bitset |= 1U << i; \
33 size_t *guards = 0; local
35 size_t n_guards = __sanitizer_get_coverage_guards(&guards);
  /bionic/tests/
stack_protector_test.cpp 40 std::set<void*> guards; member in struct:stack_protector_checker
61 guards.insert(guard);
89 ASSERT_EQ(1U, checker.guards.size());
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_support.py     [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_coverage_libcdep.cc 18 // At the module start up time __sanitizer_cov_module_init sets the guards
103 void InitializeGuardArray(s32 *guards);
104 void InitializeGuards(s32 *guards, uptr n, const char *module_name,
242 void CoverageData::InitializeGuardArray(s32 *guards) {
244 s32 n = guards[0];
248 guards[j] = -static_cast<s32>(idx + 1);
300 // Re-initialize the guards.
374 void CoverageData::InitializeGuards(s32 *guards, uptr n,
377 // The array 'guards' has n+1 elements, we use the element zero
380 guards[0] = static_cast<s32>(n)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_support.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_support.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_support.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_support.py     [all...]
  /build/soong/third_party/zip/
register.go 42 mu sync.Mutex // guards Close and Write
80 mu sync.Mutex // guards Close and Read
106 mu sync.RWMutex // guards compressor and decompressor maps
  /prebuilts/go/darwin-x86/src/syscall/
env_unix.go 14 // envOnce guards initialization by copyenv, which populates env.
17 // envLock guards env and envs.
pwd_plan9.go 17 wdmu sync.Mutex // guards following
  /prebuilts/go/linux-x86/src/syscall/
env_unix.go 14 // envOnce guards initialization by copyenv, which populates env.
17 // envLock guards env and envs.
pwd_plan9.go 17 wdmu sync.Mutex // guards following
  /compatibility/cdd/2_device-types/
2_5_automotive-reqs.md 267 guards against malicious software flooding the vehicle network with traffic,
  /external/python/cpython2/Lib/test/
test_support.py     [all...]
  /bionic/tools/versioner/src/
Preprocessor.cpp 45 // To avoid redundant macro guards, the availability calculated by this function is the set
273 // Merge adjacent blocks with identical guards.
419 std::unordered_map<std::string, GuardMap> guards; local
436 guards[location.filename][location] = macro_guard;
471 for (const auto& file_it : guards) {
475 for (auto& file_it : guards) {
489 // TODO: Merge adjacent non-identical guards.
  /prebuilts/go/darwin-x86/src/archive/zip/
register.go 42 mu sync.Mutex // guards Close and Write
80 mu sync.Mutex // guards Close and Read
  /prebuilts/go/linux-x86/src/archive/zip/
register.go 42 mu sync.Mutex // guards Close and Write
80 mu sync.Mutex // guards Close and Read
  /prebuilts/go/darwin-x86/src/internal/poll/
fd_io_plan9.go 21 // mu guards the pid field.
  /prebuilts/go/linux-x86/src/internal/poll/
fd_io_plan9.go 21 // mu guards the pid field.
  /external/python/cpython3/Lib/test/support/
__init__.py     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
nodes_test.go 217 var guards = []test{ var
271 testPos(t, guards, "package p; func _() { switch ", " {} }",
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
nodes_test.go 217 var guards = []test{ var
271 testPos(t, guards, "package p; func _() { switch ", " {} }",

Completed in 1341 milliseconds

1 2 3 4