Home
last modified time | relevance | path

Searched refs:check_array (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/iterators/iterator.requirements/iterator.assoc.types/readable.traits/
H A Dindirectly_readable_traits.compile.pass.cpp47 constexpr bool check_array() { in check_array() function
73 static_assert(check_array<int>());
74 static_assert(check_array<int*>());
75 static_assert(check_array<int[10]>());
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/test/
Darray.cpp29 void check_array() in check_array() function
75 test->add( BOOST_TEST_CASE( &check_array ) ); in init_unit_test_suite()
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-aat-layout-kerx-table.hh57 if (unlikely (!c->sanitizer.check_array (pv, tupleCount))) return 0; in kerxTupleKern()
277 if (!c->sanitizer.check_array (actions, depth, tuple_count)) in transition()
563 if (!c->sanitizer.check_array (data, 2)) return; in transition()
592 if (!c->sanitizer.check_array (data, 2)) return; in transition()
613 if (!c->sanitizer.check_array (data, 4)) return; in transition()
H A Dhb-sanitize.hh362 bool check_array (const T *base, unsigned int len) const in check_array() function
368 bool check_array (const T *base, in check_array() function
H A Dhb-aat-layout-morx-table.hh797 if (unlikely (!c->sanitizer.check_array (glyphs, count))) count = 0; in transition()
829 if (unlikely (!c->sanitizer.check_array (glyphs, count))) count = 0; in transition()
1245 if (!c->check_array (featureZ.arrayZ, featureCount)) in sanitize()
H A Dhb-ot-var-gvar-table.hh310 c->check_array (get_long_offset_array (), c->get_num_glyphs () + 1) : in sanitize_shallow()
311 c->check_array (get_short_offset_array (), c->get_num_glyphs () + 1))); in sanitize_shallow()
H A Dhb-aat-layout-common.hh748 if (unlikely (!c->check_array (entries, num_entries))) in sanitize()
826 if (unlikely (!c->check_array (&subtableOffsets, subtable_count))) in sanitize()
H A Dhb-ot-math-table.hh337 c->check_array (mathValueRecordsZ.arrayZ, 2 * heightCount + 1) && in sanitize()
982 c->check_array (glyphConstruction.arrayZ, vertGlyphCount + horizGlyphCount) && in sanitize()
H A Dhb-ot-cff-common.hh192 if (unlikely (!c->check_array (fds, c->get_num_glyphs ()))) in sanitize()
H A Dhb-ot-var-fvar-table.hh135 c->check_array (coordinatesZ.arrayZ, axis_count)); in sanitize()
H A Dhb-array.hh324 { return c->check_array (arrayZ, length); } in sanitize()
H A Dhb-open-type.hh635 return_trace (c->check_array (arrayZ, count)); in sanitize_shallow()
1467 c->check_array (offsets, offSize, count + 1u) && in sanitize()
H A Dhb-ot-layout-gsubgpos.hh2879 if (unlikely (!c->check_array (coverageZ.arrayZ, count))) return_trace (false); in sanitize()
2883 return_trace (likely (c->check_array (lookupRecord, lookupCount))); in sanitize()
/aosp_15_r20/external/harfbuzz_ng/src/OT/Layout/GPOS/
H A DAnchorMatrix.hh24 if (!c->check_array (matrixZ.arrayZ, count)) return_trace (false); in sanitize()
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/
H A Dmap_ptr_kern.c142 static inline int check_array(void) in check_array() function
667 VERIFY_TYPE(BPF_MAP_TYPE_ARRAY, check_array); in cg_skb()
/aosp_15_r20/external/python/cpython3/Lib/test/
Dpickletester.py3050 def check_array(arr): function
3074 check_array(arr)
3076 check_array(arr[::2])
3079 check_array(arr)
3081 check_array(arr.T)
3083 check_array(arr[::2])
/aosp_15_r20/external/harfbuzz_ng/src/OT/name/
H A Dname.hh472 c->check_array (nameRecordZ.arrayZ, count) && in sanitize()