Searched refs:dump (Results 26 - 50 of 948) sorted by relevance

1234567891011>>

/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/examples/
H A Dwrap.py38 metakit.dump(vc, 'class objects:')
39 metakit.dump(vd, 'dictionary elements:')
40 metakit.dump(vt, 'tuples (by position):')
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGPhase.cpp42 m_graph.dump();
H A DDFGAbstractHeap.cpp35 void AbstractHeap::Payload::dump(PrintStream& out) const function in class:JSC::DFG::AbstractHeap::Payload
43 void AbstractHeap::dump(PrintStream& out) const function in class:JSC::DFG::AbstractHeap
H A DDFGValueSource.cpp35 void ValueSource::dump(PrintStream& out) const function in class:JSC::DFG::ValueSource
76 dump(out);
H A DDFGEdge.cpp36 void Edge::dump(PrintStream& out) const function in class:JSC::DFG::Edge
H A DDFGVariableAccessDataDump.h42 void dump(PrintStream&) const;
/macosx-10.10/JavaScriptCore-7600.1.17/ftl/
H A DFTLAvailableRecovery.cpp33 void AvailableRecovery::dump(PrintStream& out) const function in class:JSC::FTL::AvailableRecovery
H A DFTLSlowPathCallKey.cpp33 void SlowPathCallKey::dump(PrintStream& out) const function in class:JSC::FTL::SlowPathCallKey
H A DFTLStackMaps.h54 void dump(PrintStream& out) const;
62 void dump(PrintStream&) const;
81 void dump(PrintStream& out) const;
97 void dump(PrintStream& out) const;
109 void dump(PrintStream&) const;
122 void dump(PrintStream&) const;
/macosx-10.10/JavaScriptCore-7600.1.17/jit/
H A DReg.cpp36 void Reg::dump(PrintStream& out) const function in class:JSC::Reg
/macosx-10.10/Security-57031.1.35/Security/include/security_cryptkit/
H A DNSFEEPublicKeyPrivate.h34 - (void)dump;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A DNSFEEPublicKeyPrivate.h34 - (void)dump;
/macosx-10.10/ruby-106/ruby/test/psych/
H A Dtest_class.rb25 Psych.dump TestClass
33 Psych.dump Foo
H A Dtest_string.rb19 y = Psych.load Psych.dump Y.new("foo").tap {|y| y.val = 1}
32 assert_match "!ruby/string:#{X}", Psych.dump(X.new)
33 x = Psych.load Psych.dump X.new
38 assert_match "!ruby/string:#{Z}", Psych.dump(Z.new)
39 x = Psych.load Psych.dump Z.new
44 y = Psych.load Psych.dump Y.new.tap {|y| y.val = 1}
50 yaml = Psych.dump '01:03:05'
58 yml = Psych.dump string
65 yml = Psych.dump string
72 yml = Psych.dump strin
[all...]
H A Dtest_object.rb25 assert_match('foo', Psych.dump(tag))
30 tag2 = Psych.load(Psych.dump(tag))
38 loaded = Psych.load Psych.dump foo
H A Dtest_psych.rb12 yml = Psych.dump('123456 7', { :line_width => 5 })
17 yml = Psych.dump({:a => {'b' => 'c'}}, {:indentation => 5})
22 yml = Psych.dump({:a => {'b' => 'c'}}, {:canonical => true})
27 yml = Psych.dump({:a => {'b' => 'c'}}, {:header => true})
32 yml = Psych.dump({:a => {'b' => 'c'}}, {:version => [1,1]})
37 yml = Psych.dump({:a => {'b' => 'c'}}, {:version => '1.1'})
42 yml = Psych.dump({:a => {'b' => 'c'}}, {:version => true})
68 assert_equal io, Psych.dump(hash, io)
70 assert_equal Psych.dump(hash), io.read
78 assert_equal stringio, Psych.dump(has
[all...]
/macosx-10.10/CPANInternal-159.1/Data-Dump-1.21/t/
H A Dref.t8 use Data::Dump qw(dump);
11 ok(nl(dump($s)), <<'EOT');
18 ok(nl(dump(\%s)), <<'EOT');
/macosx-10.10/Heimdal-398.1.2/tests/apple/
H A Dcheck-apple-dump.in45 conf="${confdir}/krb5-dump.conf"
56 echo "dump"
57 ${kadmin} -r ${realm} -c ${conf} -l dump -d file || exit 1
63 echo "dump format=od"
64 ${kadmin} -r ${realm} -c ${conf} -l dump -d --format=od . || exit 1
79 echo "mit-dump-file"
80 ${kadmin} -r ${realm} -c ${conf} -l dump -d --mit-dump-file="${confdir}/dumpfile" file || exit 1
86 echo "mit-dump-file format=od"
87 ${kadmin} -r ${realm} -c ${conf} -l dump
[all...]
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_marshal.rb18 Marshal.dump(o)
37 assert_equal a, Marshal.load(Marshal.dump(a))
41 assert_equal obj, Marshal.load(Marshal.dump(obj))
46 assert_equal(x, Marshal.load(Marshal.dump(x)), bug3659)
52 assert_instance_of(StrClone, Marshal.load(Marshal.dump(StrClone.new("abc"))))
57 s = Marshal.dump(StructOrNot.new(1))
85 data = Marshal.dump(C.new("a".force_encoding("ascii-8bit")))
97 m = Marshal.dump(o1)
107 Thread.new {Marshal.dump(o1, w)}
113 Thread.new {Marshal.dump(o
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dcontext.cpp151 Debug::dump("[NULL]");
153 Debug::dump("[%p,%ld]@%p", data->Data, data->Length, data);
156 void Context::Attr::dump() const function in class:Context::Attr
158 Debug::dump(" Attr{type=%x, size=%d, value=", int(AttributeType), int(AttributeLength));
161 Debug::dump("%ld", long(Attribute.Uint32)); break;
163 Debug::dump("%s@%p", Attribute.String, Attribute.String); break;
171 Debug::dump("%p", Attribute.String); break; // (slightly unclean)
173 Debug::dump("}\n");
176 void Context::dump(const char *title, const CSSM_CONTEXT_ATTRIBUTE *attrs) const function in class:Context
180 Debug::dump("Contex
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dcontext.cpp151 Debug::dump("[NULL]");
153 Debug::dump("[%p,%ld]@%p", data->Data, data->Length, data);
156 void Context::Attr::dump() const function in class:Context::Attr
158 Debug::dump(" Attr{type=%x, size=%d, value=", int(AttributeType), int(AttributeLength));
161 Debug::dump("%ld", long(Attribute.Uint32)); break;
163 Debug::dump("%s@%p", Attribute.String, Attribute.String); break;
171 Debug::dump("%p", Attribute.String); break; // (slightly unclean)
173 Debug::dump("}\n");
176 void Context::dump(const char *title, const CSSM_CONTEXT_ATTRIBUTE *attrs) const function in class:Context
180 Debug::dump("Contex
[all...]
/macosx-10.10/procmail-14/procmail/src/
H A Dmailfold.h4 dump P((const int s,const int type,const char*source,long len));
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Ddcfmtimp.h36 void dump() const { function in struct:DecimalFormatInternal
/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DCodeBlockWithJITType.h44 void dump(PrintStream& out) const function in class:JSC::CodeBlockWithJITType
H A DGetByIdVariant.cpp33 void GetByIdVariant::dump(PrintStream& out) const function in class:JSC::GetByIdVariant

Completed in 308 milliseconds

1234567891011>>