Home
last modified time | relevance | path

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

1234

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
DGraphicsUtilities.java34 ImageData result = new ImageData(image.width + 2, image.height + 2, image.depth, in convertToNinePatch() local
79 ImageData result = new ImageData(image.width, image.height, image.depth, in copy() local
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
DGraphicsUtilitiesTest.java33 ImageData result = GraphicsUtilities.convertToNinePatch(null); in testConvertToNinePatchNull() local
43 ImageData result = GraphicsUtilities.convertToNinePatch(baseData); in testConvertToNinePatch() local
94 ImageData result = GraphicsUtilities.copy(null); in testCopyNull() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DEclipseLintIssueRegistry.java37 List<Issue> result = new ArrayList<Issue>(sIssues.size()); in getIssues() local
/sdk/find_lock/
Dfind_lock_exe.cpp70 CString result; in main() local
/sdk/find_java/src/source/
Dfind_java_lib.cpp107 int result = 0; in checkPath() local
298 for (LONG result = ERROR_SUCCESS; result == ERROR_SUCCESS; index++) { in exploreJavaRegistry() local
350 bool result = false; in findJavaInRegistry() local
371 HRESULT result = SHGetFolderPathA( in checkProgramFiles() local
416 bool result = false; in findJavaInProgramFiles() local
436 bool result = false; in getJavaVersion() local
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DIncludeOverlayTest.java44 Collection<Rectangle> result = IncludeOverlay.subtractRectangles(rectangle, holes); in checkSubtract() local
DSwtUtilsTest.java225 Image result = SwtUtils.drawRectangles(image, Collections.<Rectangle> emptyList(), null, in testCropEmpty() local
238 Image result = in testCrop1() local
277 Image result = in testCrop2() local
/sdk/testapps/customViewTest/libWithCustomView/src/com/android/tests/libwithcustom/
DLabelView.java137 int result = 0; in measureWidth() local
163 int result = 0; in measureHeight() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
DAndroidTypeRenameParticipant.java220 CompositeChange result = new CompositeChange(getName()); in createChange() local
241 addManifestFileChanges((IFile) manifestResource, result); in createChange() local
255 … private void addJavaChanges(IProject project, CompositeChange result, IProgressMonitor monitor) { in addJavaChanges()
322 private void addManifestFileChanges(IFile manifestFile, CompositeChange result) { in addManifestFileChanges()
326 private void addLayoutFileChanges(IProject project, CompositeChange result) { in addLayoutFileChanges()
DAndroidTypeMoveParticipant.java164 CompositeChange result = new CompositeChange(getName()); in createChange() local
187 private void addManifestFileChanges(CompositeChange result) { in addManifestFileChanges()
191 private void addLayoutFileChanges(IProject project, CompositeChange result) { in addLayoutFileChanges()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
DClientRulesEngine.java164 RenameResult result = manager.performRename(node, null); in rename() local
211 int result = d.open(); in displayInput() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DExportScreenshotAction.java67 int result = d.open(); in run() local
DLayoutPoint.java135 int result = 1; in hashCode() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
DExecResultException.java54 String result = String.format("%1$s Error %2$d", getLabel(), mErrorCode); in toString() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
DProjectResources.java183 Pair<ResourceType, String> result = null; in resolveResourceId() local
216 Integer result = null; in getResourceId() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
DWorkingSetHelper.java109 ArrayList<Object> result = new ArrayList<Object>(); in getSelectedWorkingSet() local
/sdk/avdlauncher/src/source/
Davdlauncher.c72 int result = 0; in avd_launcher() local
/sdk/sdklauncher/src/source/
Dsdklauncher.c72 int result = 0; in sdk_launcher() local
/sdk/find_java2/src/
DJavaFinder.cpp71 bool result = false; in getJavaVersion() local
224 int result = 0; in checkPath() local
373 for (LONG result = ERROR_SUCCESS; result == ERROR_SUCCESS; index++) { in exploreJavaRegistry() local
448 HRESULT result = SHGetFolderPath( in checkProgramFiles() local
Dutils.cpp104 CString result; in getLastWin32Error() local
204 int result = -1; in execWait() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DCreateFileChange.java70 RefactoringStatus result = new RefactoringStatus(); in isValid() local
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/
DAndroidManifestWriter.java92 Result result = new StreamResult(file); in saveXmlToFile() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
DInstrumentationRunnerValidator.java149 String result = BaseProjectHelper.testClassForManifest(mJavaProject, in validateInstrumentationRunner() local
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DLayoutMetadataTest.java101 UiElementNode result = findById(child, targetId); in findById() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DLocale.java160 int result = 1; in hashCode() local

1234