Trace 1951 base/debug/trace_event_impl.cc TraceEventETWProvider::Trace(name, phase, id, extra); Trace 1962 base/debug/trace_event_impl.cc TraceEventETWProvider::Trace(name, phase, id, extra); Trace 37 base/debug/trace_event_win.h static void Trace(const char* name, Trace 45 base/debug/trace_event_win.h static void Trace(const char* name, Trace 49 base/debug/trace_event_win.h return Trace(name, -1, type, id, extra.c_str(), extra.length()); Trace 54 base/debug/trace_event_win.h static void Trace(const char* name, Trace 58 base/debug/trace_event_win.h return Trace(name, -1, type, id, extra, -1); Trace 220 base/debug/trace_event_win_unittest.cc TraceEventETWProvider::Trace(kName, Trace 234 base/debug/trace_event_win_unittest.cc TraceEventETWProvider::Trace(static_cast<const char*>(kName), Trace 246 base/debug/trace_event_win_unittest.cc TraceEventETWProvider::Trace(static_cast<const char*>(kName), Trace 259 base/debug/trace_event_win_unittest.cc TraceEventETWProvider::Trace(NULL, Trace 272 base/debug/trace_event_win_unittest.cc TraceEventETWProvider::Trace(NULL, Trace 207 courgette/adjustment_method.cc AssignmentProblem(const Trace& model, Trace 208 courgette/adjustment_method.cc const Trace& problem) Trace 522 courgette/adjustment_method.cc Node* MakeRootNode(const Trace& trace) { Trace 532 courgette/adjustment_method.cc void ExtendNode(Node* node, const Trace& trace) { Trace 553 courgette/adjustment_method.cc const Trace& m_trace_; Trace 554 courgette/adjustment_method.cc const Trace& p_trace_; Trace 594 courgette/adjustment_method.cc void CollectTraces(const AssemblyProgram* program, Trace* abs32, Trace* rel32, Trace 611 courgette/adjustment_method.cc void Solve(const Trace& model, const Trace& problem) { Trace 618 courgette/adjustment_method.cc void LinkLabelInfos(const Trace& trace) { Trace 621 courgette/adjustment_method.cc for (Trace::const_iterator p = trace.begin(); p != trace.end(); ++p) Trace 635 courgette/adjustment_method.cc void ReferenceLabel(Trace* trace, Label* label, bool is_model) { Trace 655 courgette/adjustment_method.cc Trace model_abs32_; Trace 656 courgette/adjustment_method.cc Trace model_rel32_; Trace 657 courgette/adjustment_method.cc Trace prog_abs32_; Trace 658 courgette/adjustment_method.cc Trace prog_rel32_; Trace 375 courgette/adjustment_method_2.cc static Shingle* Find(const Trace& trace, size_t position, Trace 409 courgette/adjustment_method_2.cc Shingle(const Trace& trace, size_t exemplar_position) Trace 415 courgette/adjustment_method_2.cc const Trace& trace_; // The shingle lives inside trace_. Trace 802 courgette/adjustment_method_2.cc AssignmentProblem(const Trace& trace, size_t model_end) Trace 1199 courgette/adjustment_method_2.cc const Trace& trace_; Trace 1237 courgette/adjustment_method_2.cc Trace abs32_trace_; Trace 1238 courgette/adjustment_method_2.cc Trace rel32_trace_; Trace 1250 courgette/adjustment_method_2.cc void CollectTraces(const AssemblyProgram* program, Trace* abs32, Trace* rel32, Trace 1268 courgette/adjustment_method_2.cc void Solve(const Trace& model, size_t model_end) { Trace 1276 courgette/adjustment_method_2.cc void ReferenceLabel(Trace* trace, Label* label, bool is_model) { Trace 54 gpu/command_buffer/service/gpu_tracer.cc class NoopTrace : public Trace { Trace 56 gpu/command_buffer/service/gpu_tracer.cc explicit NoopTrace(const std::string& name) : Trace(name) {} Trace 83 gpu/command_buffer/service/gpu_tracer.cc scoped_refptr<Trace> trace_; Trace 116 gpu/command_buffer/service/gpu_tracer.cc virtual scoped_refptr<Trace> CreateTrace(const std::string& name); Trace 125 gpu/command_buffer/service/gpu_tracer.cc std::deque<scoped_refptr<Trace> > traces_; Trace 145 gpu/command_buffer/service/gpu_tracer.cc virtual scoped_refptr<Trace> CreateTrace(const std::string& name) OVERRIDE; Trace 158 gpu/command_buffer/service/gpu_tracer.cc bool Trace::IsProcessable() { return true; } Trace 160 gpu/command_buffer/service/gpu_tracer.cc const std::string& Trace::name() { return name_; } Trace 165 gpu/command_buffer/service/gpu_tracer.cc : Trace(name), Trace 213 gpu/command_buffer/service/gpu_tracer.cc outputter_->Trace(name(), start_time_, end_time_); Trace 262 gpu/command_buffer/service/gpu_tracer.cc scoped_refptr<Trace> trace = CreateTrace(name); Trace 278 gpu/command_buffer/service/gpu_tracer.cc scoped_refptr<Trace> trace = markers_[i].trace_; Trace 313 gpu/command_buffer/service/gpu_tracer.cc scoped_refptr<Trace> GPUTracerImpl::CreateTrace(const std::string& name) { Trace 336 gpu/command_buffer/service/gpu_tracer.cc scoped_refptr<Trace> GPUTracerARBTimerQuery::CreateTrace( Trace 61 gpu/command_buffer/service/gpu_tracer.h virtual void Trace(const std::string& name, Trace 73 gpu/command_buffer/service/gpu_tracer.h virtual void Trace(const std::string& name, Trace 88 gpu/command_buffer/service/gpu_tracer.h class GPU_EXPORT Trace : public base::RefCounted<Trace> { Trace 90 gpu/command_buffer/service/gpu_tracer.h explicit Trace(const std::string& name) : name_(name) {} Trace 104 gpu/command_buffer/service/gpu_tracer.h virtual ~Trace() {} Trace 107 gpu/command_buffer/service/gpu_tracer.h friend class base::RefCounted<Trace>; Trace 111 gpu/command_buffer/service/gpu_tracer.h DISALLOW_COPY_AND_ASSIGN(Trace); Trace 114 gpu/command_buffer/service/gpu_tracer.h class GPU_EXPORT GLARBTimerTrace : public Trace { Trace 34 gpu/command_buffer/service/gpu_tracer_unittest.cc MOCK_METHOD3(Trace, Trace 182 gpu/command_buffer/service/gpu_tracer_unittest.cc Trace(trace_name, expect_start_time, expect_end_time)); Trace 62 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc s_InstanceObject->Trace("Got MainThreadThunk.\n"); Trace 112 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc Trace("Starting MAIN.\n"); Trace 200 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc Trace("attribs[%d] '%s=%s'\n", i, argn[i], argv[i]); Trace 202 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc Trace("attribs[%d] '%s'\n", i, argn[i]); Trace 207 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc Trace("argv[%d] '%s'\n", i, si->argv_[i]); Trace 217 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc Trace("Created thread: %d.\n", ret); Trace 572 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc Trace("Got Message\n"); Trace 68 native_client_sdk/src/libraries/ppapi_simple/ps_instance.h void Trace(const char *fmt, ...); Trace 216 net/disk_cache/blockfile/backend_impl.cc Trace("Init"); Trace 301 net/disk_cache/blockfile/backend_impl.cc Trace("Backend Cleanup"); Trace 474 net/disk_cache/blockfile/backend_impl.cc Trace("Open hash 0x%x", hash); Trace 501 net/disk_cache/blockfile/backend_impl.cc Trace("Open hash 0x%x end: 0x%x", hash, Trace 518 net/disk_cache/blockfile/backend_impl.cc Trace("Create hash 0x%x", hash); Trace 605 net/disk_cache/blockfile/backend_impl.cc Trace("create entry hit "); Trace 743 net/disk_cache/blockfile/backend_impl.cc Trace("Doom entry 0x%p", entry); Trace 808 net/disk_cache/blockfile/backend_impl.cc Trace("Remove entry 0x%p", entry); Trace 1501 net/disk_cache/blockfile/backend_impl.cc Trace("Dirty entry 0x%p 0x%x", reinterpret_cast<void*>(cache_entry.get()), Trace 1529 net/disk_cache/blockfile/backend_impl.cc Trace("Hash collision loop 0x%x", address.value()); Trace 1558 net/disk_cache/blockfile/backend_impl.cc Trace("MatchEntry dirty %d 0x%x 0x%x", find_parent, entry_addr.value(), Trace 1567 net/disk_cache/blockfile/backend_impl.cc Trace("NewEntry failed on MatchEntry 0x%x", address.value()); Trace 1582 net/disk_cache/blockfile/backend_impl.cc Trace("Entry not on the index 0x%x", address.value()); Trace 1764 net/disk_cache/blockfile/backend_impl.cc Trace("create entry miss "); Trace 1775 net/disk_cache/blockfile/backend_impl.cc Trace("Resurrect entry hit "); Trace 1781 net/disk_cache/blockfile/backend_impl.cc Trace("Destroying invalid entry 0x%p", entry); Trace 2052 net/disk_cache/blockfile/backend_impl.cc Trace("CheckAllEntries End"); Trace 143 net/disk_cache/blockfile/backend_impl_v3.cc Trace("Doom entry 0x%p", entry); Trace 440 net/disk_cache/blockfile/backend_impl_v3.cc Trace("Open hash 0x%x", hash); Trace 467 net/disk_cache/blockfile/backend_impl_v3.cc Trace("Open hash 0x%x end: 0x%x", hash, Trace 484 net/disk_cache/blockfile/backend_impl_v3.cc Trace("Create hash 0x%x", hash); Trace 571 net/disk_cache/blockfile/backend_impl_v3.cc Trace("create entry hit "); Trace 863 net/disk_cache/blockfile/backend_impl_v3.cc Trace("Backend Cleanup"); Trace 953 net/disk_cache/blockfile/backend_impl_v3.cc Trace("Dirty entry 0x%p 0x%x", reinterpret_cast<void*>(cache_entry.get()), Trace 1111 net/disk_cache/blockfile/backend_impl_v3.cc Trace("Init"); Trace 1191 net/disk_cache/blockfile/backend_impl_v3.cc Trace("create entry miss "); Trace 1202 net/disk_cache/blockfile/backend_impl_v3.cc Trace("Resurrect entry hit "); Trace 1211 net/disk_cache/blockfile/backend_impl_v3.cc Trace("Create hash 0x%x", hash); Trace 1298 net/disk_cache/blockfile/backend_impl_v3.cc Trace("create entry hit "); Trace 1499 net/disk_cache/blockfile/backend_impl_v3.cc Trace("CheckAllEntries End"); Trace 134 net/disk_cache/blockfile/backend_worker_v3.cc Trace("Init"); Trace 253 net/disk_cache/blockfile/backend_worker_v3.cc Trace("Backend Cleanup"); Trace 50 net/disk_cache/blockfile/block_bitmaps_v3.cc Trace("CreateBlock 0x%x", address.value()); Trace 62 net/disk_cache/blockfile/block_bitmaps_v3.cc Trace("DeleteBlock 0x%x", address.value()); Trace 344 net/disk_cache/blockfile/block_files.cc Trace("CreateBlock 0x%x", address.value()); Trace 361 net/disk_cache/blockfile/block_files.cc Trace("DeleteBlock 0x%x", address.value()); Trace 408 net/disk_cache/blockfile/entry_impl.cc Trace("Create entry In"); Trace 966 net/disk_cache/blockfile/entry_impl.cc Trace("~EntryImpl out 0x%p", reinterpret_cast<void*>(this)); Trace 1091 net/disk_cache/blockfile/entry_impl.cc Trace("To PrepareTarget 0x%x", entry_.address().value()); Trace 1095 net/disk_cache/blockfile/entry_impl.cc Trace("From PrepareTarget 0x%x", entry_.address().value()); Trace 1544 net/disk_cache/blockfile/entry_impl.cc Trace("%s 0x%p 0x%x 0x%x", msg, reinterpret_cast<void*>(this), Trace 1547 net/disk_cache/blockfile/entry_impl.cc Trace(" data: 0x%x 0x%x 0x%x", entry_.Data()->data_addr[0], Trace 1550 net/disk_cache/blockfile/entry_impl.cc Trace(" doomed: %d 0x%x", doomed_, dirty); Trace 263 net/disk_cache/blockfile/entry_impl_v3.cc Trace("Create entry In"); Trace 767 net/disk_cache/blockfile/entry_impl_v3.cc Trace("~EntryImpl out 0x%p", reinterpret_cast<void*>(this)); Trace 890 net/disk_cache/blockfile/entry_impl_v3.cc Trace("To PrepareTarget 0x%x", entry_.address().value()); Trace 894 net/disk_cache/blockfile/entry_impl_v3.cc Trace("From PrepareTarget 0x%x", entry_.address().value()); Trace 1394 net/disk_cache/blockfile/entry_impl_v3.cc Trace("%s 0x%p 0x%x", msg, reinterpret_cast<void*>(this), address_); Trace 1395 net/disk_cache/blockfile/entry_impl_v3.cc Trace(" data: 0x%x 0x%x", entry_->data_addr[0], entry_->data_addr[1]); Trace 1396 net/disk_cache/blockfile/entry_impl_v3.cc Trace(" doomed: %d", doomed_); Trace 123 net/disk_cache/blockfile/eviction.cc Trace("*** Trim Cache ***"); Trace 164 net/disk_cache/blockfile/eviction.cc Trace("*** Trim Cache end ***"); Trace 289 net/disk_cache/blockfile/eviction.cc Trace("NewEntry failed on Trim 0x%x", node->address().value()); Trace 317 net/disk_cache/blockfile/eviction.cc Trace("*** Trim Cache ***"); Trace 395 net/disk_cache/blockfile/eviction.cc Trace("*** Trim Cache end ***"); Trace 495 net/disk_cache/blockfile/eviction.cc Trace("*** Trim Deleted ***"); Trace 523 net/disk_cache/blockfile/eviction.cc Trace("*** Trim Deleted end ***"); Trace 530 net/disk_cache/blockfile/eviction.cc Trace("NewEntry failed on Trim 0x%x", node->address().value()); Trace 128 net/disk_cache/blockfile/eviction_v3.cc Trace("*** Trim Cache ***"); Trace 169 net/disk_cache/blockfile/eviction_v3.cc Trace("*** Trim Cache end ***"); Trace 280 net/disk_cache/blockfile/eviction_v3.cc Trace("NewEntry failed on Trim 0x%x", node->address().value()); Trace 306 net/disk_cache/blockfile/eviction_v3.cc Trace("*** Trim Cache ***"); Trace 384 net/disk_cache/blockfile/eviction_v3.cc Trace("*** Trim Cache end ***"); Trace 392 net/disk_cache/blockfile/eviction_v3.cc Trace("*** Trim Deleted ***"); Trace 420 net/disk_cache/blockfile/eviction_v3.cc Trace("*** Trim Deleted end ***"); Trace 248 net/disk_cache/blockfile/rankings.cc Trace("Insert 0x%x l %d", node->address().value(), list); Trace 319 net/disk_cache/blockfile/rankings.cc Trace("Remove 0x%x (0x%x 0x%x) l %d", node->address().value(), Trace 643 net/disk_cache/blockfile/rankings.cc Trace("CompleteTransaction 0x%x", node_addr.value()); Trace 658 net/disk_cache/blockfile/rankings.cc Trace("FinishInsert h:0x%x t:0x%x", my_head.value(), my_tail.value()); Trace 661 net/disk_cache/blockfile/rankings.cc Trace("RevertRemove h:0x%x t:0x%x", my_head.value(), my_tail.value()); Trace 754 net/disk_cache/blockfile/rankings.cc Trace("CheckLinks 0x%x (0x%x 0x%x)", node_addr, Trace 762 net/disk_cache/blockfile/rankings.cc Trace("node 0x%x out of list %d", node_addr, list); Trace 862 net/disk_cache/blockfile/rankings.cc Trace("Changing list %d to %d", *list, i); Trace 874 net/disk_cache/blockfile/rankings.cc Trace("Changing list %d to %d", *list, i); Trace 129 net/disk_cache/blockfile/storage_block-inl.h Trace("Failed data load."); Trace 142 net/disk_cache/blockfile/storage_block-inl.h Trace("Failed data store."); Trace 158 net/disk_cache/blockfile/storage_block-inl.h Trace("Failed data load."); Trace 172 net/disk_cache/blockfile/storage_block-inl.h Trace("Failed data store."); Trace 247 net/disk_cache/blockfile/stress_cache.cc disk_cache::Trace("%s", message); Trace 37 net/disk_cache/blockfile/trace.h NET_EXPORT_PRIVATE void Trace(const char* format, ...); Trace 13 third_party/re2/re2/prefilter.cc static const int Trace = false; Trace 457 third_party/re2/re2/prefilter.cc if (Trace) { Trace 480 third_party/re2/re2/prefilter.cc if (Trace) { Trace 507 third_party/re2/re2/prefilter.cc if (Trace) { Trace 641 third_party/re2/re2/prefilter.cc if (Trace) { Trace 1120 third_party/zlib/inflate.c Trace((stderr, "inflate.c too far\n")); Trace 536 third_party/zlib/trees.c Trace((stderr,"\nbit length overflow\n")); Trace 563 third_party/zlib/trees.c Trace((stderr,"code %d bits %d->%d\n", m, tree[m].Len, bits)); Trace 146 ui/gfx/geometry/matrix3_f.cc float q = Trace() / 3.0f; Trace 70 ui/gfx/geometry/matrix3_f.h float Trace() const {