Searched refs:packages (Results 1 – 11 of 11) sorted by relevance
/sdk/bash_completion/ |
D | adb.bash | 227 local serial i where cur packages 254 packages="$( 263 COMPREPLY=( ${COMPREPLY[@]:-} $(compgen -W "${packages}" -- "${cur}") )
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
D | manifest-expected-completion16.txt | 7 …e used to control access from other packages to specific components or features in your package …
|
D | manifest-expected-completion17.txt | 6 android:sharedUserId : Specify the name of a user ID that will be shared between multiple packages…
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/ |
D | UiManifestPkgAttrNode.java | 315 TreeSet<String> packages = new TreeSet<String>(); in getPossibleValues() local 325 packages.add(manifestData.getPackage()); in getPossibleValues() 328 return packages.toArray(new String[packages.size()]); in getPossibleValues()
|
D | UiClassAttributeNode.java | 513 String[] packages = name.split(AdtConstants.RE_DOT); 514 if (packages.length == 1) {
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
D | ViewHierarchyScene.java | 115 String[] packages = nameAndHashcode[0].split("\\."); in getShortName() local 116 return packages[packages.length - 1]; in getShortName()
|
/sdk/docs/ |
D | howto_SDK_git_cygwin.txt | 55 - You need the "git" and "curl" packages to checkout the code. 59 for a list of extra required packages.
|
D | howto_build_SDK.txt | 130 Under Ubuntu, you will need the following extra packages: 175 - Required packages: autoconf, bison, curl, flex, gcc, g++, git, gnupg, make, 177 - Suggested extra packages: diffutils, emacs, openssh, rsync, vim, wget.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.base/META-INF/ |
D | MANIFEST.MF | 60 com.android.sdklib.internal.repository.packages,
|
/sdk/ |
D | changes.txt | 144 - Fix "folder locked" errors when installing packages in SDK Manager on Windows.
|
/sdk/eclipse/ |
D | changes.txt | 583 some of its parent packages were missing.
|