Home
last modified time | relevance | path

Searched defs:first (Results 76 – 100 of 8926) sorted by relevance

12345678910>>...358

/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/algorithms/alg.modifying.operations/
H A Dcopy_move_nontrivial.pass.cpp211 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t) { in test_copy()
214 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t n) { in test_copy()
217 test_one<InIter, SentWrapper, OutIter>([](auto first, auto, auto out, std::size_t n) { in test_copy() argument
223 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t) { in test_copy()
226 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t n) { in test_copy()
229 test_one<InIter, SentWrapper, OutIter>([](auto first, auto, auto out, std::size_t n) { in test_copy() argument
237 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t) { in test_move()
240 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t n) { in test_move()
246 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t) { in test_move()
249 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t n) { in test_move()
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/draft/
H A DCharacterListCompressor.java26 int first; field in CharacterListCompressor.Interval
29 public Interval(int first, int last) { in Interval()
39 public int first() { in first() method in CharacterListCompressor.Interval
195 int first = ilist.get(i).first; in getValueTypePairsFromStrRangeList() local
242 int first = lastCode + 1; in getStrRangeListFromValueTypePairs() local
251 public static void addInterval(List<Interval> list, int first, int last) { in addInterval()
262 int first; in getStrRangeListFromRangeStr() local
277 int first = ilist.get(i).first; in strRangeList2string() local
292 int first; in rangeString2string() local
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/random/
H A DRandomGeneratorFactoryTest.java159 private static void checkNextBoolean(RandomGenerator first, RandomGenerator second) { in checkNextBoolean()
169 private static void checkNextInt(RandomGenerator first, RandomGenerator second) { in checkNextInt()
179 private static void checkNextLong(RandomGenerator first, RandomGenerator second) { in checkNextLong()
189 private static void checkNextDouble(RandomGenerator first, RandomGenerator second) { in checkNextDouble()
199 private static void checkInts(RandomGenerator first, RandomGenerator second) { in checkInts()
208 private static void checkLongs(RandomGenerator first, RandomGenerator second) { in checkLongs()
217 private static void checkDoubles(RandomGenerator first, RandomGenerator second) { in checkDoubles()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/iterators/iterator.primitives/range.iter.ops/range.iter.ops.distance/
H A Diterator_sentinel.pass.cpp29 It first = It(a); in test_unsized() local
38 It first = It(a); in test_unsized() local
67 It first = It(a + 3); in test_sized() local
90 It first = It(a); in test_sized() local
99 It first = It(a); in test_sized() local
145 StrideCounter first(a, &inc); in test_stride_counting() local
154 SizedStrideCounter first(a, &minus); in test_stride_counting() local
/aosp_15_r20/external/jackson-core/src/main/java/com/fasterxml/jackson/core/
H A DTSFBuilder.java140 public B enable(StreamReadFeature first, StreamReadFeature... other) { in enable()
153 public B disable(StreamReadFeature first, StreamReadFeature... other) { in disable()
172 public B enable(StreamWriteFeature first, StreamWriteFeature... other) { in enable()
185 public B disable(StreamWriteFeature first, StreamWriteFeature... other) { in disable()
210 public B enable(JsonReadFeature first, JsonReadFeature... other) { in enable()
218 public B disable(JsonReadFeature first, JsonReadFeature... other) { in disable()
237 public B enable(JsonWriteFeature first, JsonWriteFeature... other) { in enable()
245 public B disable(JsonWriteFeature first, JsonWriteFeature... other) { in disable()
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/data/
H A Dsplit_utils_test.cc106 void RunSplitFunctions(const FunctionDef& first, const FunctionDef& second, in RunSplitFunctions()
153 void CheckSplitFunctions(const FunctionDef& orig, const FunctionDef& first, in CheckSplitFunctions()
207 FunctionDef first = results.first_function; in TEST() local
249 FunctionDef first = results.first_function; in TEST() local
280 FunctionDef first = results.first_function; in TEST() local
315 FunctionDef first = results.first_function; in TEST() local
353 FunctionDef first = results.first_function; in TEST() local
386 FunctionDef first = results.first_function; in TEST() local
415 FunctionDef first = results.first_function; in TEST() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/algo/detail/
Dmerge_sort.hpp45 void inplace_stable_sort(RandIt first, RandIt last, Compare comp) in inplace_stable_sort()
62 void merge_sort_copy( RandIt first, RandIt last in merge_sort_copy()
83 void merge_sort_uninitialized_copy( RandIt first, RandIt last in merge_sort_uninitialized_copy()
109 void merge_sort( RandIt first, RandIt last, Compare comp in merge_sort()
138 void merge_sort_with_constructed_buffer( RandIt first, RandIt last, Compare comp, RandItRaw buffer) in merge_sort_with_constructed_buffer()
162 void stable_sort_ONlogN_recursive(RandIt first, RandIt last, Pointer buffer, Distance buffer_size, … in stable_sort_ONlogN_recursive()
188 void stable_sort_adaptive_ONlogN2(BidirectionalIterator first, in stable_sort_adaptive_ONlogN2()
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Ddynamic_message.h182 bool first = reflection->GetBool(*a, field_); in operator() local
187 int32_t first = reflection->GetInt32(*a, field_); in operator() local
192 int64_t first = reflection->GetInt64(*a, field_); in operator() local
197 uint32_t first = reflection->GetUInt32(*a, field_); in operator() local
202 uint64_t first = reflection->GetUInt64(*a, field_); in operator() local
207 std::string first = reflection->GetString(*a, field_); in operator() local
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Ddynamic_message.h182 bool first = reflection->GetBool(*a, field_); in operator() local
187 int32_t first = reflection->GetInt32(*a, field_); in operator() local
192 int64_t first = reflection->GetInt64(*a, field_); in operator() local
197 uint32_t first = reflection->GetUInt32(*a, field_); in operator() local
202 uint64_t first = reflection->GetUInt64(*a, field_); in operator() local
207 std::string first = reflection->GetString(*a, field_); in operator() local
/aosp_15_r20/external/okio/okio/src/jvmMain/kotlin/okio/
H A DSegmentPool.kt73 val first = firstRef().get() ?: return 0 constant
81 val first = firstRef.getAndSet(LOCK) in take() constant
109 val first = firstRef.getAndSet(LOCK) in recycle() constant
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/minmax/test/
Dminmax_element_test.cpp28 void do_shuffle(RandomIt first, RandomIt last) in do_shuffle()
32 void do_shuffle(RandomIt first, RandomIt last) in do_shuffle()
76 void tie(std::pair<T1, T2> p, T3& first, T4& second) in tie()
111 #define CHECK_EQUAL_ITERATORS( left, right, first ) \ argument
115 void test_minmax(CIterator first, CIterator last, int n) in test_minmax()
198 void test_container(Iterator first, Iterator last, int n, in test_container()
207 void test_range(Iterator first, Iterator last, int n) in test_range()
221 typename std::vector<Value>::iterator first( test_vector.begin() ); in test() local
/aosp_15_r20/prebuilts/vndk/v30/arm/include/generated-headers/hardware/interfaces/tv/tuner/1.0/[email protected]_genc++_headers/gen/android/hardware/tv/tuner/1.0/
Dtypes.h6780 bool first = true; variable
6869 bool first = true; variable
6985 bool first = true; variable
7344 bool first = true; variable
7459 bool first = true; variable
7557 bool first = true; variable
7628 bool first = true; variable
7690 bool first = true; variable
7842 bool first = true; variable
7940 bool first = true; variable
[all …]
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/generated-headers/hardware/interfaces/tv/tuner/1.0/[email protected]_genc++_headers/gen/android/hardware/tv/tuner/1.0/
Dtypes.h6780 bool first = true; variable
6869 bool first = true; variable
6985 bool first = true; variable
7344 bool first = true; variable
7459 bool first = true; variable
7557 bool first = true; variable
7628 bool first = true; variable
7690 bool first = true; variable
7842 bool first = true; variable
7940 bool first = true; variable
[all …]
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/generated-headers/hardware/interfaces/tv/tuner/1.0/[email protected]_genc++_headers/gen/android/hardware/tv/tuner/1.0/
Dtypes.h6780 bool first = true; variable
6869 bool first = true; variable
6985 bool first = true; variable
7344 bool first = true; variable
7459 bool first = true; variable
7557 bool first = true; variable
7628 bool first = true; variable
7690 bool first = true; variable
7842 bool first = true; variable
7940 bool first = true; variable
[all …]
/aosp_15_r20/prebuilts/vndk/v30/x86/include/generated-headers/hardware/interfaces/tv/tuner/1.0/[email protected]_genc++_headers/gen/android/hardware/tv/tuner/1.0/
Dtypes.h6780 bool first = true; variable
6869 bool first = true; variable
6985 bool first = true; variable
7344 bool first = true; variable
7459 bool first = true; variable
7557 bool first = true; variable
7628 bool first = true; variable
7690 bool first = true; variable
7842 bool first = true; variable
7940 bool first = true; variable
[all …]
/aosp_15_r20/frameworks/base/packages/SettingsLib/Spa/tests/src/com/android/settingslib/spa/framework/util/
H A DStateFlowBridgeTest.kt39 val first = flow.firstWithTimeoutOrNull() in <lambda>() constant
49 val first = stateFlowBridge.flow.firstWithTimeoutOrNull() in <lambda>() constant
61 val first = stateFlowBridge.flow.firstWithTimeoutOrNull() in <lambda>() constant
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/
Dflat_map.hpp243 BOOST_CONTAINER_FORCEINLINE flat_map(InputIterator first, InputIterator last) in flat_map()
253 …BOOST_CONTAINER_FORCEINLINE flat_map(InputIterator first, InputIterator last, const allocator_type… in flat_map()
263 … BOOST_CONTAINER_FORCEINLINE flat_map(InputIterator first, InputIterator last, const Compare& comp) in flat_map()
273 …BOOST_CONTAINER_FORCEINLINE flat_map(InputIterator first, InputIterator last, const Compare& comp,… in flat_map()
288 flat_map(ordered_unique_range_t, InputIterator first, InputIterator last) in flat_map()
303 flat_map(ordered_unique_range_t, InputIterator first, InputIterator last, const Compare& comp) in flat_map()
318 …flat_map(ordered_unique_range_t, InputIterator first, InputIterator last, const Compare& comp, con… in flat_map()
333 … flat_map(ordered_unique_range_t, InputIterator first, InputIterator last, const allocator_type& a) in flat_map()
1170 BOOST_CONTAINER_FORCEINLINE void insert(InputIterator first, InputIterator last) in insert()
1188 …BOOST_CONTAINER_FORCEINLINE void insert(ordered_unique_range_t, InputIterator first, InputIterator… in insert()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/lex/
Dtokenize_and_parse.hpp75 tokenize_and_parse(Iterator& first, Iterator last, Lexer const& lex, in tokenize_and_parse()
92 tokenize_and_parse(Iterator& first, Iterator last, Lexer const& lex in tokenize_and_parse()
158 tokenize_and_phrase_parse(Iterator& first, Iterator last in tokenize_and_phrase_parse()
188 tokenize_and_phrase_parse(Iterator& first, Iterator last in tokenize_and_phrase_parse()
219 tokenize_and_phrase_parse(Iterator& first, Iterator last in tokenize_and_phrase_parse()
297 tokenize(Iterator& first, Iterator last, Lexer const& lex, F f in tokenize()
315 tokenize(Iterator& first, Iterator last, Lexer const& lex in tokenize()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/functional/std/
Dutility.hpp54 struct first struct
62 struct result<This(Pair)>
68 struct result<This(Pair &)>
74 struct result<This(Pair const &)>
80 typename Pair::first_type &operator()(Pair &pair) const in operator ()()
86 typename Pair::first_type const &operator()(Pair const &pair) const in operator ()()
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/generated-headers/hardware/interfaces/keymaster/4.0/[email protected]_genc++_headers/gen/android/hardware/keymaster/4.0/
Dtypes.h1947 bool first = true; variable
1982 bool first = true; variable
2107 bool first = true; variable
2628 bool first = true; variable
2699 bool first = true; variable
2761 bool first = true; variable
2841 bool first = true; variable
2930 bool first = true; variable
2992 bool first = true; variable
3063 bool first = true; variable
[all …]
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/generated-headers/hardware/interfaces/keymaster/4.0/[email protected]_genc++_headers/gen/android/hardware/keymaster/4.0/
Dtypes.h1947 bool first = true; variable
1982 bool first = true; variable
2107 bool first = true; variable
2628 bool first = true; variable
2699 bool first = true; variable
2761 bool first = true; variable
2841 bool first = true; variable
2930 bool first = true; variable
2992 bool first = true; variable
3063 bool first = true; variable
[all …]
/aosp_15_r20/prebuilts/vndk/v30/x86/include/generated-headers/hardware/interfaces/keymaster/4.0/[email protected]_genc++_headers/gen/android/hardware/keymaster/4.0/
Dtypes.h1947 bool first = true; variable
1982 bool first = true; variable
2107 bool first = true; variable
2628 bool first = true; variable
2699 bool first = true; variable
2761 bool first = true; variable
2841 bool first = true; variable
2930 bool first = true; variable
2992 bool first = true; variable
3063 bool first = true; variable
[all …]
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/keymaster/4.0/[email protected]_genc++_headers/gen/android/hardware/keymaster/4.0/
Dtypes.h1947 bool first = true; variable
1982 bool first = true; variable
2107 bool first = true; variable
2628 bool first = true; variable
2699 bool first = true; variable
2761 bool first = true; variable
2841 bool first = true; variable
2930 bool first = true; variable
2992 bool first = true; variable
3063 bool first = true; variable
[all …]
/aosp_15_r20/prebuilts/vndk/v30/arm/include/generated-headers/hardware/interfaces/keymaster/4.0/[email protected]_genc++_headers/gen/android/hardware/keymaster/4.0/
Dtypes.h1947 bool first = true; variable
1982 bool first = true; variable
2107 bool first = true; variable
2628 bool first = true; variable
2699 bool first = true; variable
2761 bool first = true; variable
2841 bool first = true; variable
2930 bool first = true; variable
2992 bool first = true; variable
3063 bool first = true; variable
[all …]
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/generated-headers/hardware/interfaces/keymaster/3.0/[email protected]_genc++_headers/gen/android/hardware/keymaster/3.0/
Dtypes.h1203 bool first = true; variable
1328 bool first = true; variable
1840 bool first = true; variable
1902 bool first = true; variable
1964 bool first = true; variable
2044 bool first = true; variable
2133 bool first = true; variable
2195 bool first = true; variable
2257 bool first = true; variable
2301 bool first = true; variable
[all …]

12345678910>>...358