Searched refs:dumping (Results 1 – 25 of 50) sorted by relevance
12
/external/mesa3d/src/gallium/drivers/trace/ |
D | tr_dump.c | 63 static boolean dumping = FALSE; variable 291 dumping = TRUE; in trace_dumping_start_locked() 296 dumping = FALSE; in trace_dumping_stop_locked() 301 return dumping; in trace_dumping_enabled_locked() 333 if (!dumping) in trace_dump_call_begin_locked() 350 if (!dumping) in trace_dump_call_end_locked() 373 if (!dumping) in trace_dump_arg_begin() 382 if (!dumping) in trace_dump_arg_end() 391 if (!dumping) in trace_dump_ret_begin() 400 if (!dumping) in trace_dump_ret_end() [all …]
|
/external/llvm/test/MC/ELF/ |
D | bss.ll | 2 ; FIXME: Add ELF dumping tool to check results.
|
/external/llvm/test/MC/ARM/ |
D | 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
|
D | 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
|
/external/google-breakpad/android/sample_app/ |
D | README | 21 This will simply crash after dumping the name of the generated minidump
|
/external/clang/docs/ |
D | ClangCheck.rst | 6 do basic error checking and AST dumping.
|
D | RAVFrontendAction.rst | 78 // For debugging, dumping the AST nodes will show which nodes are already
|
/external/clang/include/clang/Basic/ |
D | LangOptions.def | 171 BENIGN_LANGOPT(DumpRecordLayouts , 1, 0, "dumping the layout of IRgen'd records") 172 BENIGN_LANGOPT(DumpRecordLayoutsSimple , 1, 0, "dumping the layout of IRgen'd records in a simple f… 173 BENIGN_LANGOPT(DumpVTableLayouts , 1, 0, "dumping the layouts of emitted vtables")
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_flags.inc | 140 "Disable core dumping. By default, disable_core=1 on 64-bit to avoid " 141 "dumping a 16T+ core file. Ignored on OSes that don't dump core by"
|
/external/llvm/test/DebugInfo/ |
D | cu-ranges.ll | 17 ; FIXME: When we get better dumping facilities we'll want to elaborate here.
|
D | two-cus-from-same-file.ll | 69 ; sufficiently good DWARF emission and/or dumping)
|
/external/fonttools/Doc/ |
D | changes.txt | 36 interpret any value as 1.0 if it's not 0.5. Fixes dumping of these 118 - Added experimental CFF/GPOS/GSUB support to ttLib, read-only (but XML dumping
|
/external/jemalloc/src/ |
D | prof.c | 1222 tdata->dumping = true; in prof_tdata_merge_iter() 1235 tdata->dumping = false; in prof_tdata_merge_iter() 1246 if (!tdata->dumping) in prof_tdata_dump_iter() 1723 tdata->dumping = false; in prof_tdata_init_impl()
|
/external/bison/tests/ |
D | sets.at | 117 # It resulted in bison dumping core on the following grammar (the
|
/external/jemalloc/include/jemalloc/internal/ |
D | prof.h | 225 bool dumping; member
|
/external/valgrind/docs/internals/ |
D | 3_10_BUGSTATUS.txt | 150 342353 Allow dumping full massif output while valgrind is still running 162 341036 dumping core and Assertion 'sizeof(*regs) == sizeof(prs->pr_reg)
|
D | notes.txt | 66 * Core dumping is disabled (has been for a while in the 3.0 line)
|
/external/google-breakpad/ |
D | README.ANDROID | 133 - Extracting the corresponding minidump, dumping the test program symbols
|
/external/wpa_supplicant_8/hostapd/ |
D | android.config | 154 # Remove support for dumping internal state through control interface commands
|
D | defconfig | 189 # Remove support for dumping internal state through control interface commands
|
/external/libnl/ |
D | ChangeLog | 107 o Revised route dumping 171 o Fix rule statistics dumping to not call itself.
|
/external/strace/ |
D | NEWS | 292 * Fixed biarch support in IO dumping. 627 * selective dumping of all I/O read from file descriptors 628 * selective dumping of all I/O written to file descriptors
|
/external/libxml2/ |
D | TODO | 174 - Save Dtds using the children list instead of dumping the tables,
|
/external/sepolicy/ |
D | system_server.te | 139 # Read /proc/pid files for dumping stack traces of native processes.
|
/external/jemalloc/ |
D | ChangeLog | 187 filesystem being mounted during heap profile dumping. 556 - Fix a heap dumping deadlock.
|
12