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

<<21222324252627282930>>

  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
ResultFilter.java 90 public void testFailed(TestFailure status, TestIdentifier test, String trace) {
92 super.testFailed(status, test, trace);
  /dalvik/vm/mterp/armv5te/
OP_NEW_INSTANCE.S 40 * include this instruction in a trace.
57 * Check to see if we need to stop the trace building early.
  /dalvik/vm/mterp/mips/
OP_NEW_INSTANCE.S 39 * include this instruction in a trace.
61 * Check to see if we need to stop the trace building early.
  /dalvik/vm/mterp/x86/
OP_NEW_INSTANCE.S 38 * include this instruction in a trace.
55 * Check to see if we need to stop the trace building early.
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
Antlr3.Runtime.Debug.csproj 30 <DefineConstants>DEBUG;TRACE</DefineConstants>
38 <DefineConstants>TRACE</DefineConstants>
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
Antlr3.Runtime.JavaExtensions.csproj 26 <DefineConstants>DEBUG;TRACE</DefineConstants>
34 <DefineConstants>TRACE</DefineConstants>
  /external/blktrace/
blktrace.h 92 fprintf(stderr, "bad trace magic %x\n", t->magic);
96 fprintf(stderr, "unsupported trace version %x\n",
  /external/chromium/base/debug/
trace_event_win.cc 92 // Trace the event.
96 void TraceLog::Trace(const char* name,
  /external/chromium/base/win/
event_trace_provider_unittest.cc 5 // Unit tests for event trace provider.
27 // Because the trace provider is used in logging, it's important that
  /external/chromium-trace/trace-viewer/src/importer/linux_perf/
gesture_parser.js 6 * @fileoverview Parses gesture events in the Linux event trace format.
14 * Parses trace events generated by gesture library for touchpad.
power_parser.js 6 * @fileoverview Parses power events in the Linux event trace format.
14 * Parses linux power trace events.
  /external/dropbear/
circbuffer.c 73 TRACE(("cbuf_readlen: unused buffer"))
91 TRACE(("cbuf_writelen: full buffer"))
  /external/eigen/Eigen/src/LU/arch/
Inverse_SSE.h 102 // d = trace(AB*DC) = trace(A#*B*D#*C)
112 // d = trace(AB*DC) = trace(A#*B*D#*C) [continue]
124 // det = |A|*|D| + |B|*|C| - trace(A#*B*D#*C)
248 // rd = trace(AB*DC) = trace(A#*B*D#*C)
285 // det = |A|*|D| + |B|*|C| - trace(A#*B*D#*C)
  /external/junit/src/junit/textui/
ResultPrinter.java 74 // before we get to the stack trace.
79 getWriter().print(BaseTestRunner.getFilteredTrace(booBoo.trace()));
  /external/kernel-headers/original/linux/
kernelcapi.h 36 * flag > 2 => trace also data
37 * flag & 1 => show trace
ptrace.h 41 /* Wait extended result codes for the above trace options. */
61 #define PT_DTRACE 0x00000002 /* delayed trace (used on m68k, i386) */
  /external/linux-tools-perf/util/
trace-event-scripting.c 2 * trace-event-scripting. Scripting engine common and initialization code.
30 #include "trace-event.h"
  /external/nist-sip/java/gov/nist/core/
LogWriter.java 138 // * Name of the log file in which the trace is written out (default is
151 // * trace level
161 // * log a stack trace. This helps to look at the stack frame.
240 // * message trace.
307 // getLogger().trace(newMessage);
313 // * Set the trace level for the stack.
320 // * Get the trace level for the stack.
400 // if (logLevel.equals("TRACE")) {
  /external/openssh/regress/
ssh-com.sh 83 trace "sshd2 ${v}"
105 trace "sshd2 ${v} cipher $c mac $m"
  /external/proguard/src/proguard/gui/
ReTraceRunnable.java 48 * @param verbose specifies whether the de-obfuscated stack trace
71 // Redirect the stack trace string to the System's in stream, and the
  /external/skia/include/core/
SkUtils.h 110 SkDebugf("--- trace: %s Enter\n", fLabel);
113 SkDebugf("--- trace: %s Leave\n", fLabel);
  /external/skia/legacy/include/core/
SkUtils.h 110 SkDebugf("--- trace: %s Enter\n", fLabel);
113 SkDebugf("--- trace: %s Leave\n", fLabel);
  /external/tcpdump/
README 57 Some tools for viewing and analyzing tcpdump trace files are available
67 trace files. See the above distribution for further details and
94 Simplifies the tcpdump trace for an ftp (or other unidirectional
99 There is one output line per line of the original trace.
109 (same format as raw trace). Field 5 is the sequence
160 an ftp trace:
197 time) under typical DARPA Internet conditions. The trace of the
204 - On the monitor Sun, start the trace going. E.g.,
  /external/v8/test/mjsunit/
stack-traces-2.js 37 // stack trace.
49 // stack trace.
  /external/valgrind/main/gdbserver_tests/
mcbreak.stdoutB.exp 46 Program received signal SIGTRAP, Trace/breakpoint trap.
52 Program received signal SIGTRAP, Trace/breakpoint trap.

Completed in 1016 milliseconds

<<21222324252627282930>>