HomeSort by relevance Sort by last modified time
    Searched full:trace (Results 976 - 1000 of 3884) sorted by null

<<31323334353637383940>>

  /external/chromium-trace/trace-viewer/src/tracing/importer/linux_perf/
gesture_parser.js 8 * @fileoverview Parses gesture events in the Linux event trace format.
16 * Parses trace events generated by gesture library for touchpad.
power_parser.js 8 * @fileoverview Parses power events in the Linux event trace format.
18 * Parses linux power trace events.
sync_parser.js 8 * @fileoverview Parses sync events in the Linux event trace format.
16 * Parses linux sync trace events.
  /external/chromium_org/ash/touch/
touch_hud_debug.cc 276 const TouchTrace& trace = touch_log_.traces()[trace_index]; local
277 const TouchPointLog& point = trace.log().back();
298 const TouchTrace& trace = touch_log_.traces()[trace_index]; local
299 const TouchPointLog& point = trace.log().back();
442 const TouchTrace& trace = touch_log_->traces()[trace_index]; local
443 TouchTrace::const_reverse_iterator point = trace.log().rbegin();
446 while (point != trace.log().rend() && point->type == ui::ET_TOUCH_CANCELLED)
448 DCHECK(point != trace.log().rend());
  /external/chromium_org/base/debug/
stack_trace.h 41 StackTrace(const void* const* trace, size_t count);
58 // Prints the stack trace to stderr.
trace_event_win.cc 96 // Trace the event.
100 void TraceEventETWProvider::Trace(const char* name,
  /external/chromium_org/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_org/chrome/browser/resources/extensions/
extension_error.css 103 .extension-error-stack-trace-list {
111 .extension-error-stack-trace-list .extension-error-links {
  /external/chromium_org/chrome/common/mac/
objc_zombie.mm 55 // trace is hex-encoded with "0x" prefix and " " separators, meaning
85 void* trace[kBacktraceDepth]; // Backtrace at point of deallocation.
86 size_t traceDepth; // Actual depth of trace[].
137 std::max(backtrace(zombieToFree.trace, kBacktraceDepth), 0);
212 // Encode trace into a breakpad key.
215 crash_keys::mac::kZombieTrace, record.trace, record.traceDepth);
219 // stack trace.
221 DCHECK(DumpDeallocTrace(record.trace, record.traceDepth));
  /external/chromium_org/content/browser/tracing/
tracing_controller_impl.h 100 // Callback of TraceLog::Flush() for the local trace.
104 // Callback of TraceLog::FlushMonitoring() for the local trace.
  /external/chromium_org/native_client_sdk/src/examples/tutorial/debugging/
example.js 104 var text = 'Stack Trace\n';
110 document.getElementById('trace').value = text;
  /external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
ps_instance.cc 61 s_InstanceObject->Trace("Got MainThreadThunk.\n");
103 Trace("Starting MAIN.\n");
185 Trace("attribs[%d] '%s=%s'\n", i, argn[i], argv[i]);
187 Trace("attribs[%d] '%s'\n", i, argn[i]);
192 Trace("argv[%d] '%s'\n", i, si->argv_[i]);
202 Trace("Created thread: %d.\n", ret);
289 void PSInstance::Trace(const char *fmt, ...) {
532 Trace("Got Message\n");
  /external/chromium_org/net/disk_cache/v3/
eviction_v3.cc 41 #include "net/disk_cache/trace.h"
119 Trace("*** Trim Cache ***");
160 Trace("*** Trim Cache end ***");
271 Trace("NewEntry failed on Trim 0x%x", node->address().value());
297 Trace("*** Trim Cache ***");
375 Trace("*** Trim Cache end ***");
383 Trace("*** Trim Deleted ***");
411 Trace("*** Trim Deleted end ***");
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
tr_dump.h 30 * Trace data dumping primitives.
48 * Opening the trace file and checking if that is opened.
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/swrast/
swrast_priv.h 44 #define TRACE printf("--> %s\n", __FUNCTION__)
46 #define TRACE
  /external/chromium_org/third_party/skia/include/core/
SkUtils.h 107 SkDebugf("--- trace: %s Enter\n", fLabel);
110 SkDebugf("--- trace: %s Leave\n", fLabel);
  /external/chromium_org/third_party/tcmalloc/chromium/src/
stacktrace_win32-inl.h 31 // Produces a stack trace for Windows. Normally, one could use
35 // optimization, which makes getting a stack trace very difficult.
symbolize.h 45 // SymbolTable encapsulates the address operations necessary for stack trace
73 // An average size of memory allocated for a stack trace symbol.
  /external/chromium_org/third_party/tcmalloc/vendor/src/
stacktrace_win32-inl.h 31 // Produces a stack trace for Windows. Normally, one could use
35 // optimization, which makes getting a stack trace very difficult.
symbolize.h 45 // SymbolTable encapsulates the address operations necessary for stack trace
73 // An average size of memory allocated for a stack trace symbol.
  /external/chromium_org/tools/gn/
gn.gyp 149 'trace.cc',
150 'trace.h',
  /external/chromium_org/tools/perf/metrics/
rendering_stats.py 53 raise ValueError, 'trace contains multi-frame render stats'
84 raise ValueError, 'trace contains multi-frame render stats'
  /external/chromium_org/tools/
run-bisect-perf-regression.cfg 24 RESULT <graph>: <trace>= <value> <units>
26 The metric name is "<graph>/<trace>".
  /external/chromium_org/tools/telemetry/telemetry/page/
results_options.py 33 group.add_option('--output-trace-tag',
35 help='Append a tag to the key of each result trace.')
  /external/chromium_org/ui/gfx/
matrix3_f.h 69 // Trace (sum of diagonal elements) of the matrix.
70 float Trace() const {

Completed in 927 milliseconds

<<31323334353637383940>>