/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-sanitize.hh | 271 bool check_range (const void *base, in check_range() function 327 bool check_range (const T *base, in check_range() function 337 bool check_range (const T *base, in check_range() function
|
H A D | hb-array.hh | 286 bool check_range (const T *p, unsigned int size = T::static_size) const in check_range() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/vm-memory/src/bitmap/ |
D | mod.rs | 134 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
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.req/range.refinements/ |
H A D | random_access_range.compile.pass.cpp | 22 constexpr bool check_range() { in check_range() function
|
H A D | contiguous_range.compile.pass.cpp | 22 constexpr bool check_range() { in check_range() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/quickcheck/examples/ |
D | btree_set_range.rs | 42 fn check_range(set: BTreeSet<i32>, range: RangeAny<i32>) -> TestResult { in check_range() function
|
/aosp_15_r20/external/libvpx/vpx_dsp/ |
H A D | inv_txfm.h | 24 static INLINE tran_high_t check_range(tran_high_t input) { in check_range() function
|
/aosp_15_r20/external/cronet/third_party/libc++/src/src/filesystem/ |
H A D | time_utils.h | 147 static constexpr bool check_range() { in check_range() function
|
/aosp_15_r20/external/libcxx/src/filesystem/ |
H A D | filesystem_common.h | 242 static constexpr bool check_range() { in check_range() function
|
/aosp_15_r20/external/pytorch/c10/core/ |
H A D | SymInt.h | 248 static bool check_range(int64_t i) { in check_range() function
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/ |
H A D | Indexing.cu | 335 static Tensor wrapIndexOnce(const Tensor & index, int64_t dim, int64_t dim_size, bool check_range=t… in wrapIndexOnce() 357 computeLinearIndex(const Tensor & src, TensorList indices, bool check_range) { in computeLinearIndex() 391 …4_t, std::vector<int64_t>> makeLinearIndex(Tensor self, IOptTensorListRef orig, bool check_range) { in makeLinearIndex()
|
/aosp_15_r20/bootable/libbootloader/gbl/libstorage/src/ |
H A D | gpt.rs | 393 pub fn check_range(&self, off: u64, size: u64) -> Result<u64> { in check_range() method 607 pub fn check_range(&self, part_name: &str, offset: u64, size: usize) -> Result<u64> { in check_range() method
|
H A D | lib.rs | 170 fn check_range<T>(info: BlockInfo, offset: u64, buffer: &[T]) -> Result<SafeNum> { in check_range() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/memory/ |
D | device_memory.rs | 1448 fn check_range(&self, range: Range<DeviceSize>) -> Result<(), MemoryMapError> { in check_range() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/vm-memory/src/ |
D | guest_memory.rs | 610 fn check_range(&self, base: GuestAddress, len: usize) -> bool { in check_range() method
|
/aosp_15_r20/external/libcups/filter/ |
H A D | pstops.c | 449 check_range(pstops_doc_t *doc, /* I - Document information */ in check_range() function
|
/aosp_15_r20/trusty/kernel/lib/trusty/ |
H A D | trusty_app.c | 271 const struct trusty_app_dma_allowed_range* check_range; in trusty_app_allow_dma_range() local
|
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/ |
H A D | config.c | 203 bool check_range) in wpa_config_parse_int_impl() 4777 const char *pos, bool check_range) in wpa_global_config_parse_int_impl()
|
/aosp_15_r20/external/crosvm/devices/src/virtio/block/ |
H A D | asynchronous.rs | 800 fn check_range( in execute_request() function
|