Home
last modified time | relevance | path

Searched refs:packages (Results 1 – 11 of 11) sorted by relevance

/sdk/bash_completion/
Dadb.bash227 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/
Dmanifest-expected-completion16.txt7 …e used to control access from other packages to specific components or features in your package …
Dmanifest-expected-completion17.txt6 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/
DUiManifestPkgAttrNode.java315 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()
DUiClassAttributeNode.java513 String[] packages = name.split(AdtConstants.RE_DOT);
514 if (packages.length == 1) {
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
DViewHierarchyScene.java115 String[] packages = nameAndHashcode[0].split("\\."); in getShortName() local
116 return packages[packages.length - 1]; in getShortName()
/sdk/docs/
Dhowto_SDK_git_cygwin.txt55 - You need the "git" and "curl" packages to checkout the code.
59 for a list of extra required packages.
Dhowto_build_SDK.txt130 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/
DMANIFEST.MF60 com.android.sdklib.internal.repository.packages,
/sdk/
Dchanges.txt144 - Fix "folder locked" errors when installing packages in SDK Manager on Windows.
/sdk/eclipse/
Dchanges.txt583 some of its parent packages were missing.