HomeSort by relevance Sort by last modified time
    Searched refs:stack (Results 251 - 275 of 2692) sorted by null

<<11121314151617181920>>

  /external/valgrind/main/drd/tests/
fp_race.stderr.exp 7 (thread finished, call stack no longer available)
9 (thread finished, call stack no longer available)
16 (thread finished, call stack no longer available)
18 (thread finished, call stack no longer available)
hg04_race.stderr.exp 9 (thread finished, call stack no longer available)
11 (thread finished, call stack no longer available)
19 (thread finished, call stack no longer available)
21 (thread finished, call stack no longer available)
hg05_race2.stderr.exp 9 (thread finished, call stack no longer available)
11 (thread finished, call stack no longer available)
19 (thread finished, call stack no longer available)
21 (thread finished, call stack no longer available)
sem_as_mutex.stderr.exp 7 (thread finished, call stack no longer available)
9 (thread finished, call stack no longer available)
16 (thread finished, call stack no longer available)
18 (thread finished, call stack no longer available)
sem_open.stderr.exp 7 (thread finished, call stack no longer available)
9 (thread finished, call stack no longer available)
16 (thread finished, call stack no longer available)
18 (thread finished, call stack no longer available)
tc21_pthonce.stderr.exp 9 (thread finished, call stack no longer available)
11 (thread finished, call stack no longer available)
19 (thread finished, call stack no longer available)
21 (thread finished, call stack no longer available)
  /external/valgrind/main/memcheck/tests/
badjump.stderr.exp 5 Address 0x........ is not stack'd, malloc'd or (recently) free'd
12 If you believe this happened as a result of a stack
15 main thread stack using the --main-stacksize= flag.
16 The main thread stack size used in this run was ....
badjump2.stderr.exp 4 Address 0x........ is not stack'd, malloc'd or (recently) free'd
long_namespace_xml.stderr.exp 36 <stack>
53 </stack>
55 <stack>
80 </stack>
  /frameworks/base/services/java/com/android/server/wm/
Task.java 29 Task(AppWindowToken wtoken, TaskStack stack, int userId) {
32 mStack = stack;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
bytecode.py 73 self.stack = [code]
79 if self.stack:
80 # We're going to return the code object on the stack, but first
82 code = self.stack.pop()
85 self.stack.append(c)
  /external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
heap-profiler.h 81 * 1. May optionally skip the first |skip_count| items on the stack.
82 * 2. Must provide a |stack| buffer of at least size 32 * sizeof(void*).
85 typedef int (*StackGeneratorFunction)(int skip_count, void** stack);
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profile-stats.h 9 // A bucket is data structure for heap profiling to store a pair of a stack
13 // A hash value is computed from a stack trace. Collision in the hash table
41 // Allocation and deallocation statistics per each stack trace.
43 // Longest stack trace we record.
46 uintptr_t hash; // Hash value of the stack trace.
47 int depth; // Depth of stack trace.
48 const void** stack; // Stack trace. member in struct:HeapProfileBucket
  /external/compiler-rt/lib/asan/
asan_malloc_mac.cc 50 &stack, FROM_MALLOC);
107 void *res = asan_malloc(size, &stack);
115 asan_free(ptr, &stack, FROM_MALLOC);
121 return asan_realloc(ptr, size, &stack);
127 return asan_calloc(nmemb, size, &stack);
133 return asan_memalign(GetPageSizeCached(), size, &stack, FROM_MALLOC);
145 void *result = asan_memalign(alignment, size, &stack, FROM_MALLOC);
167 return asan_malloc(size, &stack);
183 return asan_calloc(nmemb, size, &stack);
192 return asan_memalign(GetPageSizeCached(), size, &stack, FROM_MALLOC)
    [all...]
asan_thread.h 40 internal_memset(&stack, 0, sizeof(stack));
43 StackTrace stack; member in class:__asan::AsanThreadContext
112 StackTrace *stack; member in struct:__asan::CreateThreadContextArgs
  /external/kernel-headers/original/asm-arm/
