/external/autotest/site_utils/ |
D | automated_deploy.py | 87 def clone_prod_branch(repo): argument 96 repo_dir = '/tmp/%s' % repo 97 print 'Cloning %s prod branch under %s' % (repo, repo_dir) 100 git_repo = revision_control.GitRepo(repo_dir, GIT_URL[repo]) 102 print 'Successfully cloned %s prod branch' % repo 106 def update_prod_branch(repo, repo_dir, hash_to_rebase): argument 119 print 'Updating %s prod branch.' % repo 132 print 'Successfully pushed %s prod branch!\n' % repo 141 (repo, result)) 144 print 'No new %s changes found since last push.' % repo [all …]
|
D | automated_deploy_unittest.py | 113 repo = 'autotest' 117 (repo, expect_display_cmd, autotest_commits_logs)) 118 actual_return = ad.get_pushed_commits(repo, 'test', '123..789') 124 repo = 'chromite' 127 (repo, expect_git_log_cmd, fake_commits_logs)) 128 actual_return = ad.get_pushed_commits(repo, 'test', '123..789')
|
/external/autotest/client/common_lib/ |
D | packages.py | 39 def parse_ssh_path(repo): argument 45 match = re.search('^ssh://(.*?)(/.*)$', repo) 50 "Incorrect SSH path in global_config: %s" % repo) 53 def repo_run_command(repo, cmd, ignore_status=False, cd=True): argument 55 repo = repo.strip() 58 if repo.startswith('ssh://'): 60 hostline, remote_path = parse_ssh_path(repo) 71 cd_str = 'cd %s && ' % repo 78 def create_directory(repo): argument 79 remote_path = repo [all …]
|
D | software_manager.py | 661 def add_repo(self, repo): argument 670 if repo not in repo_file_contents: 671 repo_file.write(repo) 674 def remove_repo(self, repo): argument 684 if not line == repo:
|
/external/python/cpython3/Tools/hg/ |
D | hgtouch.py | 14 def parse_config(repo): argument 16 fp = repo.wfile(".hgtouch") 38 def check_rule(ui, repo, modified, basedir, output, inputs): argument 47 f_output = repo.wjoin(os.path.join(basedir, output)) 57 f_i = repo.wjoin(os.path.join(basedir, i)) 85 def do_touch(ui, repo, basedir): argument 87 if not os.path.isdir(repo.wjoin(basedir)): 92 modified = repo.status()[0] 93 dependencies = parse_config(repo) 105 _success, _tstamp = check_rule(ui, repo, modified, basedir, output, inputs) [all …]
|
/external/droiddriver/ |
D | contributing_aosp.md | 6 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 31 - `repo start somebranchname .` 33 - `repo upload` 43 `$ repo upload --re="<joe@example.com>,<john@example.com>" .` 51 - `repo sync` 54 - `repo upload` [all …]
|
/external/autotest/client/site_tests/power_Consumption/ |
D | power_Consumption.py | 91 repo = 'http://commondatastorage.googleapis.com/chromeos-test-public/' 92 file_list = [repo + 'big_buck_bunny/big_buck_bunny_trailer_400p.mp4', ] 95 repo + 'big_buck_bunny/big_buck_bunny_trailer_400p.ogg', 96 repo + 'big_buck_bunny/big_buck_bunny_trailer_400p.vp8.webm', 97 repo + 'big_buck_bunny/big_buck_bunny_trailer_400p.vp9.webm', 98 repo + 'big_buck_bunny/big_buck_bunny_trailer_720p.mp4', 99 repo + 'big_buck_bunny/big_buck_bunny_trailer_720p.ogg', 100 repo + 'big_buck_bunny/big_buck_bunny_trailer_720p.vp8.webm', 101 repo + 'big_buck_bunny/big_buck_bunny_trailer_720p.vp9.webm', 102 repo + 'big_buck_bunny/big_buck_bunny_trailer_1080p.mp4', [all …]
|
/external/swiftshader/third_party/LLVM/utils/git/ |
D | find-rev | 16 repo,rev = args 23 os.chdir(repo) 33 _,repo,_ = ln.strip().split(' ') 34 _,lrev = repo.rsplit('@',1)
|
/external/llvm/utils/git/ |
D | find-rev | 16 repo,rev = args 23 os.chdir(repo) 33 _,repo,_ = ln.strip().split(' ') 34 _,lrev = repo.rsplit('@',1)
|
/external/protobuf/protoc-artifacts/ |
D | Dockerfile | 29 RUN wget http://people.centos.org/tru/devtools-1.1/devtools-1.1.repo -P /etc/yum.repos.d 30 RUN bash -c 'echo "enabled=1" >> /etc/yum.repos.d/devtools-1.1.repo' 31 … 's/\$basearch/i386/g' /etc/yum.repos.d/devtools-1.1.repo > /etc/yum.repos.d/devtools-i386-1.1.rep… 32 RUN sed -e 's/testing-/testing-i386-/g' -i /etc/yum.repos.d/devtools-i386-1.1.repo
|
/external/curl/docs/ |
D | RELEASE-PROCEDURE | 4 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/skia/tools/ |
D | git-sync-deps | 111 def git_checkout_to_directory(git, repo, checkoutable, directory, verbose): argument 132 [git, 'clone', '--quiet', repo, directory]) 158 [git, 'remote', 'set-url', 'origin', repo], cwd=directory) 208 repo, checkoutable = dependencies[directory].split('@', 1) 215 (git, repo, checkoutable, relative_directory, verbose))
|
/external/skqp/tools/ |
D | git-sync-deps | 111 def git_checkout_to_directory(git, repo, checkoutable, directory, verbose): argument 132 [git, 'clone', '--quiet', repo, directory]) 158 [git, 'remote', 'set-url', 'origin', repo], cwd=directory) 208 repo, checkoutable = dependencies[directory].split('@', 1) 215 (git, repo, checkoutable, relative_directory, verbose))
|
/external/toolchain-utils/ |
D | repo_to_repo.py | 314 repo = self.CreateRepoFromDict(repo_dict) 316 self.input_repos.append(repo) 318 self.output_repos.append(repo) 332 repo = P4Repo(repo_address, repo_mappings, revision=revision) 334 repo = SvnRepo(repo_address, repo_mappings) 336 repo = GitRepo( 343 repo = FileRepo(repo_address) 346 return repo
|
/external/clang/ |
D | ToolchainPrebuilts.md | 23 repo init -u https://android.googlesource.com/platform/manifest -b llvm 26 repo init -u \ 34 repo start working_dev . 82 repo start update_38 . 85 repo upload . 91 repo sync . 160 repo start updated_toolchain . 163 repo upload --cbr .
|
D | RenderScriptPrebuilts.md | 14 repo start update . 18 repo upload . 24 repo sync . 65 repo upload .
|
/external/robolectric-shadows/scripts/ |
D | README.md | 18 $ curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo 19 $ chmod a+x ~/bin/repo 47 Now use repo to sync the android source, and then build.
|
/external/protobuf/jenkins/docker/ |
D | Dockerfile | 22 run echo "deb http://download.mono-project.com/repo/debian wheezy main" | tee /etc/apt/sources.list… 23 …echo "deb http://download.mono-project.com/repo/debian wheezy-libjpeg62-compat main" | tee -a /etc… 114 $MVN install dependency:go-offline -Dmaven.repo.local=$MAVEN_REPO -P lite && \ 115 $MVN install dependency:go-offline -Dmaven.repo.local=$MAVEN_REPO && \ 117 $MVN install dependency:go-offline -Dmaven.repo.local=$MAVEN_REPO
|
/external/autotest/server/control_segments/ |
D | verify_job_repo_url | 6 logging.info('testbed does not need to verify job repo url.') 9 logging.info('Verifying job repo url for machine %s', machine)
|
/external/skia/bin/ |
D | try.py | 36 def get_jobs(repo): argument 42 dirname = repo.split('/')[-1] 45 utils.GIT, 'clone', '--mirror', repo, dirname])
|
/external/skqp/bin/ |
D | try.py | 36 def get_jobs(repo): argument 42 dirname = repo.split('/')[-1] 45 utils.GIT, 'clone', '--mirror', repo, dirname])
|
/external/google-benchmark/ |
D | mingw.py | 66 repo = socket.read() 67 if not isinstance(repo, str): 68 repo = repo.decode(); 70 for entry in repo.split('\n')[:-1]:
|
/external/bouncycastle/ |
D | README.android | 47 repo upload . -D upstream-master 53 repo start merge-xxx 82 repo upload .
|
/external/libdrm/ |
D | RELEASING | 36 assuming the remote for the upstream libdrm repo is called origin. 38 5) Use the release.sh script from the xorg/util/modular repo to 42 at the same level than the libdrm repo:
|
/external/glide/ |
D | update_files.sh | 11 ANDROID_BRANCH_NAME=$(repo info . | sed -n 's/Current revision: \(.*\)/\1/p') 38 repo sync .
|