/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
t051treeRewriteASTjWalker.g | 1 // @@ANTLR Tool Options@@: -trace
|
t051treeRewriteASTkWalker.g | 1 // @@ANTLR Tool Options@@: -trace
|
t051treeRewriteASTlWalker.g | 1 // @@ANTLR Tool Options@@: -trace
|
t051treeRewriteASTmWalker.g | 1 // @@ANTLR Tool Options@@: -trace
|
t051treeRewriteASToWalker.g | 1 // @@ANTLR Tool Options@@: -trace
|
t051treeRewriteASTpWalker.g | 1 // @@ANTLR Tool Options@@: -trace
|
t051treeRewriteASTqWalker.g | 1 // @@ANTLR Tool Options@@: -trace
|
t051treeRewriteASTrWalker.g | 1 // @@ANTLR Tool Options@@: -trace
|
t051treeRewriteASTsWalker.g | 1 // @@ANTLR Tool Options@@: -trace
|
t051treeRewriteASTuWalker.g | 1 // @@ANTLR Tool Options@@: -trace
|
/external/chromium_org/gpu/command_buffer/service/ |
gpu_tracer.h | 25 // Begin a trace. 28 // End the last started trace. 31 // Retrieve the name of the current open trace. 32 // Returns empty string if no current open trace.
|
/external/chromium_org/third_party/skia/src/utils/ |
SkDebugTrace.h | 13 trace macros to debug output stream. 18 SkDebugf("Trace: %s\n", event) 20 SkDebugf("Trace: %s (%s=%s)\n", event, name1, value1) 22 SkDebugf("Trace: %s (%s=%s, %s=%s)\n", event, name1, value1, name2, value2)
|
/external/mockito/src/org/mockito/exceptions/base/ |
package.html | 7 Base classes for exceptions and errors, stack trace filtering/removing logic.
|
/external/mockito/src/org/mockito/exceptions/stacktrace/ |
package.html | 7 Stack trace filtering / cleaning public APIs.
|
/external/mockito/src/org/mockito/internal/exceptions/stacktrace/ |
package.html | 7 Stack trace filtering / cleaning internal APIs.
|
/external/skia/src/utils/ |
SkDebugTrace.h | 13 trace macros to debug output stream. 18 SkDebugf("Trace: %s\n", event) 20 SkDebugf("Trace: %s (%s=%s)\n", event, name1, value1) 22 SkDebugf("Trace: %s (%s=%s, %s=%s)\n", event, name1, value1, name2, value2)
|
/external/valgrind/main/drd/tests/ |
sem_open_traced.vgtest | 2 vgopts: --check-stack-var=yes --read-var-info=yes --trace-semaphore=yes
|
/external/chromium_org/chrome/browser/feedback/ |
tracing_manager.h | 22 // Callback used for getting the output of a trace. 31 // When a performance trace is desired, TracingManager::Get()->RequestTrace() 46 // Request a trace ending at the current time. If a trace is already being 47 // collected, the id for that trace is returned. 50 // Get the trace data for |id|. On success, true is returned, and the data is 54 // Discard the data for trace |id|. 63 // ID of the trace that is being collected. 66 // Mapping of trace ID to trace data [all...] |
/frameworks/base/docs/html/tools/help/ |
dmtracedump.jd | 8 graphical call-stack diagrams from trace log files (instead of using Traceview).</p> 10 <p>This document is a reference to the available command line options. For more information on generating trace 16 dmtracedump [-ho] [-s sortable] [-d trace-base-name] [-g outfile] <trace-base-name> 19 <p>The tool then loads trace log data from <code><trace-base-name>.data</code> and 20 <trace-base-name>.key. The table below lists the options for dmtracedump.</p> 30 <td><nobr><code>-d <em><trace-base-name></em></code></nobr></td> 32 <td>Diff with this trace name</td> 50 <td>Dump the trace file instead of profiling</td [all...] |
/development/ndk/platforms/android-3/include/linux/ |
stacktrace.h | 15 #define save_stack_trace(trace, task, all, skip) do { } while (0) 16 #define print_stack_trace(trace) do { } while (0)
|
/external/chromium_org/components/tracing/ |
tracing_messages.h | 18 // Sent to all child processes to enable trace event recording. 24 // Sent to all child processes to disable trace event recording. 39 // Sent to all child processes to get trace buffer fullness. 63 // Child processes send back trace data in JSON chunks. 65 std::string /*json trace data*/) 67 // Child processes send back trace data of the current monitoring 70 std::string /*json trace data*/) 74 float /*trace buffer percent full*/)
|
/external/iptables/extensions/ |
libxt_TRACE.c | 1 /* Shared library add-on to iptables to add TRACE target support. */ 12 .name = "TRACE",
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
stacktrace.h | 15 #define save_stack_trace(trace, task, all, skip) do { } while (0) 16 #define print_stack_trace(trace) do { } while (0)
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/ |
stacktrace.h | 15 #define save_stack_trace(trace, task, all, skip) do { } while (0) 16 #define print_stack_trace(trace) do { } while (0)
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/ |
stacktrace.h | 15 #define save_stack_trace(trace, task, all, skip) do { } while (0) 16 #define print_stack_trace(trace) do { } while (0)
|