processor.h 60 unsigned long *stack = (unsigned long *)sp; \
71 regs->ARM_r2 = stack[2]; /* r2 (envp) */ \
72 regs->ARM_r1 = stack[1]; /* r1 (argv) */ \
73 regs->ARM_r0 = stack[0]; /* r0 (argc) */ \
  /external/nist-sip/java/gov/nist/javax/sip/stack/
HandshakeCompletedListenerImpl.java 19 package gov.nist.javax.sip.stack;
  /hardware/samsung_slsi/exynos5/libcamera2/
SignalDrivenThread.cpp 54 int32_t priority, size_t stack)
57 run(name, priority, stack);
60 int32_t priority, size_t stack)
68 run(name, priority, stack);
  /ndk/sources/host-tools/ndk-stack/
GNUmakefile 20 BUILD_DIR := /tmp/ndk-$(USER)/build/build-ndk-stack
21 PROGNAME := /tmp/ndk-$(USER)/ndk-stack
55 NDK_STACK_SOURCES := ndk-stack.c \
56 ndk-stack-parser.c
  /external/chromium_org/native_client_sdk/src/libraries/error_handling/
error_handling.c 40 void* stack; member in struct:__anon10867
82 /* Capture the stack, no mare than 128 bytes to keep the size sane. */
149 munmap(info->stack, info->size);
212 // Create a TLS key for storing per thread stack info
218 void* stack; local
222 // Set the stack size
226 // Allocate stack + guard page
227 stack = mmap(NULL, stack_size + PAGE_CHUNK_SIZE,
229 if (MAP_FAILED == stack) return MAP_FAILED;
232 guard = mmap(stack, PAGE_CHUNK_SIZE
    [all...]
  /external/compiler-rt/lib/asan/lit_tests/TestCases/Linux/
swapcontext_test.cc 35 char x[32] = {0}; // Stack gets poisoned.
39 // (b) Jump into the original function. Stack remains poisoned unless we do
50 printf("Child stack: %p\n", child_stack);
63 // Touch childs's stack to make sure it's unpoisoned.
71 char stack[kStackSize + 1]; local
74 ret += Run(argc - 1, 0, stack);
77 ret += Run(argc - 1, 1, stack);
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_report.cc 56 static void StackStripMain(ReportStack *stack) {
64 for (ReportStack *ent = stack; ent; ent = ent->next) {
91 // Ensure that we recovered stack completely. Trimmed stack
95 DPrintf("Bottom stack frame of stack %zx is missed\n", stack->pc);
107 ReportStack *stack = 0;
128 last->next = stack;
129 stack = ent
207 const uptr *stack = StackDepotGet(tctx->creation_stack_id, &ssz); local
276 const uptr *stack = StackDepotGet(s->creation_stack_id, &ssz); local
314 const uptr *stack = StackDepotGet(creat_stack, &ssz); local
341 const uptr *stack = StackDepotGet(b->StackId(), &ssz); local
371 const uptr *stack = StackDepotGet(stack_id, &ssz); local
    [all...]
  /external/guava/guava-tests/test/com/google/common/testing/
TestLogHandlerTest.java 33 private TearDownStack stack = new TearDownStack(); field in class:TestLogHandlerTest
45 stack.addTearDown(new TearDown() {
84 stack.runTearDown();
  /external/javassist/src/main/javassist/expr/
FieldAccess.java 243 int stack; local
245 stack = 0;
247 stack = -1;
252 stack += ((CtPrimitiveType)fieldType).getDataSize();
254 ++stack;
258 bytecode.growStack(stack);
292 int stack; local
294 stack = 0;
296 stack = -1;
303 stack -= ((CtPrimitiveType)fieldType).getDataSize()
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.cons.alloc/
ctor_container_alloc.pass.cpp 10 // <stack>
13 // stack(const container_type& c, const Alloc& a);
15 #include <stack>
33 : public std::stack<int, C>
35 typedef std::stack<int, C> base;

Completed in 953 milliseconds

<<11121314151617181920>>