Home
last modified time | relevance | path

Searched defs:first (Results 26 – 50 of 8798) sorted by relevance

12345678910>>...352

/aosp_15_r20/external/sdv/vsomeip/test/configuration_tests/
Dconfiguration-test.json217 "first" : "0xF100", string
221 "first" : { 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/
Dflat_set.hpp175 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 …BOOST_CONTAINER_FORCEINLINE void insert(ordered_unique_range_t, InputIterator first, InputIterator… in insert()
[all …]
Dset.hpp150 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/utility/include/boost/detail/
Dcompressed_pair.hpp128 first_reference first() {return first_;} in first() function in boost::details::compressed_pair_imp
129 first_const_reference first() const {return first_;} in first() function in boost::details::compressed_pair_imp
171 first_reference first() {return *this;} in first() function in boost::details::compressed_pair_imp
172 first_const_reference first() const {return *this;} in first() function in boost::details::compressed_pair_imp
213 first_reference first() {return first_;} in first() function in boost::details::compressed_pair_imp
214 first_const_reference first() const {return first_;} in first() function in boost::details::compressed_pair_imp
257 first_reference first() {return *this;} in first() function in boost::details::compressed_pair_imp
258 first_const_reference first() const {return *this;} in first() function in boost::details::compressed_pair_imp
296 first_reference first() {return *this;} in first() function in boost::details::compressed_pair_imp
297 first_const_reference first() const {return *this;} in first() function in boost::details::compressed_pair_imp
[all …]
Dob_compressed_pair.hpp128 first_reference first() { return _first; } in first() function in boost::detail::compressed_pair_0
129 first_const_reference first() const { return _first; } in first() function in boost::detail::compressed_pair_0
170 first_reference first() { return _first; } in first() function in boost::detail::compressed_pair_1
171 first_const_reference first() const { return _first; } in first() function in boost::detail::compressed_pair_1
219 first_reference first() { return *this; } in first() function in boost::detail::compressed_pair_2
220 first_const_reference first() const { return *this; } in first() function in boost::detail::compressed_pair_2
257 first_reference first() { return *this; } in first() function in boost::detail::compressed_pair_3
258 first_const_reference first() const { return *this; } in first() function in boost::detail::compressed_pair_3
290 first_reference first() { return *this; } in first() function in boost::detail::compressed_pair_4
291 first_const_reference first() const { return *this; } in first() function in boost::detail::compressed_pair_4
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/core/
Dparse.hpp21 Iterator& first in parse_main()
43 Iterator& first in parse()
60 Iterator first = first_; in parse() local
68 Iterator& first in parse()
83 Iterator first = first_; in parse() local
98 Iterator& first in phrase_parse_main()
129 Iterator& first in phrase_parse()
150 Iterator first = first_; in phrase_parse() local
158 Iterator& first in phrase_parse()
177 Iterator first = first_; in phrase_parse() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/algorithms/alg.modifying.operations/
H A Dcopy_move_unwrap_reverse.pass.cpp67 … test_one<InIter, SentWrapper, OutIter, W1, W2>([](auto first, auto last, auto out, std::size_t) { in test_copy_and_move()
70 …test_one<InIter, SentWrapper, OutIter, W1, W2>([](auto first, auto last, auto out, std::size_t n) { in test_copy_and_move()
73 test_one<InIter, SentWrapper, OutIter, W1, W2>([](auto first, auto, auto out, std::size_t n) { in test_copy_and_move() argument
76 … test_one<InIter, SentWrapper, OutIter, W1, W2>([](auto first, auto last, auto out, std::size_t) { in test_copy_and_move()
79 …test_one<InIter, SentWrapper, OutIter, W1, W2>([](auto first, auto last, auto out, std::size_t n) { in test_copy_and_move()
85 test_one<InIter, SentWrapper, OutIter, W1, W2>([](auto first, auto last, auto out, std::size_t) { in test_copy_and_move()
88 …test_one<InIter, SentWrapper, OutIter, W1, W2>([](auto first, auto last, auto out, std::size_t n) { in test_copy_and_move()
91 test_one<InIter, SentWrapper, OutIter, W1, W2>([](auto first, auto, auto out, std::size_t n) { in test_copy_and_move() argument
94 test_one<InIter, SentWrapper, OutIter, W1, W2>([](auto first, auto last, auto out, std::size_t) { in test_copy_and_move()
97 …test_one<InIter, SentWrapper, OutIter, W1, W2>([](auto first, auto last, auto out, std::size_t n) { in test_copy_and_move()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/
Dparse.hpp26 Iterator& first in parse()
47 Iterator first = first_; in parse() local
70 Iterator& first in parse()
99 Iterator first = first_; in parse() local
107 Iterator& first in phrase_parse()
133 Iterator first = first_; in phrase_parse() local
141 Iterator& first in phrase_parse()
187 Iterator first = first_; in phrase_parse() local
195 Iterator& first in phrase_parse()
213 Iterator first = first_; in phrase_parse() local
/aosp_15_r20/frameworks/base/core/java/android/os/
H A DBundleMerger.java221 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()
332 private static @NonNull Number numberIncrementFirst(@NonNull Object first, 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/rust/crates/quiche/src/
Dstream.rs1744 let first = RangeBuf::from(b"hello", 0, false); in ordered_read() localVariable
1781 let first = RangeBuf::from(b"something", 0, false); in split_read() localVariable
1821 let first = RangeBuf::from(b"something", 0, false); in incomplete_read() localVariable
1849 let first = RangeBuf::from(b"something", 0, false); in zero_len_read() localVariable
1877 let first = RangeBuf::from(b"something", 0, false); in past_read() localVariable
1916 let first = RangeBuf::from(b"something", 0, false); in fully_overlapping_read() localVariable
1947 let first = RangeBuf::from(b"something", 0, false); in fully_overlapping_read2() localVariable
1978 let first = RangeBuf::from(b"something", 0, false); in fully_overlapping_read3() localVariable
2009 let first = RangeBuf::from(b"somethingsomething", 0, false); in fully_overlapping_read_multi() localVariable
2046 let first = RangeBuf::from(b"something", 0, false); in overlapping_start_read() localVariable
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/
Dstream.rs1744 let first = RangeBuf::from(b"hello", 0, false); in ordered_read() localVariable
1781 let first = RangeBuf::from(b"something", 0, false); in split_read() localVariable
1821 let first = RangeBuf::from(b"something", 0, false); in incomplete_read() localVariable
1849 let first = RangeBuf::from(b"something", 0, false); in zero_len_read() localVariable
1877 let first = RangeBuf::from(b"something", 0, false); in past_read() localVariable
1916 let first = RangeBuf::from(b"something", 0, false); in fully_overlapping_read() localVariable
1947 let first = RangeBuf::from(b"something", 0, false); in fully_overlapping_read2() localVariable
1978 let first = RangeBuf::from(b"something", 0, false); in fully_overlapping_read3() localVariable
2009 let first = RangeBuf::from(b"somethingsomething", 0, false); in fully_overlapping_read_multi() localVariable
2046 let first = RangeBuf::from(b"something", 0, false); in overlapping_start_read() localVariable
[all …]
/aosp_15_r20/prebuilts/vndk/v30/x86/include/generated-headers/hardware/interfaces/automotive/vehicle/2.0/[email protected]_genc++_headers/gen/android/hardware/automotive/vehicle/2.0/
Dtypes.h6642 bool first = true; variable
6767 bool first = true; variable
6856 bool first = true; variable
6909 bool first = true; variable
8195 bool first = true; variable
8563 bool first = true; variable
8616 bool first = true; variable
8669 bool first = true; variable
8731 bool first = true; variable
8874 bool first = true; variable
[all …]
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/generated-headers/hardware/interfaces/automotive/vehicle/2.0/[email protected]_genc++_headers/gen/android/hardware/automotive/vehicle/2.0/
Dtypes.h6642 bool first = true; variable
6767 bool first = true; variable
6856 bool first = true; variable
6909 bool first = true; variable
8195 bool first = true; variable
8563 bool first = true; variable
8616 bool first = true; variable
8669 bool first = true; variable
8731 bool first = true; variable
8874 bool first = true; variable
[all …]
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/generated-headers/hardware/interfaces/automotive/vehicle/2.0/[email protected]_genc++_headers/gen/android/hardware/automotive/vehicle/2.0/
Dtypes.h6642 bool first = true; variable
6767 bool first = true; variable
6856 bool first = true; variable
6909 bool first = true; variable
8195 bool first = true; variable
8563 bool first = true; variable
8616 bool first = true; variable
8669 bool first = true; variable
8731 bool first = true; variable
8874 bool first = true; variable
[all …]
/aosp_15_r20/prebuilts/vndk/v30/arm/include/generated-headers/hardware/interfaces/automotive/vehicle/2.0/[email protected]_genc++_headers/gen/android/hardware/automotive/vehicle/2.0/
Dtypes.h6642 bool first = true; variable
6767 bool first = true; variable
6856 bool first = true; variable
6909 bool first = true; variable
8195 bool first = true; variable
8563 bool first = true; variable
8616 bool first = true; variable
8669 bool first = true; variable
8731 bool first = true; variable
8874 bool first = true; variable
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/cxx11/
Dis_sorted.hpp38 …BOOST_CXX14_CONSTEXPR ForwardIterator is_sorted_until ( ForwardIterator first, ForwardIterator las… in is_sorted_until()
58 …BOOST_CXX14_CONSTEXPR ForwardIterator is_sorted_until ( ForwardIterator first, ForwardIterator las… 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/external/clang/test/Sema/
H A Dloop-control.c5 int first = 1; in pr8880_1() local
11 void pr8880_2(int first) { in pr8880_2()
15 void pr8880_3(int first) { in pr8880_3()
19 void pr8880_4(int first) { in pr8880_4()
23 void pr8880_5 (int first) { in pr8880_5()
27 void pr8880_6 (int first) { in pr8880_6()
31 void pr8880_7 (int first) { in pr8880_7()
35 void pr8880_8 (int first) { in pr8880_8()
/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/
Dassoc_container.hpp253 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/
Dassoc_container.hpp253 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/sdv/vsomeip/third_party/boost/detail/include/boost/detail/
Dbinary_search.hpp37 ForwardIter lower_bound(ForwardIter first, ForwardIter last, in lower_bound()
62 ForwardIter lower_bound(ForwardIter first, ForwardIter last, in lower_bound()
87 ForwardIter upper_bound(ForwardIter first, ForwardIter last, in upper_bound()
112 ForwardIter upper_bound(ForwardIter first, ForwardIter last, in upper_bound()
138 equal_range(ForwardIter first, ForwardIter last, const Tp& val) in equal_range()
169 equal_range(ForwardIter first, ForwardIter last, const Tp& val, in equal_range()
200 bool binary_search(ForwardIter first, ForwardIter last, in binary_search()
207 bool binary_search(ForwardIter first, ForwardIter last, in binary_search()
/aosp_15_r20/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDeferredDisplayUpdaterDiffTest.java75 final DisplayInfo first = new DisplayInfo(); in testCalculateDisplayInfoDiff_allDifferent_returnsChanges() local
89 generateWithSingleDifferentField((first, second, field) -> { in testCalculateDisplayInfoDiff_forEveryDifferentField_returnsChanges() argument
101 generateWithSingleDifferentField((first, second, field) -> { in testCalculateDisplayInfoDiff_forEveryDifferentField_returnsMatchingChange() argument
119 private static void makeAllFieldsDifferent(@NonNull DisplayInfo first, in makeAllFieldsDifferent()
130 private static boolean hasDeferrableFieldChange(@NonNull DisplayInfo first, in hasDeferrableFieldChange()
162 private static void setDifferentFieldValues(@NonNull DisplayInfo first, in setDifferentFieldValues()
253 void consume(DisplayInfo first, DisplayInfo second, Field field); in consume()
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/generated-headers/hardware/interfaces/radio/1.0/[email protected]_genc++_headers/gen/android/hardware/radio/1.0/
Dtypes.h5212 bool first = true; variable
5355 bool first = true; variable
5516 bool first = true; variable
6298 bool first = true; variable
6351 bool first = true; variable
6395 bool first = true; variable
6466 bool first = true; variable
6528 bool first = true; variable
6608 bool first = true; variable
6688 bool first = true; variable
[all …]
/aosp_15_r20/prebuilts/vndk/v30/arm/include/generated-headers/hardware/interfaces/radio/1.0/[email protected]_genc++_headers/gen/android/hardware/radio/1.0/
Dtypes.h5212 bool first = true; variable
5355 bool first = true; variable
5516 bool first = true; variable
6298 bool first = true; variable
6351 bool first = true; variable
6395 bool first = true; variable
6466 bool first = true; variable
6528 bool first = true; variable
6608 bool first = true; variable
6688 bool first = true; variable
[all …]
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/generated-headers/hardware/interfaces/radio/1.0/[email protected]_genc++_headers/gen/android/hardware/radio/1.0/
Dtypes.h5212 bool first = true; variable
5355 bool first = true; variable
5516 bool first = true; variable
6298 bool first = true; variable
6351 bool first = true; variable
6395 bool first = true; variable
6466 bool first = true; variable
6528 bool first = true; variable
6608 bool first = true; variable
6688 bool first = true; variable
[all …]
/aosp_15_r20/prebuilts/vndk/v30/x86/include/generated-headers/hardware/interfaces/radio/1.0/[email protected]_genc++_headers/gen/android/hardware/radio/1.0/
Dtypes.h5212 bool first = true; variable
5355 bool first = true; variable
5516 bool first = true; variable
6298 bool first = true; variable
6351 bool first = true; variable
6395 bool first = true; variable
6466 bool first = true; variable
6528 bool first = true; variable
6608 bool first = true; variable
6688 bool first = true; variable
[all …]

12345678910>>...352