/packages/apps/Messaging/src/com/android/messaging/util/ |
DebugUtils.java | 366 * NOTE: This method retrieves the current thread's stack trace, which adds runtime overhead. 391 * NOTE: This method retrieves the current thread's stack trace, which adds runtime overhead. 402 StackTraceElement[] trace = Thread.currentThread().getStackTrace(); 403 if (trace == null || trace.length < (depth + 2)) { 406 // The stack trace includes some methods we don't care about (e.g. this method). 408 for (int i = 0; i < trace.length - 1; i++) { 409 String methodName = trace[i].getMethodName(); 411 return trace[i + depth + 1];
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/ |
DurationMinimap.java | 61 /** List of GL Calls in the trace. */ 64 /** Number of GL contexts in the trace. */ 102 public DurationMinimap(Composite parent, GLTrace trace) { 105 setInput(trace); 163 public void setInput(GLTrace trace) { 164 if (trace != null) { 165 mCalls = trace.getGLCalls(); 166 mContextCount = trace.getContexts().size();
|
StateViewPage.java | 70 * in the Function Trace view, and updates its view to reflect the state as of the selected call. 88 public StateViewPage(GLTrace trace) { 89 setInput(trace); 92 public void setInput(GLTrace trace) { 93 mTrace = trace; 94 if (trace != null) { 95 mGLCalls = trace.getGLCalls();
|
/external/blktrace/ |
blkparse.c | 224 struct trace { struct 227 struct trace *next; 234 static struct trace *trace_list; 240 static struct trace *t_alloc_list; 259 static int trace_rb_insert_last(struct per_dev_info *, struct trace *); 724 * struct trace and blktrace allocation cache, we do potentially 728 static inline void t_free(struct trace *t) 738 static inline struct trace *t_alloc(void) 740 struct trace *t = t_alloc_list; 778 static inline void __put_trace_last(struct per_dev_info *pdi, struct trace *t [all...] |
/external/chromium-trace/catapult/third_party/typ/typ/ |
runner.py | 185 trace = self._trace_from_results(result_set) 193 self._add_trace_event(trace, 'run', find_start, reporting_end) 194 self._add_trace_event(trace, 'discovery', find_start, find_end) 195 self._add_trace_event(trace, 'testing', find_end, test_end) 196 self._add_trace_event(trace, 'reporting', test_end, reporting_end) 197 self._write(self.args.write_trace_to, trace) 202 return ret, full_results, trace 278 trace = self._read_and_delete(self.args.write_trace_to, 282 return ret, full_results, trace 636 def _add_trace_event(self, trace, name, start, end) [all...] |
/art/runtime/mirror/ |
throwable.cc | 77 mirror::ObjectArray<mirror::Object>* const trace = stack_state->AsObjectArray<mirror::Object>(); member in class:art::mirror::mirror 78 const int32_t array_len = trace->GetLength(); 97 // Decode the internal stack trace into the depth and method trace 107 result += "(Throwable with empty stack trace)"; 126 result += "(Throwable with empty stack trace)"; 141 result += "(Throwable with no stack trace)";
|
/art/tools/dmtracedump/ |
Android.mk | 15 # Java method trace dump tool
|
/external/apache-http/src/org/apache/commons/logging/impl/ |
Jdk14Logger.java | 91 // Hack (?) to get the stack trace. 247 * Is trace logging currently enabled? 266 * @see org.apache.commons.logging.Log#trace(Object) 268 public void trace(Object message) { method in class:Jdk14Logger 278 * @see org.apache.commons.logging.Log#trace(Object, Throwable) 280 public void trace(Object message, Throwable exception) { method in class:Jdk14Logger
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
start_try_job.py | 80 Requests are made to this end-point by bisect and trace forms. This handler 256 metric: Bisect bot "metric" parameter, in the form "chart/trace". 498 A "metric" string of the form "chart/trace". If there is an 500 if we're looking at the summary result, then the trace name is 504 trace = None 520 # master/bot/benchmark/chart/trace 522 trace = parts[4] 524 # master/bot/benchmark/chart/interaction/trace 526 trace = parts[5] 530 if trace is None [all...] |
/external/chromium-trace/catapult/telemetry/telemetry/internal/results/ |
buildbot_output_formatter.py | 19 def _PrintPerfResult(self, measurement, trace, v, units, 22 measurement, trace, v, units, result_type, print_to_stdout=False) 46 # We dont print per-page-values when there is a trace tag.
|
/external/chromium-trace/catapult/telemetry/telemetry/util/ |
perf_tests_results_helper.py | 95 def PrintPerfResult(measurement, trace, values, units, 108 trace: A description of the particular data point, e.g. "reference". 124 trace_name = _EscapePerfResult(trace) 138 # Do not show equal sign if the trace is empty. Usually it happens when
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-antlr.jar | |
/external/jdiff/src/jdiff/ |
CommentsHandler.java | 53 if (trace) 207 private static final boolean trace = false; field in class:CommentsHandler
|
/external/mesa3d/src/gallium/targets/egl-static/ |
SConscript | 31 trace,
|
/external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/impl/ |
SLF4JLocationAwareLog.java | 106 public void trace(Object message) { method in class:SLF4JLocationAwareLog 119 public void trace(Object message, Throwable t) { method in class:SLF4JLocationAwareLog
|
/external/v8/test/mjsunit/ |
debug-allscopes-on-debugger.js | 14 assertTrue(exec_state.frameCount() != 0, "FAIL: Empty stack trace");
|
/external/valgrind/drd/ |
drd_clientobj.c | 52 void DRD_(clientobj_set_trace)(const Bool trace) 54 s_trace_clientobj = trace;
|
/external/webrtc/webrtc/modules/video_render/windows/ |
video_render_direct3d9.h | 30 class Trace; 36 CriticalSectionWrapper* critSect, Trace* trace); 100 VideoRenderDirect3D9(Trace* trace, HWND hWnd, bool fullScreen); 205 Trace* _trace;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/ |
resize_policy.hpp | 119 trace() const; 230 trace() const function in class:__gnu_pbds::detail::resize_policy
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/rc_binomial_heap_/ |
rc.hpp | 112 trace() const; 229 trace() const
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/ |
resize_policy.hpp | 119 trace() const; 230 trace() const function in class:__gnu_pbds::detail::resize_policy
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/rc_binomial_heap_/ |
rc.hpp | 112 trace() const; 229 trace() const
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/binary_heap_/ |
resize_policy.hpp | 119 trace() const; 230 trace() const function in class:__gnu_pbds::detail::resize_policy
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/rc_binomial_heap_/ |
rc.hpp | 112 trace() const; 229 trace() const
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/ |
resize_policy.hpp | 119 trace() const; 230 trace() const function in class:__gnu_pbds::detail::resize_policy
|