Home
last modified time | relevance | path

Searched refs:dumpTree (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/incremental_delivery/incfs/incfsdump/
H A Ddump.cpp306 void dumpTree(int64_t offset, int64_t size) { in dumpTree() function in __anon0521a9c40110::Dump
353 dumpTree(sig.sg_hash_tree_offset, sig.sg_hash_tree_size); in dumpMd()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DGLView.java459 void dumpTree(String prefix) { in dumpTree() method in GLView
462 getComponent(i).dumpTree(prefix + "...."); in dumpTree()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DListDumper.java40 public static String dumpTree( in dumpTree() method in ListDumper
H A DShadeListBuilder.java1076 pw.println(ListDumper.dumpTree( in dump()
/aosp12/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbHostManager.java164 void dumpTree(IndentingPrintWriter pw) { in dumpTree() method in UsbHostManager.ConnectionRecord
546 mLastConnect.dumpTree(pw); in dumpDescriptors()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DShadeListBuilderTest.java19 import static com.android.systemui.statusbar.notification.collection.ListDumper.dumpTree;
1528 "List under test failed verification:\n" + dumpTree(mBuiltList, in verifyBuiltList()