Home
last modified time | relevance | path

Searched defs:byte_buf (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/base64/tests/
Dtests.rs54 let mut byte_buf: Vec<u8> = Vec::new(); in roundtrip_random_short_standard() localVariable
64 let mut byte_buf: Vec<u8> = Vec::new(); in roundtrip_random_with_fast_loop_standard() localVariable
74 let mut byte_buf: Vec<u8> = Vec::new(); in roundtrip_random_short_no_padding() localVariable
85 let mut byte_buf: Vec<u8> = Vec::new(); in roundtrip_random_no_padding() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/base64-0.13.1/tests/
H A Dtests.rs61 let mut byte_buf: Vec<u8> = Vec::new(); in roundtrip_random_short_standard() localVariable
71 let mut byte_buf: Vec<u8> = Vec::new(); in roundtrip_random_with_fast_loop_standard() localVariable
81 let mut byte_buf: Vec<u8> = Vec::new(); in roundtrip_random_short_no_padding() localVariable
98 let mut byte_buf: Vec<u8> = Vec::new(); in roundtrip_random_no_padding() localVariable
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
H A Dbasic_mode_rx_engine_test.cc41 const StaticByteBuffer byte_buf(0x01, in TEST() local
/aosp_15_r20/external/rust/android-crates-io/crates/vm-memory/src/
Dvolatile_memory.rs2450 let mut byte_buf = vec![0u8; index + 1]; in test_volatile_array_ref_dirty_tracking() localVariable