Home
last modified time | relevance | path

Searched defs:first (Results 526 – 550 of 8926) sorted by relevance

1...<<21222324252627282930>>...358

/aosp_15_r20/external/deqp/framework/delibs/decpp/
H A DdeRandom.hpp139 void Random::choose(InputIter first, InputIter last, OutputIter result, int numItems) in choose()
162 T Random::choose(InputIter first, InputIter last) in choose()
171 T Random::chooseWeighted(InputIter first, InputIter last, WeightIter weight) in chooseWeighted()
202 void Random::shuffle(Iterator first, Iterator last) in shuffle()
/aosp_15_r20/external/pcre/src/
H A Dpcre2_substring.c76 PCRE2_SPTR first, last, entry; in pcre2_substring_copy_byname() local
164 PCRE2_SPTR first, last, entry; in pcre2_substring_get_byname() local
271 PCRE2_SPTR first, last, entry; in pcre2_substring_length_byname() local
498 PCRE2_SPTR first; in pcre2_substring_nametable_scan() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/cxx17/
Dreduce.hpp26 T reduce(InputIterator first, InputIterator last, T init, BinaryOperation bOp) in reduce()
35 T reduce(InputIterator first, InputIterator last, T init) in reduce()
43 reduce(InputIterator first, InputIterator last) in reduce()
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/lang/
H A DThreadGroupTest.java46 Thread first = createHangThread(group); in interrupt_shouldInterruptAllThreadsInAGroup() local
62 Thread first = createHangThread(parentGroup); in interrupt_shouldInterruptThreadsInSubgroups() local
78 Thread first = createHangThread(parentGroup); in interrupt_shouldNotInterruptThreadsInParentGroup() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/util/kotlin/
DQuad.java8 private final A first = null; field in Quad
13 public Quad(A first, B second, C third, D fourth) { in Quad()
50 …public final com.android.systemui.util.kotlin.Quad<A, B, C, D> copy(A first, B second, C third, D … in copy()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/iterators/iterator.primitives/range.iter.ops/range.iter.ops.next/
H A Diterator_sentinel.pass.cpp23 constexpr void check_assignable(int* first, int* last, int* expected) { in check_assignable()
31 constexpr void check_sized_sentinel(int* first, int* last, int* expected) { in check_sized_sentinel()
41 constexpr void check_sentinel(int* first, int* last, int* expected) { in check_sentinel()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/algo/
Dadaptive_merge.hpp25 inline void adaptive_merge_combine_blocks( RandIt first in adaptive_merge_combine_blocks()
96 inline void adaptive_merge_final_merge( RandIt first in adaptive_merge_final_merge()
216 ( RandIt first in adaptive_merge_impl()
308 void adaptive_merge( RandIt first, RandIt middle, RandIt last, Compare comp in adaptive_merge()
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/generated-headers/hardware/interfaces/gnss/1.0/[email protected]_genc++_headers/gen/android/hardware/gnss/1.0/
DIGnssNiCallback.h500 bool first = true; variable
562 bool first = true; variable
615 bool first = true; variable
668 bool first = true; variable
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/gnss/1.0/[email protected]_genc++_headers/gen/android/hardware/gnss/1.0/
DIGnssNiCallback.h500 bool first = true; variable
562 bool first = true; variable
615 bool first = true; variable
668 bool first = true; variable
/aosp_15_r20/prebuilts/vndk/v30/x86/include/generated-headers/hardware/interfaces/gnss/1.0/[email protected]_genc++_headers/gen/android/hardware/gnss/1.0/
DIGnssNiCallback.h500 bool first = true; variable
562 bool first = true; variable
615 bool first = true; variable
668 bool first = true; variable
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-set.cc294 hb_codepoint_t first, in hb_set_add_range()
334 hb_codepoint_t first, in hb_set_del_range()
620 hb_codepoint_t *first, in hb_set_next_range()
644 hb_codepoint_t *first, in hb_set_previous_range()
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/generated-headers/hardware/interfaces/gnss/1.0/[email protected]_genc++_headers/gen/android/hardware/gnss/1.0/
DIGnssNiCallback.h500 bool first = true; variable
562 bool first = true; variable
615 bool first = true; variable
668 bool first = true; variable
/aosp_15_r20/prebuilts/vndk/v30/arm/include/generated-headers/hardware/interfaces/gnss/1.0/[email protected]_genc++_headers/gen/android/hardware/gnss/1.0/
DIGnssNiCallback.h500 bool first = true; variable
562 bool first = true; variable
615 bool first = true; variable
668 bool first = true; variable
/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/cycle/
H A DDoubleCheckCycleTest.kt94 val first = component.getObject() in <lambda>() constant
122 val first = component.getReentrantObject() in <lambda>() constant
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/cxx11/
Dcopy_if.hpp34 BOOST_CXX14_CONSTEXPR OutputIterator copy_if ( InputIterator first, InputIterator last, OutputItera… in copy_if()
70 copy_while ( InputIterator first, InputIterator last, OutputIterator result, Predicate p ) in copy_while()
106 copy_until ( InputIterator first, InputIterator last, OutputIterator result, Predicate p ) in copy_until()
/aosp_15_r20/external/libcxx/test/std/containers/associative/multiset/
H A Dmerge.pass.cpp102 first_set_type first{1, 2, 3}; in main() local
119 first_set_type first{1, 2, 3}; in main() local
137 std::multiset<int> first; in main() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/iterators/iterator.primitives/range.iter.ops/range.iter.ops.advance/
H A Diterator_sentinel.pass.cpp23 constexpr void check_assignable(int* first, int* last, int* expected) { in check_assignable()
43 constexpr void check_sized_sentinel(int* first, int* last, int* expected) { in check_sized_sentinel()
68 constexpr void check_sentinel(int* first, int* last, int* expected) { in check_sentinel()
/aosp_15_r20/external/libcxx/test/std/containers/associative/set/
H A Dmerge.pass.cpp102 first_set_type first{1, 2, 3}; in main() local
119 first_set_type first{1, 2, 3}; in main() local
137 std::set<int> first; in main() local
/aosp_15_r20/external/libcxx/test/std/containers/associative/multimap/multimap.modifiers/
H A Dmerge.pass.cpp102 first_map_type first{{1, 0}, {2, 0}, {3, 0}}; in main() local
119 first_map_type first{{1, 0}, {2, 0}, {3, 0}}; in main() local
138 std::multimap<int, int> first; in main() local
/aosp_15_r20/external/libcxx/test/std/containers/associative/map/map.modifiers/
H A Dmerge.pass.cpp102 first_map_type first{{1, 0}, {2, 0}, {3, 0}}; in main() local
119 first_map_type first{{1, 0}, {2, 0}, {3, 0}}; in main() local
138 std::map<int, int> first; in main() local
/aosp_15_r20/frameworks/base/services/incremental/
H A Dpath.h92 std::string join(std::string&& first, std::string_view second, Paths&&... paths) { in join()
104 std::string join(std::string_view first, std::string_view second, Paths&&... paths) { in join()
109 std::string join(const char* first, std::string_view second, Paths&&... paths) { in join()
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/generated-headers/hardware/interfaces/graphics/common/1.1/[email protected]_genc++_headers/gen/android/hardware/graphics/common/1.1/
Dtypes.h1648 bool first = true; variable
1917 bool first = true; variable
2168 bool first = true; variable
2743 bool first = true; variable
2886 bool first = true; variable
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/graphics/common/1.1/[email protected]_genc++_headers/gen/android/hardware/graphics/common/1.1/
Dtypes.h1648 bool first = true; variable
1917 bool first = true; variable
2168 bool first = true; variable
2743 bool first = true; variable
2886 bool first = true; variable
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/generated-headers/hardware/interfaces/graphics/common/1.1/[email protected]_genc++_headers/gen/android/hardware/graphics/common/1.1/
Dtypes.h1648 bool first = true; variable
1917 bool first = true; variable
2168 bool first = true; variable
2743 bool first = true; variable
2886 bool first = true; variable
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/generated-headers/hardware/interfaces/graphics/common/1.1/[email protected]_genc++_headers/gen/android/hardware/graphics/common/1.1/
Dtypes.h1648 bool first = true; variable
1917 bool first = true; variable
2168 bool first = true; variable
2743 bool first = true; variable
2886 bool first = true; variable

1...<<21222324252627282930>>...358