/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/ |
D | minmax_element.hpp | 58 basic_minmax_element(ForwardIter first, ForwardIter last, Compare comp) in basic_minmax_element() 125 minmax_element(ForwardIter first, ForwardIter last) in minmax_element() 133 minmax_element(ForwardIter first, ForwardIter last, BinaryPredicate comp) in minmax_element() 214 basic_first_min_element(ForwardIter first, ForwardIter last, in basic_first_min_element() 227 basic_last_min_element(ForwardIter first, ForwardIter last, in basic_last_min_element() 240 basic_first_max_element(ForwardIter first, ForwardIter last, in basic_first_max_element() 253 basic_last_max_element(ForwardIter first, ForwardIter last, in basic_last_max_element() 268 first_min_element(ForwardIter first, ForwardIter last) in first_min_element() 276 first_min_element(ForwardIter first, ForwardIter last, BinaryPredicate comp) in first_min_element() 284 last_min_element(ForwardIter first, ForwardIter last) in last_min_element() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Demangle/ |
H A D | ItaniumDemangle.cpp | 62 static const char *parse_number(const char *first, const char *last) { in parse_number() 116 static const char *parse_floating_number(const char *first, const char *last, in parse_floating_number() 155 static const char *parse_source_name(const char *first, const char *last, in parse_source_name() 192 static const char *parse_substitution(const char *first, const char *last, in parse_substitution() 292 static const char *parse_builtin_type(const char *first, const char *last, in parse_builtin_type() 434 static const char *parse_cv_qualifiers(const char *first, const char *last, in parse_cv_qualifiers() 458 static const char *parse_template_param(const char *first, const char *last, in parse_template_param() 503 static const char *parse_const_cast_expr(const char *first, const char *last, in parse_const_cast_expr() 529 static const char *parse_dynamic_cast_expr(const char *first, const char *last, in parse_dynamic_cast_expr() 556 const char *last, C &db) { in parse_reinterpret_cast_expr() [all …]
|
/aosp_15_r20/frameworks/compile/mclinker/include/mcld/Support/ |
D | CXADemangle.tcc | 94 print_state(const char* msg, const char* first, const char* last, const C& db) in print_state() 106 parse_number(const char* first, const char* last) in parse_number() 169 parse_floating_number(const char* first, const char* last, C& db) in parse_floating_number() 213 parse_source_name(const char* first, const char* last, C& db) in parse_source_name() 255 parse_substitution(const char* first, const char* last, C& db) in parse_substitution() 363 parse_builtin_type(const char* first, const char* last, C& db) in parse_builtin_type() 512 parse_cv_qualifiers(const char* first, const char* last, unsigned& cv) in parse_cv_qualifiers() 541 parse_template_param(const char* first, const char* last, C& db) in parse_template_param() 598 parse_const_cast_expr(const char* first, const char* last, C& db) in parse_const_cast_expr() 624 parse_dynamic_cast_expr(const char* first, const char* last, C& db) in parse_dynamic_cast_expr() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/bench/detail/ |
D | varray_util.hpp | 136 void destroy_dispatch(I first, I last, bcd::false_type const& /*is_trivially_destructible*/) in destroy_dispatch() 144 void destroy(I first, I last) in destroy() 175 inline O copy_dispatch(I first, I last, O dst, bcd::true_type const& /*use_memmove*/) in copy_dispatch() 184 inline O copy_dispatch(I first, I last, O dst, bcd::false_type const& /*use_memmove*/) in copy_dispatch() 190 inline O copy(I first, I last, O dst) in copy() 204 O uninitialized_copy_dispatch(I first, I last, O dst, in uninitialized_copy_dispatch() 215 F uninitialized_copy_dispatch(I first, I last, F dst, in uninitialized_copy_dispatch() 223 F uninitialized_copy(I first, I last, F dst) in uninitialized_copy() 236 O uninitialized_move_dispatch(I first, I last, O dst, in uninitialized_move_dispatch() 247 O uninitialized_move_dispatch(I first, I last, O dst, in uninitialized_move_dispatch() [all …]
|
/aosp_15_r20/external/libese/ready_se/google/keymint/KM200/Applet/AndroidSEProvider/src/com/android/javacard/keymaster/ |
H A D | KMAttestationCertImpl.java | 345 short last = indexes[STACK_PTR]; in pushTbsCert() local 386 short last = indexes[STACK_PTR]; in pushExtensions() local 402 short last = indexes[STACK_PTR]; in pushValidity() local 436 short last = indexes[STACK_PTR]; in pushRsaSubjectKeyInfo() local 459 short last = indexes[STACK_PTR]; in pushEccSubjectKeyInfo() local 470 short last = indexes[STACK_PTR]; in pushEcDsa() local 477 short last = indexes[STACK_PTR]; in pushRsaEncryption() local 494 short last = indexes[STACK_PTR]; in pushKeyDescription() local 522 short last = indexes[STACK_PTR]; in pushSWParams() local 532 short last = indexes[STACK_PTR]; in pushHWParams() local [all …]
|
/aosp_15_r20/external/libese/ready_se/google/keymint/KM300/Applet/AndroidSEProvider/src/com/android/javacard/keymaster/ |
H A D | KMAttestationCertImpl.java | 346 short last = indexes[STACK_PTR]; in pushTbsCert() local 387 short last = indexes[STACK_PTR]; in pushExtensions() local 403 short last = indexes[STACK_PTR]; in pushValidity() local 437 short last = indexes[STACK_PTR]; in pushRsaSubjectKeyInfo() local 460 short last = indexes[STACK_PTR]; in pushEccSubjectKeyInfo() local 471 short last = indexes[STACK_PTR]; in pushEcDsa() local 478 short last = indexes[STACK_PTR]; in pushRsaEncryption() local 495 short last = indexes[STACK_PTR]; in pushKeyDescription() local 523 short last = indexes[STACK_PTR]; in pushSWParams() local 533 short last = indexes[STACK_PTR]; in pushHWParams() local [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/algorithms/alg.modifying.operations/ |
H A D | copy_move_trivial.pass.cpp | 165 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t) { in test_copy_and_move() 168 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t n) { in test_copy_and_move() 174 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t) { in test_copy_and_move() 177 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t n) { in test_copy_and_move() 183 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t) { in test_copy_and_move() 186 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t n) { in test_copy_and_move() 192 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t) { in test_copy_and_move() 195 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t n) { in test_copy_and_move() 261 check([](auto first, auto last, auto out, std::size_t) { in test_different_signedness() 264 check([](auto first, auto last, auto out, std::size_t n) { in test_different_signedness() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/algo/detail/ |
D | merge.hpp | 223 range_xbuf(Iterator first, Iterator last) in range_xbuf() 328 RandIt rotate_gcd(RandIt first, RandIt middle, RandIt last) in rotate_gcd() 364 (RandIt first, const RandIt last, const T& key, Compare comp) in lower_bound() 389 (RandIt first, const RandIt last, const T& key, Compare comp) in upper_bound() 520 ( RandIt first, RandIt const middle, RandIt last in op_buffered_merge() 545 ( RandIt first, RandIt const middle, RandIt last in buffered_merge() 554 void merge_bufferless_ON2(RandIt first, RandIt middle, RandIt last, Compare comp) in merge_bufferless_ON2() 589 ( RandIt first, RandIt middle, RandIt last in merge_bufferless_ONlogN_recursive() 654 void merge_bufferless_ONlogN(RandIt first, RandIt middle, RandIt last, Compare comp) in merge_bufferless_ONlogN() 662 void merge_bufferless(RandIt first, RandIt middle, RandIt last, Compare comp) in merge_bufferless() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/test/configuration_tests/ |
D | configuration-test-deprecated.json | 229 "last" : "0xF109" string 236 "last" : { object 245 "reliable_remote_ports" : { "first" : "30500", "last" : "30599" }, string 246 "unreliable_remote_ports" : { "first" : "30500", "last" : "30599" }, string 247 "reliable_client_ports" : { "first" : "30491", "last" : "30499" }, string 248 "unreliable_client_ports" : { "first" : "30491", "last" : "30499" } string 251 "reliable_remote_ports" : { "first" : "31500", "last" : "31599" }, string 252 "unreliable_remote_ports" : { "first" : "31500", "last" : "31599" }, string 253 "reliable_client_ports" : { "first" : "31491", "last" : "31499" }, string 254 "unreliable_client_ports" : { "first" : "31491", "last" : "31499" } string [all …]
|
D | configuration-test.json | 218 "last" : "0xF109" string 225 "last" : { object 234 "reliable_remote_ports" : { "first" : "30500", "last" : "30599" }, string 235 "unreliable_remote_ports" : { "first" : "30500", "last" : "30599" }, string 236 "reliable_client_ports" : { "first" : "30491", "last" : "30499" }, string 237 "unreliable_client_ports" : { "first" : "30491", "last" : "30499" } string 240 "reliable_remote_ports" : { "first" : "31500", "last" : "31599" }, string 241 "unreliable_remote_ports" : { "first" : "31500", "last" : "31599" }, string 242 "reliable_client_ports" : { "first" : "31491", "last" : "31499" }, string 243 "unreliable_client_ports" : { "first" : "31491", "last" : "31499" } string [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/ |
D | flat_set.hpp | 175 flat_set(InputIterator first, InputIterator last) in flat_set() 186 flat_set(InputIterator first, InputIterator last, const allocator_type& a) in flat_set() 197 flat_set(InputIterator first, InputIterator last, const Compare& comp) in flat_set() 208 flat_set(InputIterator first, InputIterator last, const Compare& comp, const allocator_type& a) in flat_set() 224 flat_set(ordered_unique_range_t, InputIterator first, InputIterator last) in flat_set() 240 flat_set(ordered_unique_range_t, InputIterator first, InputIterator last, const Compare& comp) in flat_set() 256 …flat_set(ordered_unique_range_t, InputIterator first, InputIterator last, const Compare& comp, con… in flat_set() 272 … flat_set(ordered_unique_range_t, InputIterator first, InputIterator last, const allocator_type& a) in flat_set() 710 BOOST_CONTAINER_FORCEINLINE void insert(InputIterator first, InputIterator last) in insert() 724 …_CONTAINER_FORCEINLINE void insert(ordered_unique_range_t, InputIterator first, InputIterator last) in insert() [all …]
|
D | set.hpp | 150 BOOST_CONTAINER_FORCEINLINE set(InputIterator first, InputIterator last) in set() 160 BOOST_CONTAINER_FORCEINLINE set(InputIterator first, InputIterator last, const allocator_type& a) in set() 170 BOOST_CONTAINER_FORCEINLINE set(InputIterator first, InputIterator last, const Compare& comp) in set() 180 …BOOST_CONTAINER_FORCEINLINE set(InputIterator first, InputIterator last, const Compare& comp, cons… in set() 195 BOOST_CONTAINER_FORCEINLINE set( ordered_unique_range_t, InputIterator first, InputIterator last) in set() 210 …BOOST_CONTAINER_FORCEINLINE set( ordered_unique_range_t, InputIterator first, InputIterator last, … in set() 225 BOOST_CONTAINER_FORCEINLINE set( ordered_unique_range_t, InputIterator first, InputIterator last in set() 241 …BOOST_CONTAINER_FORCEINLINE set(ordered_unique_range_t, InputIterator first, InputIterator last, c… in set() 635 BOOST_CONTAINER_FORCEINLINE void insert(InputIterator first, InputIterator last) in insert() 1120 BOOST_CONTAINER_FORCEINLINE multiset(InputIterator first, InputIterator last) in multiset() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/core/ |
D | parse.hpp | 22 , Iterator last in parse_main() 44 , Iterator last in parse() 56 , Iterator last in parse() 69 , Iterator last in parse() 80 , Iterator last in parse() 99 , Iterator last in phrase_parse_main() 130 , Iterator last in phrase_parse() 144 , Iterator last in phrase_parse() 159 , Iterator last in phrase_parse() 172 , Iterator last in phrase_parse()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/test/x3/ |
D | test.hpp | 19 Char const* last = in; in test() local 30 auto const last = in.end(); in test() local 40 Char const* last = in; in test() local 51 Char const* last = in; in test_failure() local 70 Char const* last = in; in test_attr() local 81 Char const* last = in; in test_attr() local 92 Char const* last = in + size; in binary_test() local 101 Char const* last = in + size; in binary_test() local 110 Char const* last = in + size; in binary_test_attr() local 119 Char const* last = in + size; in binary_test_attr() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/ |
D | parse.hpp | 27 , Iterator last in parse() 44 , Iterator last in parse() 71 , Iterator last in parse() 95 , Iterator last in parse() 108 , Iterator last in phrase_parse() 128 , Iterator last in phrase_parse() 142 , Iterator last in phrase_parse() 181 , Iterator last in phrase_parse() 196 , Iterator last in phrase_parse() 208 , Iterator last in phrase_parse()
|
/aosp_15_r20/frameworks/base/core/java/android/os/ |
H A D | BundleMerger.java | 221 public @Nullable Bundle merge(@Nullable Bundle first, @Nullable Bundle last) { in merge() 264 @Nullable Object first, @Nullable Object last) { in merge() 309 private static @NonNull Object comparableMin(@NonNull Object first, @NonNull Object last) { in comparableMin() 314 private static @NonNull Object comparableMax(@NonNull Object first, @NonNull Object last) { in comparableMax() 318 private static @NonNull Object numberAdd(@NonNull Object first, @NonNull Object last) { in numberAdd() 333 @NonNull Object last) { in numberIncrementFirst() 343 private static @NonNull Object booleanAnd(@NonNull Object first, @NonNull Object last) { in booleanAnd() 347 private static @NonNull Object booleanOr(@NonNull Object first, @NonNull Object last) { in booleanOr() 351 private static @NonNull Object arrayAppend(@NonNull Object first, @NonNull Object last) { in arrayAppend() 365 private static @NonNull Object arrayListAppend(@NonNull Object first, @NonNull Object last) { in arrayListAppend()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/cxx11/ |
D | is_sorted.hpp | 38 …4_CONSTEXPR ForwardIterator is_sorted_until ( ForwardIterator first, ForwardIterator last, Pred p ) in is_sorted_until() 58 …OST_CXX14_CONSTEXPR ForwardIterator is_sorted_until ( ForwardIterator first, ForwardIterator last ) in is_sorted_until() 73 BOOST_CXX14_CONSTEXPR bool is_sorted ( ForwardIterator first, ForwardIterator last, Pred p ) in is_sorted() 85 BOOST_CXX14_CONSTEXPR bool is_sorted ( ForwardIterator first, ForwardIterator last ) in is_sorted() 163 BOOST_CXX14_CONSTEXPR bool is_increasing ( ForwardIterator first, ForwardIterator last ) in is_increasing() 196 BOOST_CXX14_CONSTEXPR bool is_decreasing ( ForwardIterator first, ForwardIterator last ) in is_decreasing() 228 … BOOST_CXX14_CONSTEXPR bool is_strictly_increasing ( ForwardIterator first, ForwardIterator last ) in is_strictly_increasing() 259 … BOOST_CXX14_CONSTEXPR bool is_strictly_decreasing ( ForwardIterator first, ForwardIterator last ) in is_strictly_decreasing()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/ |
D | assoc_container.hpp | 253 cc_hash_table(It first, It last) in cc_hash_table() 260 cc_hash_table(It first, It last, const hash_fn& h) in cc_hash_table() 271 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e) in cc_hash_table() 283 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e, in cc_hash_table() 297 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e, in cc_hash_table() 430 gp_hash_table(It first, It last) in gp_hash_table() 438 gp_hash_table(It first, It last, const hash_fn& h) in gp_hash_table() 449 gp_hash_table(It first, It last, const hash_fn& h, const eq_fn& e) in gp_hash_table() 461 gp_hash_table(It first, It last, const hash_fn& h, const eq_fn& e, in gp_hash_table() 475 gp_hash_table(It first, It last, const hash_fn& h, const eq_fn& e, in gp_hash_table() [all …]
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/ext/pb_ds/ |
D | assoc_container.hpp | 253 cc_hash_table(It first, It last) in cc_hash_table() 260 cc_hash_table(It first, It last, const hash_fn& h) in cc_hash_table() 271 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e) in cc_hash_table() 283 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e, in cc_hash_table() 297 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e, in cc_hash_table() 430 gp_hash_table(It first, It last) in gp_hash_table() 438 gp_hash_table(It first, It last, const hash_fn& h) in gp_hash_table() 449 gp_hash_table(It first, It last, const hash_fn& h, const eq_fn& e) in gp_hash_table() 461 gp_hash_table(It first, It last, const hash_fn& h, const eq_fn& e, in gp_hash_table() 475 gp_hash_table(It first, It last, const hash_fn& h, const eq_fn& e, in gp_hash_table() [all …]
|
/aosp_15_r20/external/cronet/base/ranges/ |
H A D | algorithm.h | 1230 InputIterator last, in copy() 1359 BidirectionalIterator1 last, in copy_backward() 1409 InputIterator last, in move() 1457 BidirectionalIterator1 last, in move_backward() 1987 constexpr auto fill(OutputIterator first, OutputIterator last, const T& value) { in fill() 2047 OutputIterator last, in generate() 2467 BidirectionalIterator last) { in reverse() 2505 BidirectionalIterator last, in reverse_copy() 2550 ForwardIterator last) { in rotate() 2591 ForwardIterator last, in rotate_copy() [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.sort/stable.sort/ |
H A D | ranges.stable.sort.pass.cpp | 150 auto last = std::ranges::stable_sort(in.begin(), in.end()); in test() local 157 auto last = std::ranges::stable_sort(in); in test() local 180 auto last = std::ranges::stable_sort(in.begin(), in.end(), std::greater{}); in test() local 187 auto last = std::ranges::stable_sort(in, std::greater{}); in test() local 201 auto last = std::ranges::stable_sort(in.begin(), in.end(), {}, &A::a); in test() local 208 auto last = std::ranges::stable_sort(in, {}, &A::a); in test() local 227 auto last = std::ranges::stable_sort(in.begin(), in.end(), &S::comparator, &S::projection); in test() local 234 auto last = std::ranges::stable_sort(in, &S::comparator, &S::projection); in test() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/iterators/iterator.primitives/range.iter.ops/range.iter.ops.distance/ |
H A D | iterator_sentinel.pass.cpp | 30 auto last = Sent(It(a)); in test_unsized() local 39 auto last = Sent(It(a + 3)); in test_unsized() local 68 auto last = Sent(It(a)); in test_sized() local 91 auto last = Sent(It(a)); in test_sized() local 100 auto last = Sent(It(a + 3)); in test_sized() local 146 StrideCounter last(a+3, nullptr); in test_stride_counting() local 155 SizedStrideCounter last(a+3, nullptr); in test_stride_counting() local 209 Sent last = Sent(It(a + 3)); in test() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/test/qi/ |
D | test.hpp | 24 Char const* last = in; in test() local 39 Char const* last = in; in test() local 54 Char const* last = in + size; in binary_test() local 67 Char const* last = in + size; in binary_test() local 80 Char const* last = in; in test_attr() local 95 Char const* last = in; in test_attr() local 110 Char const* last = in + size; in binary_test_attr() local 123 Char const* last = in + size; in binary_test_attr() local
|
/aosp_15_r20/out/soong/.intermediates/external/iptables/extensions/libext_srcs/gen/gensrcs/external/iptables/extensions/ |
D | libxt_NFQUEUE.c | 167 unsigned int last = tinfo->queues_total; in NFQUEUE_print_v1() local 181 unsigned int last = info->queues_total; in NFQUEUE_print_v2() local 197 unsigned int last = info->queues_total; in NFQUEUE_print_v3() local 223 unsigned int last = tinfo->queues_total; in NFQUEUE_save_v1() local 236 unsigned int last = info->queues_total; in NFQUEUE_save_v2() local 252 unsigned int last = info->queues_total; in NFQUEUE_save_v3() local 288 unsigned int last = tinfo->queues_total; in NFQUEUE_xlate_v1() local 304 unsigned int last = info->queues_total; in NFQUEUE_xlate_v2() local 322 unsigned int last = info->queues_total; in NFQUEUE_xlate_v3() local
|
/aosp_15_r20/out/soong/.intermediates/external/iptables/extensions/libext_srcs/gen/0/external/iptables/extensions/ |
D | libxt_NFQUEUE.c | 167 unsigned int last = tinfo->queues_total; in NFQUEUE_print_v1() local 181 unsigned int last = info->queues_total; in NFQUEUE_print_v2() local 197 unsigned int last = info->queues_total; in NFQUEUE_print_v3() local 223 unsigned int last = tinfo->queues_total; in NFQUEUE_save_v1() local 236 unsigned int last = info->queues_total; in NFQUEUE_save_v2() local 252 unsigned int last = info->queues_total; in NFQUEUE_save_v3() local 288 unsigned int last = tinfo->queues_total; in NFQUEUE_xlate_v1() local 304 unsigned int last = info->queues_total; in NFQUEUE_xlate_v2() local 322 unsigned int last = info->queues_total; in NFQUEUE_xlate_v3() local
|