Home
last modified time | relevance | path

Searched refs:copied (Results 1 – 25 of 48) sorted by relevance

12

/packages/modules/Bluetooth/system/bta/test/gatt/
Ddatabase_test.cc295 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/
Dringbuffer.cc102 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/
DRootInfoTest.java68 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/
Dmain.rs63 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/
Dwindow_size.proto24 // 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.
Dkey.proto24 // 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.
Denvelope.proto26 // 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.
Dcobalt_registry.proto26 // 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.
Dobservation_batch.proto27 // 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.
Dencrypted_message.proto24 // 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.
Dcommon.proto24 // 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/
DREADME.md5 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/
Ddocument_test.cc128 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/
Disolation_manager.rs60 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/
Dsdk.properties2 # This file is copied in the root folder of each platform component.
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/
DREADME.txt1 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/
DREADME.md3 `FirebaseApplication.java` contains Firebase credentials that should be copied
/packages/apps/Car/Launcher/buildSrc/src/main/java/aconfig/
DREADME.md2 This plugin is copied over from:
/packages/modules/AdServices/adservices/tests/unittest/service-core/assets/
Dadservices_test_server.p12.README3 The cert file `adservices_test_server.crt` is then copied under `res/raw` to make the app to
Dadservices_untrusted_test_server.p12.README3 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/
Dadservices_untrusted_test_server.p12.README3 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/
Dacceptlist_manager.rs81 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/
DMockEvsHal.cpp90 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/
Dstats_log.proto17 // Partial clone packages/modules/StatsD/statsd/src/stats_log.proto. Unused messages are not copied
/packages/modules/StatsD/framework/
DAndroid.bp112 "liblog", // Has a stable abi - should not be copied into apex.

12