Home
last modified time | relevance | path

Searched defs:data (Results 1 – 25 of 29) sorted by relevance

12

/bootable/recovery/tests/unit/
Dasn1_decoder_test.cpp55 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/
Dfuse_adb_provider_test.cpp35 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/
Dfuse_sideload.cpp98 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/
Dgraphics_fbdev.h37 uint8_t* data() override { in data() function
Dgraphics_drm.h36 uint8_t* data() override { in data() function
/bootable/recovery/recovery_utils/include/recovery_utils/
Dlogging.h36 std::string data; member
/bootable/recovery/tests/fuzz/
Dverify_package_fuzzer.cpp27 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) { in LLVMFuzzerTestOneInput()
/bootable/recovery/minui/include/minui/
Dminui.h51 virtual uint8_t* data() { in data() function
55 const uint8_t* data() const { in data() function
/bootable/deprecated-ota/applypatch/
Dapplypatch.cpp58 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()
Dimgpatch.cpp82 &ret, &sink](const uint8_t* data, size_t len) -> size_t { in ApplyBSDiffPatchAndStreamOutput()
/bootable/libbootloader/gbl/libgbl/testdata/
Dgen_test_data.py41 def write_file(file, offset, data): argument
/bootable/deprecated-ota/applypatch/include/applypatch/
Dapplypatch.h35 std::vector<unsigned char> data; member
/bootable/deprecated-ota/edify/include/edify/
Dexpr.h66 std::string data; member
/bootable/libbootloader/gbl/libgbl/src/slots/
Dpartition.rs69 data: MB, field
Dandroid.rs217 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/
Ddevice_path.rs131 let mut data: [u16; 4] = [1, 2, 3, 0]; in test_device_path_text_drop() localVariable
/bootable/recovery/bootloader_message/
Dbootloader_message.cpp277 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/
Dlib.rs353 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/
Dapplypatch_modes_test.cpp41 std::string data; in GetEmmcTargetString() local
Dupdater_test.cpp361 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/
Dlogging.cpp283 std::string data(read_size, '\0'); in ReadLogFilesToMemory() local
/bootable/deprecated-ota/updater/
Dblockimg.cpp253 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/
Dtestlib.rs415 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
Dlib.rs959 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/
Dupdate_simulator_test.cpp65 static string CalculateSha1(const string& data) { in CalculateSha1()

12