/external/compiler-rt/lib/asan/lit_tests/TestCases/Linux/ |
clone_test.cc | 23 const int kStackSize = 1 << 20; 24 char child_stack[kStackSize + 1]; 25 char *sp = child_stack + kStackSize; // Stack grows down. 36 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];
|
/external/chromium_org/third_party/icu/source/common/ |
rbbiscan.h | 49 kStackSize = 100 // The size of the state stack for 116 uint16_t fStack[kStackSize]; // State stack, holds state pushes 120 RBBINode *fNodeStack[kStackSize]; // Node stack, holds nodes created
|
rbbiscan.cpp | [all...] |
/external/icu4c/common/ |
rbbiscan.h | 49 kStackSize = 100 // The size of the state stack for 116 uint16_t fStack[kStackSize]; // State stack, holds state pushes 120 RBBINode *fNodeStack[kStackSize]; // Node stack, holds nodes created
|
rbbiscan.cpp | [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
regexcmp.h | 44 kStackSize = 100 // The size of the state stack for 150 uint16_t fStack[kStackSize]; // State stack, holds state pushes
|
regexcmp.cpp | 230 if (fStackPtr >= kStackSize) { [all...] |
/external/icu4c/i18n/ |
regexcmp.h | 44 kStackSize = 100 // The size of the state stack for 148 uint16_t fStack[kStackSize]; // State stack, holds state pushes
|
regexcmp.cpp | 238 if (fStackPtr >= kStackSize) { [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
malloc_hook.cc | 663 static const int kStackSize = kMaxSkip + 1; 664 void* stack[kStackSize]; 665 int depth = GetStackTrace(stack, kStackSize, 1); // skip this function frame 676 if (depth < max_depth && depth + i == kStackSize) { 679 GetStackTrace(result + depth, max_depth - depth, 1 + kStackSize);
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
malloc_hook.cc | 663 static const int kStackSize = kMaxSkip + 1; 664 void* stack[kStackSize]; 665 int depth = GetStackTrace(stack, kStackSize, 1); // skip this function frame 676 if (depth < max_depth && depth + i == kStackSize) { 679 GetStackTrace(result + depth, max_depth - depth, 1 + kStackSize);
|
/external/compiler-rt/lib/msan/tests/ |
msan_test.cc | [all...] |
/external/chromium_org/v8/src/ |
objects.h | [all...] |
objects.cc | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
com.ibm.icu_4.2.1.v20100412.jar | |
/prebuilts/misc/common/icu4j/ |
icu4j.jar | |