HomeSort by relevance Sort by last modified time
    Searched refs:checkout (Results 1 - 25 of 75) sorted by null

1 2 3

  /frameworks/av/media/libaaudio/scripts/
revert_all_aaudio.sh 13 git checkout -- ${LIBAAUDIO_DIR}/examples
14 git checkout -- ${LIBAAUDIO_DIR}/include
15 git checkout -- ${LIBAAUDIO_DIR}/src
16 git checkout -- ${LIBAAUDIO_DIR}/tests
17 git checkout -- ${OBOESERVICE_DIR}
  /external/llvm/utils/git-svn/
git-svnup 11 git checkout master 2> /dev/null
13 git checkout $OLD_BRANCH 2> /dev/null
  /external/icu/tools/srcgen/javadoc_patches/
create_patches.sh 27 git checkout -- ${ICU4J_DIR}
37 git checkout -- ${ICU4J_DIR}
  /external/annotation-tools/buildtest/
buildtest 12 # present directory, and will checkout, build and test all the annotations
23 ant checkout-all 2>&1 > checkout-all.log
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/
update_external_sources_android.sh 41 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
  /build/soong/scripts/
diff_build_graphs.sh 84 function checkout() { function
90 git -C "$project" checkout "$ref"
139 checkout "$NEW_VERSIONS"
146 checkout "$OLD_VERSIONS"
156 checkout "$NEW_VERSIONS"
  /external/python/cpython2/Demo/pdist/
rcsbump 30 dir.checkout(file, WITHLOCK)
  /external/skia/infra/bots/recipe_modules/swarming_client/examples/
full.py 23 api.swarming_client.checkout()
24 #api.swarming_client.checkout('master')
  /external/skqp/infra/bots/recipe_modules/swarming_client/examples/
full.py 23 api.swarming_client.checkout()
24 #api.swarming_client.checkout('master')
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
rcsbump 30 dir.checkout(file, WITHLOCK)
  /external/dagger2/
deploy_website.sh 24 # Checkout and track the gh-pages branch
25 git checkout -t origin/gh-pages
  /external/libmtp/
autogen.sh 54 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/mockito/
update_source.sh 41 (cd $working_dir/source; git checkout $VERSION)
  /external/okhttp/
deploy_website.sh 17 # Checkout and track the gh-pages branch
18 git checkout -t origin/gh-pages
  /external/okhttp/okio/
deploy_javadoc.sh 20 # Checkout and track the gh-pages branch
21 git checkout -t origin/gh-pages
  /external/vulkan-validation-layers/build-android/
update_external_sources_android.sh 103 git checkout $GLSLANG_REVISION
115 git checkout $GLSLANG_REVISION
124 git checkout $SPIRV_TOOLS_REVISION
136 git checkout $SPIRV_TOOLS_REVISION
145 git checkout $SPIRV_HEADERS_REVISION
157 git checkout $SPIRV_HEADERS_REVISION
166 git checkout $SHADERC_REVISION
178 git checkout $SHADERC_REVISION
  /external/autotest/bin/
python_venv 52 You need to update a constant inside python_venv, or your checkout might be
  /external/autotest/skylab_migration/bin/
python_venv 54 python_venv: incomplete repo checkout
  /external/libmtp/src/
gphoto2-sync.sh 12 svn checkout svn://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2/camlibs/ptp2 ptp2
  /external/objenesis/
update_source.sh 43 (cd $working_dir/source; git checkout $VERSION)
  /external/vulkan-validation-layers/
update_external_sources.sh 33 git checkout ${GLSLANG_REVISION}
41 git checkout --force ${GLSLANG_REVISION}
  /build/kati/testcase/
parse_benchcmp.go 91 fmt.Println("git checkout master")
92 run("git", "checkout", "master")
99 fmt.Println("git checkout", curBranch)
100 run("git", "checkout", curBranch)
  /external/libvpx/
update_libvpx.sh 28 # Relative path of target checkout.
53 git checkout -b tot $GIT_BRANCH
  /external/python/cpython2/Demo/threads/
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/skia/infra/bots/recipe_modules/swarming_client/
api.py 19 existing swarming client checkout, fetching a new one, getting version of
28 def checkout(self, revision=None, curl_trace_file=None, can_fail_build=True): member in class:SwarmingClientApi
29 """Returns a step to checkout swarming client into a separate directory.
33 a separate checkout.
48 self.m.git.checkout(
58 """Returns path to a swarming client checkout.
60 It's subdirectory of Chromium src/ checkout or a separate directory if
65 # Default is swarming client path in chromium src/ checkout.
67 # Chromium checkout.
68 return self.m.path['checkout'].join('tools', 'swarming_client'
    [all...]

Completed in 684 milliseconds

1 2 3