/packages/modules/Bluetooth/system/bta/test/gatt/ |
D | database_test.cc | 295 std::vector<uint8_t> copied(len, 0); in TEST() local 296 memcpy(copied.data(), &attr, StoredAttribute::kSizeOnDisk); in TEST() 298 EXPECT_EQ(binary_form, copied); in TEST() 358 std::vector<uint8_t> copied(StoredAttribute::kSizeOnDisk, 0); in TEST() local 359 memcpy(copied.data(), &attr, StoredAttribute::kSizeOnDisk); in TEST() 361 EXPECT_EQ(serialized, copied); in TEST() 363 copied = std::vector<uint8_t>(StoredAttribute::kSizeOnDisk, 0); in TEST() 388 memcpy(copied.data(), &attr, StoredAttribute::kSizeOnDisk); in TEST() 389 EXPECT_EQ(serialized, copied); in TEST() 391 copied = std::vector<uint8_t>(StoredAttribute::kSizeOnDisk, 0); in TEST() [all …]
|
/packages/modules/Bluetooth/system/osi/src/ |
D | ringbuffer.cc | 102 for (size_t copied = 0; copied < bytes_to_copy; ++copied) { in ringbuffer_peek() local 114 const size_t copied = ringbuffer_peek(rb, 0, p, length); in ringbuffer_pop() local 115 rb->head += copied; in ringbuffer_pop() 118 rb->available += copied; in ringbuffer_pop() 119 return copied; in ringbuffer_pop()
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/base/ |
D | RootInfoTest.java | 68 RootInfo copied = RootInfo.copyRootInfo(rootInfo); in testCopyInfo_equal() local 69 assertThat(copied).isEqualTo(rootInfo); in testCopyInfo_equal() 70 assertThat(copied).isNotSameInstanceAs(rootInfo); in testCopyInfo_equal()
|
/packages/modules/Virtualization/microdroid/initrd/src/ |
D | main.rs | 63 let mut copied: usize = 0; in copyfile2file() localVariable 64 while copied < n { in copyfile2file() 65 let k = min(n - copied, buf.len()); in copyfile2file() 68 copied += k; in copyfile2file()
|
/packages/modules/AdServices/adservices/libraries/cobalt/proto/ |
D | window_size.proto | 24 // repository, and the file is copied to Android where it is used by the Cobalt 26 // will be overwritten when the file is next copied.
|
D | key.proto | 24 // repository, and the file is copied to Android where it is used by the Cobalt 26 // will be overwritten when the file is next copied.
|
D | envelope.proto | 26 // repository, and the file is copied to Android where it is used by the Cobalt 28 // will be overwritten when the file is next copied.
|
D | cobalt_registry.proto | 26 // repository, and the file is copied to Android where it is used by the Cobalt 28 // will be overwritten when the file is next copied.
|
D | observation_batch.proto | 27 // repository, and the file is copied to Android where it is used by the Cobalt 29 // will be overwritten when the file is next copied.
|
D | encrypted_message.proto | 24 // repository, and the file is copied to Android where it is used by the Cobalt 26 // will be overwritten when the file is next copied.
|
D | common.proto | 24 // repository, and the file is copied to Android where it is used by the Cobalt 26 // will be overwritten when the file is next copied.
|
/packages/modules/Virtualization/libs/apkverify/tests/data/ |
D | README.md | 5 test.apex is copied from ADBD apex built in AOSP. 18 APK files are copied from [tools/apksig/src/test/resources/com/android/apksig/](https://cs.android.…
|
/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/ |
D | document_test.cc | 128 std::unique_ptr<Document> copied = LoadDocument(copied_path, kPassword.c_str()); in TEST() local 129 compareDocuments(doc_orig->GetPage(0), copied->GetPage(0)); in TEST()
|
/packages/modules/Bluetooth/system/rust/src/gatt/server/ |
D | isolation_manager.rs | 60 self.transport_to_server.get(&tcb_idx).copied() in get_server_id() 82 let Some(server_id) = self.advertiser_to_server.get(&advertiser).copied() else { in on_le_connect()
|
/packages/apps/ManagedProvisioning/studio-dev/development/sdk/ |
D | sdk.properties | 2 # This file is copied in the root folder of each platform component.
|
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/ |
D | README.txt | 1 The files in this package were copied from the android-4.4.4_r1 branch of ASOP from the folders
|
/packages/apps/Car/DebuggingRestrictionController/soong/ |
D | README.md | 3 `FirebaseApplication.java` contains Firebase credentials that should be copied
|
/packages/apps/Car/Launcher/buildSrc/src/main/java/aconfig/ |
D | README.md | 2 This plugin is copied over from:
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/assets/ |
D | adservices_test_server.p12.README | 3 The cert file `adservices_test_server.crt` is then copied under `res/raw` to make the app to
|
D | adservices_untrusted_test_server.p12.README | 3 The cert file `adservices_untrusted_test_server.crt` is then NOT copied under `res/raw` to use for
|
/packages/modules/AdServices/adservices/tests/cts/assets/ |
D | adservices_untrusted_test_server.p12.README | 3 The cert file `adservices_untrusted_test_server.crt` is then NOT copied under `res/raw` to use for
|
/packages/modules/Bluetooth/system/rust/src/connection/ |
D | acceptlist_manager.rs | 81 self.direct_list = self.direct_list.intersection(&target.direct_list).copied().collect(); in drive_to_state() 89 self.background_list.intersection(&target.background_list).copied().collect(); in drive_to_state()
|
/packages/services/Car/cpp/evs/manager/aidl/tests/unit/src/ |
D | MockEvsHal.cpp | 90 HardwareBuffer copied = { in copyHardwareBuffer() local 95 return std::move(copied); in copyHardwareBuffer() 99 BufferDesc copied = { in copyBufferDesc() local 108 return std::move(copied); in copyBufferDesc()
|
/packages/services/Car/service/proto/android/car/telemetry/ |
D | stats_log.proto | 17 // Partial clone packages/modules/StatsD/statsd/src/stats_log.proto. Unused messages are not copied
|
/packages/modules/StatsD/framework/ |
D | Android.bp | 112 "liblog", // Has a stable abi - should not be copied into apex.
|