Searched refs:dumping (Results 1 - 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/drivers/trace/
H A Dtr_dump.c31 * 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
291 dumping = TRUE;
296 dumping = FALSE;
301 return dumping;
333 if (!dumping)
350 if (!dumping)
373 if (!dumping)
382 if (!dumping)
[all...]
/external/llvm/test/MC/ARM/
H A Dltorg-darwin.s33 @ 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
H A Dltorg.s31 @ 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/
H A Dprof.h215 /* 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/
H A Dxmlcatalog.c322 \t--noout: avoid dumping the result on stdout\n\
/external/jemalloc/src/
H A Dprof.c681 * 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. */
1759 tdata->dumping
[all...]
/external/wpa_supplicant_8/hostapd/
H A DAndroid.mk152 # define HOSTAPD_DUMP_STATE to include support for dumping internal state
/external/blktrace/doc/
H A Dblktrace.tex442 of blktrace, and blkparse is combining event streams and dumping
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas1211 /// <summary>Useful for dumping out the input stream after doing some

Completed in 441 milliseconds