Home
last modified time | relevance | path

Searched defs:expectedIndex (Results 1 – 25 of 51) sorted by relevance

123

/aosp_15_r20/libcore/ojluni/src/test/java/time/tck/java/time/format/
H A DTCKZoneIdPrinterParser.java213 … String text, int expectedIndex, int expectedErrorIndex, ZoneId expected, boolean isZoneOffset) in test_ZoneId_parseSuccess_plain()
221 … String text, int expectedIndex, int expectedErrorIndex, ZoneId expected, boolean isZoneOffset) in test_ZoneId_parseSuccess_prefix()
233 … String text, int expectedIndex, int expectedErrorIndex, ZoneId expected, boolean isZoneOffset) in test_ZoneId_parseSuccess_suffix()
241 … String text, int expectedIndex, int expectedErrorIndex, ZoneId expected, boolean isZoneOffset) in test_ZoneId_parseSuccess_caseSensitive()
252 … test(text.toLowerCase(Locale.ENGLISH), expectedIndex, expectedErrorIndex, expected, isZoneOffset); in test_ZoneId_parseSuccess_caseSensitive() local
258 … String text, int expectedIndex, int expectedErrorIndex, ZoneId expected, boolean isZoneOffset) in test_ZoneId_parseSuccess_caseInsensitive()
261 … test(text.toLowerCase(Locale.ENGLISH), expectedIndex, expectedErrorIndex, expected, isZoneOffset); in test_ZoneId_parseSuccess_caseInsensitive() local
266 … String text, int expectedIndex, int expectedErrorIndex, ZoneId expected, boolean isZoneOffset) in test_ZoneOrOffsetId_parseSuccess_plain()
274 … String text, int expectedIndex, int expectedErrorIndex, ZoneId expected, boolean isZoneOffset) in test_ZoneOrOffsetId_parseSuccess_prefix()
286 … String text, int expectedIndex, int expectedErrorIndex, ZoneId expected, boolean isZoneOffset) in test_ZoneOrOffsetId_parseSuccess_suffix()
[all …]
H A DTCKPadPrinterParser.java130 …public void test_parseStrict(String text, int expectedIndex, int expectedErrorIndex, Number expect… in test_parseStrict()
133 assertEquals(pos.getIndex(), expectedIndex); in test_parseStrict() local
171 …public void test_parseLenient(String text, int expectedIndex, int expectedErrorIndex, Number expec… in test_parseLenient()
174 assertEquals(pos.getIndex(), expectedIndex); in test_parseLenient() local
/aosp_15_r20/packages/modules/AdServices/adservices/libraries/cobalt/tests/src/com/android/cobalt/observations/
DPrivateIndexCalculationsTest.java48 int expectedIndex = 5; in testDoubleToIndex_maxValue_equalsMaxIndex() local
62 int expectedIndex = 0; in testDoubleToIndex_minValue_equalsMinIndex() local
76 int expectedIndex = 1; in testDoubleToIndex_middleValue_equalsInteriorIndex() local
92 int expectedIndex = 2; in testDoubleToIndex_distanceAboveLambda_returnsUpperIndex() local
108 int expectedIndex = 1; in testDoubleToIndex_distanceBelowLambda_returnsLowerIndex() local
/aosp_15_r20/packages/modules/HealthFitness/tests/cts/hostsidetests/healthconnect/host/src/android/healthconnect/cts/database/
DIndexInfo.java112 public boolean isEqual(IndexInfo expectedIndex) { in isEqual()
130 IndexInfo expectedIndex, List<String> modificationOfIndex, String tableName) { in checkIndexDiff()
/aosp_15_r20/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/matchers/
H A DBitmapMatcher.kt79 val expectedIndex = i * expectedWidth + j in <lambda>() constant
H A DAlmostPerfectMatcher.kt104 val expectedIndex = i * expectedWidth + j in <lambda>() constant
/aosp_15_r20/platform_testing/libraries/motion/src/platform/test/motion/truth/
H A DTimeSeriesSubject.kt97 actualToExpectedDataPointIndices.filter { (actualIndex, expectedIndex) -> in <lambda>() method
105 mismatchingDataPointIndices.forEach { (actualIndex, expectedIndex) -> in <lambda>() method
/aosp_15_r20/cts/tests/inputmethod/src/android/view/inputmethod/cts/
H A DTextBoundsInfoMethodTest.java270 final int[] expectedIndex = { 0, 1, 2, 3, 4, 5, 7, 7, 8 }; in testGetOffsetForPosition_LTR() local
293 final int[] expectedIndex = { 0, 1, 2, 3, 4, 5, 7, 7, 8 }; in testGetOffsetForPosition_RTL() local
926 private static void assertGetOffsetForCharacterLeft(int[] expectedIndex, in assertGetOffsetForCharacterLeft()
946 private static void assertGetOffsetForCharacterRight(int[] expectedIndex, in assertGetOffsetForCharacterRight()
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/notification/app/
DChannelListPreferenceController.java163 @NonNull PreferenceCategory groupPrefsList, @Nullable String key, int expectedIndex) { in findOrCreateGroupCategoryForKey()
223 @NonNull PreferenceGroup groupPrefGroup, @NonNull String key, int expectedIndex) { in findOrCreateChannelPrefForKey()
/aosp_15_r20/external/google-smali/util/src/test/java/com/android/tools/smali/util/
H A DLinearSearchTest.java96 int expectedIndex = Ordering.natural().binarySearch(list, key); in doTest() local
/aosp_15_r20/packages/apps/Contacts/tests/src/com/android/contacts/format/
DFormatUtilsTests.java112 private void checkIndexOfWordPrefix(String text, String wordPrefix, int expectedIndex) { in checkIndexOfWordPrefix()
/aosp_15_r20/libcore/ojluni/src/test/java/text/CharacterIterator/
H A DCharacterIteratorTest.java251 int expectedIndex = iter.getEndIndex(); in TestPathologicalCases() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DStringRangeTest.java99 int expectedIndex = 3; in TestSimple() local
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DBlendFuncExtendedTest.cpp236 virtual void checkOutputIndexQuery(const char *name, GLint expectedIndex) in checkOutputIndexQuery()
289 void checkOutputIndexQuery(const char *name, GLint expectedIndex) override in checkOutputIndexQuery()
/aosp_15_r20/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
H A DGenerationRegistryTest.java203 private void checkBundle(Bundle b, int expectedIndex, int expectedGeneration, boolean isNull) in checkBundle()
/aosp_15_r20/packages/inputmethods/LatinIME/native/jni/tests/utils/
Dint_array_view_test.cpp39 size_t expectedIndex = 0; in TEST() local
/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/
H A Dutf16tst.c421 int32_t i0, i=0, j, k, expectedIndex; in TestNulTerminated() local
H A Dutf8tst.c487 int32_t i0, i=0, j, k, expectedIndex; in TestNulTerminated() local
/aosp_15_r20/external/icu/icu4c/source/test/cintltst/
H A Dutf16tst.c421 int32_t i0, i=0, j, k, expectedIndex; in TestNulTerminated() local
H A Dutf8tst.c487 int32_t i0, i=0, j, k, expectedIndex; in TestNulTerminated() local
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/text/
H A DDecimalFormatTest.java870 int expectedIndex) { in assertParsed()
/aosp_15_r20/cts/tests/pdf/module/src/android/graphics/pdf/cts/module/
H A DUtils.java567 static void assertSelectionBoundary(SelectionBoundary selectionBoundary, int expectedIndex, in assertSelectionBoundary()
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/
H A DMultimapsTest.java801 final Multimap<Integer, String> expectedIndex = in testIndex_ordering() local
/aosp_15_r20/frameworks/minikin/tests/unittest/
H A DFontFamilyTest.cpp823 size_t expectedIndex; in TEST_F() member
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/
H A DMultimapsTest.java870 final Multimap<Integer, String> expectedIndex = in testIndex_ordering() local

123