HomeSort by relevance Sort by last modified time
    Searched full:expectedindex (Results 1 - 8 of 8) sorted by null

  /external/webkit/LayoutTests/storage/indexeddb/
index-cursor-expected.txt 26 PASS event.target.result.primaryKey is expectedIndex
28 PASS event.target.result.primaryKey is expectedIndex
30 PASS event.target.result.primaryKey is expectedIndex
32 PASS event.target.result.primaryKey is expectedIndex
34 PASS event.target.result.primaryKey is expectedIndex
36 PASS event.target.result.primaryKey is expectedIndex
41 PASS event.target.result.primaryKey is expectedIndex
43 PASS event.target.result.primaryKey is expectedIndex
45 PASS event.target.result.primaryKey is expectedIndex
47 PASS event.target.result.primaryKey is expectedIndex
    [all...]
objectstore-cursor.html 133 window.expectedIndex = lower;
135 window.expectedIndex = lower+1;
137 window.expectedIndex = 0;
141 window.expectedIndex = upper;
143 window.expectedIndex = upper-1;
145 window.expectedIndex = testData.length-1;
164 if (expectedIndex < 0 || testData.length <= expectedIndex)
165 window.expectedIndex = null;
166 if (lower !== null && expectedIndex < lower
    [all...]
index-cursor.html 155 window.expectedIndex = lower;
157 window.expectedIndex = lower + 1;
159 window.expectedIndex = 0;
163 window.expectedIndex = upper;
165 window.expectedIndex = upper - 1;
167 window.expectedIndex = testData.length - 1;
186 if (expectedIndex < 0 || testData.length <= expectedIndex)
187 window.expectedIndex = null;
188 if (lower !== null && expectedIndex < lower
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/format/
FormatUtilsTests.java 109 * @param expectedIndex the expected value to be returned by the function
111 private void checkIndexOfWordPrefix(String text, String wordPrefix, int expectedIndex) {
112 assertEquals(expectedIndex, FormatUtils.indexOfWordPrefix(text, wordPrefix.toCharArray()));
  /external/webkit/Source/JavaScriptCore/qt/tests/qscriptstring/
tst_qscriptstring.cpp 133 QTest::addColumn<quint32>("expectedIndex");
160 QFETCH(quint32, expectedIndex);
168 QCOMPARE(result, expectedIndex);
  /external/icu4c/test/intltest/
utxttest.cpp 601 int64_t expectedIndex = 0;
608 expectedIndex = cpMap[i].nativeIdx;
610 TEST_ASSERT(expectedIndex == foundIndex);
615 TEST_ASSERT(expectedIndex == foundIndex);
626 expectedIndex = cpMap[i].nativeIdx;
628 TEST_ASSERT(expectedIndex == foundIndex);
654 expectedIndex = cpMap[i].nativeIdx;
658 TEST_ASSERT(expectedIndex == foundIndex);
688 expectedIndex = cpMap[i].nativeIdx;
691 TEST_ASSERT(expectedIndex == foundIndex)
    [all...]
rbbitst.cpp 216 int32_t expectedIndex = 0;
222 if (expectedIndex >= fExpectedBreakPositions.size() &&
228 if (expectedIndex >= fExpectedBreakPositions.size()) {
229 err(heading, test, expectedIndex-1, actualIndex);
235 err(heading, test, expectedIndex, actualIndex-1);
236 expectedIndex++;
240 if (fActualBreakPositions.elementAti(actualIndex) != fExpectedBreakPositions.elementAti(expectedIndex)) {
241 err(heading, test, expectedIndex, actualIndex);
243 if (fActualBreakPositions.elementAti(actualIndex) < fExpectedBreakPositions.elementAti(expectedIndex)) {
246 expectedIndex++
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
MultimapsTest.java 751 final Multimap<Integer, String> expectedIndex =
773 assertEquals(expectedIndex, index);
    [all...]

Completed in 2416 milliseconds