/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/swiftshader/third_party/llvm-7.0/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."
|
git-llvm | 33 # It's *almost* a straightforward mapping from the monorepo to svn... 136 def svn(cwd, *cmd, **kwargs): function 138 return shell(['svn'] + list(cmd), cwd=cwd, stdin=kwargs.get('stdin', None), 177 svn(svn_repo, 'revert', '-R', '.') 179 # Unfortunately it appears there's no svn equivalent for git clean, so we 181 for line in svn(svn_repo, 'status', '--no-ignore').split('\n'): 187 svn(svn_repo, 'update', *list(GIT_TO_SVN_DIR.values())) 192 log('Creating svn staging directory: (%s)' % (svn_root)) 196 svn(svn_root, 'checkout', '--depth=immediates', 197 'https://llvm.org/svn/llvm-project/', '.' [all...] |
/external/libmtp/src/ |
gphoto2-sync.sh | 4 SVN=`which svn` 5 if [ "x$SVN" = "x" ]; then 6 echo "Install svn! (subversion client)" 12 svn checkout svn://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2/camlibs/ptp2 ptp2 20 svn update
|
/external/swiftshader/third_party/LLVM/ |
Makefile | 241 SVN = svn
242 SVN-UPDATE-OPTIONS =
244 SUB-SVN-DIRS = $(AWK) '/\?\ \ \ \ \ \ / {print $$2}' \
245 | LC_ALL=C xargs $(SVN) info 2>/dev/null \
249 $(SVN) $(SVN-UPDATE-OPTIONS) update $(LLVM_SRC_ROOT)
250 @ $(SVN) status $(LLVM_SRC_ROOT) | $(SUB-SVN-DIRS) | xargs $(SVN) $(SVN-UPDATE-OPTIONS) update [all...] |
/external/icu/icu4c/source/config/ |
dist.mk | 12 # also note that `make dist` does NOT reflect any local modifications - it only does a fresh SVN export. 29 SVNURL=$(shell svn info $(SVNTOP) | grep '^URL:' | cut -d: -f2-) 64 @echo "svnversion of $(SVNTOP) is as follows (if this fails, make sure svn is installed..)" 69 (cd "$(SVNTOP)" ; svn status --no-ignore | grep '^I' | cut -c2- > "$(EXCLUDES_FILE)" ) 71 @#svn export -r $(shell echo $(SVNVER) | tr -d 'a-zA-Z' ) $(SVNURL) "$(DISTY_TMP)/icu"
|
/external/llvm/utils/release/ |
build_llvm_package.bat | 11 REM Visual Studio 2013, CMake, Ninja, SVN, GNUWin32,
38 svn.exe export -r %revision% http://llvm.org/svn/llvm-project/llvm/%branch% llvm || exit /b
39 svn.exe export -r %revision% http://llvm.org/svn/llvm-project/cfe/%branch% llvm/tools/clang || exit /b
40 svn.exe export -r %revision% http://llvm.org/svn/llvm-project/clang-tools-extra/%branch% llvm/tools/clang/tools/extra || exit /b
41 svn.exe export -r %revision% http://llvm.org/svn/llvm-project/lld/%branch% llvm/tools/lld || exit /b
42 svn.exe export -r %revision% http://llvm.org/svn/llvm-project/compiler-rt/%branch% llvm/projects/compi (…) [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/utils/release/ |
build_llvm_package.bat | 11 REM Visual Studio 2017, CMake, Ninja, SVN, GNUWin32,
38 svn.exe export -r %revision% http://llvm.org/svn/llvm-project/llvm/%branch% llvm || exit /b
39 svn.exe export -r %revision% http://llvm.org/svn/llvm-project/cfe/%branch% llvm/tools/clang || exit /b
40 svn.exe export -r %revision% http://llvm.org/svn/llvm-project/clang-tools-extra/%branch% llvm/tools/clang/tools/extra || exit /b
41 svn.exe export -r %revision% http://llvm.org/svn/llvm-project/lld/%branch% llvm/tools/lld || exit /b
42 svn.exe export -r %revision% http://llvm.org/svn/llvm-project/compiler-rt/%branch% llvm/projects/compi (…) [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGDumper.cpp | 411 } else if (const ShuffleVectorSDNode *SVN = 415 int Idx = SVN->getMaskElt(i);
|
DAGCombiner.cpp | [all...] |
/external/selinux/mcstrans/share/examples/nato/setrans.d/ |
eyes-only.conf | 595 ~c407=SVN # Slovenia
|
rel.conf | 601 ~c200,~c407=SVN # Slovenia
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGDumper.cpp | 517 } else if (const ShuffleVectorSDNode *SVN = 521 int Idx = SVN->getMaskElt(i); [all...] |
DAGCombiner.cpp | [all...] |
SelectionDAG.cpp | 597 const ShuffleVectorSDNode *SVN = cast<ShuffleVectorSDNode>(N); 600 ID.AddInteger(SVN->getMaskElt(i)); [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
SPUISelLowering.cpp | [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCISelDAGToDAG.cpp | [all...] |
/device/linaro/bootloader/edk2/ |
Edk2Setup.bat | 153 @REM Force pulling updated (or checkout if they do not exist) from SVN for the BaseTools\Bin\Win32 directory
453 @REM Use the python script if possible to test is the svn command is available, if it fails, the user may be
455 @call "%BASE_TOOLS_PATH%\Scripts\UpdateBuildVersions.py" --svn-test -v
457 @echo ERROR : The command-line svn tool is not available and the Win32 binaries do not exist
464 @call svn co https://svn.code.sf.net/p/edk2-toolbinaries/code/trunk/Win32 "%EDK_TOOLS_PATH%\Bin\Win32"
466 @call svn co https://svn.code.sf.net/p/edk2-toolbinaries/code/trunk/Win32 "%EDK_TOOLS_PATH%\Bin\Win32"
468 @echo ERROR : The command-line svn tool is not available and the Win32 binaries do not exist
471 @echo https://svn.code.sf.net/p/edk2-toolbinaries/code/trunk/Win32 [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
PPCISelDAGToDAG.cpp | [all...] |
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
DAGCombiner.cpp | [all...] |
SelectionDAG.cpp | 444 const ShuffleVectorSDNode *SVN = cast<ShuffleVectorSDNode>(N); 447 ID.AddInteger(SVN->getMaskElt(i)); [all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonISelLowering.cpp | [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
HexagonISelLowering.cpp | [all...] |
/external/llvm/lib/Target/ARM/ |
ARMISelLowering.cpp | [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
ARMISelLowering.cpp | [all...] |