/aosp_15_r20/external/google-breakpad/src/processor/ |
H A D | minidump_unittest.cc | 174 TEST(Dump, ReadBackEmpty) { in TEST() argument 185 TEST(Dump, ReadBackEmptyBigEndian) { in TEST() argument 196 TEST(Dump, OneStream) { in TEST() argument 232 TEST(Dump, OneMemory) { in TEST() argument 262 TEST(Dump, OneThread) { in TEST() argument 353 TEST(Dump, ThreadMissingMemory) { in TEST() argument 398 TEST(Dump, ThreadMissingContext) { in TEST() argument 440 TEST(Dump, OneUnloadedModule) { in TEST() argument 511 TEST(Dump, OneModule) { in TEST() argument 576 TEST(Dump, OneModuleCVELF) { in TEST() argument [all …]
|
H A D | synth_minidump_unittest.cc | 292 TEST(Dump, Header) { in TEST() argument 308 TEST(Dump, HeaderBigEndian) { in TEST() argument 324 TEST(Dump, OneSection) { in TEST() argument
|
/aosp_15_r20/frameworks/base/tools/aapt2/cmd/ |
H A D | Dump.cpp | 228 int DumpConfigsCommand::Dump(LoadedApk* apk) { in Dump() function in aapt::DumpConfigsCommand 259 int DumpPackageNameCommand::Dump(LoadedApk* apk) { in Dump() function in aapt::DumpPackageNameCommand 268 int DumpStringsCommand::Dump(LoadedApk* apk) { in Dump() function in aapt::DumpStringsCommand 284 int DumpStyleParentCommand::Dump(LoadedApk* apk) { in Dump() function in aapt::DumpStyleParentCommand 309 int DumpTableCommand::Dump(LoadedApk* apk) { in Dump() function in aapt::DumpTableCommand 329 int DumpXmlStringsCommand::Dump(LoadedApk* apk) { in Dump() function in aapt::DumpXmlStringsCommand 385 int DumpXmlTreeCommand::Dump(LoadedApk* apk) { in Dump() function in aapt::DumpXmlTreeCommand 396 int DumpOverlayableCommand::Dump(LoadedApk* apk) { in Dump() function in aapt::DumpOverlayableCommand 563 int DumpChunks::Dump(LoadedApk* apk) { in Dump() function in aapt::DumpChunks
|
H A D | Dump.h | 143 int Dump(LoadedApk* apk) override { in Dump() function 178 int Dump(LoadedApk* apk) override { in Dump() function
|
/aosp_15_r20/build/soong/androidmk/parser/ |
H A D | ast.go | 22 Dump() string methodSpec 34 func (x *Assignment) Dump() string { func 56 func (x *Comment) Dump() string { func 70 func (x *Directive) Dump() string { func 90 func (x *Rule) Dump() string { func 108 func (x *Variable) Dump() string { func
|
/aosp_15_r20/external/pigweed/pw_metric/ |
H A D | metric.cc | 98 void Metric::Dump(int level, bool last) const { in Dump() function in pw::metric::Metric 119 void Metric::Dump(const IntrusiveList<Metric>& metrics, int level) { in Dump() function in pw::metric::Metric 131 void Group::Dump() const { in Dump() function in pw::metric::Group 137 void Group::Dump(int level, bool last) const { in Dump() function in pw::metric::Group 147 void Group::Dump(const IntrusiveList<Group>& groups, int level) { in Dump() function in pw::metric::Group
|
/aosp_15_r20/external/skia/tests/ |
H A D | PathOpsDebug.cpp | 189 void SkDPoint::Dump(const SkPoint& pt) { in Dump() function in SkDPoint 446 void Dump(const SkTSect* sect) { in Dump() function 474 void Dump(const SkTSpan* span) { in Dump() function 1392 void Dump(const SkOpContour& contour) { in Dump() function 1460 void Dump(const SkOpSegment& segment) { in Dump() function 1480 void Dump(const SkOpPtT& ptT) { in Dump() function 1488 void Dump(const SkOpSpanBase& spanBase) { in Dump() function 1508 void Dump(const SkDConic& conic) { in Dump() function 1516 void Dump(const SkDCubic& cubic) { in Dump() function 1524 void Dump(const SkDLine& line) { in Dump() function [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/ |
D | dump.rs | 12 pub struct Dump { struct 13 tasks: Tasks, 41 impl Dump { implementation
|
/aosp_15_r20/art/runtime/oat/ |
H A D | stack_map.cc | 188 void DexRegisterMap::Dump(VariableIndentationOutputStream* vios) const { in Dump() function in art::DexRegisterMap 201 void CodeInfo::Dump(VariableIndentationOutputStream* vios, in Dump() function in art::CodeInfo 254 void StackMap::Dump(VariableIndentationOutputStream* vios, in Dump() function in art::StackMap 284 void InlineInfo::Dump(VariableIndentationOutputStream* vios, in Dump() function in art::InlineInfo
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/ |
H A D | dump_graph_test.cc | 68 TEST(Dump, TextualIrToFileSuccess) { in TEST() argument 82 TEST(Dump, TextualIrWithOptions) { in TEST() argument 98 TEST(Dump, DumpToTFG) { in TEST() argument
|
/aosp_15_r20/art/runtime/ |
H A D | trace_profile.cc | 179 void TraceProfiler::Dump(int fd) { in Dump() function in art::TraceProfiler 197 void TraceProfiler::Dump(const char* filename) { in Dump() function in art::TraceProfiler 212 void TraceProfiler::Dump(std::unique_ptr<File>&& trace_file) { in Dump() function in art::TraceProfiler
|
H A D | runtime_common.h | 43 void Dump(std::ostream& os) const { in Dump() function 56 void Dump(std::ostream& os) const { in Dump() function
|
/aosp_15_r20/external/javassist/src/main/javassist/tools/ |
H A D | Dump.java | 37 public class Dump { class 38 private Dump() {} in Dump() method in Dump
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/shared/ |
H A D | media_debug_fast_dump.cpp | 65 void MediaDebugFastDump::Dump( in Dump() function in MediaDebugFastDump 80 void MediaDebugFastDump::Dump( in Dump() function in MediaDebugFastDump
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/multi_thread_alt/ |
D | trace.rs | 42 pub(super) fn stash_result(&self, dump: Dump) { in stash_result() 47 pub(super) fn take_result(&self) -> Option<Dump> { in take_result()
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/multi_thread/ |
D | trace.rs | 42 pub(super) fn stash_result(&self, dump: Dump) { in stash_result() 47 pub(super) fn take_result(&self) -> Option<Dump> { in take_result()
|
/aosp_15_r20/art/tools/dexanalyze/ |
H A D | dexanalyze_experiments.cc | 188 void AnalyzeDebugInfo::Dump(std::ostream& os, uint64_t total_size) const { in Dump() function in art::dexanalyze::AnalyzeDebugInfo 480 void CountDexIndices::Dump(std::ostream& os, uint64_t total_size) const { in Dump() function in art::dexanalyze::CountDexIndices 610 void CodeMetrics::Dump(std::ostream& os, uint64_t total_size) const { in Dump() function in art::dexanalyze::CodeMetrics
|
/aosp_15_r20/external/webrtc/modules/audio_processing/aec3/ |
H A D | fullband_erle_estimator.cc | 92 void FullBandErleEstimator::Dump( in Dump() function in webrtc::FullBandErleEstimator 152 void FullBandErleEstimator::ErleInstantaneous::Dump( in Dump() function in webrtc::FullBandErleEstimator::ErleInstantaneous
|
/aosp_15_r20/art/disassembler/ |
H A D | disassembler_arm64.cc | 168 size_t DisassemblerArm64::Dump(std::ostream& os, const uint8_t* begin) { in Dump() function in art::arm64::DisassemblerArm64 176 void DisassemblerArm64::Dump(std::ostream& os, const uint8_t* begin, const uint8_t* end) { in Dump() function in art::arm64::DisassemblerArm64
|
H A D | disassembler_arm.cc | 223 size_t DisassemblerArm::Dump(std::ostream& os, const uint8_t* begin) { in Dump() function in art::arm::DisassemblerArm 247 void DisassemblerArm::Dump(std::ostream& os, const uint8_t* begin, const uint8_t* end) { in Dump() function in art::arm::DisassemblerArm
|
/aosp_15_r20/packages/modules/adb/fastdeploy/deployagent/src/com/android/fastdeploy/ |
D | ApkArchive.java | 47 public final static class Dump { class in ApkArchive 51 Dump(byte[] cd, byte[] signature) { in Dump() method in ApkArchive.Dump
|
/aosp_15_r20/build/soong/ui/metrics/ |
H A D | metrics.go | 245 func (m *Metrics) Dump(out string) error { func 284 func (c *CriticalUserJourneysMetrics) Dump(filename string) (err error) { func
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/os/linux_generic/ |
D | wakelock_manager.cc | 138 void Dump(OutputT&& out, bool is_native) { in Dump() function 275 void WakelockManager::Dump(int fd) const { in Dump() function in bluetooth::os::WakelockManager
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | ssa_liveness_analysis.h | 81 void Dump(std::ostream& stream) const { in Dump() function 130 void Dump(std::ostream& stream) const { in Dump() function 179 void Dump(std::ostream& stream) const { in Dump() function 742 void Dump(std::ostream& stream) const { in Dump() function
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_iso.cc | 44 void Dump(int fd) { in Dump() function 186 void IsoManager::Dump(int fd) { in Dump() function in bluetooth::hci::IsoManager
|