HomeSort by relevance Sort by last modified time
    Searched refs:trace_function (Results 1 - 11 of 11) sorted by null

  /system/extras/tests/memtest/
thumb.cpp 8 extern "C" _Unwind_Reason_Code trace_function(_Unwind_Context* context, void *) { function
21 _Unwind_Backtrace(trace_function, (void*) "backtrace!");
  /external/libcxxabi/test/
backtrace_test.pass.cpp 17 trace_function(struct _Unwind_Context*, void* ntraced) { function
27 _Unwind_Backtrace(trace_function, ntraced);
35 _Unwind_Backtrace(trace_function, ntraced);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
backtrace_test.pass.cpp 14 trace_function(struct _Unwind_Context* context, void* ntraced) { function
23 _Unwind_Backtrace(trace_function, ntraced);
30 _Unwind_Backtrace(trace_function, ntraced);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/test/
backtrace_test.pass.cpp 14 trace_function(struct _Unwind_Context* context, void* ntraced) { function
23 _Unwind_Backtrace(trace_function, ntraced);
30 _Unwind_Backtrace(trace_function, ntraced);
  /external/libcxx/utils/libcxx/test/
tracing.py 14 def trace_function(function, log_calls, log_results, label=''): function
41 setattr(obj, name, trace_function(member, log_calls,
executor.py 187 self.local_run = tracing.trace_function(
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/
tracing.py 5 def trace_function(function, log_calls, log_results, label=''): function
32 setattr(obj, name, trace_function(member, log_calls,
executor.py 156 self.local_run = tracing.trace_function(
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/libcxx/test/
tracing.py 14 def trace_function(function, log_calls, log_results, label=''): function
41 setattr(obj, name, trace_function(member, log_calls,
executor.py 165 self.local_run = tracing.trace_function(
  /bionic/libc/malloc_debug/
backtrace.cpp 82 static _Unwind_Reason_Code trace_function(__unwind_context* context, void* arg) { function
130 _Unwind_Backtrace(trace_function, &state);

Completed in 3085 milliseconds