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

<<51525354555657585960>>

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-object-private.hh 162 inline void trace (const char *function) const { function in struct:hb_object_header_t
182 obj->header.trace (function);
  /external/chromium_org/third_party/mesa/src/src/gallium/docs/source/
distro.rst 55 Trace
58 Wrapper driver. Trace dumps an XML record of the calls made to the
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/
id_screen.c 157 /* TODO trace call */
176 /* TODO trace call */
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
trace.xsl 28 <xsl:template match="/trace">
31 <title>Gallium Trace</title>
  /external/chromium_org/third_party/mesa/src/src/gallium/tools/trace/
model.py 30 '''Trace data model.'''
115 class Trace:
  /external/chromium_org/third_party/tcmalloc/chromium/src/
memory_region_map.h 58 // the stack trace that allocated that memory region.
59 // The recorded stack trace depth is bounded by
96 // recorded with each stack trace. If Init() is called more than once, then
230 // trace. It calls "callback" for each bucket, and passes "arg" to it.
235 // Get the bucket whose caller stack trace is "key". The stack trace is
379 // caller stack trace is "key". The stack trace is used to a depth of
profiledata.h 50 // Each sample contains a stack trace and a count. Memory usage is
51 // reduced by combining profile samples that have the same stack trace
  /external/chromium_org/third_party/tcmalloc/vendor/src/
profiledata.h 50 // Each sample contains a stack trace and a count. Memory usage is
51 // reduced by combining profile samples that have the same stack trace
  /external/chromium_org/tools/gn/
BUILD.gn 154 "trace.cc",
155 "trace.h",
  /external/chromium_org/tools/telemetry/docs/
telemetry.core.chrome.trace_result.html 38 <dl><dt><a name="TraceResult-AsTimelineModel"><strong>AsTimelineModel</strong></a>(self)</dt><dd><tt>Parses&nbsp;the&nbsp;trace&nbsp;result&nbsp;into&nbsp;a&nbsp;timeline&nbsp;model&nbsp;for&nbsp;in-memory<br>
41 <dl><dt><a name="TraceResult-Serialize"><strong>Serialize</strong></a>(self, f)</dt><dd><tt>Serializes&nbsp;the&nbsp;trace&nbsp;result&nbsp;to&nbsp;a&nbsp;file-like&nbsp;<a href="__builtin__.html#object">object</a></tt></dd></dl>
telemetry.core.timeline.trace_event_importer.html 14 This&nbsp;is&nbsp;a&nbsp;port&nbsp;of&nbsp;the&nbsp;trace&nbsp;event&nbsp;importer&nbsp;from<br>
15 https://code.google.com/p/trace-viewer/</tt></p>
  /external/chromium_org/tools/win/ChromeDebug/ChromeDebug/
ChromeDebug.csproj 34 <DefineConstants>DEBUG;TRACE</DefineConstants>
42 <DefineConstants>TRACE</DefineConstants>
  /external/chromium_org/ui/events/
latency_info.cc 59 // This class is for converting latency info to trace buffer friendly format.
95 // Converts latencyinfo into format that can be dumped into trace buffer.
latency_info.h 123 // Records the |event_type| in trace buffer as TRACE_EVENT_ASYNC_STEP.
127 // The unique id for matching the ASYNC_BEGIN/END trace event.
  /external/compiler-rt/lib/lsan/
lsan_common.h 48 // zero, the entire stack trace must match.
89 // Aggregates leaks by stack trace prefix.
lsan_common_linux.cc 96 const uptr *trace = StackDepotGet(stack_id, &size); local
99 return trace[1];
  /external/dropbear/
listener.c 96 TRACE(("leave newlistener: too many already"))
118 TRACE(("new listener num %d ", i))
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractFutureTest.java 137 // Our call site for get() should be in the trace.
160 + " not found in stack trace");
  /external/harfbuzz_ng/src/
hb-object-private.hh 162 inline void trace (const char *function) const { function in struct:hb_object_header_t
182 obj->header.trace (function);
  /external/ipsec-tools/src/racoon/doc/
FAQ 97 - trace from racoon, taken by "racoon -d 0xffffffff"
100 - probabaly, tcpdump trace
  /external/jpeg/
cdjpeg.c 38 if (sig_cinfo->err != NULL) /* turn off trace output */
91 /* Enable progress display, unless trace output is on */
  /external/libnfc-nci/src/include/
trace_api.h 21 * Contains API for BTE Test Tool trace related functions.
35 /* Trace API Function External Declarations */
  /external/libnfc-nxp/src/
phOsalNfc.h 133 * \brief Output debug trace
135 * Outputs trace log of requested size as string
  /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) ;

Completed in 882 milliseconds

<<51525354555657585960>>