| /bootable/recovery/tests/unit/ |
| D | asn1_decoder_test.cpp | 55 uint8_t data[] = { 0xA5, 0x02, 0x06, 0x01, 0x01 }; in TEST() local 66 uint8_t data[] = { 0xA5, 0x03, 0x06, 0x01, 0x01 }; in TEST() local 85 uint8_t data[] = { 0xA0, 0x03, 0x02, 0x01, 0x01, 0xA1, 0x03, 0x02, 0x01, 0x01, 0x06, 0x01, 0xA5 }; in TEST() local 102 uint8_t data[] = { 0x30, 0x02, 0x06, 0x01, 0x01 }; in TEST() local 112 uint8_t data[] = { 0x30, 0x03, 0x06, 0x01, 0x01 }; in TEST() local 130 uint8_t data[] = { 0x31, 0x02, 0x06, 0x01, 0x01 }; in TEST() local 140 uint8_t data[] = { 0x31, 0x03, 0x06, 0x01, 0xBA }; in TEST() local 152 uint8_t data[] = { 0x06, 0x00, 0x01 }; in TEST() local 160 uint8_t data[] = { 0x06, 0x01 }; in TEST() local 168 uint8_t data[] = { 0x06, 0x01, 0x99 }; in TEST() local [all …]
|
| /bootable/recovery/minadbd/ |
| D | fuse_adb_provider_test.cpp | 35 FuseAdbDataProvider data(std::move(device_socket), 0, 0); in TEST() local 75 FuseAdbDataProvider data(std::move(device_socket), 0, 0); in TEST() local
|
| /bootable/recovery/fuse_sideload/ |
| D | fuse_sideload.cpp | 98 static void fuse_reply(const fuse_data* fd, uint64_t unique, const void* data, size_t len) { in fuse_reply() 116 static int handle_init(void* data, fuse_data* fd, const fuse_in_header* hdr) { in handle_init() 184 static int handle_lookup(void* data, const fuse_data* fd, const fuse_in_header* hdr) { in handle_lookup() 279 static int handle_read(void* data, fuse_data* fd, const fuse_in_header* hdr) { in handle_read() 432 void* data = request_buffer + sizeof(fuse_in_header); in run_fuse_sideload() local
|
| /bootable/recovery/minui/ |
| D | graphics_fbdev.h | 37 uint8_t* data() override { in data() function
|
| D | graphics_drm.h | 36 uint8_t* data() override { in data() function
|
| /bootable/recovery/recovery_utils/include/recovery_utils/ |
| D | logging.h | 36 std::string data; member
|
| /bootable/recovery/minui/include/minui/ |
| D | minui.h | 51 virtual uint8_t* data() { in data() function 55 const uint8_t* data() const { in data() function
|
| /bootable/recovery/tests/fuzz/ |
| D | verify_package_fuzzer.cpp | 27 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) { in LLVMFuzzerTestOneInput()
|
| /bootable/deprecated-ota/applypatch/ |
| D | applypatch.cpp | 58 std::string data; in LoadFileContents() local 137 const unsigned char* data = file_contents.data.data(); in WriteBufferToPartition() local 367 SinkFn sink = [&patched, &ctx](const unsigned char* data, size_t len) { in GenerateTarget()
|
| D | imgpatch.cpp | 82 &ret, &sink](const uint8_t* data, size_t len) -> size_t { in ApplyBSDiffPatchAndStreamOutput()
|
| /bootable/deprecated-ota/applypatch/include/applypatch/ |
| D | applypatch.h | 35 std::vector<unsigned char> data; member
|
| /bootable/libbootloader/gbl/libgbl/src/slots/ |
| D | partition.rs | 53 data: MB, field
|
| /bootable/deprecated-ota/edify/include/edify/ |
| D | expr.h | 66 std::string data; member
|
| /bootable/libbootloader/gbl/libefi/src/protocol/ |
| D | device_path.rs | 128 let mut data: [u16; 4] = [1, 2, 3, 0]; in test_device_path_text_drop() localVariable
|
| /bootable/recovery/bootloader_message/ |
| D | bootloader_message.cpp | 277 static bool ReadMiscPartitionSystemSpace(void* data, size_t size, size_t offset, std::string* err) { in ReadMiscPartitionSystemSpace() 289 static bool WriteMiscPartitionSystemSpace(const void* data, size_t size, size_t offset, in WriteMiscPartitionSystemSpace()
|
| /bootable/libbootloader/gbl/libgbl/testdata/ |
| D | gen_test_data.py | 71 def write_file(file, offset, data): argument
|
| /bootable/deprecated-ota/tests/unit/ |
| D | applypatch_modes_test.cpp | 41 std::string data; in GetEmmcTargetString() local
|
| D | updater_test.cpp | 361 std::string data; in TEST_F() local 415 std::string data; in TEST_F() local 462 std::string data; in TEST_F() local
|
| /bootable/libbootloader/gbl/libgbl/src/ |
| D | decompress.rs | 40 data: &'a [u8], field
|
| /bootable/libbootloader/gbl/libbootparams/src/ |
| D | entry.rs | 41 data: &'a str, field
|
| /bootable/libbootloader/gbl/libstorage/src/ |
| D | lib.rs | 590 let data = (0..case.storage_size).map(|v| v as u8).collect::<Vec<_>>(); in read_test_helper() localVariable 609 let data = (0..case.storage_size).map(|v| v as u8).collect::<Vec<_>>(); in write_test_helper() localVariable 621 let data = &mut aligned_buf.get()[misalignment..][..rw_sz]; in write_test_helper() localVariable
|
| /bootable/libbootloader/gbl/libgbl/src/gbl_avb/ |
| D | ops.rs | 134 let data = vbmeta.ok_or(IoError::NoSuchPartition)?; in handle_verification_result() localVariable 437 let mut data = vec![0u8; size]; in test_data() localVariable 527 let data = &test_data(512); in test_read_preloaded_partition() localVariable
|
| /bootable/recovery/recovery_utils/ |
| D | logging.cpp | 283 std::string data(read_size, '\0'); in ReadLogFilesToMemory() local
|
| /bootable/deprecated-ota/updater/ |
| D | blockimg.cpp | 253 size_t Write(const uint8_t* data, size_t size) { in Write() 362 static bool receive_new_data(const uint8_t* data, size_t size, void* cookie) { in receive_new_data() 402 static bool receive_brotli_new_data(const uint8_t* data, size_t size, void* cookie) { in receive_brotli_new_data() 656 const uint8_t* data = buffer.data(); in VerifyBlocks() local
|
| /bootable/libbootloader/gbl/libfdt/src/ |
| D | lib.rs | 498 let data = vec![0x11u8, 0x22u8, 0x33u8]; in test_set_property() localVariable 544 let data = vec![0x11u8, 0x22u8, 0x33u8, 0x44u8, 0x55u8]; in test_set_property_placeholder() localVariable
|