Home
last modified time | relevance | path

Searched defs:dumper (Results 1 – 25 of 178) sorted by relevance

12345678

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ir/
Ddump.go66 type dumper struct { struct
67 output io.Writer
68 fieldrx *regexp.Regexp // field name filter
69 ptrmap map[uintptr]int // ptr -> dump line number
70 lastadr string // last address string printed (for shortening)
73 indent int // current indentation level
74 last byte // last byte processed by Write
75 line int // current line number
80 func (p *dumper) Write(data []byte) (n int, err error) {
113 func (p *dumper) printf(format string, args ...interface{}) {
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
Ddumper.go43 type dumper struct { struct
44 output io.Writer
45 ptrmap map[Node]int // node -> dump line number
46 indent int // current indentation level
47 last byte // last byte processed by Write
48 line int // current line number
53 func (p *dumper) Write(data []byte) (n int, err error) {
92 func (p *dumper) printf(format string, args ...interface{}) {
105 func (p *dumper) dump(x reflect.Value, n Node) {
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/hex/
Dhex.go246 type dumper struct { struct
247 w io.Writer
248 rightChars [18]byte
249 buf [14]byte
250 used int // number of bytes in the current line
251 n uint // number of bytes, total
252 closed bool
262 func (h *dumper) Write(data []byte) (n int, err error) {
321 func (h *dumper) Close() (err error) {
/aosp_15_r20/external/google-breakpad/src/client/linux/minidump_writer/
H A Dlinux_ptrace_dumper_unittest.cc191 LinuxPtraceDumper dumper(getppid()); in TEST_F() local
195 LinuxPtraceDumper dumper(getppid()); in TEST_F() local
204 LinuxPtraceDumper dumper(getppid()); in TEST_F() local
297 LinuxPtraceDumper dumper(getppid()); in TEST_F() local
317 LinuxPtraceDumper dumper(pid); in TEST_F() local
341 LinuxPtraceDumper dumper(getppid()); in TEST_F() local
365 LinuxPtraceDumper dumper(getppid()); in TEST_F() local
402 LinuxPtraceDumper dumper(getppid()); in TEST_F() local
440 LinuxPtraceDumper dumper(child_pid); in TEST() local
500 LinuxPtraceDumper dumper(child_pid); in TEST_F() local
H A Dlinux_core_dumper_unittest.cc46 const LinuxCoreDumper dumper(getpid(), "core", "/tmp", "/mnt/root"); in TEST() local
58 LinuxCoreDumper dumper(getpid(), "core_file", procfs_path); in TEST() local
105 LinuxCoreDumper dumper(child_pid, core_file.c_str(), procfs_path.c_str()); in TEST() local
170 LinuxCoreDumper dumper(child_pid, core_file.c_str(), procfs_path.c_str()); in TEST() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/test/lex/
Ddedent_handling_phoenix.cpp62 struct dumper struct
66 dumper(std::stringstream& strm) : strm(strm) {} in dumper() argument
78 BOOST_DELETED_FUNCTION(dumper& operator= (dumper const&)); argument
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/robolectricutils/src/main/java/com/google/android/exoplayer2/robolectric/
H A DPlaybackOutput.java98 public void dump(Dumper dumper) { in dump()
105 private void dumpMetadata(Dumper dumper) { in dumpMetadata()
146 private void dumpSubtitles(Dumper dumper) { in dumpSubtitles()
184 Dumper dumper, String field, @Nullable Object actual, @Nullable Object comparison) { in dumpIfNotEqual()
190 private static void dumpBitmap(Dumper dumper, @Nullable Bitmap bitmap) { in dumpBitmap()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/robolectricutils/src/main/java/com/google/android/exoplayer2/robolectric/
H A DPlaybackOutput.java98 public void dump(Dumper dumper) { in dump()
105 private void dumpMetadata(Dumper dumper) { in dumpMetadata()
146 private void dumpSubtitles(Dumper dumper) { in dumpSubtitles()
184 Dumper dumper, String field, @Nullable Object actual, @Nullable Object comparison) { in dumpIfNotEqual()
190 private static void dumpBitmap(Dumper dumper, @Nullable Bitmap bitmap) { in dumpBitmap()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/main/java/com/google/android/exoplayer2/testutil/
H A DCapturingAudioSink.java86 public void dump(Dumper dumper) { in dump()
106 public void dump(Dumper dumper) { in dump()
132 public void dump(Dumper dumper) { in dump()
144 public void dump(Dumper dumper) { in dump()
H A DCapturingRenderersFactory.java106 public void dump(Dumper dumper) { in dump()
136 public void dump(Dumper dumper) { in dump()
276 public void dump(Dumper dumper) { in dump()
H A DDumpableFormat.java38 public void dump(Dumper dumper) { in dump()
104 Dumper dumper, String field, Function<Format, @NullableType Object> getFieldFunction) { in addIfNonDefault()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/main/java/com/google/android/exoplayer2/testutil/
H A DCapturingAudioSink.java86 public void dump(Dumper dumper) { in dump()
106 public void dump(Dumper dumper) { in dump()
132 public void dump(Dumper dumper) { in dump()
144 public void dump(Dumper dumper) { in dump()
H A DCapturingRenderersFactory.java106 public void dump(Dumper dumper) { in dump()
136 public void dump(Dumper dumper) { in dump()
288 public void dump(Dumper dumper) { in dump()
H A DDumpableFormat.java38 public void dump(Dumper dumper) { in dump()
104 Dumper dumper, String field, Function<Format, @NullableType Object> getFieldFunction) { in addIfNonDefault()
/aosp_15_r20/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/
H A DClassFileDumperTest.java46 final ClassFileDumper dumper = new ClassFileDumper(location.toString()); in testDumpClassWithPackage() local
55 final ClassFileDumper dumper = new ClassFileDumper(location.toString()); in testDumpClassInDefaultPackage() local
62 final ClassFileDumper dumper = new ClassFileDumper(null); in testNoDumps() local
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dpartition_alloc_unittest.cc2681 MockPartitionStatsDumper dumper; in TEST_P() local
2703 MockPartitionStatsDumper dumper; in TEST_P() local
2729 MockPartitionStatsDumper dumper; in TEST_P() local
2763 MockPartitionStatsDumper dumper; in TEST_P() local
2798 MockPartitionStatsDumper dumper; in TEST_P() local
2852 MockPartitionStatsDumper dumper; in TEST_P() local
2881 MockPartitionStatsDumper dumper; in TEST_P() local
2908 MockPartitionStatsDumper dumper; in TEST_P() local
2944 MockPartitionStatsDumper dumper; in TEST_P() local
2957 MockPartitionStatsDumper dumper; in TEST_P() local
[all …]
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/vp/hal/
H A Dvphal_debug.h57 #define VPHAL_DBG_SURFACE_DUMP(dumper, surf, frameCntr, layerCntr, loc) \ argument
64 dumper, surfs, maxCntr, numCntr, frameCntr, loc) \ argument
644 static void Delete(void * dumper) in Delete()
1409 #define VPHAL_DBG_SURFACE_DUMP(dumper, surf, frameCntr, layerCntr, loc) argument
1411 dumper, surfs, maxCntr, numCntr, frameCntr, loc) argument
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Ddump_graph.cc78 dumper = nullptr; member
192 std::function<Status(WritableFile*)> dumper) { in DumpToFile()
215 WritableFile*)> in SetGraphDumper()
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/generics/
H A DObjectValuesTest.java44 Yaml dumper = new Yaml(); in testObjectValues() local
75 Yaml dumper = new Yaml(); in testObjectValuesWithParam() local
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue431/
H A DFlexSimleKeyTest.java28 Yaml dumper = new Yaml(createOptions(len)); in testLongKey() local
38 Yaml dumper = new Yaml(createOptions(len + 10)); in testForceLongKeyToBeImplicit() local
/aosp_15_r20/packages/modules/AdServices/shared/testing-libraries/device-side/java/com/android/adservices/shared/meta_testing/
DFlagsTestLittleHelper.java68 Dumper dumper, in expectDumpHasAllFlags()
92 StandardSubjectBuilder expect, Class<?> gettersClass, Dumper dumper) throws Exception { in expectDumpHasAllGetters()
/aosp_15_r20/frameworks/base/core/java/com/android/internal/inputmethod/
H A DImeTracingClientImpl.java63 public void triggerServiceDump(String where, @NonNull ServiceDumper dumper, in triggerServiceDump()
86 public void triggerManagerServiceDump(String where, @NonNull ServiceDumper dumper) { in triggerManagerServiceDump()
/aosp_15_r20/external/kotlinx.serialization/formats/cbor/commonMain/src/kotlinx/serialization/cbor/
H A DCbor.kt45 val dumper = CborWriter(this, CborEncoder(output)) in encodeToByteArray() constant
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/transformer/src/test/java/com/google/android/exoplayer2/transformer/
H A DTestMuxer.java70 public void dump(Dumper dumper) { in dump()
98 public void dump(Dumper dumper) { in dump()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/transformer/src/test/java/com/google/android/exoplayer2/transformer/
H A DTestMuxer.java71 public void dump(Dumper dumper) { in dump()
99 public void dump(Dumper dumper) { in dump()

12345678