Searched refs:dump (Results 1 - 25 of 948) sorted by relevance

1234567891011>>

/macosx-10.10/CPANInternal-159.1/Data-Dump-1.21/t/
H A Ddump.t7 use Data::Dump qw(dump);
9 ok(dump(), "()");
10 ok(dump("abc"), qq("abc"));
11 ok(dump("1\n"), qq("1\\n"));
12 ok(dump(undef), "undef");
13 ok(dump(0), "0");
14 ok(dump(1234), "1234");
15 ok(dump(12345), "12345");
16 ok(dump(12345678), "12345678");
17 ok(dump(12345678901234
[all...]
H A Dhash.t7 use Data::Dump qw(dump);
11 ok(dump({}), "{}");
12 ok(dump({ a => 1}), "{ a => 1 }");
13 ok(dump({ 1 => 1}), "{ 1 => 1 }");
14 ok(dump({strict => 1, shift => 2, abc => 3, -f => 4 }),
16 ok(dump({supercalifragilisticexpialidocious => 1, a => 2}),
18 ok(dump({supercalifragilisticexpialidocious => 1, a => 2, b => $DOTS})."\n", <<EOT);
25 ok(dump({aa => 1, B => 2}), "{ aa => 1, B => 2 }");
26 ok(dump({a => 1, bar => $DOTS, baz => $DOTS, foo => 2 })."\n", <<EOT);
34 ok(dump({
[all...]
H A Dvstring.t14 use Data::Dump 'dump';
16 ok(dump(v10), q{v10});
17 ok(dump(v5.10.1), q{v5.10.1});
18 ok(dump(5.10.1), q{v5.10.1});
19 ok(dump(500.400.300.200.100), q{v500.400.300.200.100});
21 ok(dump(\5.10.1), q{\v5.10.1});
22 ok(dump(\v10), q{\v10});
23 ok(dump(\\v10), q{\\\\v10});
24 ok(dump([v10, v20, v30]), q{[v10, v20, v30]});
25 ok(dump({ versio
[all...]
H A Dquote.t8 use Data::Dump qw(dump quote);
11 ok(dump(""), qq(""));
12 ok(dump("\n"), qq("\\n"));
13 ok(dump("\0\1\x1F\0" . 3), qq("\\0\\1\\37\\x003"));
14 ok(dump("xx" x 30), qq(("x" x 60)));
15 ok(dump("xy" x 30), qq(("xy" x 30)));
16 ok(dump("\0" x 1024), qq(("\\0" x 1024)));
17 ok(dump("\$" x 1024), qq(("\\\$" x 1024)));
18 ok(dump("\n" x (1024 * 1024)), qq(("\\n" x 1048576)));
19 ok(dump("\x7
[all...]
H A Dquote-unicode.t15 use Data::Dump qw(dump);
17 ok(dump("\x{FF}"), qq("\\xFF"));
18 ok(dump("\xFF\x{FFF}"), qq("\\xFF\\x{FFF}"));
19 ok(dump(join("", map chr($_), 400 .. 500)), qq("\\x{190}\\x{191}\\x{192}\\x{193}\\x{194}\\x{195}\\x{196}\\x{197}\\x{198}\\x{199}\\x{19A}\\x{19B}\\x{19C}\\x{19D}\\x{19E}\\x{19F}\\x{1A0}\\x{1A1}\\x{1A2}\\x{1A3}\\x{1A4}\\x{1A5}\\x{1A6}\\x{1A7}\\x{1A8}\\x{1A9}\\x{1AA}\\x{1AB}\\x{1AC}\\x{1AD}\\x{1AE}\\x{1AF}\\x{1B0}\\x{1B1}\\x{1B2}\\x{1B3}\\x{1B4}\\x{1B5}\\x{1B6}\\x{1B7}\\x{1B8}\\x{1B9}\\x{1BA}\\x{1BB}\\x{1BC}\\x{1BD}\\x{1BE}\\x{1BF}\\x{1C0}\\x{1C1}\\x{1C2}\\x{1C3}\\x{1C4}\\x{1C5}\\x{1C6}\\x{1C7}\\x{1C8}\\x{1C9}\\x{1CA}\\x{1CB}\\x{1CC}\\x{1CD}\\x{1CE}\\x{1CF}\\x{1D0}\\x{1D1}\\x{1D2}\\x{1D3}\\x{1D4}\\x{1D5}\\x{1D6}\\x{1D7}\\x{1D8}\\x{1D9}\\x{1DA}\\x{1DB}\\x{1DC}\\x{1DD}\\x{1DE}\\x{1DF}\\x{1E0}\\x{1E1}\\x{1E2}\\x{1E3}\\x{1E4}\\x{1E5}\\x{1E6}\\x{1E7}\\x{1E8}\\x{1E9}\\x{1EA}\\x{1EB}\\x{1EC}\\x{1ED}\\x{1EE}\\x{1EF}\\x{1F0}\\x{1F1}\\x{1F2}\\x{1F3}\\x{1F4}"));
20 ok(dump("\x{1_00FF}"), qq("\\x{100FF}"));
21 ok(dump("\x{FFF}\x{1_00FF}" x 30), qq(("\\x{FFF}\\x{100FF}" x 30)));
29 dump($a), 'pack("H*","' . join('', map sprintf("%02x", $_), 128..255). '")');
H A Dglob.t7 use Data::Dump qw(dump);
10 ok(dump(*STDIN), "*main::STDIN");
11 ok(dump(\*STDIN), "\\*main::STDIN");
12 ok(dump(gensym()), "do {\n require Symbol;\n Symbol::gensym();\n}");
17 ok(dump(\*foo, $a) . "\n", <<'EOT');
32 $s = dump($s);
H A Dtied.t5 use Data::Dump qw(dump);
48 ok(nl(dump(\%hash)), <<EOT);
58 ok(nl(dump(\@array)), <<EOT);
65 ok(nl(dump($scalar)), <<EOT);
69 ok(nl(dump($scalar, $scalar, $scalar)), <<EOT);
/macosx-10.10/postfix-255/postfix/mantools/
H A Ddehtml6 /*) lynx -dump file://localhost$i;;
7 *) lynx -dump file://localhost`pwd`/$i;;
/macosx-10.10/Heimdal-398.1.2/tests/db/
H A Dloaddump-db.in71 # check that we can dump and load ourself
72 ${kadmin} dump out-current-db || exit 1
75 ${kadmin} dump out-current-db2 || exit 1
82 ${kadmin} load ${srcdir}/text-dump-0.7 || exit 1
83 ${propdb} > db-dump.tmp|| exit 1
85 ${propddb} < db-dump.tmp || exit 1
86 ${kadmin} dump | sort | sed 's/[0-9]* -$//' > out-text-dump-0.7 || exit 1
87 sort < ${srcdir}/text-dump-0.7 | \
88 sed 's/[0-9]*$//' > out-text-dump
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DDumpContext.cpp43 void DumpContext::dump(PrintStream& out, const char* prefix) const function in class:JSC::DumpContext
45 structures.dump(out, prefix);
/macosx-10.10/ruby-106/ruby/bootstraptest/
H A Dtest_marshal.rb3 Marshal.load(Marshal.dump({"k"=>"v"}), lambda {|v| v})
/macosx-10.10/Security-57031.1.35/SecurityTests/testclient/
H A Dcsptests.h9 extern void dump(const CssmData &data);
/macosx-10.10/Heimdal-398.1.2/tests/apple/
H A Dcheck-apple-mitdump.in51 mkdir -p ${testdir}/dump-files
55 dump --format=od ${testdir}/dump-files || exit 1
61 for a in ${testdir}/dump-files/*.plist; do
69 rm -r ${testdir}/dump-files
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGCompilationKey.cpp37 void CompilationKey::dump(PrintStream& out) const function in class:JSC::DFG::CompilationKey
H A DDFGAvailability.cpp36 void Availability::dump(PrintStream& out) const function in class:JSC::DFG::Availability
55 dump(out);
H A DDFGFlushedAt.cpp35 void FlushedAt::dump(PrintStream& out) const function in class:JSC::DFG::FlushedAt
45 dump(out);
/macosx-10.10/JavaScriptCore-7600.1.17/ftl/
H A DFTLExitArgument.cpp33 void ExitArgument::dump(PrintStream& out) const function in class:JSC::FTL::ExitArgument
H A DFTLExitArgumentForOperand.cpp33 void ExitArgumentForOperand::dump(PrintStream& out) const function in class:JSC::FTL::ExitArgumentForOperand
H A DFTLRegisterAtOffset.cpp33 void RegisterAtOffset::dump(PrintStream& out) const function in class:JSC::FTL::RegisterAtOffset
/macosx-10.10/WTF-7600.1.24/wtf/
H A DFastBitVector.cpp33 void FastBitVector::dump(PrintStream& out) const function in class:WTF::FastBitVector
/macosx-10.10/llvmCore-3425.0.34/lib/MC/
H A DMCLabel.cpp20 void MCLabel::dump() const { function in class:MCLabel
/macosx-10.10/llvmCore-3425.0.34/tools/macho-dump/
H A DMakefile1 ##===- tools/macho-dump/Makefile ---------------------------*- Makefile -*-===##
11 TOOLNAME := macho-dump
/macosx-10.10/ruby-106/ruby/test/psych/
H A Dtest_nil.rb6 yml = Psych.dump nil
12 yml = Psych.dump [nil]
/macosx-10.10/Security-57031.1.35/securityd/src/
H A Dstructure.cpp33 // but its dump support is conditionally included.
134 // Call NodeCore::dumpAll() to debug-dump all nodes.
152 // partial-line common dump text for any NodeCore
153 // override this to add text to your Node type's state dump output
156 Debug::dump("%s@%p rc=%u", Debug::typeName(*this).c_str(), this, unsigned(refCountForDebuggingOnly()));
158 Debug::dump(" parent=%p", mParent.get());
160 Debug::dump(" referent=%p", mReferent.get());
163 // full-line dump of a NodeCore
164 // override this to completely re-implement the dump format for your Node type
165 void NodeCore::dump() function in class:NodeCore
[all...]
/macosx-10.10/ruby-106/ruby/lib/yaml/
H A Dstore.rb8 # to dump objects instead of Marshal.
56 def dump(table) method in class:YAML
57 YAML.dump @table
73 EMPTY_MARSHAL_DATA = YAML.dump({})

Completed in 261 milliseconds

1234567891011>>