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

12 3

  /external/v8/test/cctest/
test-log-stack-tracer.cc 80 StackTracer::Trace(Isolate::Current(), trace_env.sample);
100 TraceExtension() : v8::Extension("v8/trace", kSource) { }
103 static v8::Handle<v8::Value> Trace(const v8::Arguments& args);
114 "native function trace();"
121 if (name->Equals(String::New("trace"))) {
122 return v8::FunctionTemplate::New(TraceExtension::Trace);
148 printf("Trace: %p\n", fp);
153 v8::Handle<v8::Value> TraceExtension::Trace(const v8::Arguments& args) {
195 const char* extensions[] = { "v8/trace" };
291 // extension function trace() with the current frame pointer value
    [all...]
  /external/chromium/net/disk_cache/
eviction.cc 40 #include "net/disk_cache/trace.h"
112 Trace("*** Trim Cache ***");
153 Trace("*** Trim Cache end ***");
263 Trace("NewEntry failed on Trim 0x%x", node->address().value());
289 Trace("*** Trim Cache ***");
365 Trace("*** Trim Cache end ***");
465 Trace("*** Trim Deleted ***");
496 Trace("*** Trim Deleted end ***");
503 Trace("NewEntry failed on Trim 0x%x", node->address().value());
rankings.cc 232 Trace("Insert 0x%x l %d", node->address().value(), list);
302 Trace("Remove 0x%x (0x%x 0x%x) l %d", node->address().value(),
614 Trace("CompleteTransaction 0x%x", node_addr.value());
630 Trace("FinishInsert h:0x%x t:0x%x", my_head.value(), my_tail.value());
633 Trace("RevertRemove h:0x%x t:0x%x", my_head.value(), my_tail.value());
733 Trace("CheckLinks 0x%x (0x%x 0x%x)", node_addr,
741 Trace("node 0x%x out of list %d", node_addr, list);
821 Trace("Changing list %d to %d", *list, i);
833 Trace("Changing list %d to %d", *list, i);
backend_impl.cc 517 Trace("Backend Cleanup");
672 Trace("Open hash 0x%x", hash);
703 Trace("Create hash 0x%x", hash);
790 Trace("create entry hit ");
920 Trace("Doom entry 0x%p", entry);
948 Trace("Remove entry 0x%p", entry);
    [all...]
entry_impl.cc 405 Trace("Create entry In");
924 Trace("~EntryImpl out 0x%p", reinterpret_cast<void*>(this));
1030 Trace("To PrepareTarget 0x%x", entry_.address().value());
1034 Trace("From PrepareTarget 0x%x", entry_.address().value());
    [all...]
block_files.cc 15 #include "net/disk_cache/trace.h"
271 Trace("CreateBlock 0x%x", address.value());
288 Trace("DeleteBlock 0x%x", address.value());
  /external/llvm/lib/Analysis/
Android.mk 58 Trace.cpp \
  /external/libpng/contrib/gregbook/
rpng2-x.c 41 unexpected-EOF and file-read-error cases; fixed Trace() cut-and-
141 /* #define DEBUG */ /* this enables the Trace() macros */
540 Trace((stderr, "about to call XOpenDisplay()\n"))
598 Trace((stderr, "about to call readpng2_decode_data()\n"))
601 Trace((stderr, "done with readpng2_decode_data()\n"))
605 Trace((stderr, "done decoding PNG image\n"))
630 Trace((stderr, "about to call readpng2_cleanup()\n"))
642 Trace((stderr, "entering -loop loop (FEATURE_LOOP)\n"))
739 Trace((stderr, "entering final wait-for-quit-event loop\n"))
756 Trace((stderr, "about to call rpng2_x_cleanup()\n")
    [all...]
rpng2-win.c 118 /* #define DEBUG */ /* this enables the Trace() macros */
553 Trace((stderr, "about to call readpng2_decode_data()\n"))
556 Trace((stderr, "done with readpng2_decode_data()\n"))
560 Trace((stderr, "done decoding PNG image\n"))
585 Trace((stderr, "about to call readpng2_cleanup()\n"))
604 Trace((stderr, "about to call rpng2_win_cleanup()\n"))
623 Trace((stderr, "beginning rpng2_win_init()\n"))
624 Trace((stderr, " rowbytes = %d\n", rpng2_info.rowbytes))
625 Trace((stderr, " width = %ld\n", rpng2_info.width))
626 Trace((stderr, " height = %ld\n", rpng2_info.height)
    [all...]
readpng.c 266 Trace((stderr, "readpng_get_image: channels = %d, rowbytes = %ld, height = %ld\n", *pChannels, rowbytes, height));
  /external/llvm/include/llvm/Transforms/Utils/
Cloning.h 40 class Trace;
  /external/v8/src/
jsregexp.cc 694 // manipulation in an object called the Trace. The Trace object can record a
697 // to be emitted it can flush the Trace or update it. Flushing the Trace
706 // The virtual state found in the Trace affects code generation. For example
710 // string. Therefore code generated for a non-trivial trace is specialized
711 // to that trace. The code generator therefore has the ability to generate
715 // trace is flushed and a generic version of the code for a node is emitted.
717 // trace is not recorded in the node and so it cannot currently be reused in
718 // the event that code generation is requested for an identical trace
    [all...]
log.h 443 // Class that extracts stack trace, used for profiling.
446 static void Trace(Isolate* isolate, TickSample* sample);
log.cc 148 void StackTracer::Trace(Isolate* isolate, TickSample* sample) {
231 StackTracer::Trace(isolate(), sample);
    [all...]
hydrogen.h 814 // If --trace-inlining, print a line of the inlining trace. Inlining
    [all...]
  /external/chromium/base/debug/
trace_event_win.cc 92 // Trace the event.
96 void TraceLog::Trace(const char* name,
  /external/mesa3d/docs/OLD/
MESA_trace.spec 67 (2) Should the Trace API explicitely support the notion of "frames?
72 trace into frames, in whatever way considered adequate.
85 encountered. Whether the resulting trace is available as a readable
89 additional information added to the trace (statistics, profiling/timing,
176 A trace is started with the command
182 is written to the trace as a sequence of GL commands.
184 <traceName> specifies a name or label for the trace. It is expected
187 A trace is ended by calling the command
222 be added to the trace as a comment. The error returns are cached and
231 immediately adds the <comment> string to the trace output, surrounde
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
zutil.h 246 # define Trace(x) {if (z_verbose>=0) fprintf x ;}
253 # define Trace(x)
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/
zutil.h 250 # define Trace(x) {if (z_verbose>=0) fprintf x ;}
257 # define Trace(x)
trees.c 536 Trace((stderr,"\nbit length overflow\n"));
563 Trace((stderr,"code %d bits %d->%d\n", m, tree[m].Len, bits));
    [all...]
  /external/javasqlite/src/main/java/SQLite/
Database.java 582 * Set trace function. Only available in SQLite 2.7.6 and above,
585 * @param tr the trace function
588 public void trace(Trace tr) { method in class:Database
594 private native void _trace(Trace tr);
623 * @param pr the trace function
  /external/webrtc/src/modules/audio_processing/main/test/unit_test/
unit_test.cc 20 #include "trace.h"
29 using webrtc::Trace;
44 Trace::CreateTrace();
45 ASSERT_EQ(0, Trace::SetTraceFile("apm_trace.txt"));
49 Trace::ReturnTrace();
  /external/webkit/Source/WebCore/inspector/front-end/
ConsoleView.js 730 case WebInspector.ConsoleMessage.MessageType.Trace:
731 messageText = document.createTextNode("console.trace()");
780 case WebInspector.ConsoleMessage.MessageType.Trace:
792 if (this.type === WebInspector.ConsoleMessage.MessageType.Trace)
    [all...]
  /libcore/luni/src/test/java/libcore/sqlite/
OldDatabaseTest.java 31 import SQLite.Trace;
582 db.trace((Trace) t);
684 db.trace((Trace) t);
818 db.trace((Trace) t);
1025 public void trace(String stmt) { method in class:OldDatabaseTest.TestTrace
    [all...]

Completed in 3026 milliseconds

12 3