Home
last modified time | relevance | path

Searched defs:expect (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/cts/
DMatrixTest.java120 String expect = "[1.0, 0.0, 0.0][0.0, 2.0, -4.0][0.0, 0.0, 1.0]"; in testReset() local
133 String expect = "[1.0, 0.0, 0.0][0.0, 1.0, 0.0][0.0, 0.0, 1.0]"; in testSetScale() local
146 String expect = "[1.0, 0.0, 0.0][0.0, 1.0, 0.0][0.0, 0.0, 1.0]"; in testSetScale2() local
161 String expect = "[0.9998477, -0.017452406, 0.0]" in testSetRotate() local
173 String expect = "[0.9998477, -0.017452406, 0.0526618]" in testSetRotate2() local
185 String expect = "[2.0, -1.0, 0.0][1.0, 2.0, 0.0][0.0, 0.0, 1.0]"; in testSetSinCos() local
196 String expect = "[2.0, -1.0, 1.0][1.0, 2.0, -7.0][0.0, 0.0, 1.0]"; in testSetSinCos2() local
207 String expect = "[1.0, 1.0, 0.0][2.0, 1.0, 0.0][0.0, 0.0, 1.0]"; in testSetSkew() local
218 String expect = "[1.0, 1.0, -4.0][2.0, 1.0, -6.0][0.0, 0.0, 1.0]"; in testSetSkew2() local
231 String expect = "[1.0, 0.0, 0.0][0.0, 1.0, 0.0][0.0, 0.0, 1.0]"; in testSetConcat() local
[all …]
/cts/tests/tests/content/src/android/content/res/cts/
DAssetManagerTest.java112 final String expect = "OneTwoThreeFourFiveSixSevenEightNineTen"; in testAssetOperations() local
177 private void assertContextEquals(final String expect, final InputStream inputStream) in assertContextEquals()
/cts/tools/signature-tools/src/signature/converter/dex/
DGenericSignatureParser.java599 private void expect(char c) { in expect() method in GenericSignatureParser
/cts/tests/tests/app/src/android/app/cts/
DAlertDialog_BuilderTest.java496 final CharSequence[] expect = mContext.getResources().getTextArray( in testSetItemsWithParamCharSequence() local