/external/parameter-framework/asio-1.10.6/include/asio/impl/ |
handler_alloc_hook.ipp | 16 #include "asio/detail/call_stack.hpp" 33 typedef detail::call_stack<io_service_impl, thread_info> call_stack; 34 return thread_info::allocate(call_stack::top(), size); 45 typedef detail::call_stack<io_service_impl, thread_info> call_stack; 46 thread_info::deallocate(call_stack::top(), pointer, size);
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
call_stack.hpp | 2 // detail/call_stack.hpp 27 class call_stack class in namespace:asio::detail 38 next_(call_stack<Key, Value>::top_) 41 call_stack<Key, Value>::top_ = this; 48 next_(call_stack<Key, Value>::top_) 50 call_stack<Key, Value>::top_ = this; 56 call_stack<Key, Value>::top_ = next_; 73 friend class call_stack<Key, Value>; 114 tss_ptr<typename call_stack<Key, Value>::context> 115 call_stack<Key, Value>::top_ [all...] |
task_io_service.hpp | 21 #include "asio/detail/call_stack.hpp" 182 typedef call_stack<task_io_service, thread_info> thread_call_stack;
|
/external/valgrind/perf/ |
many-loss-records.c | 82 void call_stack (int level) function 115 call_stack (level + 1); 119 call_stack (level + 1); 123 call_stack (level + 1); 127 call_stack (level + 1); 131 call_stack (level + 1); 135 call_stack (level + 1); 139 call_stack (level + 1); 143 call_stack (level + 1); 147 call_stack (level + 1) [all...] |
/external/google-breakpad/src/processor/ |
call_stack.cc | 30 // call_stack.cc: A call stack comprised of stack frames. 32 // See call_stack.h for documentation. 36 #include "google_breakpad/processor/call_stack.h"
|
stackwalker_address_list_unittest.cc | 42 #include "google_breakpad/processor/call_stack.h" 106 void CheckCallStack(const CallStack& call_stack) { 107 const std::vector<StackFrame*>* frames = call_stack.frames(); 132 CallStack call_stack; local 135 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, 145 ASSERT_NO_FATAL_FAILURE(CheckCallStack(call_stack)); 166 CallStack call_stack; local 169 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, 175 ASSERT_NO_FATAL_FAILURE(CheckCallStack(call_stack)); 177 const std::vector<StackFrame*>* frames = call_stack.frames() [all...] |
stackwalker_mips_unittest.cc | 43 #include "google_breakpad/processor/call_stack.h" 141 CallStack call_stack; member in class:StackwalkerMIPSFixture 160 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, 165 frames = call_stack.frames(); 187 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, 192 frames = call_stack.frames(); 210 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, 215 frames = call_stack.frames(); 266 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, 271 frames = call_stack.frames() [all...] |
stackwalker_amd64_unittest.cc | 43 #include "google_breakpad/processor/call_stack.h" 139 CallStack call_stack; member in class:StackwalkerAMD64Fixture 161 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, 166 frames = call_stack.frames(); 187 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, 192 frames = call_stack.frames(); 211 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, 216 frames = call_stack.frames(); 272 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, 278 frames = call_stack.frames() [all...] |
stackwalker_arm64_unittest.cc | 43 #include "google_breakpad/processor/call_stack.h" 140 CallStack call_stack; member in class:StackwalkerARM64Fixture 155 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, 159 frames = call_stack.frames(); 177 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, 181 frames = call_stack.frames(); 230 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, 236 frames = call_stack.frames(); 302 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, 306 frames = call_stack.frames() [all...] |
stackwalker_arm_unittest.cc | 43 #include "google_breakpad/processor/call_stack.h" 141 CallStack call_stack; member in class:StackwalkerARMFixture 157 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, 161 frames = call_stack.frames(); 180 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, 184 frames = call_stack.frames(); 200 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, 204 frames = call_stack.frames(); 253 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, 259 frames = call_stack.frames() [all...] |
stackwalker_x86_unittest.cc | 42 #include "google_breakpad/processor/call_stack.h" 152 CallStack call_stack; member in class:StackwalkerX86Fixture 171 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, 176 frames = call_stack.frames(); 197 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, 202 frames = call_stack.frames(); 220 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, 225 frames = call_stack.frames(); 262 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, 267 frames = call_stack.frames() [all...] |
exploitability_linux.cc | 40 #include "google_breakpad/processor/call_stack.h"
|
microdump_processor.cc | 41 #include "google_breakpad/processor/call_stack.h"
|
process_state.cc | 37 #include "google_breakpad/processor/call_stack.h"
|
stackwalker_address_list.cc | 40 #include "google_breakpad/processor/call_stack.h"
|
processor.gyp | 47 'call_stack.cc',
|
stackwalker_ppc.cc | 38 #include "google_breakpad/processor/call_stack.h"
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/ |
call-stack.rb | 46 def call_stack( depth = 1 ) method in class:Kernel
|
functional.rb | 118 call = call_stack.find { |call| call.file != __FILE__ } 159 klass.test_path = call_stack[ 0 ].file 175 call = call_stack.find { |call| call.file != __FILE__ }
|
/system/extras/simpleperf/ |
report.py | 45 self.call_stack = [function_name] 49 self.call_stack.append(function_name) 61 for function_name in self.call_stack: 207 for i in range(len(node.call_stack)): 211 s += node.call_stack[i]
|
/external/valgrind/callgrind/ |
callstack.c | 39 * Array call_stack and call_stack_esp have same size and grow on demand. 46 call_stack CLG_(current_call_stack); 48 void CLG_(init_call_stack)(call_stack* s) 69 void CLG_(copy_current_call_stack)(call_stack* dst) 78 void CLG_(set_current_call_stack)(call_stack* s) 92 call_stack *cs = &CLG_(current_call_stack);
|
global.h | 537 typedef struct _call_stack call_stack; typedef in typeref:struct:_call_stack 574 call_stack calls; /* context call arc stack */ 739 void CLG_(init_call_stack)(call_stack*); 740 void CLG_(copy_current_call_stack)(call_stack* dst); 741 void CLG_(set_current_call_stack)(call_stack*); 789 extern call_stack CLG_(current_call_stack);
|
/external/google-breakpad/src/google_breakpad/processor/ |
call_stack.h | 30 // call_stack.h: A call stack comprised of stack frames.
|
/external/google-breakpad/src/tools/mac/crash_report/crash_report.xcodeproj/ |
project.pbxproj | 44 9BDF172C0B1B8B2400F8391B /* call_stack.cc in Sources */ = {isa = PBXBuildFile; fileRef = 9BDF172A0B1B8B2400F8391B /* call_stack.cc */; }; 135 9BDF16FC0B1B8ACD00F8391B /* call_stack.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = call_stack.h; sourceTree = "<group>"; }; 144 9BDF172A0B1B8B2400F8391B /* call_stack.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = call_stack.cc; path = ../../../processor/call_stack.cc; sourceTree = SOURCE_ROOT; }; [all...] |
/external/google-breakpad/ |
Makefile.am | 163 src/google_breakpad/processor/call_stack.h \ 194 src/processor/call_stack.cc \ 706 src/processor/call_stack.o \ 798 src/processor/call_stack.o \ 836 src/processor/call_stack.o \ [all...] |