Home
last modified time | relevance | path

Searched refs:repo (Results 1 – 25 of 117) sorted by relevance

12345

/external/regex-re2/lib/codereview/
Dcodereview.py280 def Flush(self, ui, repo): argument
282 self.Upload(ui, repo, gofmt_just_warn=True, creating=True)
283 dir = CodeReviewDir(ui, repo)
296 def Delete(self, ui, repo): argument
297 dir = CodeReviewDir(ui, repo)
309 …def Upload(self, ui, repo, send_mail=False, gofmt=True, gofmt_just_warn=False, creating=False, qui… argument
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 …]
/external/autotest/client/common_lib/
Dbase_packages.py32 def parse_ssh_path(repo): argument
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): argument
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): argument
72 remote_path = repo
[all …]
/external/droiddriver/
Dcontributing_aosp.md6 DroidDriver is an "unbundled" project. If you specify the repo manifest branch "droiddriver-dev" (s…
8 … 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 …]
/external/libweave/
DREADME.md24 curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
25 chmod a+x ~/bin/repo
31 repo init -u https://weave.googlesource.com/weave/manifest
32 repo sync
150 repo start <branch name> .
162 repo upload .
167 Go to the url from the output of "repo upload" and add reviewers.
/external/autotest/client/site_tests/power_Consumption/
Dpower_Consumption.py95 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 …]
/external/llvm/utils/git/
Dfind-rev16 repo,rev = args
23 os.chdir(repo)
33 _,repo,_ = ln.strip().split(' ')
34 _,lrev = repo.rsplit('@',1)
/external/autotest/server/samples/
Dgit_kernel.srv1 # dir on remote host to hold git repo
22 # acquire git repo, make sure it is up-to-date, clone repo into tmp dir
25 # display local repo version
Dkvm_from_git.srv8 ### kvm git repo vars ###
13 ### kvm-userspace git repo vars ###
21 print "XXXX pulling latest kvm from git repo"
26 print "XXXX pulling latest kvm-userspace from git repo"
/external/skia/tools/
Dgit-sync-deps102 def git_checkout_to_directory(git, repo, checkoutable, directory, verbose): argument
123 [git, 'clone', '--quiet', repo, directory])
148 [git, 'remote', 'set-url', 'origin', repo], cwd=directory)
188 repo, checkoutable = dependencies[directory].split('@', 1)
195 (git, repo, checkoutable, relative_directory, verbose))
/external/curl/docs/
DRELEASE-PROCEDURE4 in the source code repo
13 - tag the git repo in this style: `git tag -a curl-7_34_0`. -a annotates the
27 in the curl-www repo
38 - tag the repo with the same tag as used for the source repo
/external/chromium-trace/catapult/dashboard/docs/
Dcloud-debugger.md5 functionality requires having a copy of this repo in a [Cloud Source
13 git remote add cloud-repo https://source.developers.google.com/p/chromeperf/
14 git push --all cloud-repo
/external/clang/
DToolchainPrebuilts.md9 repo init -u https://android.googlesource.com/platform/manifest -b llvm
12 repo init -u \
20 repo start working_dev .
68 repo start update_38 .
71 repo upload .
77 repo sync .
146 repo start updated_toolchain .
149 repo upload --cbr .
DRenderScriptPrebuilts.md11 repo start update .
15 repo upload .
21 repo sync .
59 repo upload .
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/84/1/.cp/ant_tasks/
DmetadataRepository-ant.jar ... .internal.p2.metadata.repository.CompositeMetadataRepository repo org.eclipse.equinox.p2.core. ...
/external/autotest/client/virt/
Dkvm_installer.py460 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:
/external/autotest/server/control_segments/
Dverify_job_repo_url6 logging.info('testbed does not need to verify job repo url.')
9 logging.info('Verifying job repo url for machine %s', machine)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/46/1/.cp/lib/
Drepository-tools-ant.jar ... .internal.repository.tools.tasks.DestinationRepository repo org.apache.tools.ant.types. ...
/external/hyphenation-patterns/de/
DREADME.android1 URL: http://repo.or.cz/wortliste.git/snapshot/43e8e53dd38c4ba975e944fe07db3d8945fb30e0.zip
11 git repo.
/external/google-benchmark/
Dmingw.py66 repo = socket.read()
67 if not isinstance(repo, str):
68 repo = repo.decode();
70 for entry in repo.split('\n')[:-1]:
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/documentation/
DContributing.md9 3. Get the code - Fork this repo and clone it locally.
15 1. Make sure that you have a fork of the original repo.
23 your forked branch to the original repo.
/external/glide/
Dupdate_files.sh11 ANDROID_BRANCH_NAME=$(repo info . | sed -n 's/Current revision: \(.*\)/\1/p')
38 repo sync .
/external/skia/site/user/sample/
Dbuilding.md28 The first step is to setup a remote git repo, take your pick of provider. In
29 my case, the repo is called UsingSkia and lives on
32 With the remote repo created, we create a .gclient configuration file. The
51 The name that we configured is the directory in which the repo will be checked
53 gclient does around the url to determine if the repo is SVN or GIT. I've found
60 error because the repo was empty. That seems to be fine.) When finished, you
66 With the repo created we can go ahead and create our src/DEPS file. The DEPS
91 the repo they'll be using the same version of Skia that we've built and tested
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/110/1/.cp/ant_tasks/
Dpublisher-ant.jar ... .equinox.p2.repository.artifact.IArtifactRepository repo org.eclipse.equinox.p2.query. ...
/external/testng/gradle/
Dpublishing-maven.gradle38 // ./gradlew uploadArchives (upload snapshot to Maven Central's snapshot repo)
66 distribution 'repo'
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.equinox.p2.extensionlocation_1.2.0.v20100518.jar ... .equinox.internal.p2.extensionlocation.ExtensionLocationArtifactRepository repo org.eclipse.equinox.p2.core. ...

12345