HomeSort by relevance Sort by last modified time
    Searched refs:checkout (Results 51 - 70 of 70) sorted by null

1 23

  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
deduplicate_tests.py 40 from webkitpy.common.checkout import scm
deduplicate_tests_unittest.py 30 import webkitpy.common.checkout.scm as scm namespace
rebaseline_chromium_webkit_tests.py 53 from webkitpy.common.checkout import scm
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
flakytestreporter_unittest.py 62 tool.checkout().recent_commit_infos_for_files = lambda paths: set(commit_infos)
flakytestreporter.py 50 commit_infos = self._tool.checkout().recent_commit_infos_for_files([test_path])
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
upload.py 63 print "%s" % tool.checkout().commit_message_for_this_commit(options.git_commit).message()
198 bug_id = tool.checkout().bug_id_for_this_commit(options.git_commit, changed_files)
359 # FIXME: We should be using checkout().changelog_entries_for_revision(...) instead here.
473 commit_message = tool.checkout().commit_message_for_this_commit(options.git_commit)
queues_unittest.py 32 from webkitpy.common.checkout.scm import CheckoutNeedsUpdate
314 expected_stderr = "Commit failed because the checkout is out of date. Please update and try again.\nMOCK: update_status: commit-queue Tests passed, but commit failed (checkout out of date). Updating, then landing without building or re-running tests.\n"
  /external/webkit/Tools/Scripts/webkitpy/tool/
mocktool.py 33 from webkitpy.common.checkout.commitinfo import CommitInfo
34 from webkitpy.common.checkout.scm import CommitMessage
463 # FIXME: We should probably use real checkout-root detection logic here.
526 # The real Checkout would probably throw an exception, but this is the only way tests have to get None back at the moment.
755 def checkout(self): member in class:MockTool
  /external/llvm/utils/release/
test-release.sh 49 echo " -no-checkout Don't checkout the sources from SVN."
86 -no-checkout | --no-checkout )
  /external/smack/asmack-master/
build.bash 24 git checkout "${2}"
28 git checkout "${2}"
  /external/webkit/Tools/Scripts/
validate-committer-lists 41 from webkitpy.common.checkout.scm import Git
249 print """\n\nWARNING: validate-committer-lists requires a git checkout.
  /ndk/build/tools/
download-toolchain-sources.sh 141 GITFLAGS="--no-checkout"
155 # Checkout sources from a git clone created with toolchain_clone
173 (mkdir -p $TMPDIR/$SUBDIR/$NAME && cd $TMPDIR/$SUBDIR/$NAME && run $GITCMD $GITOPTS checkout $REVISION "$@")
174 fail_panic "Could not checkout $NAME / $@ ?"
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh 1020 run $GIT_CMD checkout -b $GIT_BRANCH origin/$GIT_BRANCH
1021 fail_panic "Could not checkout $1 ?"
1027 run $GIT_CMD checkout $REVISION
1028 fail_panic "Could not checkout $1 ?"
    [all...]
  /external/v8/
Makefile 262 svn checkout --force http://gyp.googlecode.com/svn/trunk build/gyp \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 1234 run $GIT_CMD checkout -b $GIT_BRANCH origin/$GIT_BRANCH
1235 fail_panic "Could not checkout $1 ?"
1241 run $GIT_CMD checkout $REVISION
1242 fail_panic "Could not checkout $1 ?"
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 1234 run $GIT_CMD checkout -b $GIT_BRANCH origin/$GIT_BRANCH
1235 fail_panic "Could not checkout $1 ?"
1241 run $GIT_CMD checkout $REVISION
1242 fail_panic "Could not checkout $1 ?"
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-starteam.jar 
  /external/ceres-solver/docs/
build.tex 208 \texttt{ceres-solver-1.3.0}. Alternately, checkout Ceres via git to get
  /external/blktrace/doc/
blktrace.tex 70 % git checkout
    [all...]
  /external/bison/
maint.mk     [all...]

Completed in 470 milliseconds

1 23