Home
last modified time | relevance | path

Searched defs:second (Results 1 – 25 of 3228) sorted by relevance

12345678910>>...130

/aosp_15_r20/platform_testing/libraries/screenshot/src/androidTest/java/platform/test/screenshot/matchers/
H A DHumanEyeMatcherTest.kt86 val second = loadBitmap("round_rect_gray") in <lambda>() constant
102 val second = IntArray(6) { Color.WHITE } in <lambda>() constant
129 val second = IntArray(9) { Color.BLACK } in <lambda>() constant
160 val second = IntArray(9) { Color.BLACK } in <lambda>() constant
178 val second = IntArray(12) { Color.BLACK } in <lambda>() constant
213 val second = IntArray(12) { Color.BLACK } in <lambda>() constant
232 val second = IntArray(9) { Color.BLACK } in <lambda>() constant
265 val second = IntArray(9) { Color.BLACK } in <lambda>() constant
285 val second = IntArray(12) { Color.BLACK } in <lambda>() constant
324 val second = IntArray(12) { Color.BLACK } in <lambda>() constant
[all …]
/aosp_15_r20/platform_testing/libraries/screenshot/src/androidTest/java/platform/test/screenshot/
H A DPixelPerfectMatcherTest.kt35 val second = loadBitmap("round_rect_gray") in performDiff_sameBitmaps() constant
52 val second = loadBitmap("round_rect_gray_green_bounds") in performDiff_sameSize_partialCompare_topLeftOutOfBoundaries_diff() constant
70 val second = loadBitmap("round_rect_gray_green_bounds") in performDiff_sameSize_partialCompare_topLeft_diffBoundaries() constant
88 val second = loadBitmap("round_rect_gray_green_bounds") in performDiff_sameSize_partialCompare_bottomRight() constant
106 val second = loadBitmap("round_rect_gray_green_bounds") in performDiff_sameSize_partialCompare_bottomRightOutOfBoundaries_diff() constant
127 val second = loadBitmap("round_rect_green") in performDiff_sameSize_differentBorders() constant
144 val second = loadBitmap("round_rect_green") in performDiff_sameSize_differentBorders_partialCompare() constant
162 val second = loadBitmap("qmc-folder2") in performDiff_sameSize_partialCompare_checkDiffImage() constant
H A DMSSIMMatcherTest.kt34 val second = loadBitmap("round_rect_gray") in performDiff_sameBitmaps() constant
54 val second = loadBitmap("round_rect_gray") in performDiff_noPixelsCompared() constant
73 val second = loadBitmap("qmc-folder2") in performDiff_sameRegion() constant
102 val second = loadBitmap("round_rect_gray") in performDiff_checkedAgainstUnchecked() constant
121 val second = loadBitmap("round_rect_green") in performDiff_differentBorders() constant
140 val second = loadBitmap("fullscreen_rect_gray_dark") in performDiff_fullscreen_differentBorders_dark() constant
159 val second = loadBitmap("round_rect_gray_dark") in performDiff_differentBorders_dark() constant
178 val second = loadBitmap("fullscreen_rect_gray_moved_1px") in performDiff_fullscreen_movedToRight() constant
197 val second = loadBitmap("fullscreen_checked_checkbox_round") in performDiff_fullscreen_checkboxes_differentRadius() constant
/aosp_15_r20/external/mockito/src/main/java/org/mockito/
H A DAdditionalMatchers.java612 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/tools/metalava/metalava-model-text/src/test/java/com/android/tools/metalava/model/text/
H A DTextTypeParserCacheTest.kt123 val second = parser.obtainTypeFromString("int", emptyScope) in <lambda>() constant
133 val second = parser.obtainTypeFromString("int", nonEmptyScope) in <lambda>() constant
143 val second = parser.obtainTypeFromString("T", nonEmptyScope) in <lambda>() constant
249 val second = parser.obtainTypeFromString("String[]", emptyScope) as ArrayTypeItem in <lambda>() constant
319 val second = parser.obtainTypeFromString("List<Number>", emptyScope) as ClassTypeItem in <lambda>() constant
329 val second = in <lambda>() constant
341 val second = in <lambda>() constant
/aosp_15_r20/external/easymock/src/org/easymock/
H A DEasyMock.java704 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/external/geojson-jackson/src/test/java/org/geojson/
H A DLngLatAltTest.java11 LngLatAlt second = new LngLatAlt(14.D, 13.D); in should_LngLatAlt_equals_without_alt() local
18 LngLatAlt second = new LngLatAlt(14.D, 13.D, 15D); in should_LngLatAlt_equals_with_alt() local
25 LngLatAlt second = new LngLatAlt(14.D, 13.D, 16D); in should_not_LngLatAlt_equals_with_alt() local
32 LngLatAlt second = new LngLatAlt(14.D, 13.D, 16D); in should_not_LngLatAlt_equals_without_alt() local
39 LngLatAlt second = new LngLatAlt(14.D, 14.D, 15D, 16D, 17D); in should_LngLatAlt_equals_with_additional_elements() local
47 LngLatAlt second = new LngLatAlt(14.D, 14.D, 15D, 16D, 17D); in should_LngLatAlt_equals_with_additional_elements_and_null() local
55 LngLatAlt second = new LngLatAlt(14.D, 14.D, 15D); in should_not_LngLatAlt_equals_without_additional_elements() local
63 LngLatAlt second = new LngLatAlt(14.D, 14.D, 15D, 17D, 16D); in should_not_LngLatAlt_equals_with_additional_elements_in_different_order() local
71 LngLatAlt second = new LngLatAlt(14.D, 14.D, 15D, 16D, 17D, 18D); in should_not_LngLatAlt_equals_with_additional_elements_and_different_size() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/utility/include/boost/detail/
Dcompressed_pair.hpp131 second_reference second() {return second_;} in second() function in boost::details::compressed_pair_imp
132 second_const_reference second() const {return second_;} in second() function in boost::details::compressed_pair_imp
174 second_reference second() {return second_;} in second() function in boost::details::compressed_pair_imp
175 second_const_reference second() const {return second_;} in second() function in boost::details::compressed_pair_imp
216 second_reference second() {return *this;} in second() function in boost::details::compressed_pair_imp
217 second_const_reference second() const {return *this;} in second() function in boost::details::compressed_pair_imp
260 second_reference second() {return *this;} in second() function in boost::details::compressed_pair_imp
261 second_const_reference second() const {return *this;} in second() function in boost::details::compressed_pair_imp
299 second_reference second() {return m_second;} in second() function in boost::details::compressed_pair_imp
300 second_const_reference second() const {return m_second;} in second() function in boost::details::compressed_pair_imp
[all …]
Dob_compressed_pair.hpp131 second_reference second() { return _second; } in second() function in boost::detail::compressed_pair_0
132 second_const_reference second() const { return _second; } in second() function in boost::detail::compressed_pair_0
173 second_reference second() { return *this; } in second() function in boost::detail::compressed_pair_1
174 second_const_reference second() const { return *this; } in second() function in boost::detail::compressed_pair_1
222 second_reference second() { return _second; } in second() function in boost::detail::compressed_pair_2
223 second_const_reference second() const { return _second; } in second() function in boost::detail::compressed_pair_2
260 second_reference second() { return *this; } in second() function in boost::detail::compressed_pair_3
261 second_const_reference second() const { return *this; } in second() function in boost::detail::compressed_pair_3
293 second_reference second() { return m_second; } in second() function in boost::detail::compressed_pair_4
294 second_const_reference second() const { return m_second; } in second() function in boost::detail::compressed_pair_4
[all …]
/aosp_15_r20/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDeferredDisplayUpdaterDiffTest.java76 final DisplayInfo second = 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
120 @NonNull DisplayInfo second) { in makeAllFieldsDifferent()
131 @NonNull DisplayInfo second) { in hasDeferrableFieldChange()
163 @NonNull DisplayInfo second, in setDifferentFieldValues()
253 void consume(DisplayInfo first, DisplayInfo second, Field field); in consume()
/aosp_15_r20/frameworks/base/test-runner/src/android/test/
H A DViewAsserts.java124 static public void assertBaselineAligned(View first, View second) { in assertBaselineAligned()
142 static public void assertRightAligned(View first, View second) { in assertRightAligned()
161 static public void assertRightAligned(View first, View second, int margin) { in assertRightAligned()
179 static public void assertLeftAligned(View first, View second) { in assertLeftAligned()
198 static public void assertLeftAligned(View first, View second, int margin) { in assertLeftAligned()
216 static public void assertBottomAligned(View first, View second) { in assertBottomAligned()
235 static public void assertBottomAligned(View first, View second, int margin) { in assertBottomAligned()
253 static public void assertTopAligned(View first, View second) { in assertTopAligned()
272 static public void assertTopAligned(View first, View second, int margin) { in assertTopAligned()
/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/rust/crates/quiche/src/
Dstream.rs1745 let second = RangeBuf::from(b"world", 5, false); in ordered_read() localVariable
1782 let second = RangeBuf::from(b"helloworld", 9, true); in split_read() localVariable
1822 let second = RangeBuf::from(b"helloworld", 9, true); in incomplete_read() localVariable
1850 let second = RangeBuf::from(b"", 9, true); in zero_len_read() localVariable
1878 let second = RangeBuf::from(b"hello", 3, false); in past_read() localVariable
1917 let second = RangeBuf::from(b"hello", 4, false); in fully_overlapping_read() localVariable
1948 let second = RangeBuf::from(b"hello", 4, false); in fully_overlapping_read2() localVariable
1979 let second = RangeBuf::from(b"hello", 3, false); in fully_overlapping_read3() localVariable
2010 let second = RangeBuf::from(b"hello", 3, false); in fully_overlapping_read_multi() localVariable
2047 let second = RangeBuf::from(b"hello", 8, true); in overlapping_start_read() localVariable
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/
Dstream.rs1745 let second = RangeBuf::from(b"world", 5, false); in ordered_read() localVariable
1782 let second = RangeBuf::from(b"helloworld", 9, true); in split_read() localVariable
1822 let second = RangeBuf::from(b"helloworld", 9, true); in incomplete_read() localVariable
1850 let second = RangeBuf::from(b"", 9, true); in zero_len_read() localVariable
1878 let second = RangeBuf::from(b"hello", 3, false); in past_read() localVariable
1917 let second = RangeBuf::from(b"hello", 4, false); in fully_overlapping_read() localVariable
1948 let second = RangeBuf::from(b"hello", 4, false); in fully_overlapping_read2() localVariable
1979 let second = RangeBuf::from(b"hello", 3, false); in fully_overlapping_read3() localVariable
2010 let second = RangeBuf::from(b"hello", 3, false); in fully_overlapping_read_multi() localVariable
2047 let second = RangeBuf::from(b"hello", 8, true); in overlapping_start_read() localVariable
[all …]
/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()
154 const FunctionDef& second, in CheckSplitFunctions()
208 FunctionDef second = results.second_function; in TEST() local
250 FunctionDef second = results.second_function; in TEST() local
281 FunctionDef second = results.second_function; in TEST() local
316 FunctionDef second = results.second_function; in TEST() local
354 FunctionDef second = results.second_function; in TEST() local
387 FunctionDef second = results.second_function; in TEST() local
416 FunctionDef second = results.second_function; in TEST() local
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Ddynamic_message.h183 bool second = reflection->GetBool(*b, field_); in operator() local
188 int32_t second = reflection->GetInt32(*b, field_); in operator() local
193 int64_t second = reflection->GetInt64(*b, field_); in operator() local
198 uint32_t second = reflection->GetUInt32(*b, field_); in operator() local
203 uint64_t second = reflection->GetUInt64(*b, field_); in operator() local
208 std::string second = reflection->GetString(*b, field_); in operator() local
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Ddynamic_message.h183 bool second = reflection->GetBool(*b, field_); in operator() local
188 int32_t second = reflection->GetInt32(*b, field_); in operator() local
193 int64_t second = reflection->GetInt64(*b, field_); in operator() local
198 uint32_t second = reflection->GetUInt32(*b, field_); in operator() local
203 uint64_t second = reflection->GetUInt64(*b, field_); in operator() local
208 std::string second = reflection->GetString(*b, field_); in operator() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/functional/std/
Dutility.hpp97 struct second struct
105 struct result<This(Pair)>
111 struct result<This(Pair &)>
117 struct result<This(Pair const &)>
123 typename Pair::second_type &operator()(Pair &pair) const in operator ()()
129 typename Pair::second_type const &operator()(Pair const &pair) const in operator ()()
/aosp_15_r20/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactDeltaListTests.java381 final RawContactDeltaList second = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeDataRemoteInsert() local
392 final RawContactDeltaList second = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeDataLocalUpdateRemoteInsert() local
417 final RawContactDeltaList second = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeDataLocalUpdateRemoteDelete() local
443 final RawContactDeltaList second = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeDataLocalDeleteRemoteUpdate() local
468 final RawContactDeltaList second = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeDataLocalInsertRemoteInsert() local
494 final RawContactDeltaList second = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeRawContactLocalInsertRemoteInsert() local
527 final RawContactDeltaList second = buildSet( in testMergeRawContactLocalDeleteRemoteDelete() local
546 final RawContactDeltaList second = buildSet( in testMergeRawContactLocalUpdateRemoteDelete() local
578 final RawContactDeltaList second = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeUsesNewVersion() local
591 final RawContactDeltaList second = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeAfterEnsureAndTrim() local
/aosp_15_r20/frameworks/opt/chips/tests/src/com/android/ex/chips/
DChipsTest.java186 String second = (String) mTokenizer.terminateToken("SECOND"); in testSanitizeBetween() local
223 String second = (String) mTokenizer.terminateToken("SECOND"); in testSanitizeEnd() local
250 String second = (String) mTokenizer.terminateToken("SECOND"); in testMoreChipPlainText() local
266 String second = (String) mTokenizer.terminateToken("SECOND"); in testCountTokens() local
301 String second = (String) mTokenizer.terminateToken("SECOND"); in testMoreChip() local
362 String second = (String) mTokenizer.terminateToken("SECOND"); in testMoreChipLotsOfUsers() local
441 String second = (String) mTokenizer.terminateToken("SE,COND"); in testMoreChipSpecialChars() local
482 String second = (String) mTokenizer.terminateToken("SECOND"); in testMoreChipDupes() local
528 String second = (String) mTokenizer.terminateToken("SECOND"); in testRemoveChip() local
601 assertEquals(mEditable.toString(), first + second); in testRemoveChip() local
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/address_sorting/
Daddress_sorting.c223 const address_sorting_sortable* second) { in compare_source_addr_exists()
232 const address_sorting_sortable* second) { in compare_source_dest_scope_matches()
251 const address_sorting_sortable* second) { in compare_source_dest_labels_match()
269 const address_sorting_sortable* second) { in compare_dest_precedence()
275 const address_sorting_sortable* second) { in compare_dest_scope()
282 const address_sorting_sortable* second) { in compare_source_dest_prefix_match_lengths()
302 const address_sorting_sortable* second = (address_sorting_sortable*)b; in rfc_6724_compare() local
/aosp_15_r20/external/grpc-grpc/third_party/address_sorting/
H A Daddress_sorting.c223 const address_sorting_sortable* second) { in compare_source_addr_exists()
232 const address_sorting_sortable* second) { in compare_source_dest_scope_matches()
251 const address_sorting_sortable* second) { in compare_source_dest_labels_match()
269 const address_sorting_sortable* second) { in compare_dest_precedence()
275 const address_sorting_sortable* second) { in compare_dest_scope()
282 const address_sorting_sortable* second) { in compare_source_dest_prefix_match_lengths()
302 const address_sorting_sortable* second = (address_sorting_sortable*)b; in rfc_6724_compare() local
/aosp_15_r20/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/
H A DMatchers.java28 …t.Matcher<T> allOf(org.hamcrest.Matcher<? super T> first, org.hamcrest.Matcher<? super T> second) { in allOf()
37 ….Matcher<T> allOf(org.hamcrest.Matcher<? super T> first, org.hamcrest.Matcher<? super T> second, o… in allOf()
46 ….Matcher<T> allOf(org.hamcrest.Matcher<? super T> first, org.hamcrest.Matcher<? super T> second, o… in allOf()
55 ….Matcher<T> allOf(org.hamcrest.Matcher<? super T> first, org.hamcrest.Matcher<? super T> second, o… in allOf()
64 ….Matcher<T> allOf(org.hamcrest.Matcher<? super T> first, org.hamcrest.Matcher<? super T> second, o… in allOf()
91 …mcrest.core.AnyOf<T> anyOf(org.hamcrest.Matcher<T> first, org.hamcrest.Matcher<? super T> second) { in anyOf()
100 …crest.core.AnyOf<T> anyOf(org.hamcrest.Matcher<T> first, org.hamcrest.Matcher<? super T> second, o… in anyOf()
109 …crest.core.AnyOf<T> anyOf(org.hamcrest.Matcher<T> first, org.hamcrest.Matcher<? super T> second, o… in anyOf()
118 …crest.core.AnyOf<T> anyOf(org.hamcrest.Matcher<T> first, org.hamcrest.Matcher<? super T> second, o… in anyOf()
127 …crest.core.AnyOf<T> anyOf(org.hamcrest.Matcher<T> first, org.hamcrest.Matcher<? super T> second, o… in anyOf()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/test/
Dtest_shared_ptr.cpp134 const SP & second in save2()
146 SP & second) in load2()
158 void save_and_load2(SP & first, SP & second) in save_and_load2()
179 SP & second, in save3()
193 SP & second, in load3()
209 SP & second, in save_and_load3()
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/sync/future/
Djoin.rs40 second: B, field
77 let second = self.second.build_submission()?; in build_submission() localVariable
210 let second = self in check_buffer_access() localVariable
243 let second = in check_image_access() localVariable
274 let second = self in check_swapchain_image_acquired() localVariable

12345678910>>...130