Searched refs:dump (Results 51 - 75 of 1016) sorted by relevance

1234567891011>>

/external/llvm/lib/DebugInfo/
H A DDWARFDebugAbbrev.h31 void dump(raw_ostream &OS) const;
54 void dump(raw_ostream &OS) const;
H A DDWARFDebugLoc.h53 void dump(raw_ostream &OS) const;
77 void dump(raw_ostream &OS) const;
H A DDWARFCompileUnit.h23 void dump(raw_ostream &OS);
H A DDWARFDebugAbbrev.cpp47 void DWARFAbbreviationDeclarationSet::dump(raw_ostream &OS) const { function in class:DWARFAbbreviationDeclarationSet
49 Decl.dump(OS);
89 void DWARFDebugAbbrev::dump(raw_ostream &OS) const { function in class:DWARFDebugAbbrev
97 I.second.dump(OS);
/external/llvm/test/MC/MachO/ARM/
H A Dthumb-bl-jbits.s1 @ RUN: llvm-mc -triple=thumbv7-apple-darwin -filetype=obj -o - < %s | macho-dump --dump-section-data | FileCheck %s
H A Dthumb2-movt-fixup.s1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple thumbv7-apple-darwin10 -filetype=obj -o - < %s | macho-dump | FileCheck %s
/external/skia/src/animator/
H A DSkDrawRectangle.h25 virtual void dump(SkAnimateMaker* );
46 virtual void dump(SkAnimateMaker* );
H A DSkDrawText.cpp45 void SkText::dump(SkAnimateMaker* maker) { function in class:SkText
46 INHERITED::dump(maker);
H A DSkDisplayRandom.h29 virtual void dump(SkAnimateMaker* );
H A DSkDrawSaveLayer.h25 virtual void dump(SkAnimateMaker* );
H A DSkDrawTextBox.h23 virtual void dump(SkAnimateMaker* );
/external/chromium_org/chrome/browser/media/
H A Dwebrtc_rtp_dump_writer_unittest.cc65 // Verifies that the dump contains records of |rtp_packet| repeated
90 // Verifies the compressed dump file contains the expected number of packets.
91 bool VerifyCompressedDump(std::string* dump, size_t expected_packet_count) { argument
92 EXPECT_GT(dump->size(), 0U);
95 EXPECT_TRUE(Decompress(dump, &decompressed_dump));
128 // Tries to read |dump| as a rtpplay dump file and returns the number of
129 // packets found in the dump.
130 bool ReadDecompressedDump(const std::vector<uint8>& dump, argument
139 EXPECT_EQ(memcmp(&dump[
170 VerifyPacketDump(const uint8* dump, size_t dump_length, size_t* packet_dump_length) argument
[all...]
/external/chromium_org/remoting/host/installer/linux/debian/
H A Dpostrm18 "$APT_CONFIG" dump | sed -e "/^$APTVAR /"'!d' -e "s/^$APTVAR \"\(.*\)\".*/\1/"
/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayRandom.h29 virtual void dump(SkAnimateMaker* );
H A DSkDrawSaveLayer.h25 virtual void dump(SkAnimateMaker* );
H A DSkDrawTextBox.h23 virtual void dump(SkAnimateMaker* );
/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpSpan.h38 void dump() const;
/external/chromium_org/third_party/skia/tests/
H A DGrDrawTargetTest.cpp19 SkString result = caps->dump();
/external/chromium_org/tools/telemetry/telemetry/timeline/
H A Dinspector_timeline_data.py18 json.dump(self._event_data, f, indent=4)
/external/chromium_org/tools/telemetry/telemetry/web_components/
H A Dresults_viewer.py20 json.dump(self.data_to_view, f)
/external/skia/src/pathops/
H A DSkOpSpan.h38 void dump() const;
/external/skia/tests/
H A DGrDrawTargetTest.cpp19 SkString result = caps->dump();
/external/oauth/core/src/main/java/net/oauth/client/
H A DOAuthResponseMessage.java77 protected void dump(Map<String, Object> into) throws IOException method in class:OAuthResponseMessage
79 super.dump(into);
80 http.dump(into);
/external/smack/src/org/xbill/DNS/utils/
H A Dhexdump.java6 * A routine to produce a nice looking hex dump
23 dump(String description, byte [] b, int offset, int length) { method in class:hexdump
52 dump(String s, byte [] b) { method in class:hexdump
53 return dump(s, b, 0, b.length);
/external/llvm/bindings/python/llvm/tests/
H A Dtest_core.py83 f.dump()
89 f.dump()
104 bb.dump()
111 bb.dump()
131 o.dump()
132 inst.dump()
140 inst.dump()

Completed in 465 milliseconds

1234567891011>>