Home
last modified time | relevance | path

Searched defs:actual (Results 1 – 9 of 9) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger.tests/src/com/android/ide/eclipse/gltrace/format/
DGLMessageFormatterTest.java69 String actual = sGLMessageFormatter.formatGLMessage(msg); in testBindBuffer() local
85 String actual = sGLMessageFormatter.formatGLMessage(msg); in testGlGetString() local
99 String actual = sGLMessageFormatter.formatGLMessage(msg); in testGLEnum0() local
112 String actual = sGLMessageFormatter.formatGLMessage(msg); in testMessageWithPointer() local
125 String actual = sGLMessageFormatter.formatGLMessage(msg); in testMessageWithMismatchedPointer() local
138 String actual = sGLMessageFormatter.formatGLMessage(msg); in testMessageWithEnumPointer() local
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DSwtUtilsTest.java72 RGB actual = outPalette.getRGB(outData.getPixel(x, y)); in testImageConvertNoAlpha() local
92 int actual = awtImage.getRGB(x, y); in testImageConvertNoAlpha() local
126 RGB actual = outPalette.getRGB(outData.getPixel(x, y)); in testImageConvertGlobalAlpha() local
156 RGB actual = outPalette.getRGB(outData.getPixel(x, y)); in testImageConvertAlpha() local
193 RGB actual = outPalette.getRGB(outData.getPixel(x, y)); in testImageConvertAlphaMultiplied() local
259 RGB actual = outPalette.getRGB(outData.getPixel(x, y)); in testCrop1() local
298 RGB actual = outPalette.getRGB(outData.getPixel(x, y)); in testCrop2() local
310 RGB actual = outPalette.getRGB(outData.getPixel(x, y)); 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/editors/layout/refactoring/
DRefactoringTest.java133 String actual = document.get(); in checkEdits() local
177 String actual = document.get(); in checkEdits() local
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/properties/
DValueCompleterTest.java50 List<String> actual = new ArrayList<String>(); in checkCompletion() local
/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()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/
DAndroidContentAssistTest.java947 String actual = document.get(); in checkApplyCompletion() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DVisualRefactoring.java1303 String actual = document.get(); in reformat() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DGraphicalEditorPart.java2034 private void addTypoSuggestions(String actual, Collection<String> views, in addTypoSuggestions()