Searched refs:checkout (Results 1 – 25 of 284) sorted by relevance
12345678910>>...12
/external/grpc-grpc/templates/tools/dockerfile/ |
D | clang_update.include | 5 cd llvm && git checkout ad57503 && cd .. 7 cd clang && git checkout ad2c56e && cd .. 9 cd compiler-rt && git checkout 3176922 && cd .. 12 git checkout c288525 && cd .. 14 cd libcxx && git checkout fda3549 && cd .. 16 cd libcxxabi && git checkout 8d4e51d && cd ..
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/docker/ |
D | build_docker_image.sh | 31 -b|--branch svn branch to checkout, i.e. 'trunk', 34 -r|--revision svn revision to checkout 39 -p|--llvm-project name of an svn project to checkout. Will also add the 45 -c|--checksums name of a file, containing checksums of llvm checkout. 46 Script will fail if checksums of the checkout do not
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/docker/scripts/ |
D | checkout.sh | 15 Usage: checkout.sh [options] 21 -b|--branch svn branch to checkout, i.e. 'trunk', 24 -r|--revision svn revision to checkout 29 -p|--llvm-project name of an svn project to checkout.
|
/external/vulkan-validation-layers/ |
D | .gitattributes | 7 # Files to be converted to native line endings on checkout. 11 # Text files to always have CRLF (dos) line endings on checkout. 14 # Text files to always have LF (unix) line endings on checkout.
|
/external/vulkan-headers/ |
D | .gitattributes | 7 # Files to be converted to native line endings on checkout. 11 # Text files to always have CRLF (dos) line endings on checkout. 14 # Text files to always have LF (unix) line endings on checkout.
|
/external/python/cpython2/Demo/threads/ |
D | sync.py | 287 self.checkout = thread.allocate_lock() 288 self.checkout.acquire() 305 mutex, checkout, idlock = self.mutex, self.checkout, self.idlock 318 checkout.acquire(); idlock.acquire() 321 checkout.release(); idlock.release() 326 checkout.release() 354 self.checkout.release()
|
/external/seccomp-tests/ |
D | README.md | 19 a checkout. 37 git checkout -b update-YYYYMMDD upstream-linux/master 49 git checkout -b upstream-master aosp/upstream-master 76 If you already have a Linux kernel checkout, you can skip adding Linux as a remote and instead 77 perform steps 1-3 of "Updating the Source" in the kernel checkout. Then simply fetch the filtered 79 copying the entire kernel history into your local checkout.
|
/external/grpc-grpc/tools/dockerfile/test/fuzzer/ |
D | Dockerfile | 86 cd llvm && git checkout ad57503 && cd .. 88 cd clang && git checkout ad2c56e && cd .. 90 cd compiler-rt && git checkout 3176922 && cd .. 93 git checkout c288525 && cd .. 95 cd libcxx && git checkout fda3549 && cd .. 97 cd libcxxabi && git checkout 8d4e51d && cd ..
|
/external/wayland-protocols/ |
D | README.android | 10 or otherwise pull down the latest changes if you have a checkout. 12 `git checkout $TAG` 14 checkout. A tool such as `meld` can be used to view and apply the 29 otherwise pull down the latest changes. This is a large checkout 33 src/third_party/wayland-protocols from your checkout. In particular these
|
/external/libcxx/utils/docker/scripts/ |
D | checkout_git.sh | 15 Usage: checkout.sh [options] 21 -b|--branch svn branch to checkout, i.e. 'trunk', 24 -p|--llvm-project name of an svn project to checkout.
|
/external/skia/infra/bots/recipes/ |
D | compile.py | 30 checkout_root = api.checkout.default_checkout_root 51 api.checkout.bot_update( 59 api.checkout.git(checkout_root=checkout_root)
|
D | infra.py | 21 checkout_root = api.checkout.default_checkout_root 22 api.checkout.bot_update(checkout_root=checkout_root)
|
D | update_go_deps.py | 23 checkout_root = api.checkout.default_checkout_root 24 api.checkout.bot_update(checkout_root=checkout_root)
|
/external/skqp/infra/bots/recipes/ |
D | compile.py | 30 checkout_root = api.checkout.default_checkout_root 51 api.checkout.bot_update( 59 api.checkout.git(checkout_root=checkout_root)
|
D | infra.py | 21 checkout_root = api.checkout.default_checkout_root 22 api.checkout.bot_update(checkout_root=checkout_root)
|
D | update_go_deps.py | 23 checkout_root = api.checkout.default_checkout_root 24 api.checkout.bot_update(checkout_root=checkout_root)
|
/external/llvm/utils/git-svn/ |
D | git-svnup | 11 git checkout master 2> /dev/null 13 git checkout $OLD_BRANCH 2> /dev/null
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/git-svn/ |
D | git-svnup | 11 git checkout master 2> /dev/null 13 git checkout $OLD_BRANCH 2> /dev/null
|
/external/skqp/infra/bots/recipe_modules/checkout/examples/ |
D | full.py | 23 checkout_root = api.checkout.default_checkout_root 44 api.checkout.bot_update( 52 api.checkout.git(checkout_root=api.path['start_dir'])
|
/external/skia/infra/bots/recipe_modules/checkout/examples/ |
D | full.py | 23 checkout_root = api.checkout.default_checkout_root 44 api.checkout.bot_update( 52 api.checkout.git(checkout_root=api.path['start_dir'])
|
/external/icu/tools/srcgen/javadoc_patches/ |
D | create_patches.sh | 27 git checkout -- ${ICU4J_DIR} 37 git checkout -- ${ICU4J_DIR}
|
/external/conscrypt/release/ |
D | macos | 26 git checkout master 28 git checkout $1
|
/external/clang/ |
D | ToolchainPrebuilts.md | 49 git checkout -b clean_master <SHA_FOR_SQUASH> 50 git checkout working_dev 59 git checkout -b clean_master aosp/master 60 git checkout working_dev 94 git checkout -b clean_master aosp/master 95 git checkout working_dev 106 git checkout --detach
|
/external/webrtc/talk/ |
D | codereview.settings | 4 If you're working with a Chromium checkout, you'll have to create a full WebRTC 5 checkout and upload a CL from that. See http://www.webrtc.org for instructions.
|
/external/webrtc/webrtc/ |
D | codereview.settings | 4 If you're working with a Chromium checkout, you'll have to create a full WebRTC 5 checkout and upload a CL from that. See http://www.webrtc.org for instructions.
|
12345678910>>...12