Home
last modified time | relevance | path

Searched refs:checkout (Results 1 – 25 of 130) sorted by relevance

123456

/external/vulkan-validation-layers/build-android/
Dupdate_external_sources_android.sh41 git checkout $GLSLANG_REVISION
48 git checkout $GLSLANG_REVISION
57 git checkout $SPIRV_TOOLS_REVISION
64 git checkout $SPIRV_TOOLS_REVISION
73 git checkout $SPIRV_HEADERS_REVISION
80 git checkout $SPIRV_HEADERS_REVISION
90 git checkout $SHADERC_REVISION
97 git checkout $SHADERC_REVISION
Dupdate_external_sources_android.bat198 git checkout %GLSLANG_REVISION%
210 git checkout %GLSLANG_REVISION%
223 git checkout %SPIRV_TOOLS_REVISION%
235 git checkout %SPIRV_TOOLS_REVISION%
248 git checkout %SPIRV_HEADERS_REVISION%
260 git checkout %SPIRV_HEADERS_REVISION%
273 git checkout %SHADERC_REVISION%
285 git checkout %SHADERC_REVISION%
/external/vulkan-validation-layers/
Dupdate_external_sources.sh22 git checkout ${GLSLANG_REVISION}
29 git checkout --force ${GLSLANG_REVISION}
38 git checkout ${SPIRV_TOOLS_REVISION}
42 git checkout ${SPIRV_HEADERS_REVISION}
49 git checkout ${SPIRV_TOOLS_REVISION}
58 git checkout ${SPIRV_HEADERS_REVISION}
Dupdate_external_sources.bat207 git checkout %GLSLANG_REVISION%
219 git checkout %GLSLANG_REVISION%
228 git checkout %SPIRV_TOOLS_REVISION%
237 git checkout %SPIRV_HEADERS_REVISION%
249 git checkout %SPIRV_TOOLS_REVISION%
252 git checkout %SPIRV_HEADERS_REVISION%
/external/python/cpython2/Demo/threads/
Dsync.py287 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/
DREADME.md19 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/llvm/utils/git-svn/
Dgit-svnup11 git checkout master 2> /dev/null
13 git checkout $OLD_BRANCH 2> /dev/null
/external/syslinux/core/lwip/doc/
Dsavannah.txt15 To perform an anonymous CVS checkout of the main trunk (this is where
18 cvs -z3 -d:pserver:anonymous@cvs.sv.gnu.org:/sources/lwip checkout lwip
21 cvs -z3 -d:pserver:anonymous@cvs.sv.gnu.org:/sources/lwip checkout \
25 cvs -z3 -d:pserver:anonymous@cvs.sv.gnu.org:/sources/lwip checkout \
101 First, checkout a clean copy of the branch to be released. Tag this set with
105 tagged tree. Export is similar to a checkout, except that the CVS metadata
109 cvs -z3 -d:pserver:anonymous@cvs.sv.gnu.org:/sources/lwip checkout \
/external/webrtc/webrtc/
Dcodereview.settings4 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/talk/
Dcodereview.settings4 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/clang/
DToolchainPrebuilts.md49 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
DRenderScriptPrebuilts.md27 git checkout -b clean_master aosp/master
28 git checkout working_dev
39 git checkout --detach
/external/skia/site/dev/contrib/
Drevert.md18 git checkout -b revert$RANDOM origin/master
38 git checkout --detach && git branch -D @{-1}
/external/libmtp/
Dautogen.sh54 wget -O tmpfile http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess
56 wget -O tmpfile http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub
/external/python/cpython2/Demo/pdist/
Drrcs.py61 def checkout(x, copts, fn): function
148 'co': ('', checkout),
149 'get': ('', checkout),
/external/libvpx/libwebm/
DREADME.android16 1. Copy over the following files from the the libwebm checkout:
24 checkout: git log --pretty="%h %s" <previous_hash>...<current_hash>
/external/mesa3d/src/util/sha1/
DREADME19 At the time of checkout HEAD is 1.25 and 1.24 respectively.
21 http://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/src/lib/libc/hash/sha1.c?rev=HEAD
22 http://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/src/include/sha1.h?rev=HEAD
/external/harfbuzz_ng/
DMakefile.am42 (echo A git checkout and git-log is required to generate ChangeLog >&2 && \
43 echo A git checkout and git-log is required to generate this file >> "$(srcdir)/$@"); \
/external/webrtc/webrtc/tools/barcode_tools/
DREADME10 To automatically download Zxing for the encoder script, checkout this directory
28 * Zxing (C++ version). You need to checkout from Subversion and build the libs
/external/skia/infra/bots/recipe_modules/swarming_client/
Dapi.py28 def checkout(self, revision=None, curl_trace_file=None, can_fail_build=True): member in SwarmingClientApi
48 self.m.git.checkout(
/external/autotest/docs/
Dtest-droid.md22 of required packages locally into your autotest checkout.
24 Run site\_utils/test\_droid.py from your autotest checkout to launch a test
132 $ git checkout cros/master
133 $ git checkout -b <local branch name>
/external/bison/build-aux/
Dgnu-web-doc-update143 $GIT checkout "$current_branch"
155 $GIT checkout -b $tmp_branch v$version
/external/fmtlib/support/
Dmanage.py28 def checkout(self, *args): member in Git
59 repo.checkout(branch)
208 fmt_repo.checkout('-B', 'release')
/external/libyuv/files/chromium/
DREADME3 dependencies by creating symlinks to folders in this checkout,
/external/webrtc/chromium/
DREADME3 dependencies by creating symlinks to folders in this checkout,

123456