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

1 2 3 4 5 6 7 8 91011>>

  /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/webrtc/talk/
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/
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.
.gitignore 1 # This file is for projects that checkout webrtc/ directly (e.g. Chromium). It
  /external/llvm/utils/git-svn/
git-svnup 11 git checkout master 2> /dev/null
13 git checkout $OLD_BRANCH 2> /dev/null
  /external/libchrome/base/third_party/libevent/
event.h 1 // The Chromium build contains its own checkout of libevent. This stub is used
  /external/libyuv/files/chromium/
README 3 dependencies by creating symlinks to folders in this checkout,
  /external/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/
HOW_TO_RUN 6 To run the tests, use llvm-lit from your llvm checkout and run:
  /external/python/cpython2/Modules/_ctypes/darwin/
README.ctypes 2 http://www.opendarwin.org/cgi-bin/cvsweb.cgi/~checkout~/proj/dlcompat/
  /external/skia/infra/bots/recipe_modules/isolate/tests/
clean_isolated_files.py 12 api.isolate.clean_isolated_files(api.path['checkout'].join('out', 'Release'))
isolate_tests.py 12 api.isolate.isolate_tests(api.path['checkout'].join('out', 'Release'))
  /external/webrtc/chromium/
README 3 dependencies by creating symlinks to folders in this checkout,
  /external/okhttp/
deploy_website.sh 17 # Checkout and track the gh-pages branch
18 git checkout -t origin/gh-pages
  /external/skia/infra/bots/
git_utils.py 60 subprocess.check_call(['git', 'checkout', 'master'])
63 subprocess.check_call(['git', 'checkout', '-b', self._branch_name,
91 subprocess.check_call(['git', 'checkout', 'master'])
97 """Creates a new local checkout of a Git repository."""
102 Because this is a new checkout, rather than a reference to an existing
103 checkout on disk, it is safe to assume that the calling thread is the
104 only thread manipulating the checkout.
108 with NewGitCheckout(*args) as checkout:
109 # use checkout instance
110 # the checkout is automatically cleaned up her
    [all...]
  /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...]
  /external/seccomp-tests/
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/vulkan-validation-layers/
update_external_sources.sh 22 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}
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/
update_external_sources_android.sh 39 git checkout $GLSLANG_REVISION
46 git checkout $GLSLANG_REVISION
55 git checkout $SPIRV_TOOLS_REVISION
62 git checkout $SPIRV_TOOLS_REVISION
71 git checkout $SHADERC_REVISION
78 git checkout $SHADERC_REVISION
  /external/ltp/android/
how-to-update.txt 1 (1) checkout updated LTP tree under external/ltp
  /external/skia/tools/
fix_pythonpath.py 7 """Add the checkout root to sys.path, provide mechanisms for adding others."""
  /external/skia/
whitespace.txt 9 epoger added this line using a pure git checkout
  /prebuilts/tools/common/m2/repository/javax/inject/javax.inject/1/
javax.inject-1.pom 18 <url>http://code.google.com/p/atinject/source/checkout</url>
  /external/dagger2/
deploy_website.sh 24 # Checkout and track the gh-pages branch
25 git checkout -t origin/gh-pages
  /external/libvpx/libwebm/
README.android 16 1. Copy over the following files from the the libwebm checkout:
24 checkout: git log --pretty="%h %s" <previous_hash>...<current_hash>
  /external/okhttp/okio/
deploy_javadoc.sh 20 # Checkout and track the gh-pages branch
21 git checkout -t origin/gh-pages

Completed in 9542 milliseconds

1 2 3 4 5 6 7 8 91011>>