Home
last modified time | relevance | path

Searched defs:expected (Results 1 – 25 of 25) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger.tests/src/com/android/ide/eclipse/gltrace/format/
DGLMessageFormatterTest.java66 String expected = String.format("glBindBuffer(target = %s, buffer = %s)", in testBindBuffer() local
83 String expected = String.format("%s(name = %s) = (const GLchar*) %s", Function.glGetString, in testGlGetString() local
98 String expected = "eglBindAPI(arg = GL_POINTS) = (GLenum) GL_NO_ERROR"; in testGLEnum0() local
111 String expected = "glTexImage2D(level = 1, width = 2, pixels = 0xbadc0ffe)"; in testMessageWithPointer() local
124 String expected = "glMultMatrixf(m = 0xbadc0ffe)"; in testMessageWithMismatchedPointer() local
137 String expected = "glGetActiveAttrib(type = [GL_FLOAT_MAT4])"; in testMessageWithEnumPointer() local
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
DPredicates.java23 public IntegerPropertyEqualsPredicate(Integer expected) { in IntegerPropertyEqualsPredicate()
33 public static IPredicate matchesInteger(int expected) { in matchesInteger()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DSwtUtilsTest.java71 RGB expected = inPalette.getRGB( inImage.getRGB( x, y)); in testImageConvertNoAlpha() local
125 RGB expected = inPalette.getRGB( inImage.getRGB( x, y)); in testImageConvertGlobalAlpha() local
155 RGB expected = inPalette.getRGB( inImage.getRGB( x, y)); in testImageConvertAlpha() local
192 RGB expected = inPalette.getRGB( inImage.getRGB( x, y)); in testImageConvertAlphaMultiplied() local
258 RGB expected = new RGB(r, g, 0); in testCrop1() local
297 RGB expected = new RGB(r, g, 0); in testCrop2() local
309 RGB expected = new RGB(r, g, 0); in testCrop2() local
DSimpleElementTest.java36 private static void assertArrayEquals(Object[] expected, Object[] actual) { in assertArrayEquals()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/refactorings/renamepackage/
DApplicationPackageNameRefactoringTest.java108 @NonNull String expected) throws Exception { in renamePackage()
116 @NonNull String expected) throws Exception { in renamePackage()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/refactorings/core/
DRenameResourceParticipantTest.java342 @NonNull String expected) throws Exception { in renameResource()
351 @NonNull String expected, in renameResource()
362 @NonNull String expected, in renameResource()
DAndroidPackageRenameParticipantTest.java207 @NonNull String expected, in renamePackage()
221 @NonNull String expected, in renamePackage()
DRefactoringTestBase.java54 protected void checkRefactoring(Refactoring refactoring, String expected) throws Exception { in checkRefactoring()
63 protected void checkRefactoring(Refactoring refactoring, String expected, in checkRefactoring()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/formatting/
DAndroidXmlFormattingStrategyTest.java32 String expected, XmlFormatPreferences prefs) in check()
67 String before, String insert, String expected, in check()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/wizards/templates/
DFmEscapeXmlTextMethodTest.java29 private void check(String s, String expected) throws TemplateModelException { in check()
DFmExtractLettersMethodTest.java29 private void check(String s, String expected) throws TemplateModelException { in check()
DFmSlashedPackageNameMethodTest.java29 private void check(String s, String expected) throws TemplateModelException { in check()
DFmActivityToLayoutMethodTest.java29 private void check(String s, String expected) throws TemplateModelException { in check()
DFmEscapeXmlAttributeMethodTest.java29 private void check(String s, String expected) throws TemplateModelException { in check()
DFmLayoutToActivityMethodTest.java29 private void check(String s, String expected) throws TemplateModelException { in check()
DFmUnderscoreToCamelCaseMethodTest.java29 private void check(String s, String expected) throws TemplateModelException { in check()
DFmCamelCaseToUnderscoreMethodTest.java29 private void check(String s, String expected) throws TemplateModelException { in check()
DFmClassNameToResourceMethodTest.java29 private void check(String s, String expected) throws TemplateModelException { in check()
DFmEscapeXmlStringMethodTest.java29 private void check(String s, String expected) throws TemplateModelException { in check()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/
DAndroidDoubleClickStrategyTest.java54 private void checkWord(String before, String expected) throws Exception { in checkWord()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/formatting/
DEclipseXmlPrettyPrinterTest.java49 String expected, String delimiter, String startNodeName, in checkFormat()
116 String expected, String delimiter) throws Exception { in checkFormat()
121 String expected) throws Exception { in checkFormat()
124 private void checkFormat(String baseLocation, String xml, String expected) in checkFormat()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/refactorings/core/
DAndroidTypeRenameParticipantTest.java141 @NonNull String expected) throws Exception { in renameType()
DAndroidTypeMoveParticipantTest.java105 @NonNull String expected) throws Exception { in moveType()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/properties/
DValueCompleterTest.java42 List<String> expected) { in checkCompletion()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
DLayoutTestBase.java165 public static void assertContainsSame(Collection<String> expected, Collection<String> actual) { in assertContainsSame()