/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/ |
D | GraphicsUtilities.java | 34 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/ |
D | GraphicsUtilitiesTest.java | 33 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/ |
D | EclipseLintIssueRegistry.java | 37 List<Issue> result = new ArrayList<Issue>(sIssues.size()); in getIssues() local
|
/sdk/find_lock/ |
D | find_lock_exe.cpp | 70 CString result; in main() local
|
/sdk/find_java/src/source/ |
D | find_java_lib.cpp | 107 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/ |
D | IncludeOverlayTest.java | 44 Collection<Rectangle> result = IncludeOverlay.subtractRectangles(rectangle, holes); in checkSubtract() local
|
D | SwtUtilsTest.java | 225 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/ |
D | LabelView.java | 137 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/ |
D | AndroidTypeRenameParticipant.java | 220 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()
|
D | AndroidTypeMoveParticipant.java | 164 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/ |
D | ClientRulesEngine.java | 164 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/ |
D | ExportScreenshotAction.java | 67 int result = d.open(); in run() local
|
D | LayoutPoint.java | 135 int result = 1; in hashCode() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
D | ExecResultException.java | 54 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/ |
D | ProjectResources.java | 183 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/ |
D | WorkingSetHelper.java | 109 ArrayList<Object> result = new ArrayList<Object>(); in getSelectedWorkingSet() local
|
/sdk/avdlauncher/src/source/ |
D | avdlauncher.c | 72 int result = 0; in avd_launcher() local
|
/sdk/sdklauncher/src/source/ |
D | sdklauncher.c | 72 int result = 0; in sdk_launcher() local
|
/sdk/find_java2/src/ |
D | JavaFinder.cpp | 71 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
|
D | utils.cpp | 104 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/ |
D | CreateFileChange.java | 70 RefactoringStatus result = new RefactoringStatus(); in isValid() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/ |
D | AndroidManifestWriter.java | 92 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/ |
D | InstrumentationRunnerValidator.java | 149 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/ |
D | LayoutMetadataTest.java | 101 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/ |
D | Locale.java | 160 int result = 1; in hashCode() local
|