/external/chromium_org/chrome/common/extensions/docs/server2/ |
github_file_system_provider.py | 12 '''Provides GithubFileSystems bound to an owner/repo pair. 18 def Create(self, owner, repo): 23 |repo| is the repository name, e.g. 'devtools-docs'. 25 if owner == 'GoogleChrome' and repo == 'chrome-app-samples': 32 NewGithubFileSystem.Create(owner, repo, self._object_store_creator), 38 def Create(self, owner, repo):
|
/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...] |
/docs/source.android.com/src/source/ |
downloading.jd | 31 <h2 id="installing-repo"> 32 Installing Repo 35 Repo is a tool that makes it easier to work with Git in the context of Android. For more 36 information about Repo, see the <a href="developing.html">Developing</a> section. 39 To install Repo: 55 Download the Repo tool and ensure that it is executable: 58 $ curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo 59 $ chmod a+x ~/bin/repo [all...] |
using-repo.jd | 1 page.title=Repo command reference 27 <p>Repo usage takes the following form: </p> 28 <pre><code>repo COMMAND OPTIONS 30 <p>Optional elements are shown in brackets [ ]. Once Repo is installed, you can get information about any command by running </p> 31 <pre><code>repo help COMMAND 34 <pre><code>repo sync [PROJECT0 PROJECT1 ... PROJECTN] 35 repo sync [/PATH/TO/PROJECT0 ... /PATH/TO/PROJECTN] 39 <pre><code>$ repo init -u URL [OPTIONS] 41 <p>Installs Repo in the current directory. This creates a <code>.repo/</code> directory that contains Git repositories for the Repo source code and the standard Android (…) [all...] |
developing.jd | 27 <p>To work with the Android code, you will need to use both Git and Repo. In most situations, you can use Git instead of Repo, or mix Repo and Git commands to form complex commands. Using Repo for basic across-network operations will make your work much simpler, however.</p> 29 <p><strong>Repo</strong> is a repository management tool that we built on top of Git. Repo 32 automates parts of the Android development workflow. Repo is not meant to 34 Android. The repo command is an executable Python script that you can put 36 use Repo for across-network operations. For example, with a single Repo [all...] |
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/model/ |
ct-commit-list.html | 39 var repo = split[0]; 41 if (revision && repo) { 42 if (!this.revisions[repo]) { 43 this.revisions[repo] = [revision]; 45 this.revisions[repo].push(revision);
|
/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/chromium_org/third_party/skia/third_party/ |
README | 3 the Skia repo, while others are pulled from other repositories and placed
|
/external/okhttp/ |
deploy_website.sh | 5 REPO="git@github.com:square/okhttp.git" 14 # Clone the current repo into temp folder 15 git clone $REPO $DIR 26 # Copy website files from real repo
|
/developers/build/prebuilts/androidtv/leanback/ |
CONTRIBUTING.md | 26 1. Create your change to the repo in question. 27 * Fork the desired repo, develop and test your code changes. 31 1. The repo owner will review your request. If it is approved, the change will 32 be merged. If it needs additional work, the repo owner will respond with 39 1. Create your own repo for your app following this naming convention: 46 1. Create your sample app in this repo. 48 googlecast repo. 53 1. Submit a request to fork your repo in googlecast organization. 54 1. The repo owner will review your request. If it is approved, the sample will 55 be merged. If it needs additional work, the repo owner will respond with [all...] |
/developers/build/prebuilts/androidtv/visual-game-controller/ |
CONTRIBUTING.md | 26 1. Create your change to the repo in question. 27 * Fork the desired repo, develop and test your code changes. 31 1. The repo owner will review your request. If it is approved, the change will 32 be merged. If it needs additional work, the repo owner will respond with 39 1. Create your own repo for your app following this naming convention: 46 1. Create your sample app in this repo. 48 googlecast repo. 53 1. Submit a request to fork your repo in googlecast organization. 54 1. The repo owner will review your request. If it is approved, the sample will 55 be merged. If it needs additional work, the repo owner will respond with [all...] |
/sdk/docs/ |
howto_SDK_git_cygwin.txt | 69 Out of the box, "repo" and "git" will work just fine under Cygwin: 71 $ repo init -u git://android.git.kernel.org/platform/manifest.git 72 $ repo sync 85 $ repo init -u ssh://my.private.ssh.repo/platform/manifest.git 87 $ repo sync 94 There is one remaining issue with the default repo/git options: 96 If you plan on contributing, you will notice that even after a fresh "repo 105 To do this you just need to create a file .repo/local_manifest.xml that 128 Here's a script that takes care of all these details. It performs the repo [all...] |
/external/chromium_org/build/ |
tree_truth.sh | 9 # $1: path to repo 19 # $1: path to repo 24 # For the given repo, set tag to HEAD. 25 # $1: path to repo 31 # For the given repo, delete the tag. 32 # $1: path to repo 38 # For the given repo, set tag to "three commits ago" (for testing). 39 # $1: path to repo 50 # $1: path to repo 52 # $3: simple/short repo name to use for displa [all...] |
/developers/build/ |
github-upload | 32 ##checking to see if the repo already exists 34 echo "$i already exists as a repo" 36 echo "A repo for $i does not exist yet" 41 #URL Repo Name:
|
github-update | 36 ##checking to see if the repo exists 38 echo "Cannot access repo for $i, it may not exist yet" 40 echo "Updating repo for $i"
|
/external/chromium_org/third_party/cython/src/ |
Makefile | 2 REPO = git://github.com/cython/cython.git 12 git clone -n $(REPO) $(TMPDIR) 18 repo: .git
|
/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."
|
/external/chromium_org/third_party/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...] |
/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...] |
/developers/build/prebuilts/gradle/ActionBarCompat-Basic/ |
CONTRIB.md | 23 1. Submit an issue describing your proposed change to the repo in question. 24 1. The repo owner will respond to your issue promptly. 27 1. Fork the desired repo, develop and test your code changes.
|
CONTRIBUTING.md | 23 1. Submit an issue describing your proposed change to the repo in question. 24 1. The repo owner will respond to your issue promptly. 27 1. Fork the desired repo, develop and test your code changes.
|
/developers/build/prebuilts/gradle/ActionBarCompat-ListPopupMenu/ |
CONTRIB.md | 23 1. Submit an issue describing your proposed change to the repo in question. 24 1. The repo owner will respond to your issue promptly. 27 1. Fork the desired repo, develop and test your code changes.
|
CONTRIBUTING.md | 23 1. Submit an issue describing your proposed change to the repo in question. 24 1. The repo owner will respond to your issue promptly. 27 1. Fork the desired repo, develop and test your code changes.
|
/developers/build/prebuilts/gradle/ActionBarCompat-ShareActionProvider/ |
CONTRIB.md | 23 1. Submit an issue describing your proposed change to the repo in question. 24 1. The repo owner will respond to your issue promptly. 27 1. Fork the desired repo, develop and test your code changes.
|
CONTRIBUTING.md | 23 1. Submit an issue describing your proposed change to the repo in question. 24 1. The repo owner will respond to your issue promptly. 27 1. Fork the desired repo, develop and test your code changes.
|