Searched refs:expected2 (Results 1 – 5 of 5) sorted by relevance
105 String[] expected2 = new String[capacity]; in testRingBufferWithWrapping() local109 expected2[firstIndex] = "e"; in testRingBufferWithWrapping()112 expected2[i] = "x"; in testRingBufferWithWrapping()114 assertArraysEqual(expected2, buffer.toArray()); in testRingBufferWithWrapping()117 expected2[firstIndex] = "x"; in testRingBufferWithWrapping()118 assertArraysEqual(expected2, buffer.toArray()); in testRingBufferWithWrapping()121 for (String s : expected2) { in testRingBufferWithWrapping()125 assertArraysEqual(expected2, buffer.toArray()); in testRingBufferWithWrapping()128 expected2[lastIndex] = "a"; in testRingBufferWithWrapping()129 assertArraysEqual(expected2, buffer.toArray()); in testRingBufferWithWrapping()
102 final String expected2 = "(650) 145-6723"; in testInsertChars() local108 assertEquals(expected2, number.toString()); in testInsertChars()131 final String expected2 ="(650 123"; in testStopFormatting() local139 assertEquals(expected2, number.toString()); in testStopFormatting()181 final String expected2 = "650-1234"; in testRestartFormatting() local188 assertEquals(expected2, number.toString()); in testRestartFormatting()190 assertEquals(expected2.length(), Selection.getSelectionEnd(number)); in testRestartFormatting()280 String expected2 = "1 650-123-4567"; in testAutoCompleteUnformattedWithUnformattedNumber() local281 testReplacement(init2, replacement2, expected2); in testAutoCompleteUnformattedWithUnformattedNumber()
41 const Matrix3x4 expected2 = {{101.f, 202.f, 303.f, 404.f}, member in __anon155808aa0111::TrivialTest126 ASSERT_EQ(CompareMatrices(expected2, actual), 0); in TEST_F()
4075 ExpectedResult expected2; in TEST_F() local4076 expected2.addSurface(ExpectedResult::Transaction::PRESENTED, layer, in TEST_F()4079 expected2.addExpectedPresentTime(time); in TEST_F()4082 EXPECT_NO_FATAL_FAILURE(waitForCallback(callback2, expected2, true)); in TEST_F()4120 ExpectedResult expected2; in TEST_F() local4121 expected2.addSurface(ExpectedResult::Transaction::PRESENTED, layer, in TEST_F()4126 EXPECT_NO_FATAL_FAILURE(waitForCallback(callback2, expected2, true)); in TEST_F()
149 TestAllExtensionsLite.Builder expected2 = TestAllExtensionsLite.newBuilder() in testClone() local152 expected2.getExtension(UnittestLite.optionalInt32ExtensionLite), in testClone()153 expected2.clone().getExtension(UnittestLite.optionalInt32ExtensionLite)); in testClone()