Home
last modified time | relevance | path

Searched refs:actual (Results 1 – 20 of 20) 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
71 assertEquals(expected, actual); in testBindBuffer()
85 String actual = sGLMessageFormatter.formatGLMessage(msg); in testGlGetString() local
87 assertEquals(expected, actual); in testGlGetString()
99 String actual = sGLMessageFormatter.formatGLMessage(msg); in testGLEnum0() local
101 assertEquals(expected, actual); in testGLEnum0()
112 String actual = sGLMessageFormatter.formatGLMessage(msg); in testMessageWithPointer() local
114 assertEquals(expected, actual); in testMessageWithPointer()
125 String actual = sGLMessageFormatter.formatGLMessage(msg); in testMessageWithMismatchedPointer() local
127 assertEquals(expected, actual); in testMessageWithMismatchedPointer()
[all …]
/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
73 assertEquals(expected, actual); in testImageConvertNoAlpha()
92 int actual = awtImage.getRGB(x, y); in testImageConvertNoAlpha() local
93 assertEquals(awtAlphaMask, actual & awtAlphaMask); in testImageConvertNoAlpha()
126 RGB actual = outPalette.getRGB(outData.getPixel(x, y)); in testImageConvertGlobalAlpha() local
127 assertEquals(expected, actual); in testImageConvertGlobalAlpha()
156 RGB actual = outPalette.getRGB(outData.getPixel(x, y)); in testImageConvertAlpha() local
157 assertEquals(expected, actual); in testImageConvertAlpha()
193 RGB actual = outPalette.getRGB(outData.getPixel(x, y)); in testImageConvertAlphaMultiplied() local
194 assertEquals(expected, actual); in testImageConvertAlphaMultiplied()
[all …]
DSimpleElementTest.java36 private static void assertArrayEquals(Object[] expected, Object[] actual) { in assertArrayEquals() argument
37 if (!Arrays.equals(expected, actual)) { in assertArrayEquals()
41 String strActual = actual == null ? "(null)" : Arrays.toString(actual); in assertArrayEquals()
47 actual == null ? 0 : actual.length, 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
137 org.w3c.dom.Document doc = DomUtilities.parseDocument(actual, true); in checkEdits()
138 assertNotNull(actual, doc); in checkEdits()
140 assertEqualsGolden(basename, actual); in checkEdits()
177 String actual = document.get(); in checkEdits() local
181 actual = getDiff(before, actual); in checkEdits()
189 assertEqualsGolden(goldenName, actual); in checkEdits()
/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
53 actual.add(content); in checkCompletion()
55 assertEquals(expected.toString(), actual.toString()); 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() argument
166 if (expected.size() != actual.size()) { in assertContainsSame()
168 + actual.size()); in assertContainsSame()
175 List<String> actualList = new ArrayList<String>(actual); in assertContainsSame()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dcompletionvalues1-expected-completion66.txt7 17px : <b>Pixels</b> - corresponds to actual pixels on the screen. Not recommended.
Dcompletionvalues1-expected-completion67.txt7 17px : <b>Pixels</b> - corresponds to actual pixels on the screen. Not recommended.
Dcompletionvalues1-expected-completion24.txt7 17px : <b>Pixels</b> - corresponds to actual pixels on the screen. Not recommended.
Dcompletion1-expected-completion4.txt7 50px : <b>Pixels</b> - corresponds to actual pixels on the screen. Not recommended.
Dcompletion11-expected-complation79.txt10 …ml">PreferenceFragment</a></code> to display the preferences of that header. The actual layout...
/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
953 String diff = getDiff(beforeWithCaret, actual); in checkApplyCompletion()
954 assertTrue(diff + " versus " + actual, diff.length() > 0 || beforeWithCaret.equals(actual)); in checkApplyCompletion()
/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() argument
2041 String actualBase = actual.substring(actual.lastIndexOf('.') + 1); in addTypoSuggestions()
2057 String labelClass = (suggestedBase.equals(actual) || actual.indexOf('.') != -1) in addTypoSuggestions()
2065 actual, in addTypoSuggestions()
/sdk/docs/
DNotes_on_WST_StructuredDocument.txt178 list seems the most useful scenario. There's no actual iterator provided for inner regions.
/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
1316 String formatted = EclipseXmlPrettyPrinter.prettyPrint(actual, formatPrefs, style, in reformat()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/
DNOTICE131 section do not apply to any claims or Losses relating to any actual or
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/
DNOTICE131 section do not apply to any claims or Losses relating to any actual or
/sdk/eclipse/plugins/com.android.ide.eclipse.adt.overlay/
DNOTICE131 section do not apply to any claims or Losses relating to any actual or
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/
DNOTICE131 section do not apply to any claims or Losses relating to any actual or
/sdk/eclipse/
Dchanges.txt273 - Build system: Delay post compiler phase until actual export or debug
297 improved and should more closely match the rendering on actual
382 and title bars to more accurately reflect the actual screen space