Home
last modified time | relevance | path

Searched defs:split_at (Results 1 – 25 of 75) sorted by relevance

123

/external/rust/android-crates-io/crates/rayon/src/slice/
Drchunks.rs75 fn split_at(self, index: usize) -> (Self, Self) { in split_at() method
175 fn split_at(self, index: usize) -> (Self, Self) { in split_at() method
255 fn split_at(self, index: usize) -> (Self, Self) { in split_at() method
372 fn split_at(self, index: usize) -> (Self, Self) { in split_at() method
Dchunks.rs75 fn split_at(self, index: usize) -> (Self, Self) { in split_at() method
176 fn split_at(self, index: usize) -> (Self, Self) { in split_at() method
256 fn split_at(self, index: usize) -> (Self, Self) { in split_at() method
374 fn split_at(self, index: usize) -> (Self, Self) { in split_at() method
/external/rust/android-crates-io/crates/rayon/src/iter/
Dcopied.rs119 fn split_at(self, index: usize) -> (Self, Self) { in split_at() function
157 fn split_at(self, index: usize) -> (Self, Self, Self::Reducer) { in split_at() function
Dcloned.rs119 fn split_at(self, index: usize) -> (Self, Self) { in split_at() function
157 fn split_at(self, index: usize) -> (Self, Self, Self::Reducer) { in split_at() function
Dinspect.rs136 fn split_at(self, index: usize) -> (Self, Self) { in split_at() function
185 fn split_at(self, index: usize) -> (Self, Self, Self::Reducer) { in split_at() function
Dmap.rs138 fn split_at(self, index: usize) -> (Self, Self) { in split_at() function
188 fn split_at(self, index: usize) -> (Self, Self, Self::Reducer) { in split_at() function
Dnoop.rs10 fn split_at(self, _index: usize) -> (Self, Self, NoopReducer) { in split_at() method
Dmap_with.rs153 fn split_at(self, index: usize) -> (Self, Self) { in split_at() function
252 fn split_at(self, index: usize) -> (Self, Self, Self::Reducer) { in split_at() function
482 fn split_at(self, index: usize) -> (Self, Self) { in split_at() function
537 fn split_at(self, index: usize) -> (Self, Self, Self::Reducer) { in split_at() function
Dlen.rs116 fn split_at(self, index: usize) -> (Self, Self) { in split_at() function
250 fn split_at(self, index: usize) -> (Self, Self) { in split_at() function
Dtry_fold.rs87 fn split_at(self, index: usize) -> (Self, Self, Self::Reducer) { in split_at() function
251 fn split_at(self, index: usize) -> (Self, Self, Self::Reducer) { in split_at() function
Dfor_each.rs27 fn split_at(self, _index: usize) -> (Self, Self, NoopReducer) { in split_at() function
Dempty.rs93 fn split_at(self, index: usize) -> (Self, Self) { in split_at() method
Dfold.rs80 fn split_at(self, index: usize) -> (Self, Self, Self::Reducer) { in split_at() function
256 fn split_at(self, index: usize) -> (Self, Self, Self::Reducer) { in split_at() function
Dupdate.rs137 fn split_at(self, index: usize) -> (Self, Self) { in split_at() function
186 fn split_at(self, index: usize) -> (Self, Self, Self::Reducer) { in split_at() function
Dproduct.rs41 fn split_at(self, _index: usize) -> (Self, Self, Self) { in split_at() function
Dsum.rs41 fn split_at(self, _index: usize) -> (Self, Self, Self) { in split_at() function
Drev.rs110 fn split_at(self, index: usize) -> (Self, Self) { in split_at() function
/external/cronet/tot/base/containers/
Dspan.h671 constexpr auto split_at() const { in split_at() function
674 constexpr auto split_at(StrictNumeric<size_type> offset) const { in split_at() function
1102 constexpr auto split_at() const { in split_at() function
1106 constexpr auto split_at(StrictNumeric<size_type> offset) const { in split_at() function
/external/cronet/stable/base/containers/
Dspan.h671 constexpr auto split_at() const { in split_at() function
674 constexpr auto split_at(StrictNumeric<size_type> offset) const { in split_at() function
1102 constexpr auto split_at() const { in split_at() function
1106 constexpr auto split_at(StrictNumeric<size_type> offset) const { in split_at() function
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/regex-1.11.1/tests/fuzz/
Dmod.rs156 let mut split_at = usize::from(data[0]); in run() localVariable
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/regex-1.11.1/tests/fuzz/
Dmod.rs156 let mut split_at = usize::from(data[0]); in run() localVariable
/external/rust/android-crates-io/crates/zerocopy/src/
Dref.rs240 let split_at = if let Some(split_at) = bytes_len.checked_sub(mem::size_of::<T>()) { in sized_from_suffix() localVariable
371 let split_at = unsafe { source.len().unchecked_sub(remainder.len()) }; in from_prefix() localVariable
431 let split_at = remainder.len(); in from_suffix() localVariable
586 let split_at = if let Some(split_at) = source.len().checked_sub(expected_len) { in from_suffix_with_elems() localVariable
/external/crosvm/resources/src/
Daddress_range.rs123 pub fn split_at(&self, split_start: u64) -> (AddressRange, AddressRange) { in split_at() method
437 fn split_at() { in split_at() function
/external/rust/android-crates-io/crates/virtio-queue/src/
Ddescriptor_utils.rs108 fn split_at(&mut self, offset: usize) -> Result<DescriptorChainConsumer<'a, B>> { in split_at() method
230 pub fn split_at(&mut self, offset: usize) -> Result<Reader<'a, B>> { in split_at() method
331 pub fn split_at(&mut self, offset: usize) -> Result<Writer<'a, B>> { in split_at() method
/external/rust/android-crates-io/crates/rayon/src/iter/plumbing/
Dmod.rs99 fn split_at(self, index: usize) -> (Self, Self); in split_at() method
141 fn split_at(self, index: usize) -> (Self, Self, Self::Reducer); in split_at() method

123