HomeSort by relevance Sort by last modified time
    Searched refs:Trace (Results 26 - 45 of 45) sorted by null

12

  /external/libpng/contrib/gregbook/
readpng.c 266 Trace((stderr, "readpng_get_image: channels = %d, rowbytes = %ld, height = %ld\n", *pChannels, rowbytes, height));
  /external/chromium/net/disk_cache/
backend_impl.cc 324 Trace("Backend destructor");
469 Trace("create entry hit ");
762 Trace("Doom entry 0x%p", entry);
789 Trace("Remove entry 0x%p", entry);
    [all...]
rankings.cc 259 Trace("Insert 0x%x", node->address().value());
332 Trace("Remove 0x%x (0x%x 0x%x)", node->address().value(), node->Data()->next,
423 Trace("CompleteTransaction 0x%x", node_addr.value());
439 Trace("FinishInsert h:0x%x t:0x%x", my_head.value(), my_tail.value());
442 Trace("RevertRemove h:0x%x t:0x%x", my_head.value(), my_tail.value());
entry_impl.cc 414 Trace("Create entry In");
923 Trace("%s 0x%p 0x%x 0x%x", msg, reinterpret_cast<void*>(this),
926 Trace(" data: 0x%x 0x%x 0x%x", entry_.Data()->data_addr[0],
929 Trace(" doomed: %d 0x%x", doomed_, dirty);
  /libcore/sqlite-jdbc/src/main/java/SQLite/
Database.java 583 * Set trace function. Only available in SQLite 2.7.6 and above,
586 * @param tr the trace function
589 public void trace(Trace tr) { method in class:Database
595 private native void _trace(Trace tr);
  /external/v8/src/
log.h 384 // Class that extracts stack trace, used for profiling.
387 static void Trace(TickSample* sample);
log.cc 145 void StackTracer::Trace(TickSample* sample) {
194 StackTracer::Trace(sample);
    [all...]
messages.js 150 stack_trace: "Stack Trace:\n%0",
  /libcore/luni/src/test/java/tests/SQLite/
DatabaseTest.java 53 import SQLite.Trace;
1761 public void trace(String stmt) { method in class:DatabaseTest.TestTrace
    [all...]
  /external/webkit/WebCore/inspector/front-end/
ConsoleView.js 610 case WebInspector.ConsoleMessage.MessageType.Trace:
612 span.className = "console-formatted-trace source-code";
840 case WebInspector.ConsoleMessage.MessageType.Trace:
841 typeString = "Trace";
    [all...]
  /external/chromium/third_party/zlib/
trees.c 532 Trace((stderr,"\nbit length overflow\n"));
559 Trace((stderr,"code %d bits %d->%d\n", m, tree[m].Len, bits));
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
trees.c 532 Trace((stderr,"\nbit length overflow\n"));
559 Trace((stderr,"code %d bits %d->%d\n", m, tree[m].Len, bits));
    [all...]
  /external/zlib/
trees.c 536 Trace((stderr,"\nbit length overflow\n"));
563 Trace((stderr,"code %d bits %d->%d\n", m, tree[m].Len, bits));
    [all...]
inflate.c     [all...]
  /external/blktrace/doc/
blktrace.tex 81 As an example, bt/kernel contains blk-trace-2.6.14-rc1-git-G2, download
139 trace, hit control-C):
193 By default, \emph{btrace} runs the trace in quiet mode so it will not
227 go run you test cases. Stop the trace, and at your leisure utilize
375 a running trace -- via the \emph{-k} option.
389 -d \emph{dev} & --dev=\emph{dev} & Adds \emph{dev} as a device to trace \\ \hline
390 -k & --kill & Kill on-going trace \\ \hline
396 -I \emph{devs file}& --input-devs=\emph{devs file}& Adds devices found in \emph{devs file} to list of devices to trace. \\
416 notify & \emph{notify} trace messages \\ \hline
441 -- one where the trace events have been saved by a previous ru
    [all...]
  /external/blktrace/btreplay/doc/
btreplay.tex 70 device or devices that you wish to trace and later replay IOs upon. Note:
83 each trace file created by \texttt{blktrace}, and craft IO descriptions
277 \subsubsection{\texttt{-F} or \texttt{--find-traces}\\Find Trace Files
281 trace files in the directory specified (either via the \texttt{-d}
  /external/blktrace/btt/doc/
btt.tex 80 errors in the trace streams saved, it is best to recapture the data
81 -- utilizing \texttt{btt} on \emph{unclean} trace files produces
92 containing parallel trace streams -- one file per CPU per
114 IO layer (queue trace) until it is inserted (insert trace).
125 trace).
128 queue (insert trace).
133 amount of time between the queue trace and the merge trace.
137 issued (issue trace) to the lower level driver
    [all...]
  /external/grub/docs/
texinfo.tex 233 % file; cf. trace.sty in LaTeX.
    [all...]
  /external/sqlite/dist/
sqlite3.c 15040 int trace; \/* True to trace changes *\/ member in struct:sqlite3_mutex
17842 FILE *trace; \/* Write an execution trace here, if not NULL *\/ member in struct:Vdbe
66676 FILE *trace = (db->flags & SQLITE_VdbeTrace)!=0 ? stdout : 0; local
    [all...]
sqlite3.c.orig     [all...]

Completed in 971 milliseconds

12