HomeSort by relevance Sort by last modified time
    Searched refs:dumping (Results 1 - 10 of 10) sorted by null

  /external/mesa3d/src/gallium/drivers/trace/
tr_dump.c 31 * Trace dumping functions.
33 * For now we just use standard XML for dumping the trace calls, as this is
63 static boolean dumping = FALSE; variable
286 * Dumping control
291 dumping = TRUE;
296 dumping = FALSE;
301 return dumping;
333 if (!dumping)
350 if (!dumping)
373 if (!dumping)
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerShellCommand.java 37 ActivityManagerShellCommand(ActivityManagerService service, boolean dumping) {
40 mDumping = dumping;
192 static void dumpHelp(PrintWriter pw, boolean dumping) {
193 if (dumping) {
  /external/llvm/test/MC/ARM/
ltorg-darwin.s 33 @ check that ltorg clears the constant pool after dumping it
106 @ check that use of ltorg does not prevent dumping non-empty constant pools at end of section
ltorg.s 31 @ check that ltorg clears the constant pool after dumping it
98 @ check that use of ltorg does not prevent dumping non-empty constant pools at end of section
  /external/jemalloc/include/jemalloc/internal/
prof.h 150 * - Dumping a heap profile that includes this gctx.
215 /* State used to avoid dumping while operating on prof internals. */
226 bool dumping; member in struct:prof_tdata_s
251 extern bool opt_prof_gdump; /* High-water memory dumping. */
252 extern bool opt_prof_final; /* Final profile dumping. */
  /external/libxml2/
xmlcatalog.c 322 \t--noout: avoid dumping the result on stdout\n\
  /external/jemalloc/src/
prof.c 681 * A dumping thread needs tctx to remain valid until dumping
682 * has finished. Change state such that the dumping thread will
1087 /* New since dumping started; ignore. */
1134 /* New since dumping started; ignore. */
1243 tdata->dumping = true;
1256 tdata->dumping = false;
1267 if (!tdata->dumping)
1319 /* Avoid dumping such gctx's that have no useful data. */
    [all...]
  /external/wpa_supplicant_8/hostapd/
Android.mk 152 # define HOSTAPD_DUMP_STATE to include support for dumping internal state
  /external/blktrace/doc/
blktrace.tex 442 of blktrace, and blkparse is combining event streams and dumping
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]

Completed in 307 milliseconds