Home
last modified time | relevance | path

Searched refs:REPO (Results 1 – 10 of 10) sorted by relevance

/external/skqp/infra/bots/assets/clang_linux/
Dcreate.py17 REPO = "https://llvm.googlesource.com/" variable
27 BRANCH, REPO + "llvm"])
30 BRANCH, REPO + "clang"])
32 BRANCH, REPO + "lld"])
35 BRANCH, REPO + "clang-tools-extra", "extra"])
39 BRANCH, REPO + "compiler-rt"])
41 BRANCH, REPO + "libcxx"])
43 BRANCH, REPO + "libcxxabi"])
/external/skia/infra/bots/assets/clang_linux/
Dcreate.py17 REPO = "https://llvm.googlesource.com/" variable
27 BRANCH, REPO + "llvm"])
30 BRANCH, REPO + "clang"])
32 BRANCH, REPO + "lld"])
35 BRANCH, REPO + "clang-tools-extra", "extra"])
39 BRANCH, REPO + "compiler-rt"])
41 BRANCH, REPO + "libcxx"])
43 BRANCH, REPO + "libcxxabi"])
/external/autotest/contrib/
Dservo-stat17 REPO=$(dirname $(readlink -f $0))/../../../../..
18 REPO=$(readlink -f $REPO)
19 PYTHON=$(readlink -f $REPO/chroot/usr/bin/python2.7)
20 HDCTOOLS=$(readlink -f $REPO/chroot/usr/lib/python2.7/site-packages/servo)
21 KEYFILE=$REPO
/external/okhttp/
Ddeploy_website.sh5 REPO="git@github.com:square/okhttp.git"
12 git clone $REPO $DIR
/external/skia/infra/bots/assets/bloaty/
Dcreate.py18 REPO = 'https://github.com/google/bloaty' variable
25 '--single-branch', REPO])
/external/skqp/infra/bots/assets/bloaty/
Dcreate.py18 REPO = 'https://github.com/google/bloaty' variable
25 '--single-branch', REPO])
/external/okhttp/okio/
Ddeploy_javadoc.sh5 REPO="git@github.com:square/okio.git"
15 git clone $REPO $DIR
/external/dagger2/
Ddeploy_website.sh9 REPO="git@github.com:square/dagger.git"
19 git clone $REPO $DIR
/external/perfetto/infra/perfetto-ci.appspot.com/static/
Dscript.js22 const REPO = 'catapult-project/perfetto'; constant
51 link.href = 'https://travis-ci.org/' + REPO + '/jobs/' + jobId;
72 fetch('https://api.travis-ci.org/repos/' + REPO + '/branches/' + branch)
/external/grpc-grpc/examples/node/
DREADME.md14 $ export REPO_ROOT=grpc # REPO root can be any directory of your choice