Home
last modified time | relevance | path

Searched defs:check_range (Results 1 – 13 of 13) sorted by relevance

/external/cronet/third_party/libc++/src/test/std/ranges/range.req/range.refinements/
Drandom_access_range.compile.pass.cpp22 constexpr bool check_range() { in check_range() function
Dcontiguous_range.compile.pass.cpp22 constexpr bool check_range() { in check_range() function
/external/harfbuzz_ng/src/
Dhb-sanitize.hh268 bool check_range (const void *base, in check_range() function
324 bool check_range (const T *base, in check_range() function
334 bool check_range (const T *base, in check_range() function
Dhb-array.hh284 bool check_range (const T *p, unsigned int size = T::static_size) const in check_range() function
/external/rust/crates/quickcheck/examples/
Dbtree_set_range.rs42 fn check_range(set: BTreeSet<i32>, range: RangeAny<i32>) -> TestResult { in check_range() function
/external/libvpx/vpx_dsp/
Dinv_txfm.h24 static INLINE tran_high_t check_range(tran_high_t input) { in check_range() function
/external/cronet/third_party/libc++/src/src/filesystem/
Dtime_utils.h160 static constexpr bool check_range() { in check_range() function
/external/rust/crates/vm-memory/src/bitmap/
Dmod.rs134 pub fn check_range<B: Bitmap>(b: &B, start: usize, len: usize, clean: bool) -> bool { in check_range() function
190 fn check_range(&self, m: &M, start: usize, len: usize, clean: bool) -> bool { in check_range() function
/external/libcxx/src/filesystem/
Dfilesystem_common.h242 static constexpr bool check_range() { in check_range() function
/external/rust/crates/vulkano/src/memory/
Ddevice_memory.rs1448 fn check_range(&self, range: Range<DeviceSize>) -> Result<(), MemoryMapError> { in check_range() method
/external/rust/crates/vm-memory/src/
Dguest_memory.rs610 fn check_range(&self, base: GuestAddress, len: usize) -> bool { in check_range() method
/external/libcups/filter/
Dpstops.c449 check_range(pstops_doc_t *doc, /* I - Document information */ in check_range() function
/external/crosvm/devices/src/virtio/block/
Dasynchronous.rs768 fn check_range( in execute_request() function