Home
last modified time | relevance | path

Searched refs:names (Results 1 – 25 of 32) sorted by relevance

12

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
DAndroidClasspathContainerPage.java183 final String[] names = new String[projects.length]; in getAndroidProjects() local
185 names[i] = projects[i].getName(); in getAndroidProjects()
187 Arrays.sort(names); in getAndroidProjects()
188 return names; in getAndroidProjects()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
DFlagAttributeDescriptor.java64 String tooltip, IAttributeInfo attrInfo, String[] names) { in FlagAttributeDescriptor() argument
66 mNames = names; in FlagAttributeDescriptor()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
DAttrsXmlParser.java584 ArrayList<String> names = null; in parseEnumFlagValues() local
593 if (names == null) { in parseEnumFlagValues()
594 names = new ArrayList<String>(); in parseEnumFlagValues()
597 names.add(name); in parseEnumFlagValues()
626 return names == null ? null : names.toArray(new String[names.size()]); in parseEnumFlagValues()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DActivityPage.java124 java.util.List<String> names = new ArrayList<String>(templates.size()); in onEnter() local
141 names.add(metadata.getTitle()); in onEnter()
143 index = names.size(); in onEnter()
146 String[] items = names.toArray(new String[names.size()]); in onEnter()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
DImportedProject.java169 NodeList names = doc.getElementsByTagName(ATTR_NAME); in findEclipseProjectName() local
170 if (names.getLength() >= 1) { in findEclipseProjectName()
171 Node nameElement = names.item(0); in findEclipseProjectName()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dmanifest-expected-completion17.txt3 …name collisions. For example, applications published by Google could have names of the form com.go…
Dcompletion1-expected-completion11.txt67 <view /> : A view tag whose class attribute names the class to be instantiated
Dcompletion1-expected-completion12.txt67 <view /> : A view tag whose class attribute names the class to be instantiated
Dcompletion9-expected-completion64.txt68 <view /> : A view tag whose class attribute names the class to be instantiated
Dmanifest-expected-completion16.txt9 … this package has ownership of the given permission name, as well as all names underneath it (sep…
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
DUiFlagAttributeNode.java247 String[] names = getPossibleValues(null); in createDialogArea() local
248 if (names != null) { in createDialogArea()
249 for (String name : names) { in createDialogArea()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt.overlay/
DREADME.txt11 names, so the org.eclipse plugin would clobber the com.android.eclipse
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/resources/platform/
DAttributeInfoTest.java278 Collection<String> names = mResources.get(type); in hasResourceItem() local
279 if (names != null) { in hasResourceItem()
280 return names.contains(name); in hasResourceItem()
/sdk/
DREADME.txt40 - Generally there are only 2 task names to remember:
44 - To find the list of project-names you can use with gradle:
/sdk/find_lock/
DNOTICE152 names, trademarks, service marks, or product names of the Licensor,
/sdk/avdlauncher/
DNOTICE152 names, trademarks, service marks, or product names of the Licensor,
/sdk/eventanalyzer/
DNOTICE152 names, trademarks, service marks, or product names of the Licensor,
/sdk/sdklauncher/
DNOTICE152 names, trademarks, service marks, or product names of the Licensor,
/sdk/annotations/
DNOTICE152 names, trademarks, service marks, or product names of the Licensor,
/sdk/files/
DNOTICE152 names, trademarks, service marks, or product names of the Licensor,
/sdk/dumpeventlog/
DNOTICE152 names, trademarks, service marks, or product names of the Licensor,
/sdk/apps/SdkController/
DNOTICE152 names, trademarks, service marks, or product names of the Licensor,
/sdk/emulator/
DNOTICE152 names, trademarks, service marks, or product names of the Licensor,
/sdk/files/ant/
DNOTICE152 names, trademarks, service marks, or product names of the Licensor,
/sdk/bash_completion/
DNOTICE152 names, trademarks, service marks, or product names of the Licensor,

12