HomeSort by relevance Sort by last modified time
    Searched full:repository (Results 226 - 250 of 518) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /sdk/sdkmanager/libs/sdkuilib/tests/com/android/sdkuilib/internal/repository/sdkman2/
PackagesDiffLogicTest.java 17 package com.android.sdkuilib.internal.repository.sdkman2;
19 import com.android.sdklib.internal.repository.BrokenPackage;
20 import com.android.sdklib.internal.repository.MockAddonPackage;
21 import com.android.sdklib.internal.repository.MockBrokenPackage;
22 import com.android.sdklib.internal.repository.MockEmptyPackage;
23 import com.android.sdklib.internal.repository.MockExtraPackage;
24 import com.android.sdklib.internal.repository.MockPlatformPackage;
25 import com.android.sdklib.internal.repository.MockPlatformToolPackage;
26 import com.android.sdklib.internal.repository.MockToolPackage;
27 import com.android.sdklib.internal.repository.Package
    [all...]
  /development/pdk/docs/source/
git-repo.jd 119 ]<br><br><div>Installs Repo in the current directory. This creates a .repo/ directory that contains Git repositories for the Repo source code and the standard Android manifest files. The .repo/ directory also containsmanifest.xml, which is a symlink to the selected manifest in the .repo/manifests/ directory.<br><br>The -u argument specifies a URL from which to retrieve a manifest repository. For example:<br>$ repo init -u git://android.git.kernel.org/platform/manifest.git <br><br>To select a manifest file within the repository, use the -m option. (If no manifest name is selected, the default is default.xml.)For example:<br>$ repo init -u git://android.git.kernel.org/platform/manifest.git-m dalkvik-plus.xml <br><br>To specify a revision, that is, a particular manifest-branch, use the -b option. For example:<br>$ repo init -u git://android.git.kernel.org/platform/manifest.git-b release-1.0<br><br>To see other repo init options, run <br>$ repo help init <br><br><b>Note:</b>
125 ]<br><br><div>Downloads new changes and updates the working files in your local environment. After a successful repo sync, the code in specified projects will be up to date with the code in the remote repository.<br><br>You can specify project-list as a list of names or a list of paths to local source directories for the projects:<br>repo sync [<i>proj1</i>
134 <ol><li>If the project has never been synchronized, then repo sync is equivalent to git clone. All branches in the remote repository are copied to the local project directory.
138 is the currently checked-out branch in the local project directory. If the local branch is not tracking a branch in the remote repository, then no synchronization will occur for the project.<br><br>If the git rebase operation results in merge conflicts, you will need to use the normal Git commands (for example, git rebase --continue) to resolve the conflicts.<br></li>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/META-INF/
MANIFEST.MF 129 com.android.sdklib.internal.repository;x-friends:="com.android.ide.eclipse.tests",
130 com.android.sdklib.repository;x-friends:="com.android.ide.eclipse.tests",
134 com.android.sdkuilib.internal.repository;x-friends:="com.android.ide.eclipse.tests",
135 com.android.sdkuilib.internal.repository.icons;x-friends:="com.android.ide.eclipse.tests",
138 com.android.sdkuilib.repository;x-friends:="com.android.ide.eclipse.tests",
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
SdkUpdaterChooserDialog.java 17 package com.android.sdkuilib.internal.repository;
21 import com.android.sdklib.internal.repository.Archive;
22 import com.android.sdklib.internal.repository.IPackageVersion;
23 import com.android.sdklib.internal.repository.Package;
24 import com.android.sdkuilib.internal.repository.icons.ImageFactory;
  /cts/tools/utils/
buildCts.py 61 print 'ctsOutputDir: Directory in which the CTS repository should be created.'
72 self.test_repository = os.path.join(self.out_dir, 'repository/testcases')
73 self.plan_repository = os.path.join(self.out_dir, 'repository/plans')
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
PhotoPage.java 373 PositionRepository repository = PositionRepository.getInstance(mActivity); local
374 repository.clear();
380 repository.putPosition(
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
AddonsListFetcher.java 17 package com.android.sdklib.internal.repository;
21 import com.android.sdklib.repository.SdkAddonsListConstants;
323 * Validates this XML against one of the requested SDK Repository schemas.
Archive.java 17 package com.android.sdklib.internal.repository;
31 * the SDK repository.
270 * Returns the download archive URL, either absolute or relative to the repository xml.
LocalSdkParser.java 17 package com.android.sdklib.internal.repository;
25 import com.android.sdklib.internal.repository.Archive.Arch;
26 import com.android.sdklib.internal.repository.Archive.Os;
  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/
SdkAddonSourceTest.java 17 package com.android.sdklib.internal.repository;
20 import com.android.sdklib.repository.SdkAddonConstants;
125 // Support some random XML document, totally unrelated to our sdk-repository schema
  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/testdata/
repository_sample_1.xml 17 <sdk:sdk-repository
18 xmlns:sdk="http://schemas.android.com/sdk/android/repository/1">
274 </sdk:sdk-repository>
repository_sample_2.xml 17 <sdk:sdk-repository
18 xmlns:sdk="http://schemas.android.com/sdk/android/repository/2">
309 </sdk:sdk-repository>
repository_sample_3.xml 17 <sdk:sdk-repository
18 xmlns:sdk="http://schemas.android.com/sdk/android/repository/3">
261 </sdk:sdk-repository>
repository_sample_4.xml 17 <sdk:sdk-repository
18 xmlns:sdk="http://schemas.android.com/sdk/android/repository/4">
278 </sdk:sdk-repository>
repository_sample_5.xml 17 <sdk:sdk-repository
18 xmlns:sdk="http://schemas.android.com/sdk/android/repository/5">
356 </sdk:sdk-repository>
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdSelector.java 27 import com.android.sdklib.internal.repository.ITask;
28 import com.android.sdklib.internal.repository.ITaskMonitor;
29 import com.android.sdkuilib.internal.repository.SettingsController;
30 import com.android.sdkuilib.internal.repository.icons.ImageFactory;
32 import com.android.sdkuilib.repository.SdkUpdaterWindow;
33 import com.android.sdkuilib.repository.SdkUpdaterWindow.SdkInvocationContext;
    [all...]
  /docs/source.android.com/src/source/
version-control.md 23 **Repo** is a repository management tool that we built on top of Git. Repo unifies the many Git repositories when necessary, does the uploads to our [revision control system](http://review.source.android.com/), and automates parts of the Android development workflow. Repo is not meant to replace Git, only to make it easier to work with Git in the context of Android. The repo command is an executable Python script that you can put anywhere in your path. In working with the Android source files, you will use Repo for across-network operations. For example, with a single Repo command you can download files from multiple repositories into your local working directory.
103 which accepts as arguments any files or directories within the project directory. Despite the name, `git add` does not simply add files to the git repository; it can also be used to stage file modifications and deletions.
  /external/elfutils/
COPYING 46 the Source Code in an information repository reasonably calculated to
49 the address of that information repository in a notice immediately
  /external/oprofile/
HACKING 188 And add a merge tag (in the trunk repository):
199 merge tag along for the next merge (in the trunk repository) :
  /external/webkit/Source/WebCore/manual-tests/
media-controls.html 71 <script src="http://svn.webkit.org/repository/webkit/trunk/LayoutTests/media/media-file.js"></script>
74 var MEDIA_FILES_LOCATION = 'http://svn.webkit.org/repository/webkit/trunk/LayoutTests/media/content';
  /frameworks/base/core/tests/hosttests/src/android/content/pm/
PackageManagerStressHostTests.java 40 // Path to the app repository and various subdirectories of it
121 * Get the absolute file system location of repository test app with given filename
  /ndk/build/tools/
download-toolchain-sources.sh 49 register_var_option "--git-base=<git-uri>" OPTION_GIT_BASE "Use specific git repository base"
136 echo "ERROR: Invalid reference repository directory path: $GITREFERENCE"
  /packages/apps/Browser/tools/
get_search_engines.py 56 The search engine data is downloaded from the Chrome source repository.
61 if self.chrome_data.lower().find('repository not found') != -1:
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
WrapInWizard.java 198 ViewMetadataRepository repository = ViewMetadataRepository.get(); local
200 repository.getPaletteEntries(targetData, false, true);
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/tasks/
ProgressView.java 19 import com.android.sdklib.internal.repository.ITask;
20 import com.android.sdklib.internal.repository.ITaskMonitor;

Completed in 458 milliseconds

1 2 3 4 5 6 7 8 91011>>