Home
last modified time | relevance | path

Searched defs:kStackSize (Results 1 – 21 of 21) sorted by relevance

/external/llvm-project/compiler-rt/test/lsan/TestCases/
Dswapcontext.cpp14 const int kStackSize = 1 << 20; variable
/external/compiler-rt/test/lsan/TestCases/
Dswapcontext.cc17 const int kStackSize = 1 << 20; variable
/external/llvm-project/compiler-rt/test/msan/Linux/
Dswapcontext_annotation.cpp13 const int kStackSize = 1 << 20; variable
/external/compiler-rt/test/asan/TestCases/Linux/
Dclone_test.cc24 const int kStackSize = 1 << 20; in main() local
Dswapcontext_test.cc18 const int kStackSize = 1 << 20; variable
Dswapcontext_annotation.cc26 const int kStackSize = 1 << 20; variable
/external/llvm-project/compiler-rt/test/asan/TestCases/Linux/
Dclone_test.cpp23 const int kStackSize = 1 << 20; in main() local
Dswapcontext_test.cpp19 const int kStackSize = 1 << 20; variable
Dswapcontext_annotation.cpp34 const int kStackSize = 1 << 20; variable
/external/compiler-rt/test/asan/TestCases/Posix/
Dstack-use-after-return.cc29 # define kStackSize 0 macro
/external/llvm-project/compiler-rt/test/asan/TestCases/Posix/
Dstack-use-after-return.cpp39 # define kStackSize 0 macro
/external/icu/icu4c/source/common/
Drbbiscan.h49 kStackSize = 100 // The size of the state stack for enumerator
/external/icu/libicu/cts_headers/
Drbbiscan.h49 kStackSize = 100 // The size of the state stack for enumerator
Dregexcmp.h48 kStackSize = 100 // The size of the state stack for enumerator
/external/icu/icu4c/source/i18n/
Dregexcmp.h48 kStackSize = 100 // The size of the state stack for enumerator
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBIRuleScanner.java26 private final static int kStackSize = 100; // The size of the state stack for field in RBBIRuleScanner
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRBBIRuleScanner.java27 private final static int kStackSize = 100; // The size of the state stack for field in RBBIRuleScanner
/external/libchrome/base/debug/
Dactivity_analyzer_unittest.cc52 const int kStackSize = 1 << 10; // 1KiB member in base::debug::ActivityAnalyzerTest
Dactivity_tracker_unittest.cc49 const int kStackSize = 1 << 10; // 1KiB member in base::debug::ActivityTrackerTest
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc3076 const size_t kStackSize = SMALLPRESTACKSIZE; in TEST() local
/external/llvm-project/compiler-rt/lib/msan/tests/
Dmsan_test.cpp3305 const size_t kStackSize = std::max(kThreadStackMin, 32 * 1024); in TEST() local