/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/sdk/ |
D | AndroidJarLoaderTest.java | 114 HashMap<String, ArrayList<IClassDescriptor>> found = in testFindClassesDerivingFrom() local 119 assertTrue(found.containsKey("jar.example.Class1")); //$NON-NLS-1$ in testFindClassesDerivingFrom() 120 assertTrue(found.containsKey("jar.example.Class2")); //$NON-NLS-1$ in testFindClassesDerivingFrom() 121 assertEquals(2, found.size()); in testFindClassesDerivingFrom() 126 found.get("jar.example.Class1").get(0).getFullClassName()); //$NON-NLS-1$ in testFindClassesDerivingFrom() 127 assertEquals(1, found.get("jar.example.Class1").size()); //$NON-NLS-1$ in testFindClassesDerivingFrom() 128 assertEquals(0, found.get("jar.example.Class2").size()); //$NON-NLS-1$ in testFindClassesDerivingFrom()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
D | ApkInstallManager.java | 136 ApkInstall found = null; in isApplicationInstalled() local 140 found = install; in isApplicationInstalled() 146 if (found != null) { in isApplicationInstalled() 149 found.device.executeShellCommand("pm path " + packageName, receiver); in isApplicationInstalled() 151 mInstallList.remove(found); in isApplicationInstalled()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
D | WorkingSetGroup.java | 100 Button found = findCheckbox((Composite) control); in findCheckbox() local 101 if (found != null) { in findCheckbox() 102 return found; in findCheckbox()
|
D | ApplicationInfoPage.java | 394 boolean found = false; in widgetSelected() 398 found = true; in widgetSelected() 402 if (!found) { in widgetSelected() 581 boolean found = false; in validateSourceFolder() 587 found = true; in validateSourceFolder() 592 if (!found) { in validateSourceFolder()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
D | TemplateMetadata.java | 242 boolean found = false; in getIconState() 246 found = true; in getIconState() 250 if (!found) { in getIconState() 275 boolean found = false; in getIconState() 279 found = true; in getIconState() 283 if (!found) { in getIconState() 298 boolean found = false; in getIconState() 302 found = true; in getIconState() 306 if (!found) { in getIconState()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
D | MainLaunchConfigTab.java | 372 boolean found = false; in initializeFrom() 375 found = true; in initializeFrom() 382 if (found == false) { in initializeFrom() 470 IProject found = null; in checkParameters() local 473 found = javaProject.getProject(); in checkParameters() 479 if (found != null) { in checkParameters() 486 return found; in checkParameters()
|
D | messages.properties | 26 AndroidJUnitDelegate_NoRunnerConfigMsg_s=Warning: No instrumentation runner found for the launch, u… 29 …running tests:\nA targetPackage attribute for instrumentation %2$s in its %3$s could not be found\!
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/ |
D | ProjectCheckPage.java | 268 IProject found = null; in handleProjectNameChange() local 271 found = javaProject.getProject(); in handleProjectNameChange() 277 if (found != null) { in handleProjectNameChange() 281 mWizard.setProject(found); in handleProjectNameChange() 284 buildErrorUi(found); in handleProjectNameChange()
|
/sdk/find_java/ |
D | find_java.bat | 18 rem is left unset if Java.exe was not found. 42 rem be 0 if the command worked or 1 if the exec failed (program not found). 48 rem If that doesn't work, just fall back on the java.exe we just found. 56 echo ERROR: No suitable Java found. In order to properly use the Android Developer
|
/sdk/apps/DeviceConfig/ |
D | README.txt | 2 for a vendor device description (such as the ones found in
|
/sdk/find_java/src/source/ |
D | find_java_lib.cpp | 388 bool found = false; in checkProgramFiles() local 401 found = true; in checkProgramFiles() 407 } while (!found && FindNextFileA(findH, &findData) != 0); in checkProgramFiles() 410 return found; in checkProgramFiles()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
D | ThemeMenuAction.java | 196 boolean found = false; in addMenuItems() 199 found = true; in addMenuItems() 204 found = true; in addMenuItems() 215 if (!found) { in addMenuItems()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
D | CompletionProposal.java | 202 boolean found = false; in apply() 208 found = true; in apply() 212 if (!found) { in apply()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
D | LayoutParamsParser.java | 159 HashMap<String, ArrayList<IClassDescriptor>> found = in parseClasses() local 167 mViewList = found.get(rootClassName); in parseClasses() 168 mGroupList = found.get(groupClassName); in parseClasses()
|
D | ProjectState.java | 322 boolean found = false; in reloadProperties() 328 found = true; in reloadProperties() 335 if (found == false) { in reloadProperties()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/ |
D | messages.properties | 13 SimpleFile_Bundle_not_found=bundle not found
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | CanvasViewInfo.java | 1072 UiViewElementNode found = null; in addMismatched() local 1075 found = node; in addMismatched() 1079 if (found != null) { in addMismatched() 1081 String name = found.getDescriptor().getXmlLocalName(); in addMismatched() 1082 CanvasViewInfo v = new CanvasViewInfo(parentView, name, null, found, in addMismatched() 1099 unused.remove(found); in addMismatched()
|
D | SelectionManager.java | 958 boolean found = nodes.size() == newChildren.size(); in selectDropped() 960 if (found || newChildren.size() > 0) { in selectDropped() 964 return found; in selectDropped()
|
/sdk/ |
D | README.txt | 2 They are no longer found here. 4 Instead they can be found in the tools/base.git and the tools/swt.git projects.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
D | ViewMetadataRepository.java | 550 boolean found = false; in getRelatedTo() 555 found = true; in getRelatedTo() 562 assert found : basename; in getRelatedTo()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
D | ResourceChooser.java | 512 boolean found = false; in createNewResButtons() 515 found = true; in createNewResButtons() 519 if (!found) { in createNewResButtons()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/ |
D | messages.properties | 27 DeviceView_Debug_Session_Failed=No opened project found for %1$s. Debug session failed\!
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
D | build_messages.properties | 19 DX_Jar_Error=Dx.jar is not found inside the plugin. Reinstall ADT\!
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/ |
D | AndroidJUnitLaunchConfigurationTab.java | 381 boolean found = false; in updateInstrumentationFromConfig() 389 found = true; in updateInstrumentationFromConfig() 398 if (!found) { in updateInstrumentationFromConfig()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/ |
D | AdtUtils.java | 665 boolean found = false; 671 found = true; 675 if (!found) {
|