/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/v8/tools/ |
v8-info.sh | 49 Fetches V8 revision information from a git-svn checkout. 56 Output format: [Git hash] [SVN revision] [V8 version] 58 -v Print the V8 version tag for a trunk SVN revision. 64 Output format: [V8 version] [SVN revision] [SVN patch merged]*. 68 Output format: [SVN patch merged]* 70 -u Print a link to all SVN revisions between two V8 revision tags. 76 git for-each-ref --format="%(objectname) %(refname:short)" refs/remotes/svn 88 tags | grep "svn/tags/$1$" | tag_revision 96 git svn log -1 --oneline $1 | cut -d" " -f [all...] |
/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/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/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGDumper.cpp | 411 } else if (const ShuffleVectorSDNode *SVN = 415 int Idx = SVN->getMaskElt(i);
|
DAGCombiner.cpp | [all...] |
SelectionDAG.cpp | 490 const ShuffleVectorSDNode *SVN = cast<ShuffleVectorSDNode>(N); 493 ID.AddInteger(SVN->getMaskElt(i)); [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/lib/Target/CellSPU/ |
SPUISelLowering.cpp | [all...] |
/prebuilts/go/darwin-x86/src/cmd/go/ |
vcs_test.go | 18 // TODO(cmang): Add tests for SVN and BZR. 222 {vcsSvn, "http://example.com/svn", false}, 223 {vcsSvn, "https://example.com/svn", true}, 255 {vcsSvn, "http://example.com/svn", false}, 256 {vcsSvn, "https://example.com/svn", true}, 270 {vcsSvn, "foo://example.com/svn", false},
|
go_test.go | [all...] |
/prebuilts/go/linux-x86/src/cmd/go/ |
vcs_test.go | 18 // TODO(cmang): Add tests for SVN and BZR. 222 {vcsSvn, "http://example.com/svn", false}, 223 {vcsSvn, "https://example.com/svn", true}, 255 {vcsSvn, "http://example.com/svn", false}, 256 {vcsSvn, "https://example.com/svn", true}, 270 {vcsSvn, "foo://example.com/svn", false},
|
go_test.go | [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCISelDAGToDAG.cpp | [all...] |
/device/linaro/bootloader/edk2/ |
Edk2Setup.bat | 151 @REM Force pulling updated (or checkout if they do not exist) from SVN for the BaseTools\Bin\Win32 directory
422 @REM Use the python script if possible to test is the svn command is available, if it fails, the user may be
424 @call "%BASE_TOOLS_PATH%\Scripts\UpdateBuildVersions.py" --svn-test -v
426 @echo ERROR : The command-line svn tool is not available and the Win32 binaries do not exist
433 @call svn co https://svn.code.sf.net/p/edk2-toolbinaries/code/trunk/Win32 "%EDK_TOOLS_PATH%\Bin\Win32"
435 @call svn co https://svn.code.sf.net/p/edk2-toolbinaries/code/trunk/Win32 "%EDK_TOOLS_PATH%\Bin\Win32"
437 @echo ERROR : The command-line svn tool is not available and the Win32 binaries do not exist
440 @echo https://svn.code.sf.net/p/edk2-toolbinaries/code/trunk/Win32 [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/llvm/lib/Target/ARM/ |
ARMISelLowering.cpp | [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
ARMISelLowering.cpp | [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64ISelLowering.cpp | [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelLowering.cpp | [all...] |
/build/make/tools/droiddoc/templates-ndk/assets/js/ |
android_3p-bundle.js | 24 * <a href="http://google-code-prettify.googlecode.com/svn/trunk/README.html#langs">README</a> [all...] |
/build/make/tools/droiddoc/templates-sac/assets/js/ |
android_3p-bundle.js | 24 * <a href="http://google-code-prettify.googlecode.com/svn/trunk/README.html#langs">README</a> [all...] |