HomeSort by relevance Sort by last modified time
    Searched defs:kStackSize (Results 1 - 20 of 20) sorted by null

  /external/compiler-rt/test/asan/TestCases/Linux/
clone_test.cc 24 const int kStackSize = 1 << 20;
25 char __attribute__((aligned(16))) child_stack[kStackSize + 1];
26 char *sp = child_stack + kStackSize; // Stack grows down.
37 for (int i = 0; i < kStackSize; i++)
swapcontext_test.cc 18 const int kStackSize = 1 << 20;
54 child_context.uc_stack.ss_size = kStackSize / 2;
64 for (int i = 0; i < kStackSize; i++) {
71 char stack[kStackSize + 1];
80 char *heap = new char[kStackSize + 1];
swapcontext_annotation.cc 26 const int kStackSize = 1 << 20;
85 next_child_context.uc_stack.ss_size = kStackSize / 2;
102 child_context.uc_stack.ss_size = kStackSize / 2;
120 for (int i = 0; i < kStackSize; i++) {
157 char *heap = new char[kStackSize + 1];
158 next_child_stack = new char[kStackSize + 1];
159 char stack[kStackSize + 1];
  /external/compiler-rt/test/lsan/TestCases/
swapcontext.cc 17 const int kStackSize = 1 << 20;
26 char stack_memory[kStackSize + 1];
27 char *heap_memory = new char[kStackSize + 1];
35 child_context.uc_stack.ss_size = kStackSize / 2;
  /external/compiler-rt/test/asan/TestCases/Posix/
stack-use-after-return.cc 28 #ifndef kStackSize
29 # define kStackSize 0
69 if (kStackSize > 0)
70 pthread_attr_setstacksize(&attr, kStackSize);
  /external/libchrome/base/threading/
worker_pool_posix.cc 38 const int kStackSize = 1 * 1024 * 1024;
40 const int kStackSize = 0;
162 PlatformThread::CreateNonJoinable(kStackSize, worker);
  /external/icu/icu4c/source/common/
rbbiscan.h 49 kStackSize = 100 // The size of the state stack for
117 uint16_t fStack[kStackSize]; // State stack, holds state pushes
121 RBBINode *fNodeStack[kStackSize]; // Node stack, holds nodes created
  /system/chre/platform/slpi/
init.cc 63 constexpr size_t kStackSize = (8 * 1024);
81 typename std::aligned_storage<kStackSize>::type gStack;
179 qurt_thread_attr_set_stack_size(&attributes, kStackSize);
  /external/icu/icu4c/source/i18n/
regexcmp.h 48 kStackSize = 100 // The size of the state stack for
163 uint16_t fStack[kStackSize]; // State stack, holds state pushes
  /external/libchrome/base/debug/
activity_tracker_unittest.cc 48 const int kStackSize = 1 << 10; // 1KiB
63 std::unique_ptr<char[]> memory(new char[kStackSize]);
64 return MakeUnique<TestActivityTracker>(std::move(memory), kStackSize);
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RBBIRuleScanner.java 26 private final static int kStackSize = 100; // The size of the state stack for
54 short fStack[] = new short[kStackSize]; // State stack, holds state pushes
58 RBBINode fNodeStack[] = new RBBINode[kStackSize]; // Node stack, holds nodes created
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RBBIRuleScanner.java 25 private final static int kStackSize = 100; // The size of the state stack for
53 short fStack[] = new short[kStackSize]; // State stack, holds state pushes
57 RBBINode fNodeStack[] = new RBBINode[kStackSize]; // Node stack, holds nodes created
    [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 771 milliseconds