Home
last modified time | relevance | path

Searched defs:dump (Results 26 – 50 of 6328) sorted by relevance

12345678910>>...254

/aosp_15_r20/external/mesa3d/src/gallium/drivers/lima/
H A Dlima_util.c66 lima_dump_shader(struct lima_dump *dump, void *data, int size, bool is_frag) in lima_dump_shader()
73 lima_dump_vs_command_stream_print(struct lima_dump *dump, void *data, in lima_dump_vs_command_stream_print()
81 lima_dump_plbu_command_stream_print(struct lima_dump *dump, void *data, in lima_dump_plbu_command_stream_print()
89 lima_dump_rsw_command_stream_print(struct lima_dump *dump, void *data, in lima_dump_rsw_command_stream_print()
97 lima_dump_texture_descriptor(struct lima_dump *dump, void *data, in lima_dump_texture_descriptor()
133 lima_dump_free(struct lima_dump *dump) in lima_dump_free()
159 _lima_dump_command_stream_print(struct lima_dump *dump, void *data, in _lima_dump_command_stream_print()
/aosp_15_r20/packages/modules/Permission/PermissionController/tests/outofprocess/src/com/android/permissioncontroller/tests/outofprocess/
DDumpTest.kt44 val dump = AutoCloseInputStream(dumpFile).readBytes() in getDump() constant
62 val dump = getDump() in autoRevokeDumpHasCurrentUser() constant
72 val dump = getDump() in autoRevokeDumpHasAndroidPackage() constant
/aosp_15_r20/external/llvm/tools/llvm-pdbdump/
H A DVariableDumper.cpp88 void VariableDumper::dump(const PDBSymbolTypeBuiltin &Symbol) { in dump() function in VariableDumper
93 void VariableDumper::dump(const PDBSymbolTypeEnum &Symbol) { in dump() function in VariableDumper
97 void VariableDumper::dump(const PDBSymbolTypeFunctionSig &Symbol) {} in dump() function in VariableDumper
99 void VariableDumper::dump(const PDBSymbolTypePointer &Symbol) { in dump() function in VariableDumper
120 void VariableDumper::dump(const PDBSymbolTypeTypedef &Symbol) { in dump() function in VariableDumper
125 void VariableDumper::dump(const PDBSymbolTypeUDT &Symbol) { in dump() function in VariableDumper
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue82/
H A DPropOrderInfluenceWhenAliasedInGenericCollectionTest.java118 String dump = yaml.dump(customerAB); in testAB() local
140 String dump = yaml.dump(customerAB); in testAB_Set() local
168 String dump = yaml.dump(customerAB); in testABWithCustomTag() local
193 String dump = yaml.dump(customerAB_property); in testABProperty() local
222 String dump = yaml.dump(customerAB_property); in testABPropertyWithCustomTag() local
267 String dump = yaml.dump(customerAB_mapValue); in testAB_asMapValue() local
289 String dump = yaml.dump(customerAB_mapKey); in testAB_asMapKey() local
311 String dump = yaml.dump(customerBA); in testBA() local
/aosp_15_r20/external/skia/tests/
H A DPathOpsDebug.cpp88 void SkDConic::dump() const { in dump() function in SkDConic
104 void SkDCubic::dump() const { in dump() function in SkDCubic
136 void SkDCurve::dump() const { in dump() function in SkDCurve
163 void SkDLine::dump() const { in dump() function in SkDLine
181 void SkDPoint::dump() const { in dump() function in SkDPoint
205 void SkDQuad::dump() const { in dump() function in SkDQuad
226 void SkIntersections::dump() const { in dump() function in SkIntersections
366 void SkPathOpsDebug::CoinDict::dump(const char* str, bool visitCheck) const { in dump() function in SkPathOpsDebug::CoinDict
553 void SkOpAngle::dump() const { in dump() function in SkOpAngle
686 void SkOpPtT::dump() const { in dump() function in SkOpPtT
[all …]
/aosp_15_r20/external/google-breakpad/src/processor/
H A Dminidump_processor.cc95 Minidump* dump, ProcessState* process_state) { in Process()
399 Minidump dump(minidump_file); in Process() local
411 static const MDRawSystemInfo* GetSystemInfo(Minidump* dump, in GetSystemInfo()
566 bool MinidumpProcessor::GetCPUInfo(Minidump* dump, SystemInfo* info) { in GetCPUInfo()
664 bool MinidumpProcessor::GetOSInfo(Minidump* dump, SystemInfo* info) { in GetOSInfo()
757 bool MinidumpProcessor::GetProcessCreateTime(Minidump* dump, in GetProcessCreateTime()
794 static void CalculateFaultAddressFromInstruction(Minidump* dump, in CalculateFaultAddressFromInstruction()
859 string MinidumpProcessor::GetCrashReason(Minidump* dump, uint64_t* address, in GetCrashReason()
2126 string MinidumpProcessor::GetAssertion(Minidump* dump) { in GetAssertion()
H A Dsynth_minidump.h168 Stream(const Dump& dump, uint32_t type) : Section(dump), type_(type) { } in Stream()
213 Memory(const Dump& dump, uint64_t address) in Memory()
232 Context(const Dump& dump) : Section(dump) {} in Context()
297 List(const Dump& dump, uint32_t type) : Stream(dump, type), count_(0) { in List()
324 List(const Dump& dump, uint32_t type, bool) : Stream(dump, type), count_(0) {} in List()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/vibrator/
H A DGroupedAggregatedLogRecords.java80 final synchronized void dump(IndentingPrintWriter pw) { in dump() method in GroupedAggregatedLogRecords
92 final synchronized void dump(ProtoOutputStream proto) { in dump() method in GroupedAggregatedLogRecords
133 synchronized void dump(IndentingPrintWriter pw) { in dump() method in GroupedAggregatedLogRecords.AggregatedLogRecord
144 synchronized void dump(ProtoOutputStream proto, long fieldId) { in dump() method in GroupedAggregatedLogRecords.AggregatedLogRecord
177 void dump(IndentingPrintWriter pw); in dump() method
180 void dump(ProtoOutputStream proto, long fieldId); in dump() method
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/
H A DGraphicsStatsService.java253 long dump = nCreateDump(-1, true); in pullGraphicsStatsImpl() local
402 private HashSet<File> dumpActiveLocked(long dump, ArrayList<HistoricalBuffer> buffers) { in dumpActiveLocked()
415 private void dumpHistoricalLocked(long dump, HashSet<File> skipFiles) { in dumpHistoricalLocked()
430 protected void dump(FileDescriptor fd, PrintWriter fout, String[] args) { in dump() method in GraphicsStatsService
450 long dump = nCreateDump(fd.getInt$(), dumpProto); in dump() local
472 private static native void nAddToDump(long dump, String path, int uid, String packageName, in nAddToDump()
474 private static native void nAddToDump(long dump, String path); in nAddToDump()
475 private static native void nFinishDump(long dump); in nFinishDump()
476 private static native void nFinishDumpInMemory(long dump, long pulledData, boolean lastFullDay); in nFinishDumpInMemory()
/aosp_15_r20/external/ow2-asm/asm-test/src/main/java/org/objectweb/asm/test/
H A DClassFile.java134 private String dump; field in ClassFile
1755 private String dump; field in ClassFile.CpInfo
1764 CpInfo(final String dump) { in CpInfo()
1804 String dump() { in dump() method in ClassFile.CpInfo
1839 String dump() { in dump() method in ClassFile.ConstantClassInfo
1868 String dump() { in dump() method in ClassFile.ConstantFieldRefInfo
1899 String dump() { in dump() method in ClassFile.ConstantMethodRefInfo
1931 String dump() { in dump() method in ClassFile.ConstantInterfaceMethodRefInfo
1960 String dump() { in dump() method in ClassFile.ConstantStringInfo
2076 String dump() { in dump() method in ClassFile.ConstantNameAndTypeInfo
[all …]
/aosp_15_r20/art/tools/ahat/src/test/com/android/ahat/
H A DDiffTest.java34 TestDump dump = TestDump.getTestDump(); in diffMatchedHeap() local
45 TestDump dump = TestDump.getTestDump(); in diffUnchanged() local
63 TestDump dump = TestDump.getTestDump(); in diffAdded() local
73 TestDump dump = TestDump.getTestDump(); in diffRemoved() local
83 TestDump dump = TestDump.getTestDump("O.hprof", "L.hprof", null, Reachability.STRONG); in diffClassRemoved() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/core/java/modules-utils-locallog/android_common_apex31/turbine/
Dmodules-utils-locallog.jar ... > (android.util.LocalLog) public void dump (java.io.FileDescriptor, java.io ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/core/java/modules-utils-locallog/android_common_apex30/turbine/
Dmodules-utils-locallog.jar ... > (android.util.LocalLog) public void dump (java.io.FileDescriptor, java.io ...
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/
H A DHexDump.java74 public static void dump(final byte[] data, final Appendable appendable) in dump() method in HexDump
108 public static void dump(final byte[] data, final long offset, in dump() method in HexDump
189 public static void dump(final byte[] data, final long offset, in dump() method in HexDump
206 private static StringBuilder dump(final StringBuilder _cbuffer, final byte value) { in dump() method in HexDump
220 private static StringBuilder dump(final StringBuilder _lbuffer, final long value) { in dump() method in HexDump
/aosp_15_r20/external/perfetto/src/profiling/memory/
H A Dheapprofd_end_to_end_test.cc723 for (const auto& dump : packet.profile_packet().process_dumps()) { in PrintStats() local
741 for (const auto& dump : packet.profile_packet().process_dumps()) { in ValidateSampleSizes() local
761 for (const auto& dump : packet.profile_packet().process_dumps()) { in ValidateFromStartup() local
774 for (const auto& dump : packet.profile_packet().process_dumps()) { in ValidateRejectedConcurrent() local
786 for (const auto& dump : packet.profile_packet().process_dumps()) { in ValidateNoSamples() local
806 for (const auto& dump : packet.profile_packet().process_dumps()) { in ValidateHasSamples() local
828 for (const auto& dump : packet.profile_packet().process_dumps()) { in ValidateOnlyPID() local
982 for (const auto& dump : packet.profile_packet().process_dumps()) { in TEST_P() local
1040 for (const auto& dump : packet.profile_packet().process_dumps()) { in TEST_P() local
1087 for (const auto& dump : packet.profile_packet().process_dumps()) { in TEST_P() local
[all …]
/aosp_15_r20/frameworks/native/services/surfaceflinger/Utils/
H A DDumper.h50 void dump(std::string_view name, const std::string& value) { in dump() function
54 void dump(std::string_view name, bool value) { in dump() function
60 void dump(std::string_view name, const std::optional<T>& opt) { in dump() function
70 void dump(std::string_view name, const ftl::Optional<T>& opt) { in dump() function
75 void dump(std::string_view name, const T& value, const Ts&... rest) { in dump() function
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/representer/
H A DFilterPropertyToDumpTest.java31 String dump = d.dumpAsMap(bean); in testFilterPropertyInJavaBeanDumper() local
41 String dump = yaml.dumpAsMap(bean); in testFilterPropertyInYaml() local
53 String dump = yaml.dump(bean); in testDoNotFilterPropertyIncludeReadOnly() local
68 String dump = yaml.dump(bean); in testFilterPropertyWithTypeDesciptionIncludes() local
83 String dump = yaml.dump(bean); in testFilterPropertyWithTypeDesciptionExcludes() local
/aosp_15_r20/external/wpa_supplicant_8/hs20/server/www/
H A Dusers.php23 $dump = $row['dump']; variable
117 $dump = 0; variable
122 $dump = $_GET["dump"]; variable
124 $dump = 0; variable
126 $dump = 0; variable
/aosp_15_r20/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DClientDescriptor.cpp45 void ClientDescriptor::dump(String8 *dst, int spaces) const in dump() function in android::ClientDescriptor
57 void TrackClientDescriptor::dump(String8 *dst, int spaces) const in dump() function in android::TrackClientDescriptor
88 void RecordClientDescriptor::dump(String8 *dst, int spaces) const in dump() function in android::RecordClientDescriptor
122 void SourceClientDescriptor::dump(String8 *dst, int spaces) const in dump() function in android::SourceClientDescriptor
130 void SourceClientCollection::dump(String8 *dst) const in dump() function in android::SourceClientCollection
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceGlobalInits.cpp86 void FunctionDeclaration::dump(Ostream &Stream) const { in dump() function in Ice::FunctionDeclaration
125 void VariableDeclaration::dump(Ostream &Stream) const { in dump() function in Ice::VariableDeclaration
162 void VariableDeclaration::DataInitializer::dump(Ostream &Stream) const { in dump() function in Ice::VariableDeclaration::DataInitializer
179 void VariableDeclaration::ZeroInitializer::dump(Ostream &Stream) const { in dump() function in Ice::VariableDeclaration::ZeroInitializer
192 void VariableDeclaration::RelocInitializer::dump(Ostream &Stream) const { in dump() function in Ice::VariableDeclaration::RelocInitializer
H A DIceInstMIPS32.h64 void dump(const Cfg *, Ostream &Str) const override { in dump() function
98 void dump(const Cfg *Func, Ostream &Str) const override { in dump() function
152 void dump(const Cfg *Func, Ostream &Str) const override { in dump() function
376 void dump(const Cfg *Func) const override { in dump() function
423 void dump(const Cfg *Func) const override { in dump() function
467 void dump(const Cfg *Func) const override { in dump() function
514 void dump(const Cfg *Func) const override { in dump() function
563 void dump(const Cfg *Func) const override { in dump() function
652 void dump(const Cfg *Func) const override { in dump() function
742 void dump(const Cfg *Func) const override { in dump() function
[all …]
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue95/
H A DArrayInGenericCollectionTest.java61 String dump = yaml2dump.dump(data); in testArrayAsMapValue() local
80 String dump = yaml2dump.dump(data); in testArrayAsMapValueWithTypeDespriptor() local
105 String dump = yaml2dump.dump(data); in testArrayAsListValue() local
119 String dump = yaml2dump.dump(data); in testArrayAsListValueWithTypeDespriptor() local
139 String dump = yaml2dump.dumpAs(data, Tag.MAP, FlowStyle.AUTO); in testNoTags() local
/aosp_15_r20/frameworks/base/core/java/android/util/
H A DLocalLog.java83 public synchronized void dump(FileDescriptor fd, PrintWriter pw, String[] args) { in dump() method in LocalLog
87 public synchronized void dump(PrintWriter pw) { in dump() method in LocalLog
97 public synchronized void dump(String indent, PrintWriter pw) { in dump() method in LocalLog
126 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { in dump() method in LocalLog.ReadOnlyLocalLog
129 public void dump(PrintWriter pw) { in dump() method in LocalLog.ReadOnlyLocalLog
/aosp_15_r20/out/soong/.intermediates/frameworks/base/core/java/modules-utils-locallog/android_common_apex30/javac/
Dmodules-utils-locallog.jar ... LocalLog) android.util.LocalLog log public void dump (java.io.FileDescriptor, java.io ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/core/java/modules-utils-locallog/android_common_apex31/javac/
Dmodules-utils-locallog.jar ... LocalLog) android.util.LocalLog log public void dump (java.io.FileDescriptor, java.io ...

12345678910>>...254