HomeSort by relevance Sort by last modified time
    Searched defs:Trace (Results 1 - 12 of 12) sorted by null

  /dalvik/libcore/sql/src/main/java/SQLite/
Trace.java 4 * Callback interface for SQLite's trace function.
7 public interface Trace {
10 * Callback to trace (ie log) one SQL statement.
15 public void trace(String stmt); method in interface:Trace
  /frameworks/base/media/libdrm/mobile1/include/
drm_common_types.h 39 #define Trace(...)
  /external/libpng/contrib/gregbook/
readpng.h 67 # define Trace(x) {fprintf x ; fflush(stderr); fflush(stdout);}
69 # define Trace(x) ;
readpng2.h 67 # define Trace(x) {fprintf x ; fflush(stderr); fflush(stdout);}
69 # define Trace(x) ;
writepng.h 67 # define Trace(x) {fprintf x ; fflush(stderr); fflush(stdout);}
69 # define Trace(x) ;
  /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...]
  /build/tools/dexpreopt/
dexpreopt.py 140 Trace('Running emulator: %s' % ' '.join(args))
212 Trace('ok, time remaining %.1f of %.1f' % (remaining, timeout))
214 Trace('ok (no timeout)')
249 Trace('WaitForString: "%s", %.1f' % (pattern, timeout))
257 Trace('Timeout expired after %.1f seconds' % timeout)
278 Trace('Matched; eating to EOL')
309 Trace('Saw the prompt: "%s"' % buf.tostring())
332 #Trace('waiting for prompt "%s"' % prompt)
402 Trace('Running "%s"' % cmd)
406 #Trace('Waiting for echo'
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
zutil.h 246 # define Trace(x) {if (z_verbose>=0) fprintf x ;}
253 # define Trace(x)
  /external/v8/test/cctest/
test-log-stack-tracer.cc 54 StackTracer::Trace(trace_env.sample);
95 TraceExtension() : v8::Extension("v8/trace", kSource) { }
98 static v8::Handle<v8::Value> Trace(const v8::Arguments& args);
109 "native function trace();"
116 if (name->Equals(String::New("trace"))) {
117 return v8::FunctionTemplate::New(TraceExtension::Trace);
137 printf("Trace: %p\n", fp);
142 v8::Handle<v8::Value> TraceExtension::Trace(const v8::Arguments& args) {
184 const char* extensions[] = { "v8/trace" };
288 CreateTraceCallerFunction("JSFuncDoTrace", "trace");
    [all...]
  /external/zlib/
zutil.h 246 # define Trace(x) {if (z_verbose>=0) fprintf x ;}
253 # define Trace(x)
  /external/v8/src/
log.cc 145 void StackTracer::Trace(TickSample* sample) {
194 StackTracer::Trace(sample);
    [all...]
jsregexp.h 330 friend class Trace;
431 class Trace;
572 virtual void Emit(RegExpCompiler* compiler, Trace* trace) = 0;
582 Trace* trace,
599 // start of the trace) then it cannot be reused. This variable sets a limit
601 // trace and generating generic code for a node that can be reused by flushing
602 // the deferred actions in the current trace and generating a goto.
642 LimitResult LimitVersions(RegExpCompiler* compiler, Trace* trace)
    [all...]

Completed in 235 milliseconds