/aosp_15_r20/external/crosvm/base/src/ |
H A D | volatile_memory.rs | 60 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 D | mmap.rs | 502 fn get_slice(&self, offset: usize, count: usize) -> VolatileMemoryResult<VolatileSlice> { in get_slice() method
|
/aosp_15_r20/external/crosvm/swap/src/ |
H A D | staging.rs | 204 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 D | file.rs | 627 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 D | Unstack.cpp | 65 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 D | flexible_array.rs | 77 unsafe fn get_slice(&self, len: usize) -> &[S]; in get_slice() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/vm-memory/src/ |
D | guest_memory.rs | 257 fn get_slice( in get_slice() method 708 fn get_slice(&self, addr: GuestAddress, count: usize) -> Result<VolatileSlice<MS<Self>>> { in get_slice() method
|
D | mmap_windows.rs | 200 fn get_slice( in get_slice() method
|
D | mmap_unix.rs | 401 fn get_slice( in get_slice() method
|
D | volatile_memory.rs | 116 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
|
D | mmap.rs | 470 fn get_slice( in get_slice() method
|
D | mmap_xen.rs | 365 fn get_slice( in get_slice() method
|
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/ |
H A D | grpc.h | 129 ::grpc::Slice &get_slice(uint8_t *p, size_t size) { in get_slice() function
|
/aosp_15_r20/external/flatbuffers/include/flatbuffers/ |
H A D | grpc.h | 129 ::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 D | grpc.h | 140 grpc_slice &get_slice(uint8_t *p, size_t size) { in get_slice() function
|
/aosp_15_r20/external/rust/crabbyavif/src/internal_utils/ |
D | stream.rs | 133 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 D | sparsify_gather.cc | 163 bool get_slice = false; in ReadTensorFromCheckpoint() local
|
/aosp_15_r20/external/flatbuffers/rust/flexbuffers/src/reader/ |
H A D | mod.rs | 315 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 D | buffer_assignment_test.cc | 2638 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 D | dot_handler.cc | 4231 auto get_slice = [&](HloInstruction* padded, in MoveUsersIntoWindowedDotGeneralLoopOnNonContractingDimensions() local
|