/external/valgrind/main/drd/tests/ |
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)
|
sigaltstack.stderr.exp | 1 calling sigaltstack, stack base is 0x........
|
/external/valgrind/main/memcheck/tests/ |
execve2.stderr.exp | 4 Address 0x........ is not stack'd, malloc'd or (recently) free'd
|
sigaltstack.stderr.exp | 1 calling sigaltstack, stack base is 0x........
|
signal2.stderr.exp | 3 Address 0x........ is not stack'd, malloc'd or (recently) free'd
|
/external/valgrind/main/none/tests/ |
thread-exits.stdout.exp | 0 stack grew OK
|
/hardware/samsung_slsi/exynos5/libcamera2/ |
SignalDrivenThread.h | 52 int32_t priority, size_t stack); 60 int32_t priority, size_t stack);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.cons/ |
ctor_container.pass.cpp | 10 // <stack> 12 // explicit stack(const container_type& c); 14 #include <stack> 30 std::stack<int> q(d);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.defn/ |
pop.pass.cpp | 10 // <stack> 14 #include <stack> 19 std::stack<int> q;
|
/external/compiler-rt/lib/asan/ |
asan_malloc_linux.cc | 70 asan_free(ptr, &stack, FROM_MALLOC); 75 asan_free(ptr, &stack, FROM_MALLOC); 80 return asan_malloc(size, &stack); 96 return asan_calloc(nmemb, size, &stack); 101 return asan_realloc(ptr, size, &stack); 106 return asan_memalign(boundary, size, &stack, FROM_MALLOC); 111 return asan_memalign(boundary, size, &stack, FROM_MALLOC); 116 void *res = asan_memalign(boundary, size, &stack, FROM_MALLOC); 148 return asan_posix_memalign(memptr, alignment, size, &stack); 153 return asan_valloc(size, &stack); [all...] |
/external/lldb/source/Core/ |
Timer.cpp | 103 TimerStack *stack = GetTimerStackForCurrentThread (); local 104 if (stack) 106 if (stack->empty() == false) 107 stack->back()->ChildStarted (start_time); 108 stack->push_back(this); 130 TimerStack *stack = GetTimerStackForCurrentThread (); local 131 if (stack) 133 assert (stack->back() == this); 134 stack->pop_back(); 135 if (stack->empty() == false [all...] |
/external/qemu/android/base/files/ |
PathUtils.cpp | 135 StringVector stack; local 145 // stack that is not '..', then remove it, otherwise push 147 if (!stack.empty() && stack[stack.size() -1U] != "..") { 148 stack.resize(stack.size() - 1U); 150 stack.push_back(*it); 154 // If not a '..', just push on the stack. 155 stack.push_back(*it) [all...] |
/external/chromium_org/base/debug/ |
trace_event_memory.cc | 24 // entries on the pseudo-stack per scope. 49 // Records a stack of TRACE_MEMORY events. One per thread is required. 60 // Stack of categories and names. 69 TraceMemoryStack* stack = static_cast<TraceMemoryStack*>(value); local 70 delete stack; 86 TraceMemoryStack* stack = 88 delete stack; 98 // Returns the thread-local trace memory stack for the current thread, creating 102 TraceMemoryStack* stack = local 105 if (!stack) { 288 TraceMemoryStack* stack = GetTraceMemoryStack(); local 295 TraceMemoryStack* stack = GetTraceMemoryStack(); local [all...] |
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_stackdepot.cc | 22 const uptr *stack; member in struct:__sanitizer::StackDepotDesc 31 u32 k = stack[i]; 43 bool is_valid() { return size > 0 && stack; } 51 uptr stack[1]; // [size] member in struct:__sanitizer::StackDepotNode 55 // We use these bits to store the per-stack use counter. 68 if (stack[i] != args.stack[i]) return false; 78 internal_memcpy(stack, args.stack, size * sizeof(uptr)); 81 args_type ret = {&stack[0], size} 103 uptr *StackDepotHandle::stack() { return &node_->stack[0]; } function in class:__sanitizer::StackDepotHandle [all...] |
/bionic/libc/arch-common/bionic/ |
crtend.S | 41 .section .note.GNU-stack,"",%progbits
|
crtend_so.S | 40 .section .note.GNU-stack,"",%progbits
|
/development/ndk/platforms/android-3/arch-arm/include/asm/ |
smp.h | 31 void *stack; member in struct:secondary_data
|
/development/ndk/platforms/android-L/arch-arm64/src/ |
crtend.S | 41 .section .note.GNU-stack,"",%progbits
|
crtend_so.S | 40 .section .note.GNU-stack,"",%progbits
|
/development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/ |
CardFlip.java | 35 * these cards can be flipped from one stack to another where each flip comes with 37 * or right to left depending on which stack the animating card currently belongs to. 39 * This application demonstrates an animation where a stack of cards can either be 41 * Rotate out: Down fling on stack of cards 42 * Rotate in: Up fling on stack of cards 43 * Full rotation: Tap on stack of cards 47 * state, no new cards can be rotated to or from that stack. These changes were made to 113 * Adds a new card to the specified stack. Also performs all the necessary layout setup 116 public void addNewCard(int stack) { 118 view.updateTranslation(mStackCards.get(stack).size()) [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/ |
rule-tracing.rb | 15 @stack = nil 20 attr_accessor :stack, :traces 32 @stack = nil 37 attr_accessor :stack, :traces
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrReducedClip.h | 22 * This function takes a clip stack and a query rectangle and it produces a reduced set of 23 * SkClipStack::Elements that are equivalent to applying the full stack to the rectangle. The clip 24 * stack generation id that represents the list of elements is returned in resultGenID. The 35 SK_API void ReduceClipStack(const SkClipStack& stack,
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_suppressions.h | 23 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp);
|
/external/guava/guava-testlib/src/com/google/common/testing/ |
TearDownStack.java | 29 * A {@code TearDownStack} contains a stack of {@link TearDown} instances. 40 final LinkedList<TearDown> stack = new LinkedList<TearDown>(); field in class:TearDownStack 54 stack.addFirst(tearDown); 62 for (TearDown tearDown : stack) { 74 stack.clear();
|
/external/libunwind/src/hppa/ |
siglongjmp.S | 14 /* We do not need executable stack. */ 15 .section .note.GNU-stack,"",@progbits
|