Home
last modified time | relevance | path

Searched defs:get_slice (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/crosvm/base/src/
H A Dvolatile_memory.rs60 fn get_slice(&self, offset: usize, count: usize) -> Result<VolatileSlice>; in get_slice() method
366 fn get_slice(&self, offset: usize, count: usize) -> Result<VolatileSlice> { in get_slice() method
424 fn get_slice(&self, offset: usize, count: usize) -> Result<VolatileSlice> { in get_slice() method
H A Dmmap.rs502 fn get_slice(&self, offset: usize, count: usize) -> VolatileMemoryResult<VolatileSlice> { in get_slice() method
/aosp_15_r20/external/crosvm/swap/src/
H A Dstaging.rs204 pub fn get_slice(&self, idx_range: Range<usize>) -> Result<VolatileSlice> { in get_slice() method
367 fn get_slice() { in get_slice() function
H A Dfile.rs627 pub fn get_slice(&self, idx_page_range: Range<usize>) -> Result<VolatileSlice> { in get_slice() method
1056 fn get_slice() { in get_slice() function
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/
H A DUnstack.cpp65 SimpleTensor<T> get_slice(const SimpleTensor<T> &input_tensor, size_t axis, size_t slice) in get_slice() function
/aosp_15_r20/external/crosvm/common/data_model/src/
H A Dflexible_array.rs77 unsafe fn get_slice(&self, len: usize) -> &[S]; in get_slice() method
/aosp_15_r20/external/rust/android-crates-io/crates/vm-memory/src/
Dguest_memory.rs257 fn get_slice( in get_slice() method
708 fn get_slice(&self, addr: GuestAddress, count: usize) -> Result<VolatileSlice<MS<Self>>> { in get_slice() method
Dmmap_windows.rs200 fn get_slice( in get_slice() method
Dmmap_unix.rs401 fn get_slice( in get_slice() method
Dvolatile_memory.rs116 fn get_slice(&self, offset: usize, count: usize) -> Result<VolatileSlice<BS<Self::B>>>; in get_slice() method
1015 fn get_slice(&self, offset: usize, count: usize) -> Result<VolatileSlice<B>> { in get_slice() method
Dmmap.rs470 fn get_slice( in get_slice() method
Dmmap_xen.rs365 fn get_slice( in get_slice() method
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/
H A Dgrpc.h129 ::grpc::Slice &get_slice(uint8_t *p, size_t size) { in get_slice() function
/aosp_15_r20/external/flatbuffers/include/flatbuffers/
H A Dgrpc.h129 ::grpc::Slice &get_slice(uint8_t *p, size_t size) { in get_slice() function
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/
H A Dgrpc.h140 grpc_slice &get_slice(uint8_t *p, size_t size) { in get_slice() function
/aosp_15_r20/external/rust/crabbyavif/src/internal_utils/
Dstream.rs133 pub fn get_slice(&mut self, size: usize) -> AvifResult<&[u8]> { in get_slice() method
/aosp_15_r20/external/tensorflow/tensorflow/tools/graph_transforms/
H A Dsparsify_gather.cc163 bool get_slice = false; in ReadTensorFromCheckpoint() local
/aosp_15_r20/external/flatbuffers/rust/flexbuffers/src/reader/
H A Dmod.rs315 pub fn get_slice<T: ReadLE>(&self) -> Result<&[T], Error> { in get_slice() method
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dbuffer_assignment_test.cc2638 auto get_slice = [&](std::string_view hlo_name, const ShapeIndex& index) { in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/spmd/
H A Ddot_handler.cc4231 auto get_slice = [&](HloInstruction* padded, in MoveUsersIntoWindowedDotGeneralLoopOnNonContractingDimensions() local