Home
last modified time | relevance | path

Searched refs:expectedValues (Results 1 – 9 of 9) sorted by relevance

/frameworks/minikin/tests/unittest/
DLayoutTest.cpp71 std::vector<float> expectedValues; in TEST_F() local
90 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 …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSmsMessageBodyTest.java555 int[] expectedValues) in callGsmLengthMethods() argument
559 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 …]
/frameworks/support/core-ui/tests/java/android/support/v4/testutils/
DTestUtilsMatchers.java234 public static Matcher<List<Integer>> matches(final int ... expectedValues) {
246 int expectedCount = expectedValues.length;
257 if (curr != expectedValues[i]) {
259 expectedValues[i];
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
DCamera2SurfaceViewTestCase.java349 List<T> expectedValues = new ArrayList<T>(); in waitForResultValue() local
350 expectedValues.add(expectedValue); in waitForResultValue()
351 waitForAnyResultValue(listener, resultKey, expectedValues, numResultsWait); in waitForResultValue()
372 List<T> expectedValues, int numResultsWait) { in waitForAnyResultValue() argument
373 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()
/frameworks/base/services/tests/servicestests/src/com/android/server/
DNetworkManagementInternalTest.java133 final ArrayMap<Integer, Boolean> expectedValues = expected.get(chain); in testIsNetworkRestrictedForUid() local
138 expectedValues.get(state), mNmi.isNetworkRestrictedForUid(TEST_UID)); in testIsNetworkRestrictedForUid()
/frameworks/support/transition/tests/src/android/support/transition/
DChangeImageTransformTest.java206 float[] expectedValues = new float[9]; in verifyMatrixMatches() local
207 expected.getValues(expectedValues); in verifyMatrixMatches()
213 final float expectedValue = expectedValues[i]; in verifyMatrixMatches()
/frameworks/base/core/tests/coretests/src/android/content/
DContentProviderOperationTest.java242 ContentValues expectedValues = new ContentValues(values); in testValueBackRefs() local
243 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()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DCameraMetadataTest.java587 byte[] expectedValues = new byte[] { 0, 10, 20, 30 }; in testReadWriteEnumWithCustomValues()
588 assertArrayEquals(expectedValues, aeAntibandingModeValues); in testReadWriteEnumWithCustomValues()
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...