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

<<81828384858687888990>>

  /external/chromium_org/content/common/gpu/
image_transport_surface_mac.cc 313 // This trace event is used in gpu_feature_browsertest.cc - the test will need
376 // This trace event is used in gpu_feature_browsertest.cc - the test will need
  /external/chromium_org/net/disk_cache/v3/
backend_worker.cc 160 Trace("Init");
279 Trace("Backend Cleanup");
  /external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
browserlauncher.py 329 '--trace-children=yes',
339 '--trace-children=yes',
  /external/chromium_org/third_party/sqlite/src/src/
sqlite3ext.h 133 void * (*trace)(sqlite3*,void(*xTrace)(void*,const char*),void*); member in struct:sqlite3_api_routines
336 #define sqlite3_trace sqlite3_api->trace
vdbeInt.h 317 FILE *trace; /* Write an execution trace here, if not NULL */ member in struct:Vdbe
  /external/chromium_org/third_party/tcmalloc/vendor/src/
memory_region_map.h 57 // the stack trace that allocated that memory region.
58 // The recorded stack trace depth is bounded by
  /external/compiler-rt/lib/tsan/rtl/
tsan_platform_linux.cc 137 "RSS %zd MB: shadow:%zd file:%zd mmap:%zd trace:%zd heap:%zd other:%zd\n",
166 // Accesses to .rodata can't race, so this saves time, memory and trace space.
  /external/eigen/doc/
C07_TutorialReductionsVisitorsBroadcasting.dox 38 The \em trace of a matrix, as returned by the function \c trace(), is the sum of the diagonal coefficients and can equivalently be computed <tt>a.diagonal().sum()</tt>.
  /external/jdiff/src/jdiff/
APIHandler.java 66 if (trace)
360 private static boolean trace = false; field in class:APIHandler
  /external/libnfc-nxp/src/
phLlcNfc_DataTypes.h 48 /* Trace buffer declaration */
70 phOsalNfc_DbgString(trace); */\
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
powershell.php 81 'Stop-Transcript', 'Suspend-Service', 'Tee-Object', 'Test-Path', 'Trace-Command',
113 '-Variable', '-ValueOnly', '-Value', '-Unique', '-UFormat', '-TypeName', '-Trace', '-TotalCount',
  /external/linux-tools-perf/
builtin-report.c 422 OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace,
423 "dump raw trace in ASCII"),
  /external/linux-tools-perf/scripts/python/
netdev-times.py 14 '/scripts/python/Perf-Trace-Util/lib/Perf/Trace')
  /external/llvm/lib/Support/Unix/
Signals.inc 264 // trace so that the user has an indication of why and where we died.
332 /// SIGSEGV) is delivered to the process, print a stack trace and then exit.
  /external/qemu/
qemu-config.c 301 .name = "trace",
302 .implied_opt_name = "trace",
  /external/sqlite/dist/orig/
sqlite3ext.h 145 void * (*trace)(sqlite3*,void(*xTrace)(void*,const char*),void*); member in struct:sqlite3_api_routines
360 #define sqlite3_trace sqlite3_api->trace
  /external/sqlite/dist/
sqlite3ext.h 145 void * (*trace)(sqlite3*,void(*xTrace)(void*,const char*),void*); member in struct:sqlite3_api_routines
360 #define sqlite3_trace sqlite3_api->trace
  /external/tcpdump/
print-lwres.c 414 /* XXX no trace, not tested */
533 /* XXX no trace, not tested */
  /external/v8/src/
log.h 463 // Class that extracts stack trace, used for profiling.
466 static void Trace(Isolate* isolate, TickSample* sample);
  /external/valgrind/main/docs/internals/
3_3_BUGSTATUS.txt 53 trace on x86_64
210 --trace-children=yes)
  /external/valgrind/main/massif/docs/
ms-manual.xml 456 <para>In short, Massif collates the stack trace of every single allocation
468 represented by the same stack trace in the tree.</para>
475 which case a stack trace can be a sub-trace of another stack trace. This
482 Warning: Malformed stack trace detected. In Massif's output,
    [all...]
  /external/webrtc/src/
common_types.h 76 kTraceNone = 0x0000, // no trace
96 // External Trace API
  /frameworks/base/core/java/android/util/
Log.java 87 * Exception class used to capture a stack trace in {@link #wtf}.
314 * Handy function to get a loggable stack trace from a Throwable
  /frameworks/base/test-runner/src/android/test/
TestRunner.java 170 File file = new File("/tmp/trace");
172 String base = "/tmp/trace/" + mClassName + ".dmtrace";
  /frameworks/native/cmds/dumpstate/
utils.c 446 /* dump Dalvik and native stack traces, return the trace file location (NULL if none) */
451 property_get("dalvik.vm.stack-trace-file", traces_path, "");

Completed in 1656 milliseconds

<<81828384858687888990>>