HomeSort by relevance Sort by last modified time
    Searched refs:repo (Results 1 - 25 of 216) sorted by null

1 2 3 4 5 6 7 8 9

  /development/build/tools/
sdk_repo.mk 15 define sdk-repo-pkg-zip
16 $(dir $(2))/sdk-repo-$(1)-$(3)-$(FILE_NAME_TAG).zip
22 # this generates an sdk-repo-linux-tools that contains tools/*
31 define mk-sdk-repo-pkg-1
32 $(call sdk-repo-pkg-zip,$(2),$(3),$(4)): $(3)
35 rm -f ../$(notdir $(call sdk-repo-pkg-zip,$(2),$(3),$(4))) && \
36 zip -9rq ../$(notdir $(call sdk-repo-pkg-zip,$(2),$(3),$(4))) $(4)/*
37 $(call dist-for-goals, sdk_repo, $(call sdk-repo-pkg-zip,$(2),$(3),$(4)))
39 $(call sdk-repo-pkg-zip,$(2),$(3),$(4)):$(notdir $(call sdk-repo-pkg-zip,$(2),$(3),$(4))
    [all...]
  /external/snakeyaml/
docker-run.sh 15 mvn -Dmaven.repo.local=/my-home/.m2/repository clean test
  /development/tools/idegen/
index-gen.sh 23 # To use, run the following command from either your repo root or
34 if [ ! -e $root_dir/.repo ]; then
36 if [ ! -e $root_dir/.repo ]; then
37 echo "Repo root not found. Run this script from your repo root or the idegen directory."
intellij-gen.sh 17 # To use, run the following command from either your repo root or
48 if [ ! -e $root_dir/.repo ]; then
50 if [ ! -e $root_dir/.repo ]; then
51 echo "Repo root not found. Run this script from your repo root or the idegen directory."
  /external/llvm/utils/git/
find-rev 7 parser = OptionParser("usage: %prog [options] <repo> <revision>")
16 repo,rev = args
23 os.chdir(repo)
33 _,repo,_ = ln.strip().split(' ')
34 _,lrev = repo.rsplit('@',1)
  /external/regex-re2/lib/codereview/
codereview.py 280 def Flush(self, ui, repo):
282 self.Upload(ui, repo, gofmt_just_warn=True, creating=True)
283 dir = CodeReviewDir(ui, repo)
296 def Delete(self, ui, repo):
297 dir = CodeReviewDir(ui, repo)
309 def Upload(self, ui, repo, send_mail=False, gofmt=True, gofmt_just_warn=False, creating=False, quiet=False):
313 CheckFormat(ui, repo, self.files, just_warn=gofmt_just_warn)
315 os.chdir(repo.root)
336 vcs = MercurialVCS(upload_options, ui, repo)
383 self.Flush(ui, repo)
    [all...]
  /build/kati/
pack.sh 26 rm src/repo/android.tgz
  /external/droiddriver/
contributing_aosp.md 6 DroidDriver is an "unbundled" project. If you specify the repo manifest branch "droiddriver-dev" (see below), you'll get only the relevant projects instead of the whole AOSP tree.
8 Create a dir for AOSP, e.g. ~/android/aosp. It should be separate from your work on the internal repo to avoid confusion.
9 Then get a local client of the repo:
14 $ repo init -u https://android.googlesource.com/a/platform/manifest -b droiddriver-dev
15 $ repo sync
28 - `repo start somebranchname .`
30 - `repo upload`
40 `$ repo upload --re="<joe@example.com>,<john@example.com>" .`
48 - `repo sync`
51 - `repo upload
    [all...]
  /prebuilts/devtools/
update_jars.sh 48 local repo=$1
50 echo "# Build tools/$repo"
52 local SHA1=$( cd ../../tools/$repo ; git show-ref --head --hash HEAD )
54 tools/$repo: @ $SHA1"
56 ( $DRY cd ../../tools/$repo && $DRY ./gradlew clean publishLocal pushDistribution )
  /external/autotest/client/common_lib/
base_packages.py 32 def parse_ssh_path(repo):
38 match = re.search('^ssh://(.*?)(/.*)$', repo)
43 "Incorrect SSH path in global_config: %s" % repo)
46 def repo_run_command(repo, cmd, ignore_status=False, cd=True):
48 repo = repo.strip()
51 if repo.startswith('ssh://'):
53 hostline, remote_path = parse_ssh_path(repo)
64 cd_str = 'cd %s && ' % repo
71 def create_directory(repo)
    [all...]
  /external/autotest/client/site_tests/power_Consumption/
power_Consumption.py 95 repo = 'http://commondatastorage.googleapis.com/chromeos-test-public/'
96 file_list = [repo + 'big_buck_bunny/big_buck_bunny_trailer_400p.mp4', ]
99 repo + 'big_buck_bunny/big_buck_bunny_trailer_400p.ogg',
100 repo + 'big_buck_bunny/big_buck_bunny_trailer_400p.vp8.webm',
101 repo + 'big_buck_bunny/big_buck_bunny_trailer_400p.vp9.webm',
102 repo + 'big_buck_bunny/big_buck_bunny_trailer_720p.mp4',
103 repo + 'big_buck_bunny/big_buck_bunny_trailer_720p.ogg',
104 repo + 'big_buck_bunny/big_buck_bunny_trailer_720p.vp8.webm',
105 repo + 'big_buck_bunny/big_buck_bunny_trailer_720p.vp9.webm',
106 repo + 'big_buck_bunny/big_buck_bunny_trailer_1080p.mp4'
    [all...]
  /device/common/
generate-blob-lists.sh 20 # It needs to be run from the root of a source tree that can repo sync,
45 repo sync -j32 -n
46 repo sync -j32 -n
47 repo sync -j2 -l
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/84/1/.cp/ant_tasks/
metadataRepository-ant.jar 
  /external/skia/tools/
git-sync-deps 102 def git_checkout_to_directory(git, repo, checkoutable, directory, verbose):
108 repo (string) the location of the repository, suitable
123 [git, 'clone', '--quiet', repo, directory])
126 # if the directory exists, but isn't a git repo, you will modify
131 # Check to see if this repo is disabled. Quick return.
148 [git, 'remote', 'set-url', 'origin', repo], cwd=directory)
188 repo, checkoutable = dependencies[directory].split('@', 1)
195 (git, repo, checkoutable, relative_directory, verbose))
  /frameworks/data-binding/developmentPlugins/localizeMavenPlugin/src/main/groovy/android/databinding/
LocalizeDependenciesTask.groovy 114 def repo = new File(it).getCanonicalFile()
115 if (repo.exists() && !repo.equals(localRepoDir)) {
116 otherRepos.add(repo)
145 for (File repo : otherRepos) {
146 File f = new File(repo, targetPath)
148 println("skipping ${artifact} because it exists in $repo")
157 println("$file is in another git repo, ignore for license")
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/headless-build/
build.properties 190 mapsRepo=:pserver:anonymous@example.com/path/to/repo
  /external/icu/icu4j/eclipse-build/pdebuild/
build.properties 155 mapsRepo=:pserver:anonymous@example.com/path/to/repo
  /sdk/eclipse/buildConfig/
build.properties 167 mapsRepo=:pserver:anonymous@example.com/path/to/repo
  /external/conscrypt/
update_prebuilts.sh 104 repo start "pb_$DATE" .
  /external/glide/
update_files.sh 11 ANDROID_BRANCH_NAME=$(repo info . | sed -n 's/Current revision: \(.*\)/\1/p')
38 repo sync .
55 # repo.
  /frameworks/data-binding/
propLoader.gradle 50 dataBindingConfig.localRepositories.each { repo ->
52 url repo
  /external/autotest/client/virt/
kvm_installer.py 460 self.repo = params.get(repo_param or (prefix + '_repo'))
471 if not self.repo:
473 virt_utils.get_git_branch(self.repo, self.branch, self.srcdir,
527 if not self.userspace.repo:
532 for repo in [self.userspace, self.spice_protocol, self.spice]:
533 if not repo.repo:
535 repo.fetch_and_patch()
538 if self.spice_protocol.repo:
542 if self.spice.repo
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/110/1/.cp/ant_tasks/
publisher-ant.jar 
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
PlanCreator.java 147 ITestResultRepo repo = new TestResultRepo(build.getResultsDir()); local
148 mResult = repo.getResult(mSessionId);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/46/1/.cp/lib/
repository-tools-ant.jar 

Completed in 590 milliseconds

1 2 3 4 5 6 7 8 9