Searched refs:expectedValues (Results 1 – 9 of 9) sorted by relevance
71 std::vector<float> expectedValues; in TEST_F() local90 expectedValues.resize(text.size()); in TEST_F()91 for (size_t i = 0; i < expectedValues.size(); ++i) { in TEST_F()92 expectedValues[i] = 10.0f; in TEST_F()94 expectAdvances(expectedValues, advances, kMaxAdvanceLength); in TEST_F()109 expectedValues.resize(text.size()); in TEST_F()110 for (size_t i = 0; i < expectedValues.size(); ++i) { in TEST_F()111 expectedValues[i] = 10.0f; in TEST_F()113 expectAdvances(expectedValues, advances, kMaxAdvanceLength); in TEST_F()128 expectedValues.resize(text.size()); in TEST_F()[all …]
555 int[] expectedValues) in callGsmLengthMethods() argument559 assertEquals("msgCount", expectedValues[0], values[0]); in callGsmLengthMethods()560 assertEquals("codeUnitCount", expectedValues[1], values[1]); in callGsmLengthMethods()561 assertEquals("codeUnitsRemaining", expectedValues[2], values[2]); in callGsmLengthMethods()562 assertEquals("codeUnitSize", expectedValues[3], values[3]); in callGsmLengthMethods()567 assertEquals("msgCount", expectedValues[0], values[0]); in callGsmLengthMethods()568 assertEquals("codeUnitCount", expectedValues[1], values[1]); in callGsmLengthMethods()569 assertEquals("codeUnitsRemaining", expectedValues[2], values[2]); in callGsmLengthMethods()570 assertEquals("codeUnitSize", expectedValues[3], values[3]); in callGsmLengthMethods()575 assertEquals("msgCount", expectedValues[0], ted.msgCount); in callGsmLengthMethods()[all …]
234 public static Matcher<List<Integer>> matches(final int ... expectedValues) {246 int expectedCount = expectedValues.length;257 if (curr != expectedValues[i]) {259 expectedValues[i];
349 List<T> expectedValues = new ArrayList<T>(); in waitForResultValue() local350 expectedValues.add(expectedValue); in waitForResultValue()351 waitForAnyResultValue(listener, resultKey, expectedValues, numResultsWait); in waitForResultValue()372 List<T> expectedValues, int numResultsWait) { in waitForAnyResultValue() argument373 if (numResultsWait < 0 || listener == null || expectedValues == null) { in waitForAnyResultValue()384 for ( T expectedValue : expectedValues) { in waitForAnyResultValue()396 "Unable to get the expected result value " + expectedValues + " for key " + in waitForAnyResultValue()
133 final ArrayMap<Integer, Boolean> expectedValues = expected.get(chain); in testIsNetworkRestrictedForUid() local138 expectedValues.get(state), mNmi.isNetworkRestrictedForUid(TEST_UID)); in testIsNetworkRestrictedForUid()
206 float[] expectedValues = new float[9]; in verifyMatrixMatches() local207 expected.getValues(expectedValues); in verifyMatrixMatches()213 final float expectedValue = expectedValues[i]; in verifyMatrixMatches()
242 ContentValues expectedValues = new ContentValues(values); in testValueBackRefs() local243 expectedValues.put("a1", (long) 103); in testValueBackRefs()244 expectedValues.put("a2", (long) 101); in testValueBackRefs()245 expectedValues.put("a3", (long) 102); in testValueBackRefs()254 assertEquals(expectedValues, v2); in testValueBackRefs()
587 byte[] expectedValues = new byte[] { 0, 10, 20, 30 }; in testReadWriteEnumWithCustomValues()588 assertArrayEquals(expectedValues, aeAntibandingModeValues); in testReadWriteEnumWithCustomValues()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...