Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/loaders/
H A DLoaderRaw.java103 Allocation alloc_slice = null; in buildRSVolume() local
H A DLoaderDicom.java539 Allocation alloc_slice = null; in buildRSVolume2() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/skrifa-0.15.5/src/outline/glyf/
H A Dmemory.rs82 fn alloc_slice<T: TransmuteElement>(buf: &mut [u8], len: usize) -> Option<(&mut [T], &mut [u8])> { in alloc_slice() function
/aosp_15_r20/external/ublksrv/qcow2/
H A Dqcow2.cpp262 T *slice_cache<T>::alloc_slice(Qcow2State &state, const qcow2_io_ctx_t &ioc, in alloc_slice() function in slice_cache