Home
last modified time | relevance | path

Searched refs:dumped (Results 1 – 25 of 64) sorted by relevance

123

/external/libmojo/mojo/edk/js/test/
Dhexdump.js14 var dumped = "";
16 dumped += hexify(bytes[i], 2);
19 dumped += "\n";
24 dumped += " ";
26 dumped += " ";
28 return dumped;
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/emitter/
DEmitterMultiLineTest.java73 String dumped = yaml.dump(parsed); in testWriteMultiLineLiteralWithClipChomping() local
75 assertEquals("a: 1\nb: |\n mama\n mila\n ramu\n", dumped); in testWriteMultiLineLiteralWithClipChomping()
89 String dumped = yaml.dump(parsed); in testWriteMultiLineQuotedInFlowContext() local
91 assertEquals("{a: 1, b: \"mama\\nmila\\nramu\"}\n", dumped); in testWriteMultiLineQuotedInFlowContext()
105 String dumped = yaml.dump(parsed); in testWriteMultiLineLiteralWithStripChomping() local
107 assertEquals(source, dumped); in testWriteMultiLineLiteralWithStripChomping()
/external/llvm/test/DebugInfo/PDB/DIA/
Dpdbdump-flags.test6 ; Check that neither symbols nor compilands are dumped when neither argument specified.
15 ; Check that only types are dumped when only -types is specified.
24 ; Check that only compilands are dumped when only -compilands is specified.
33 ; Check that types and compilands are dumped when both arguments are specified.
/external/llvm/test/DebugInfo/
Ddwarfdump-macho-relocs.test3 // The dumped file has 2 functions in different sections of the __TEXT segment.
4 // Check that the addresses are are dumped correctly
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
DChapter2_3Test.java54 String dumped = yaml.dump(data); in testExample_2_15() local
56 assertEquals(etalonDumped, dumped); in testExample_2_15()
/external/dtc/tests/
Dmangle-layout.supp2 uninitialized alignment gaps can be dumped to output
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_flags.inc126 "If set, coverage information will be dumped at program shutdown (if the "
130 "will be dumped as a set of PC offsets for every module.")
132 "If true, the PCs will be dumped in the order they've"
136 "will also be dumped as a bitset to a separate file.")
139 " to coverage counters will be dumped.")
141 "If set, coverage information will be dumped directly to a memory "
/external/autotest/client/site_tests/platform_OSLimits/
Dcontrol61 - 2: binary which is not normally dumped is dumped ro by root.
/external/strace/tests/
Dpc.test54 \\[pid +$pid\\] \\[\\?{$len}\\] \\+\\+\\+ killed by SIGSEGV( \\(core dumped\\))? \\+\\+\\+
/external/strace/tests-m32/
Dpc.test54 \\[pid +$pid\\] \\[\\?{$len}\\] \\+\\+\\+ killed by SIGSEGV( \\(core dumped\\))? \\+\\+\\+
/external/strace/tests-mx32/
Dpc.test54 \\[pid +$pid\\] \\[\\?{$len}\\] \\+\\+\\+ killed by SIGSEGV( \\(core dumped\\))? \\+\\+\\+
/external/llvm/docs/CommandGuide/
Dllvm-dwarfdump.rst29 :program:`llvm-dwarfdump` returns 0 if the input files were parsed and dumped
Dllvm-profdata.rst96 the profile will be dumped in the text format that is parsable by the profile
187 information is dumped in a more human readable form (also in text) with
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/array/
DPrimitiveArrayTest.java146 String dumped = yaml.dump(in); in cycle() local
148 return yaml.load(dumped); in cycle()
/external/clang/test/Modules/
Dcrash-vfs-run-reproducer.m51 // support is re-building the modules relying solely on the header files dumped
/external/llvm/test/tools/dsymutil/
Darch-option.test2 looking at the dumped debug maps is enough to validate their effects.
/external/llvm/test/CodeGen/Mips/cconv/
Darguments-hard-float-varargs.ll56 ; The varargs portion is dumped to stack
117 ; The varargs portion is dumped to stack
/external/llvm/test/tools/llvm-objdump/
Dwin64-unwind-data.test1 // This test checks that the unwind data is dumped by llvm-objdump.
/external/kmod/
DREADME116 are not dumped, but on the good side we know what the exact configuration
/external/python/cpython2/Lib/test/
Dpickletester.py1473 dumped = self.dumps(obj, proto)
1474 loaded = self.loads(dumped)
1498 dumped = self.dumps(data, proto)
1499 loaded = self.loads(dumped)
/external/parameter-framework/upstream/tools/coverage/
Dcoverage.py191 for dumped in self._dumpPropagate(withCoverage, withNbUse) :
192 yield dumped
/external/iproute2/doc/
Darpd.sgml34 in text format similar dumped by option <tt/-l/. Exit after load,
/external/mdnsresponder/mDNSPosix/
Dnss_ReadMe.txt35 lots of chatty debug messages will be dumped to LOG_DEBUG in syslog.
/external/python/cpython2/Tools/scripts/
Dtexi2html.py1724 self.dumped = {}
1858 self.dumped = {}
1875 if self.dumped.has_key(nodename):
1877 self.dumped[nodename] = 1
/external/blktrace/
DREADME135 is found that isn't ordered, it's dumped to stdout.

123