Home
last modified time | relevance | path

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

12

/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/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/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/autotest/client/site_tests/platform_OSLimits/
Dcontrol62 - 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/llvm/docs/CommandGuide/
Dllvm-dwarfdump.rst29 :program:`llvm-dwarfdump` returns 0 if the input files were parsed and dumped
Dllvm-profdata.rst86 the profile will be dumped in the text format that is parsable by the profile
171 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/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/chromium-trace/catapult/third_party/beautifulsoup4/bs4/tests/
Dtest_tree.py1278 dumped = pickle.dumps(self.tree, 2)
1279 loaded = pickle.loads(dumped)
1292 dumped = pickle.dumps(soup, pickle.HIGHEST_PROTOCOL)
1293 loaded = pickle.loads(dumped)
/external/clang/docs/
DSanitizerCoverage.rst161 dumped as a bitset (text file with 1 for blocks that have been executed and 0
218 be dumped to disk.
DLibASTMatchersTutorial.rst429 loop wouldn't have been dumped. The culprit lies in the implicit cast
/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/blktrace/
DREADME135 is found that isn't ordered, it's dumped to stdout.
/external/tcpdump/
DCHANGES948 the packet, the packet contents would be dumped incorrectly (i.e.,
984 By default, only the inner packet is dumped, appended with the token
985 "(encap)". Under -v, both the inner and output packets are dumped
1080 - Compressed SLIP packets can now be dumped, provided you use our
1081 SLIP software and BPF. These packets are dumped as any other IP
1082 packet; the compressed headers are dumped with the '-e' option.
/external/icu/icu4c/source/samples/ufortune/resources/
Droot.txt52 fortune: Segmentation violation -- Core dumped",
/external/llvm/lib/Support/Unix/
DProgram.inc412 *ErrMsg += " (core dumped)";
/external/e2fsprogs/
DTODO75 the inode and instead just dumped all the blocks, it would have facilited
/external/libnl/
DChangeLog100 o Add dp_dump_msgtype to prefix each dumped element with a

12