/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/tests/fuzz/ |
D | verify_package_fuzzer.cpp | 27 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) { in LLVMFuzzerTestOneInput()
|
/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/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/libbootloader/gbl/libgbl/testdata/ |
D | gen_test_data.py | 41 def write_file(file, offset, data): argument
|
/bootable/deprecated-ota/applypatch/include/applypatch/ |
D | applypatch.h | 35 std::vector<unsigned char> data; member
|
/bootable/deprecated-ota/edify/include/edify/ |
D | expr.h | 66 std::string data; member
|
/bootable/libbootloader/gbl/libgbl/src/slots/ |
D | partition.rs | 69 data: MB, field
|
D | android.rs | 217 let mut data = Self { in default() localVariable 357 let data = self.get_mut_data(); in set_active_slot() localVariable
|
/bootable/libbootloader/gbl/libefi/src/protocol/ |
D | device_path.rs | 131 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/libfdt/src/ |
D | lib.rs | 353 let data = vec![0x11u8, 0x22u8, 0x33u8]; in test_set_property() localVariable 363 let data = vec![0x11u8, 0x22u8, 0x33u8, 0x44u8, 0x55u8]; in test_set_property_placeholder() localVariable
|
/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/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/libstorage/src/ |
D | testlib.rs | 415 let mut data = [0; GPT_NAME_LEN_U16]; localVariable 560 let data: [u8; 8] = [1, 2, 3, 4, 5, 6, 7, 8]; in test_builder_partitions() localVariable
|
D | lib.rs | 959 let data = (0..case.storage_size).map(|v| v as u8).collect::<Vec<_>>(); in read_test_helper() localVariable 987 let data = (0..case.storage_size).map(|v| v as u8).collect::<Vec<_>>(); in write_test_helper() localVariable 1004 let data = &mut aligned_buf.get() in write_test_helper() localVariable
|
/bootable/deprecated-ota/tests/unit/host/ |
D | update_simulator_test.cpp | 65 static string CalculateSha1(const string& data) { in CalculateSha1()
|