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/ |
D | GLMessageFormatterTest.java | 69 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/ |
D | SwtUtilsTest.java | 72 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
|
D | SimpleElementTest.java | 36 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/ |
D | RefactoringTest.java | 133 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/ |
D | ValueCompleterTest.java | 50 List<String> actual = new ArrayList<String>(); in checkCompletion() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
D | LayoutTestBase.java | 165 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/ |
D | AndroidContentAssistTest.java | 947 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/ |
D | VisualRefactoring.java | 1303 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/ |
D | GraphicalEditorPart.java | 2034 private void addTypoSuggestions(String actual, Collection<String> views, in addTypoSuggestions()
|