HomeSort by relevance Sort by last modified time
    Searched refs:svn (Results 26 - 50 of 68) sorted by null

12 3

  /external/clang/
clang-version-inc.mk 14 CLANG_VERSION := $(subst svn,,$(LLVMVersion))
  /external/llvm/utils/release/
export.sh 18 base_url="https://llvm.org/svn/llvm-project"
24 echo "Export the SVN sources and build tarballs from them"
42 svn export \
test-release.sh 21 # Base SVN URL for the sources.
22 Base_url="http://llvm.org/svn/llvm-project"
52 echo " -no-checkout Don't checkout the sources from SVN."
59 echo " -svn-path DIR Use the specified DIR instead of a release."
60 echo " For example -svn-path trunk or -svn-path branches/release_37"
87 -svn-path | --svn-path )
255 echo "# Validating $proj SVN URL"
257 if ! svn ls $Base_url/$proj/$ExportBranch > /dev/null 2>&1 ; the
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/tools/
upgrade-upstream.sh 98 # Get upstream SVN and revision number.
99 SVN_URL=$(get_config_field svn)
101 echo "ERROR: Can't find SVN upstream in upstream.config!"
113 run svn co $SVN_URL@$REVISION libcxx > /dev/null
120 .svn/
145 run svn update
146 NEW_REVISION=$(svn info | awk '$1 == "Revision:" { print $2; }')
  /external/e2fsprogs/lib/ext2fs/tdb/
build-tdb 14 (cd $BASE_DIR/common; svn info ) > .svninfo
  /external/icu/icu4c/source/test/perf/unisetperf/draft/
contperf.bat 4 set PERF=c:\svn\icuproj\icu\ucnvutf8\source\test\perf\unisetperf\release\unisetperf
span16perf.bat 4 set PERF=c:\svn\icuproj\icu\ucnvutf8\source\test\perf\unisetperf\release\unisetperf
span8perf.bat 4 set PERF=c:\svn\icuproj\icu\ucnvutf8\source\test\perf\unisetperf\release\unisetperf
  /external/icu/icu4c/source/test/perf/utrie2perf/
utrie2perf.bat 4 set PERF=c:\svn\icuproj\icu\utf8\source\test\perf\utrie2perf\x86\Release\utrie2perf
  /external/libogg/
Makefile.am 22 rm -rf `find $(distdir)/$$item -name .svn`; \
  /external/llvm/utils/git-svn/
git-svnrevert 16 OTHER=$(git svn find-rev "$COMMIT")
18 echo "Error! Could not find an svn/git revision for commit $COMMIT!"
28 SVN=`echo $COMMIT | sed -e 's/^r//'`
31 SVN=$OTHER
41 echo "Error! Failed to revert commit r$SVN. Resetting to head."
47 TEMPLATE="`git rev-parse --git-dir`/git-svn-revert-template"
51 This reverts commit r$SVN.
57 echo "Error! Failed to commit reverting commit for commit r$SVN. Reverting to head."
  /external/libvorbis/
Makefile.am 36 rm -rf `find $(distdir)/$$item -name .svn`; \
  /external/bison/build-aux/
vc-list-files 99 elif test -d .svn; then
100 eval exec svn list -R '"$dir"' $postprocess
  /external/clang/include/clang/
Makefile 17 | grep -v CVS | grep -v .svn | grep -v .dir` ; do \
  /external/clang/include/clang-c/
Makefile 16 | grep -v CVS | grep -v .svn | grep -v .dir` ; do \
  /external/v8/tools/
v8-rolls.sh 69 git svn find-rev $1
  /external/valgrind/nightly/bin/
nightly 19 if ! svn co -r "{$1}" --depth empty "$2" infodir > /dev/null 2>&1; then
22 svn co -r "{$1}" --non-recursive "$2" infodir > /dev/null
24 svn info infodir | sed -n 's/^Revision: //p'
62 valgrind_svn_repo="svn://svn.valgrind.org/valgrind/trunk"
63 vex_svn_repo="svn://svn.valgrind.org/vex/trunk"
78 # This is one of the formats SVN accepts. Yes, the 'T' appears in the final
163 "svn co ${valgrind_svn_repo} -r {$svn_date} valgrind-$logfile\
164 && svn update -r {$svn_date} valgrind-$logfile/VEX" &&
    [all...]
  /external/llvm/
Makefile 258 SVN = svn
259 SVN-UPDATE-OPTIONS =
262 # Multiline variable defining a recursive function for finding svn repos rooted at
266 dirs=`svn status --no-ignore $$1 | awk '/^(I|\?) / {print $$2}' | LC_ALL=C xargs svn info 2>/dev/null | awk '/^Path:\ / {print $$2}'`;
279 $(SVN) $(SVN-UPDATE-OPTIONS) update $(LLVM_SRC_ROOT)
280 @eval $$SUB_SVN_DIRS; $(SVN) status --no-ignore $(LLVM_SRC_ROOT) | svnup $(LLVM_SRC_ROOT) | xargs $(SVN) $(SVN-UPDATE-OPTIONS) updat
    [all...]
  /external/llvm/utils/buildit/
GNUmakefile 100 find -d "$(SRCROOT)" \( -type d -a -name .svn -o \
  /prebuilts/gdb/darwin-x86/lib/python2.7/
urlparse.py 40 'svn', 'svn+ssh']
44 'svn', 'svn+ssh', 'sftp','nfs','git', 'git+ssh']
  /prebuilts/gdb/linux-x86/lib/python2.7/
urlparse.py 40 'svn', 'svn+ssh']
44 'svn', 'svn+ssh', 'sftp','nfs','git', 'git+ssh']
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urlparse.py 40 'svn', 'svn+ssh']
44 'svn', 'svn+ssh', 'sftp','nfs','git', 'git+ssh']
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urlparse.py 40 'svn', 'svn+ssh']
44 'svn', 'svn+ssh', 'sftp','nfs','git', 'git+ssh']
  /external/clang/include/clang/Basic/
Makefile 21 CLANG_VERSION := $(subst svn,,$(LLVMVersion))
  /external/jsr330/
build.sh 35 find $1 -name .svn -type d | xargs rm -r

Completed in 9660 milliseconds

12 3