Home
last modified time | relevance | path

Searched refs:write_pattern (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/trusty/user/app/storage/test/storage-unittest-aidl/unittests/
Dmod.rs175 use helpers::{read_pattern, write_pattern}; in write_read_sequential()
187 assert_ok!(write_pattern(&*file, 0, chunks, chunk_len)); in write_read_sequential()
Dhelpers.rs97 pub(crate) fn write_pattern( in write_pattern() function
/aosp_15_r20/external/ltp/utils/benchmark/ebizzy-0.3/
H A Debizzy.c314 static void write_pattern(void) in write_pattern() function
518 write_pattern(); in main()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/allocations/
H A Dallocation_execute.cpp58 const char *write_pattern = { variable
210 sprintf(access_string + strlen( access_string), write_pattern, i, "%", i, i); in execute_kernel()