Home
last modified time | relevance | path

Searched defs:dump (Results 1 – 25 of 711) sorted by relevance

12345678910>>...29

/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
/packages/modules/Virtualization/docs/debug/
Dramdump.md69 ### Building the crash(8) tool
80 ### Obtaining vmlinux
101 ### Running crash(8) with the RAM dump and the kernel image
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/
DAdServicesInternalProviderTest.java41 String dump = dump(pw -> mProvider.dump(/* fd= */ null, pw, /* args= */ null)); in testDump_appContextSingletonNotSet() local
52 String dump = dump(pw -> mProvider.dump(/* fd= */ null, pw, /* args= */ null)); in testDump_appContextSingletonSet() local
69 String dump = dump(pw -> mProvider.dump(/* fd= */ null, pw, /* args= */ null)); in testDump_includesAppManifestConfigMetricsLogger() local
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/
DSettingsIntelligenceDumpService.java51 protected void dump(FileDescriptor fd, PrintWriter writer, String[] args) { in dump() method in SettingsIntelligenceDumpService
52 final StringBuilder dump = new StringBuilder(); in dump() local
61 final StringBuilder dump = new StringBuilder(); in dumpSuggestions() local
/packages/modules/AdServices/shared/libraries/device-side/java/com/android/adservices/shared/testing/common/
DDumpHelper.java32 public static String dump(Dumper dumper) throws Exception { in dump() method in DumpHelper
43 public static String[] assertDumpHasPrefix(String dump, String prefix) { in assertDumpHasPrefix()
69 void dump(PrintWriter printWriter) throws Exception; in dump() method
/packages/modules/AdServices/adservices/tests/test-util/side-less/com/android/adservices/common/
DAbstractSystemPropertiesDumperRule.java72 protected String decorateTestFailureMessage(StringBuilder dump, List<Throwable> cleanUpErrors) { in decorateTestFailureMessage()
77 private void logAndDumpAllProperties(StringBuilder dump) { in logAndDumpAllProperties()
83 private void logAndDump(StringBuilder dump, String when, List<NameValuePair> values) { in logAndDump()
94 StringBuilder dump, @FormatString String msgFmt, @Nullable Object... args) { in logAndDump()
/packages/services/Car/car-lib/src/com/android/car/internal/util/
DLocalLog.java90 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { in dump() method in LocalLog
95 public void dump(PrintWriter pw) { in dump() method in LocalLog
105 public void dump(String indent, PrintWriter pw) { in dump() method in LocalLog
/packages/modules/AdServices/shared/libraries/side-less/java/com/android/adservices/shared/testing/
DAbstractRethrowerRule.java70 StringBuilder dump = new StringBuilder(); in throwIfNecessary() local
114 StringBuilder dump, List<Throwable> cleanUpErrors); in decorateTestFailureMessage()
118 String testName, Throwable testError, String dumpDescription, StringBuilder dump) in failTest()
/packages/modules/Connectivity/Tethering/tests/mts/src/android/tethering/mts/
DSkDestroyListenerTest.java59 private Map<CookieTagMapKey, CookieTagMapValue> parseBpfRawMap(final String dump) { in parseBpfRawMap()
71 final String dump = runShellCommandOrThrow(DUMP_COMMAND); in countTaggedSocket() local
/packages/modules/Connectivity/tests/unit/java/com/android/server/net/
DBpfInterfaceMapHelperTest.java92 private void assertDumpContains(final String dump, final String message) { in assertDumpContains()
108 final String dump = getDump(); in testDump() local
/packages/modules/adb/fastdeploy/deploypatchgenerator/
Dapk_archive_test.cpp61 auto dump = archiveTester.ExtractMetadata(); in TEST() local
70 auto dump = archiveTester.ExtractMetadata(); in TEST() local
/packages/modules/AdServices/shared/tests/device-side/java/com/android/adservices/shared/storage/
DBooleanFileDatastoreTest.java419 String dump = dump(pw -> mDatastore.dump(pw, prefix)); in testDump_noEntries() local
442 String dump = dump(pw -> mDatastore.dump(pw, prefix)); in dumpTest() local
501 private void assertCommonDumpContents(String dump, String prefix) { in assertCommonDumpContents()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/
DDumpableLog.kt68 val dump = file.readLines() in addLogToDump() constant
/packages/modules/common/javatests/com/android/modules/targetprep/
DClasspathFetcherTest.java151 ClasspathClassesDump dump = in testFetchCorrectBcpClasses() local
178 ClasspathClassesDump dump = in testFetchCorrectSscpClasses() local
/packages/modules/AdServices/adservices/tests/unittest/system-service/src/com/android/server/adservices/
DBlockedTopicsManagerTest.java138 String dump = dump(pw -> mBlockedTopicsManager.dump(pw, prefix)); in testDump_noBlockedTopics() local
157 String dump = dump(pw -> mBlockedTopicsManager.dump(pw, prefix)); in testDump_blockedTopics() local
/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/
DBpfDumpTest.java112 final String dump = getDumpMap(map); in testDumpMap() local
125 final String dump = getDumpMap(map); in testDumpMapMultipleEntries() local
/packages/services/Car/service/src/com/android/car/stats/
DCarStatsService.java135 void dump(VmsClientStats vmsClientStats); in dump() method
140 public void dump(IndentingPrintWriter writer) { in dump() method in CarStatsService
/packages/modules/Bluetooth/system/gd/rust/shim/src/
Dinit_flags.rs13 fn dump() -> Vec<InitFlagWithValue>; in dump() function
45 fn dump() -> Vec<InitFlagWithValue> { in dump() function
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DKeyValueListParser.java258 public void dump(PrintWriter pw, String prefix) { in dump() method in KeyValueListParser.IntValue
306 public void dump(PrintWriter pw, String prefix) { in dump() method in KeyValueListParser.LongValue
354 public void dump(PrintWriter pw, String prefix) { in dump() method in KeyValueListParser.StringValue
402 public void dump(PrintWriter pw, String prefix) { in dump() method in KeyValueListParser.FloatValue
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/audio/
DOemCarServiceTestFragment.java146 private void dump(String header, TextView textView) { in dump() method in OemCarServiceTestFragment
147 Process dump; in dump() local
/packages/modules/SdkExtensions/java/com/android/os/ext/testing/
DDeriveSdk.java26 public static String[] dump() { in dump() method in DeriveSdk
/packages/apps/Messaging/src/com/android/messaging/util/
DLogSaver.java48 public abstract void dump(PrintWriter writer); in dump() method in LogSaver
132 public void dump(PrintWriter writer) { in dump() method in LogSaver.MemoryLogSaver
226 public void dump(PrintWriter writer) { in dump() method in LogSaver.DiskLogSaver
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/wear/
DWearableConnectionManager.java34 public void dump(IndentingPrintWriter pw) { in dump() method in WearableConnectionManager
/packages/modules/AdServices/adservices/tests/test-util/java/com/android/adservices/common/
DAdServicesTestingProvider.java31 public void dump(FileDescriptor fd, PrintWriter writer, String[] args) { in dump() method in AdServicesTestingProvider
/packages/services/Telephony/src/com/android/phone/
DDumpsysHandler.java16 public static void dump(Context context, FileDescriptor fd, PrintWriter writer, in dump() method in DumpsysHandler

12345678910>>...29