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

  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-profiler.cc 164 static bool dumping = false; // Dumping status to prevent recursion variable
166 // (NULL if no need for dumping yet)
217 RAW_DCHECK(!dumping, "");
219 if (filename_prefix == NULL) return; // we do not yet need dumping
221 dumping = true;
230 RAW_VLOG(0, "Dumping heap profile to %s (%s)", file_name, reason);
235 RAW_LOG(ERROR, "Failed dumping heap profile to %s", file_name);
236 dumping = false;
252 dumping = false
    [all...]
  /external/chromium_org/third_party/mesa/src/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...]
  /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...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profiler.cc 213 static bool dumping = false; // Dumping status to prevent recursion variable
215 // (NULL if no need for dumping yet)
274 RAW_DCHECK(!dumping, "");
276 if (filename_prefix == NULL) return; // we do not yet need dumping
278 dumping = true;
287 RAW_VLOG(0, "Dumping heap profile to %s (%s)", file_name, reason);
292 RAW_LOG(ERROR, "Failed dumping heap profile to %s", file_name);
293 dumping = false;
318 RAW_VLOG(0, "Dumping type statistics to %s", file_name)
    [all...]
  /external/chromium_org/third_party/skia/third_party/lua/src/
luac.c 29 static int dumping=1; /* dump bytecodes? */ variable
96 dumping=0;
104 if (i==argc && (listing || !dumping))
106 dumping=0;
176 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/chromium_org/ppapi/native_client/tests/breakpad_crash_test/
nacl.scons 13 # We are also checking that crash dumping does not work
  /external/chromium_org/third_party/libxml/src/
xmlcatalog.c 321 \t--noout: avoid dumping the result on stdout\n\
  /external/chromium_org/tools/grit/grit/gather/
tr_html.py 23 that generates a parse tree, and generates output by dumping the parse tree,
  /external/libxml2/
xmlcatalog.c 321 \t--noout: avoid dumping the result on stdout\n\
  /external/wpa_supplicant_8/hostapd/
Android.mk 141 # define HOSTAPD_DUMP_STATE to include support for dumping internal state
  /external/elfutils/0.153/
elfutils.spec 308 dumping. Add -e option. Enable it implicitly for -a.
  /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 771 milliseconds