/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/ |
D | AdServicesInternalProviderTest.java | 102 String dump = dump(pw -> mProvider.dump(/* fd= */ null, pw, /* args= */ null)); in testDump_genericInfo() local 113 String dump = dump(pw -> mProvider.dump(/* fd= */ null, pw, /* args= */ null)); in testDump_appContextSingletonNotSet() local 124 String dump = dump(pw -> mProvider.dump(/* fd= */ null, pw, /* args= */ null)); in testDump_appContextSingletonSet() local 140 String dump = dump(pw -> mProvider.dump(/* fd= */ null, pw, /* args= */ null)); in testDump_appContextSingletonSet_customApplicationContext() local 155 String dump = dump(pw -> mProvider.dump(/* fd= */ null, pw, /* args= */ null)); in testDump_includesAppManifestConfigMetricsLogger() local 166 String dump = dump(pw -> mProvider.dump(/* fd= */ null, pw, /* args= */ null)); in testDump_includesAdservicesManagerDump() local 175 String dump = dump(pw -> mProvider.dump(/* fd= */ null, pw, /* args= */ null)); in testDump_includesDebugFlagsDump() local 185 String dump = in testDump_includesFlagsDump() local 196 String dump = dump(pw -> mProvider.dump(/* fd= */ null, pw, /* args= */ null)); in testDump_includesThrottlerDump() local 206 String dump = dump(pw -> mProvider.dump(/* fd= */ null, pw, /* args= */ null)); in testDump_includesConsentManagerDump() local [all …]
|
/packages/modules/Permission/PermissionController/tests/outofprocess/src/com/android/permissioncontroller/tests/outofprocess/ |
D | DumpTest.kt | 44 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/ |
D | ramdump.md | 69 ### Building the crash(8) tool 80 ### Obtaining vmlinux 101 ### Running crash(8) with the RAM dump and the kernel image
|
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/ |
D | SettingsIntelligenceDumpService.java | 51 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/ConfigInfrastructure/service/javatests/src/com/android/server/deviceconfig/ |
D | DeviceConfigTest.java | 65 String dump = dump(); in testDump_empty() local 85 String dump = dump(); in testDump_withListeners() local 102 private String dump(String...args) throws IOException { in dump() method in DeviceConfigTest 109 String dump = sw.toString(); in dump() local
|
/packages/modules/AdServices/adservices/tests/test-util/side-less/com/android/adservices/common/ |
D | AbstractSystemPropertiesDumperRule.java | 75 StringBuilder dump = new StringBuilder("*** System properties before / after test ***\n"); in throwTestFailure() local 80 private void logAndDumpAllProperties(StringBuilder dump) { in logAndDumpAllProperties() 86 private void logAndDump(StringBuilder dump, String when, List<NameValuePair> values) { in logAndDump() 97 StringBuilder dump, @FormatString String msgFmt, @Nullable Object... args) { in logAndDump()
|
/packages/services/Car/car-lib/src/com/android/car/internal/util/ |
D | LocalLog.java | 88 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { in dump() method in LocalLog 93 public void dump(PrintWriter pw) { in dump() method in LocalLog 103 public void dump(String indent, PrintWriter pw) { in dump() method in LocalLog
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | DisplayModel.kt | 108 fun dump(prefix: String, writer: PrintWriter) { in <lambda>() method 120 abstract fun dump(prefix: String, writer: PrintWriter) in <lambda>() method in com.android.quickstep.DisplayModel.DisplayResource
|
/packages/modules/Bluetooth/offload/hci/ |
D | command.rs | 175 let dump = [0x03, 0x0c, 0x00]; in test_reset() localVariable 182 let dump = [0x0e, 0x04, 0x01, 0x03, 0x0c, 0x00]; in test_reset_complete() localVariable 208 let dump = [0x0e, 0x07, 0x01, 0x02, 0x20, 0x00, 0xfb, 0x00, 0x0f]; in test_le_read_buffer_size_v1_complete() localVariable 235 let dump = [0x0e, 0x0a, 0x01, 0x60, 0x20, 0x00, 0xfb, 0x00, 0x0f, 0xfd, 0x03, 0x18]; in test_le_read_buffer_size_v2_complete() localVariable 279 let dump = [ in test_le_set_cig_parameters() localVariable 320 let dump = [0x0e, 0x0a, 0x01, 0x62, 0x20, 0x00, 0x01, 0x02, 0x60, 0x00, 0x61, 0x00]; in test_le_set_cig_parameters_complete() localVariable 351 let dump = [0x64, 0x20, 0x09, 0x02, 0x60, 0x00, 0x40, 0x00, 0x61, 0x00, 0x41, 0x00]; in test_le_create_cis() localVariable 381 let dump = [0x65, 0x20, 0x01, 0x01]; in test_le_remove_cig() localVariable 389 let dump = [0x0e, 0x05, 0x01, 0x65, 0x20, 0x00, 0x01]; in test_le_remove_cig_complete() localVariable 422 let dump = [ in test_le_create_big() localVariable [all …]
|
D | event.rs | 139 let dump = [0x05, 0x04, 0x00, 0x60, 0x00, 0x16]; in test_disconnection_complete() localVariable 162 let dump = [0x0e, 0x04, 0x01, 0x03, 0x0c, 0x00]; in test_command_complete() localVariable 184 let dump = [0x0f, 0x04, 0x00, 0x01, 0x01, 0x04]; in test_command_status() localVariable 212 let dump = [0x13, 0x09, 0x02, 0x40, 0x00, 0x01, 0x00, 0x41, 0x00, 0x01, 0x00]; in test_number_of_completed_packets() localVariable 251 let dump = [ in test_le_cis_established() localVariable 299 let dump = [ in test_le_create_big_complete() localVariable 336 let dump = [0x3e, 0x03, 0x1c, 0x00, 0x16]; in test_le_terminate_big_complete() localVariable
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/ |
D | CommonDebugFlags.java | 63 protected void dump(PrintWriter pw, String key, boolean value) { in dump() method in CommonDebugFlags 68 public void dump(PrintWriter pw) { in dump() method in CommonDebugFlags
|
/packages/modules/Connectivity/Tethering/tests/mts/src/android/tethering/mts/ |
D | SkDestroyListenerTest.java | 59 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/ |
D | BpfInterfaceMapHelperTest.java | 92 private void assertDumpContains(final String dump, final String message) { in assertDumpContains() 108 final String dump = getDump(); in testDump() local
|
/packages/modules/adb/fastdeploy/deploypatchgenerator/ |
D | apk_archive_test.cpp | 61 auto dump = archiveTester.ExtractMetadata(); in TEST() local 70 auto dump = archiveTester.ExtractMetadata(); in TEST() local
|
/packages/modules/AdServices/shared/testing-libraries/device-side/java/com/android/adservices/shared/meta_testing/ |
D | FlagsTestLittleHelper.java | 71 String dump = DumpHelper.dump(dumper); in expectDumpHasAllFlags() local 93 String dump = DumpHelper.dump(dumper); in expectDumpHasAllGetters() local
|
/packages/modules/common/javatests/com/android/modules/targetprep/ |
D | ClasspathFetcherTest.java | 151 ClasspathClassesDump dump = in testFetchCorrectBcpClasses() local 178 ClasspathClassesDump dump = in testFetchCorrectSscpClasses() local
|
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/ |
D | DumpableLog.kt | 68 val dump = file.readLines() in addLogToDump() constant
|
/packages/modules/AdServices/adservices/tests/unittest/system-service/src/com/android/server/adservices/ |
D | BlockedTopicsManagerTest.java | 138 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/ |
D | BpfDumpTest.java | 106 final String dump = getDumpMap(map); in testDumpMap() local 119 final String dump = getDumpMap(map); in testDumpMapMultipleEntries() local
|
/packages/services/Car/service/src/com/android/car/stats/ |
D | CarStatsService.java | 135 void dump(VmsClientStats vmsClientStats); in dump() method 140 public void dump(IndentingPrintWriter writer) { in dump() method in CarStatsService
|
/packages/modules/AdServices/shared/tests/device-side/java/com/android/adservices/shared/testing/common/ |
D | DumpHelperTest.java | 46 String dump = dump(pw -> pw.write("I dump(), therefore I am()")); in testDump() local 193 static void dump(PrintWriter printWriter) { in dump() method in MyStaticDumper
|
/packages/modules/AdServices/shared/tests/device-side/java/com/android/adservices/shared/storage/ |
D | AtomicFileDatastoreTest.java | 764 String dump = dump(pw -> mDatastore.dump(pw, prefix, DUMP_NO_ARGS)); in testDump_noEntries() local 774 String dump = dump(pw -> mDatastore.dump(pw, prefix, DUMP_ARGS_INCLUDE_CONTENTS_ONLY)); in testDump_fullContent_noEntries() local 787 String dump = dump(pw -> mDatastore.dump(pw, prefix, DUMP_NO_ARGS)); in testDump() local 805 String dump = dump(pw -> mDatastore.dump(pw, "_", DUMP_ARGS_INCLUDE_CONTENTS_ONLY)); in testDump_fullContent() local 1042 private void assertCommonDumpContents(String dump, String prefix) { in assertCommonDumpContents()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
D | KeyValueListParser.java | 258 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/modules/AdServices/shared/testing-libraries/device-side/java/com/android/adservices/shared/testing/common/ |
D | DumpHelper.java | 36 public static String dump(Dumper dumper) throws Exception { in dump() method in DumpHelper
|
/packages/modules/AdServices/sdksandbox/tests/unittest/src/com/android/server/sdksandbox/ |
D | SdkSandboxManagerServiceUnitTest.java | 1523 String dump = mockAdServicesDumpAndDump("FakeAdServiceDump"); in testDump_preU_notPublished() local 1535 String dump = dump(); in testDump_preU_published() local 1548 String dump = mockAdServicesDumpAndDump("FakeAdServiceDump"); in testDump_atLeastU_notPublished() local 1560 String dump = dump(); in testDump_atLeastU_published() local 1573 String dump = mockAdServicesDumpAndDump("FakeAdServiceDump", "--AdServices"); in testDump_adServices_preU_notPublished() local 1584 String dump = dump("--AdServices"); in testDump_adServices_preU_published() local 1601 String dump = mockAdServicesDumpAndDump("FakeAdServiceDump", "--AdServices"); in testDump_adServices_atLeastU_notPublished() local 1612 String dump = mockAdServicesDumpAndDump("FakeAdServiceDump", "--AdServices"); in testDump_adServices_atLeastU_published() local 1631 String dump = DumpHelper.dump(pw -> mService.dump(new FileDescriptor(), pw, new String[0])); in testDump_ETSV() local 2081 private String dump(String... args) throws Exception { in dump() method in SdkSandboxManagerServiceUnitTest
|