/aosp_15_r20/platform_testing/libraries/screenshot/src/androidTest/java/platform/test/screenshot/matchers/ |
H A D | HumanEyeMatcherTest.kt | 85 val first = loadBitmap("round_rect_gray") in <lambda>() constant 101 val first = IntArray(6) { Color.BLACK } in <lambda>() constant 128 val first = IntArray(9) { Color.BLACK } in <lambda>() constant 159 val first = IntArray(9) { Color.BLACK } in <lambda>() constant 177 val first = IntArray(12) { Color.BLACK } in <lambda>() constant 212 val first = IntArray(12) { Color.BLACK } in <lambda>() constant 231 val first = IntArray(9) { Color.BLACK } in <lambda>() constant 264 val first = IntArray(9) { Color.BLACK } in <lambda>() constant 284 val first = IntArray(12) { Color.BLACK } in <lambda>() constant 323 val first = IntArray(12) { Color.BLACK } in <lambda>() constant [all …]
|
/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/mockito/src/main/java/org/mockito/ |
H A D | AdditionalMatchers.java | 612 public static boolean and(boolean first, boolean second) { in and() 628 public static byte and(byte first, byte second) { in and() 644 public static char and(char first, char second) { in and() 660 public static double and(double first, double second) { in and() 676 public static float and(float first, float second) { in and() 692 public static int and(int first, int second) { in and() 708 public static long and(long first, long second) { in and() 724 public static short and(short first, short second) { in and() 742 public static <T> T and(T first, T second) { in and() 758 public static boolean or(boolean first, boolean second) { in or() [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() 555 static const char *parse_reinterpret_cast_expr(const char *first, 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/easymock/src/org/easymock/ |
H A D | EasyMock.java | 704 public static boolean and(boolean first, boolean second) { in and() 718 public static byte and(byte first, byte second) { in and() 732 public static char and(char first, char second) { in and() 746 public static double and(double first, double second) { in and() 760 public static float and(float first, float second) { in and() 774 public static int and(int first, int second) { in and() 788 public static long and(long first, long second) { in and() 802 public static short and(short first, short second) { in and() 818 public static <T> T and(T first, T second) { in and() 832 public static boolean or(boolean first, boolean second) { in or() [all …]
|
/aosp_15_r20/platform_testing/libraries/screenshot/src/androidTest/java/platform/test/screenshot/ |
H A D | PixelPerfectMatcherTest.kt | 34 val first = loadBitmap("round_rect_gray") in performDiff_sameBitmaps() constant 51 val first = loadBitmap("round_rect_gray") in performDiff_sameSize_partialCompare_topLeftOutOfBoundaries_diff() constant 69 val first = loadBitmap("round_rect_gray") in performDiff_sameSize_partialCompare_topLeft_diffBoundaries() constant 87 val first = loadBitmap("round_rect_gray") in performDiff_sameSize_partialCompare_bottomRight() constant 105 val first = loadBitmap("round_rect_gray") in performDiff_sameSize_partialCompare_bottomRightOutOfBoundaries_diff() constant 126 val first = loadBitmap("round_rect_gray") in performDiff_sameSize_differentBorders() constant 143 val first = loadBitmap("round_rect_gray") in performDiff_sameSize_differentBorders_partialCompare() constant 161 val first = loadBitmap("qmc-folder1") in performDiff_sameSize_partialCompare_checkDiffImage() constant
|
H A D | MSSIMMatcherTest.kt | 33 val first = loadBitmap("round_rect_gray") in performDiff_sameBitmaps() constant 53 val first = loadBitmap("checkbox_checked") in performDiff_noPixelsCompared() constant 72 val first = loadBitmap("qmc-folder1") in performDiff_sameRegion() constant 101 val first = loadBitmap("checkbox_checked") in performDiff_checkedAgainstUnchecked() constant 120 val first = loadBitmap("round_rect_gray") in performDiff_differentBorders() constant 139 val first = loadBitmap("fullscreen_rect_gray") in performDiff_fullscreen_differentBorders_dark() constant 158 val first = loadBitmap("round_rect_gray") in performDiff_differentBorders_dark() constant 177 val first = loadBitmap("fullscreen_rect_gray") in performDiff_fullscreen_movedToRight() constant 196 val first = loadBitmap("fullscreen_checked_checkbox") in performDiff_fullscreen_checkboxes_differentRadius() constant
|
H A D | ScreenshotTestRuleTest.kt | 65 val first = loadBitmap(goldenIdentifier) in goldenIdentifierResolver() constant 75 val first = in goldenIdentifierResolver() constant 87 val first = loadBitmap("round_rect_gray") in goldenIdentifierResolver() constant 104 val first = loadBitmap("qmc-folder1") in goldenIdentifierResolver() constant 123 val first = loadBitmap("round_rect_gray") in goldenIdentifierResolver() constant 151 val first = loadBitmap("round_rect_gray") in goldenIdentifierResolver() constant 178 val first = loadBitmap("fullscreen_rect_gray") in goldenIdentifierResolver() constant 207 val first = loadBitmap("fullscreen_rect_gray") in goldenIdentifierResolver() constant 214 val first = loadBitmap("round_rect_gray") in goldenIdentifierResolver() constant
|
/aosp_15_r20/libcore/ojluni/src/test/java/util/WeakHashMap/ |
H A D | GCDuringIteration.java | 113 void checkIterator(final Iterator<Map.Entry<Foo, Integer>> it, int first) { in checkIterator() 149 int first = firstValue(map); in test() local 154 equal(map.size(), first); in test() local 159 int first = firstValue(map); in test() local 175 int first = firstValue(map); in test() local 181 equal(firstValue(map), first); in test() local 190 int first = firstValue(map); in test() local 199 equal(firstValue(map), first); in test() local 208 int first = firstValue(map); in test() local 212 equal(map.size(), first+1); in test() 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() 171 test_one<InIter, SentWrapper, OutIter>([](auto first, auto, auto out, std::size_t n) { in test_copy_and_move() argument 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() 189 test_one<InIter, SentWrapper, OutIter>([](auto first, auto, auto out, std::size_t n) { in test_copy_and_move() argument 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() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/algo/detail/ |
D | merge.hpp | 51 void move_assign(RandIt first, size_type n) in move_assign() 69 void push_back(RandIt first, size_type n) in push_back() 223 range_xbuf(Iterator first, Iterator last) in range_xbuf() 228 void move_assign(RandIt first, size_type n) in move_assign() 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() [all …]
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/generated-headers/hardware/interfaces/camera/metadata/3.2/[email protected]_genc++_headers/gen/android/hardware/camera/metadata/3.2/ |
D | types.h | 4506 bool first = true; variable 4784 bool first = true; variable 5053 bool first = true; variable 7293 bool first = true; variable 7346 bool first = true; variable 7399 bool first = true; variable 7461 bool first = true; variable 7505 bool first = true; variable 7576 bool first = true; variable 7629 bool first = true; variable [all …]
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/generated-headers/hardware/interfaces/camera/metadata/3.2/[email protected]_genc++_headers/gen/android/hardware/camera/metadata/3.2/ |
D | types.h | 4506 bool first = true; variable 4784 bool first = true; variable 5053 bool first = true; variable 7293 bool first = true; variable 7346 bool first = true; variable 7399 bool first = true; variable 7461 bool first = true; variable 7505 bool first = true; variable 7576 bool first = true; variable 7629 bool first = true; variable [all …]
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/generated-headers/hardware/interfaces/camera/metadata/3.2/[email protected]_genc++_headers/gen/android/hardware/camera/metadata/3.2/ |
D | types.h | 4506 bool first = true; variable 4784 bool first = true; variable 5053 bool first = true; variable 7293 bool first = true; variable 7346 bool first = true; variable 7399 bool first = true; variable 7461 bool first = true; variable 7505 bool first = true; variable 7576 bool first = true; variable 7629 bool first = true; variable [all …]
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/camera/metadata/3.2/[email protected]_genc++_headers/gen/android/hardware/camera/metadata/3.2/ |
D | types.h | 4508 bool first = true; variable 4786 bool first = true; variable 5055 bool first = true; variable 7295 bool first = true; variable 7348 bool first = true; variable 7401 bool first = true; variable 7463 bool first = true; variable 7507 bool first = true; variable 7578 bool first = true; variable 7631 bool first = true; variable [all …]
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/generated-headers/hardware/interfaces/camera/metadata/3.2/[email protected]_genc++_headers/gen/android/hardware/camera/metadata/3.2/ |
D | types.h | 4506 bool first = true; variable 4784 bool first = true; variable 5053 bool first = true; variable 7293 bool first = true; variable 7346 bool first = true; variable 7399 bool first = true; variable 7461 bool first = true; variable 7505 bool first = true; variable 7576 bool first = true; variable 7629 bool first = true; variable [all …]
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
H A D | DTMDefaultBaseTraversers.java | 256 public int first(int context) in first() method in DTMDefaultBaseTraversers.AncestorOrSelfTraverser 273 public int first(int context, int expandedTypeID) in first() method in DTMDefaultBaseTraversers.AncestorOrSelfTraverser 408 public int first(int context) in first() method in DTMDefaultBaseTraversers.ChildTraverser 427 public int first(int context, int expandedTypeID) in first() method in DTMDefaultBaseTraversers.ChildTraverser 679 public int first(int context, int expandedTypeID) in first() method in DTMDefaultBaseTraversers.DescendantTraverser 785 public int first(int context) in first() method in DTMDefaultBaseTraversers.DescendantOrSelfTraverser 840 public int first(int context) in first() method in DTMDefaultBaseTraversers.FollowingTraverser 845 int first; in first() local 878 public int first(int context, int expandedTypeID) in first() method in DTMDefaultBaseTraversers.FollowingTraverser 882 int first; in first() local [all …]
|
/aosp_15_r20/external/cronet/base/ranges/ |
H A D | algorithm.h | 1229 constexpr auto copy(InputIterator first, in copy() 1274 constexpr auto copy_n(InputIterator first, Size n, OutputIterator result) { in copy_n() 1358 constexpr auto copy_backward(BidirectionalIterator1 first, in copy_backward() 1408 constexpr auto move(InputIterator first, in move() 1456 constexpr auto move_backward(BidirectionalIterator1 first, in move_backward() 1987 constexpr auto fill(OutputIterator first, OutputIterator last, const T& value) { in fill() 2026 constexpr auto fill_n(OutputIterator first, Size n, const T& value) { in fill_n() 2046 constexpr auto generate(OutputIterator first, in generate() 2087 constexpr auto generate_n(OutputIterator first, Size n, Generator gen) { in generate_n() 2466 constexpr auto reverse(BidirectionalIterator first, in reverse() [all …]
|
/aosp_15_r20/tools/metalava/metalava-model-text/src/test/java/com/android/tools/metalava/model/text/ |
H A D | TextTypeParserCacheTest.kt | 122 val first = parser.obtainTypeFromString("int", emptyScope) in <lambda>() constant 132 val first = parser.obtainTypeFromString("int", nonEmptyScope) in <lambda>() constant 142 val first = parser.obtainTypeFromString("T", nonEmptyScope) in <lambda>() constant 248 val first = parser.obtainTypeFromString("String", emptyScope) in <lambda>() constant 318 val first = parser.obtainTypeFromString("Number", emptyScope) in <lambda>() constant 328 val first = parser.obtainTypeFromString("Number", emptyScope) in <lambda>() constant 340 val first = parser.obtainTypeFromString("Number", emptyScope) in <lambda>() constant
|
/aosp_15_r20/tools/metalava/metalava-model-psi/src/main/java/com/android/tools/metalava/model/psi/ |
H A D | CodePrinter.kt | 108 var first = true in appendSourceExpression() variable 242 var first = true in appendExpression() variable 362 var first = true in appendExpression() variable 376 var first = true in appendExpression() variable 404 var first = true in appendExpression() variable 426 var first = true in appendExpression() variable 525 val first = value.first in constantToSource() constant
|
/aosp_15_r20/external/geojson-jackson/src/test/java/org/geojson/ |
H A D | LngLatAltTest.java | 10 LngLatAlt first = new LngLatAlt(14.D, 13.D); in should_LngLatAlt_equals_without_alt() local 17 LngLatAlt first = new LngLatAlt(14.D, 13.D, 15D); in should_LngLatAlt_equals_with_alt() local 24 LngLatAlt first = new LngLatAlt(14.D, 13.D, 15D); in should_not_LngLatAlt_equals_with_alt() local 31 LngLatAlt first = new LngLatAlt(14.D, 14.D, 15D); in should_not_LngLatAlt_equals_without_alt() local 38 LngLatAlt first = new LngLatAlt(14.D, 14.D, 15D, 16D, 17D); in should_LngLatAlt_equals_with_additional_elements() local 46 LngLatAlt first = new LngLatAlt(14.D, 14.D, 15D, 16D, 17D); in should_LngLatAlt_equals_with_additional_elements_and_null() local 54 LngLatAlt first = new LngLatAlt(14.D, 14.D, 15D, 16D, 17D); in should_not_LngLatAlt_equals_without_additional_elements() local 62 LngLatAlt first = new LngLatAlt(14.D, 14.D, 15D, 16D, 17D); in should_not_LngLatAlt_equals_with_additional_elements_in_different_order() local 70 LngLatAlt first = new LngLatAlt(14.D, 14.D, 15D, 16D, 17D); in should_not_LngLatAlt_equals_with_additional_elements_and_different_size() local
|
/aosp_15_r20/device/google/trout/hal/vehicle/2.0/agl_build/prebuilt/include/android/hardware/automotive/vehicle/2.0/ |
D | types.h | 7382 bool first = true; variable 7507 bool first = true; variable 7596 bool first = true; variable 7649 bool first = true; variable 9106 bool first = true; variable 9159 bool first = true; variable 9221 bool first = true; variable 9589 bool first = true; variable 9642 bool first = true; variable 9686 bool first = true; variable [all …]
|
/aosp_15_r20/external/sdv/vsomeip/test/configuration_tests/ |
D | configuration-test-deprecated.json | 228 "first" : "0xF100", string 232 "first" : { 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 …]
|