HomeSort by relevance Sort by last modified time
    Searched full:trace (Results 426 - 450 of 2719) sorted by null

<<11121314151617181920>>

  /external/chromium/base/
logging_win.cc 30 // Convert the log severity to the most appropriate ETW trace level.
69 // Capture a stack trace if one is requested.
78 // Add the stack trace.
117 // Convert the new trace level to a logging severity
  /external/chromium-trace/trace-viewer/src/model/
process.js 15 * trace.
  /external/dropbear/
cli-authinteract.c 78 TRACE(("enter recv_msg_recv_userauth_info_request"))
135 TRACE(("leave recv_msg_recv_userauth_info_request"))
140 TRACE(("enter cli_auth_interactive"))
166 TRACE(("leave cli_auth_interactive"))
svr-kex.c 49 TRACE(("enter recv_msg_kexdh_init"))
65 TRACE(("leave recv_msg_kexdh_init"))
79 TRACE(("enter send_msg_kexdh_reply"))
104 TRACE(("leave send_msg_kexdh_reply"))
tcp-accept.c 110 TRACE(("enter listen_tcpfwd"))
126 TRACE(("leave listen_tcpfwd: dropbear_listen failed"))
136 TRACE(("leave listen_tcpfwd: listener failed"))
140 TRACE(("leave listen_tcpfwd: success"))
  /external/junit/src/junit/framework/
TestFailure.java 45 public String trace() { method in class:TestFailure
  /external/libnfc-nci/src/nfa/sys/
nfa_sys_cfg.c 36 APPL_INITIAL_TRACE_LEVEL /* initial trace level */
  /external/linux-tools-perf/scripts/perl/
rw-by-file.pl 16 use lib "$ENV{'PERF_EXEC_PATH'}/scripts/perl/Perf-Trace-Util/lib";
17 use lib "./Perf-Trace-Util/lib";
18 use Perf::Trace::Core;
19 use Perf::Trace::Util;
wakeup-latency.pl 16 use lib "$ENV{'PERF_EXEC_PATH'}/scripts/perl/Perf-Trace-Util/lib";
17 use lib "./Perf-Trace-Util/lib";
18 use Perf::Trace::Core;
19 use Perf::Trace::Util;
  /external/llvm/include/llvm/Support/
PrettyStackTrace.h 31 /// "pretty" stack trace that is dumped when a program crashes. You can define
34 /// virtual stack trace. This gets dumped out if the program crashes.
51 /// should not contain newlines) to the stream as the stack trace when a crash
61 /// to the stream as the stack trace when a crash occurs.
  /external/llvm/test/Transforms/SimplifyCFG/
volatile-phioper.ll 12 ; CHECK: @Trace
20 %call = tail call i32 (...)* @Trace() #2
25 %call1 = tail call i32 (...)* @Trace() #2
42 declare i32 @Trace(...) #1
  /external/mockito/src/org/mockito/exceptions/base/
MockitoException.java 15 * The stack trace is filtered from mockito calls if you are using {@link #getStackTrace()}.
  /external/openssh/regress/
reconfigure.sh 22 trace "wait for sshd to restart"
  /external/tcpdump/
atime.awk 2 # given a tcpdump ftp trace, output one line for each ack
stime.awk 2 # given a tcpdump ftp trace, output one line for each send
  /external/v8/test/cctest/
test-log-stack-tracer.cc 76 StackTracer::Trace(Isolate::Current(), trace_env.sample);
96 TraceExtension() : v8::Extension("v8/trace", kSource) { }
99 static v8::Handle<v8::Value> Trace(const v8::Arguments& args);
110 "native function trace();"
117 if (name->Equals(String::New("trace"))) {
118 return v8::FunctionTemplate::New(TraceExtension::Trace);
144 printf("Trace: %p\n", fp);
149 v8::Handle<v8::Value> TraceExtension::Trace(const v8::Arguments& args) {
191 const char* extensions[] = { "v8/trace" };
287 // extension function trace() with the current frame pointer value
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/MISC/
debflex.awk 1 # Clarify the flex debug trace by substituting first line of each rule.
51 # trace. Save only those lines.
106 print dashes; # Simplify trace of buffer reloads
118 collect = "\n" $0; # ... and start next trace
  /external/webrtc/test/
test_suite.cc 33 // TODO(andrew): initialize singletons here (e.g. Trace).
  /external/wpa_supplicant_8/src/utils/
Makefile 20 trace.o \
  /frameworks/base/media/libdrm/mobile1/include/
drm_common_types.h 39 #define Trace(...)
  /frameworks/native/libs/utils/
Trace.cpp 18 #include <utils/Trace.h>
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
Utils.java 38 * Get the string representation of the current stack trace, for debugging purposes.
39 * @return a readable, carriage-return-separated string for the current stack trace.
56 * Get the stack trace contained in an exception as a human-readable string.
58 * @return the human-readable stack trace
  /prebuilts/tools/common/proguard/proguard4.7/docs/manual/retrace/
introduction.html 27 When an obfuscated program throws an exception, the resulting stack trace
59 <td class="whiteblock">Readable stack trace</td>
61 <td class="whiteblock">Obfuscated stack trace</td>
66 ReTrace can read an obfuscated stack trace and restore it to what it would
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/model/
GLTrace.java 34 /** GLTrace is the in memory model of a OpenGL trace file. */
38 /** Information regarding the trace file. */
41 /** List of frames in the trace. */
44 /** List of GL Calls comprising the trace. */
  /system/core/sh/
shell.h 48 * When debugging is on, debugging info will be written to ./trace and
78 #define TRACE(param) trace param
81 #define TRACE(param)

Completed in 463 milliseconds

<<11121314151617181920>>