Home
last modified time | relevance | path

Searched refs:found (Results 1 – 25 of 36) sorted by relevance

12

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/sdk/
DAndroidJarLoaderTest.java114 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/
DApkInstallManager.java136 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/
DWorkingSetGroup.java100 Button found = findCheckbox((Composite) control); in findCheckbox() local
101 if (found != null) { in findCheckbox()
102 return found; in findCheckbox()
DApplicationInfoPage.java394 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/
DTemplateMetadata.java242 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/
DMainLaunchConfigTab.java372 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()
Dmessages.properties26 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/
DProjectCheckPage.java268 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/
Dfind_java.bat18 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/
DREADME.txt2 for a vendor device description (such as the ones found in
/sdk/find_java/src/source/
Dfind_java_lib.cpp388 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/
DThemeMenuAction.java196 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/
DCompletionProposal.java202 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/
DLayoutParamsParser.java159 HashMap<String, ArrayList<IClassDescriptor>> found = in parseClasses() local
167 mViewList = found.get(rootClassName); in parseClasses()
168 mGroupList = found.get(groupClassName); in parseClasses()
DProjectState.java322 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/
Dmessages.properties13 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/
DCanvasViewInfo.java1072 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()
DSelectionManager.java958 boolean found = nodes.size() == newChildren.size(); in selectDropped()
960 if (found || newChildren.size() > 0) { in selectDropped()
964 return found; in selectDropped()
/sdk/
DREADME.txt2 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/
DViewMetadataRepository.java550 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/
DResourceChooser.java512 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/
Dmessages.properties27 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/
Dbuild_messages.properties19 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/
DAndroidJUnitLaunchConfigurationTab.java381 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/
DAdtUtils.java665 boolean found = false;
671 found = true;
675 if (!found) {

12