/hardware/libhardware/modules/camera/ |
ScopedTrace.h | 21 #include <cutils/trace.h> 23 // See <cutils/trace.h> for more tracing macros. 25 // CAMTRACE_NAME traces the beginning and end of the current scope. To trace
|
/libcore/luni/src/main/java/java/lang/ |
InstantiationException.java | 29 * stack trace. 36 * trace and the specified detail message. 47 * trace and the class that caused this exception.
|
Throwable.java | 36 * message in most cases), and for saving a stack trace (that is, a record of 43 * information. When printing the stack trace, the trace of the cause is 70 * An intermediate representation of the stack trace. This field may 76 * A fully-expanded representation of the stack trace. 81 * Constructs a new {@code Throwable} that includes the current stack trace. 89 * Constructs a new {@code Throwable} with the current stack trace and the 99 * Constructs a new {@code Throwable} with the current stack trace, the 110 * Constructs a new {@code Throwable} with the current stack trace and the 121 * Constructs a new {@code Throwable} with the current stack trace, th [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
TraceOptions.java | 23 /** Application to trace. */ 26 /** Activity to trace. */ 31 /** Path where the trace file should be saved. */
|
DeviceViewAction.java | 25 super("Start OpenGL Trace"); 44 setToolTipText("Trace OpenGL calls"); 70 MessageDialog.openError(shell, "Setup GL Trace", 75 // wait for a few seconds for the client to start the trace server 87 // retrieve the trace from the device
|
/system/extras/tests/mmc_tracepoints/ |
README | 7 To get the trace: 9 adb pull /d/tracing/trace 24 The file mmc_trace_sample_data contains sample mmc trace data from a Nexus 10.
|
/dalvik/vm/interp/ |
Jit.cpp | 103 * Store the original method here in case the trace ends with a 122 // Reset trace length 213 ALOGD("Trace length: %d State: %d", shadowSpace->traceLength, 217 /* Print decoded instructions in the current trace */ 225 ALOGD("********** SHADOW TRACE DUMP **********"); 227 addr = shadowSpace->trace[i].addr; 229 decInsn = &(shadowSpace->trace[i].decInsn); 254 * in a trace that was just executed. This routine is called for 255 * each instruction in the original trace, and compares state 260 * count with each trace exit, we could just single-step the righ [all...] |
/external/valgrind/main/none/tests/ |
cmdline2.stdout.exp | 12 --trace-children=no|yes Valgrind-ise child processes (follow execve)? [no] 13 --trace-children-skip=patt1,patt2,... specifies a list of executables 14 that --trace-children=yes should not trace into 15 --trace-children-skip-by-arg=patt1,patt2,... same as --trace-children-skip= 98 --trace-flags=<XXXXXXXX> show generated code? (X = 0|1) [00000000] 100 --trace-notbelow=<number> only show BBs above <number> [999999999] 101 --trace-notabove=<number> only show BBs below <number> [0] 102 --trace-syscalls=no|yes show all system calls? [no [all...] |
/external/valgrind/main/drd/ |
drd_main.c | 107 else if VG_BOOL_CLO(arg, "--trace-alloc", s_trace_alloc) {} 108 else if VG_BOOL_CLO(arg, "--trace-barrier", trace_barrier) {} 109 else if VG_BOOL_CLO(arg, "--trace-clientobj", trace_clientobj) {} 110 else if VG_BOOL_CLO(arg, "--trace-cond", trace_cond) {} 111 else if VG_BOOL_CLO(arg, "--trace-conflict-set", trace_conflict_set) {} 112 else if VG_BOOL_CLO(arg, "--trace-conflict-set-bm", trace_conflict_set_bm){} 113 else if VG_BOOL_CLO(arg, "--trace-csw", trace_csw) {} 114 else if VG_BOOL_CLO(arg, "--trace-fork-join", trace_fork_join) {} 115 else if VG_BOOL_CLO(arg, "--trace-hb", trace_hb) {} 116 else if VG_BOOL_CLO(arg, "--trace-mutex", trace_mutex) { [all...] |
/packages/apps/Nfc/nxp/jni/ |
com_android_nfc_NativeLlcpSocket.cpp | 47 TRACE("Socket connected\n"); 131 TRACE("phLibNfc_Llcp_Connect(%d)",nSap); 144 TRACE("phLibNfc_Llcp_Connect(%d) returned 0x%04x[%s]", nSap, ret, nfc_jni_get_status_name(ret)); 190 TRACE("phLibNfc_Llcp_ConnectByUri()"); 203 TRACE("phLibNfc_Llcp_ConnectByUri() returned 0x%04x[%s]", ret, nfc_jni_get_status_name(ret)); 235 TRACE("phLibNfc_Llcp_Close()"); 244 TRACE("phLibNfc_Llcp_Close() returned 0x%04x[%s]", ret, nfc_jni_get_status_name(ret)); 271 TRACE("phLibNfc_Llcp_Send()"); 284 TRACE("phLibNfc_Llcp_Send() returned 0x%04x[%s]", ret, nfc_jni_get_status_name(ret)); 332 TRACE("phLibNfc_Llcp_Recv()") [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/ |
ExceptionExtensions.cs | 48 StackTrace trace = new StackTrace(e, true); 49 StackFrame[] frames = trace.GetFrames(); 51 // don't include this helper function in the trace 75 string trace = e.StackTrace ?? string.Empty; 76 foreach (string line in trace.Split('\n', '\r')) {
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/ |
ExceptionExtensions.cs | 53 StackTrace trace = new StackTrace( e, true ); 54 StackFrame[] frames = trace.GetFrames(); 57 // don't include this helper function in the trace 84 string trace = e.StackTrace ?? string.Empty; 85 foreach ( string line in trace.Split( '\n', '\r' ) )
|
/external/blktrace/ |
blktrace_api.h | 7 * Trace categories 33 * Basic trace actions 65 * Trace actions in full. Additionally, read or write is masked 93 * The trace itself 106 __u16 pdu_len; /* length of data after this trace */
|
/external/chromium/base/ |
logging_win.h | 27 // a stack trace with every log message. 31 // stack trace. 40 // A message with a stack trace, followed by the zero-terminated 44 // a stack trace, 51 // Trace provider class to drive log control and transport
|
/external/chromium_org/base/ |
logging_win.h | 26 // a stack trace with every log message. 30 // stack trace. 39 // A message with a stack trace, followed by the zero-terminated 43 // a stack trace, 50 // Trace provider class to drive log control and transport
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
main.cpp | 131 TRACE("\t! Error generated: invalid enum\n"); 135 TRACE("\t! Error generated: invalid value\n"); 139 TRACE("\t! Error generated: invalid operation\n"); 143 TRACE("\t! Error generated: out of memory\n"); 147 TRACE("\t! Error generated: invalid framebuffer operation\n");
|
/external/dropbear/ |
cli-service.c | 36 TRACE(("enter send_msg_service_request: servicename='%s'", servicename)) 44 TRACE(("leave send_msg_service_request")) 54 TRACE(("enter recv_msg_service_accept")) 65 TRACE(("leave recv_msg_service_accept: done ssh-userauth")) 80 TRACE(("leave recv_msg_service_accept: done ssh-connection"))
|
svr-authpubkey.c | 63 TRACE(("enter pubkeyauth")) 130 TRACE(("leave pubkeyauth")) 139 TRACE(("enter send_msg_userauth_pk_ok")) 147 TRACE(("leave send_msg_userauth_pk_ok")) 163 TRACE(("enter checkpubkey")) 175 TRACE(("bad authorized_keys permissions, or file doesn't exist")) 193 TRACE(("checkpubkey: opened authorized_keys OK")) 202 TRACE(("checkpubkey: authorized_keys EOF reached")) 207 TRACE(("checkpubkey: line too short")) 220 TRACE(("checkpubkey: space character expected, isn't there") [all...] |
/external/openssh/regress/ |
dynamic-forward.sh | 18 trace "will use ProxyCommand $proxycmd" 25 trace "start dynamic forwarding, fork to background" 33 trace "forward failed proto $p attempt $n err $error" 43 trace "testing ssh protocol $p socks version $s host $h" 54 trace "terminate remote shell, pid $remote"
|
/art/runtime/ |
trace.h | 51 class Trace : public instrumentation::InstrumentationListener { 92 // Reuse an old stack trace if it exists, otherwise allocate a new one. 94 // Clear and store an old stack trace for later use. 98 explicit Trace(File* trace_file, int buffer_size, int flags, bool sampling_enabled); 117 // Singleton instance of the Trace or NULL when no method tracing is active. 118 static Trace* volatile the_trace_ GUARDED_BY(Locks::trace_lock_); 126 // Used to remember an unused stack trace to avoid re-allocation during sampling. 129 // File to write trace data out to, NULL if direct to ddms. 132 // Buffer to store trace data. 146 // Time trace was created [all...] |
/external/chromium/base/win/ |
event_trace_provider.h | 5 // Declaration of a Windows event trace provider class, to allow using 33 // Utility class to auto-initialize event trace header structures. 77 // Trace provider with Event Tracing for Windows. The trace provider 79 // the object whenever the trace level or enable flags for this provider 82 // a particular trace level, and whether particular enable flags are set, 87 // Creates an event trace provider identified by provider_name, which 91 // Creates an unnamed event trace provider, the provider must be given 96 // Registers the trace provider with Event Tracing for Windows. 98 // callback. If the provider's name is enabled in some trace sessio [all...] |
/external/chromium_org/base/win/ |
event_trace_provider.h | 5 // Declaration of a Windows event trace provider class, to allow using 32 // Utility class to auto-initialize event trace header structures. 81 // Trace provider with Event Tracing for Windows. The trace provider 83 // the object whenever the trace level or enable flags for this provider 86 // a particular trace level, and whether particular enable flags are set, 91 // Creates an event trace provider identified by provider_name, which 95 // Creates an unnamed event trace provider, the provider must be given 100 // Registers the trace provider with Event Tracing for Windows. 102 // callback. If the provider's name is enabled in some trace sessio [all...] |
/external/chromium_org/tools/cygprofile/ |
mergetraces.py | 10 Given two log files of execution traces, merge the traces into a single trace. 12 create a single log that is an ordered trace of calls by both processes. 122 def AddTrace (tracemap, trace): 123 """Adds a trace to the tracemap. 125 Adds entries in the trace to the tracemap. All new calls will be added to 127 replaced if they happened sooner in the new trace. 131 trace: the trace 134 for trace_entry in trace: 144 library. First line of merged trace has dummy virtual address of 0-fffffff [all...] |
/external/chromium/base/debug/ |
stack_trace_unittest.cc | 24 StackTrace trace; local 26 // Dump the trace into a string. 28 trace.OutputToStream(&os); 39 trace.Addresses(&frames_found); 59 // which should be the first symbol in the trace. 105 StackTrace trace; local 107 trace.OutputToStream(&os);
|
/external/chromium_org/build/android/ |
adb_profile_chrome.py | 73 'third_party', 'trace-viewer') 106 re.compile(r'Logging performance trace to file: (.*)') 112 return 'chrome trace' 122 # 1. "Logging performance trace to file [...]" 126 # that the trace file is ready to be pulled. 132 raise RuntimeError('Trace start marker not found. Is the correct version ' 142 # Wait a bit for the browser to finish writing the trace file. 152 # Compress the trace before sending it over USB. 154 # Use a large trace buffer to increase the polling interval. 219 trace_start = trace_data.index('TRACE:' [all...] |