Searched refs:subversion (Results 1 – 25 of 32) sorted by relevance
12
/external/python/cpython2/Lib/test/ |
D | test_platform.py | 53 self.save_subversion = sys.subversion 58 sys.subversion = self.save_subversion 131 for (version_tag, subversion, sys_platform), info in \ 134 if subversion is None: 136 del sys.subversion 138 sys.subversion = subversion
|
/external/python/cpython2/Misc/Vim/ |
D | vim_syntax.py | 7 from sys import subversion 164 print>>FILE, comment_header % subversion[1:]
|
/external/python/cpython3/Lib/test/ |
D | test_platform.py | 148 for (version_tag, subversion, sys_platform), info in \ 151 if subversion is None: 155 sys._git = subversion
|
/external/curl/tests/data/ |
D | test1433 | 34 HTTP GET with 100-digit subversion number in response
|
/external/tensorflow/tensorflow/tools/ci_build/install/ |
D | install_deb_packages.sh | 63 subversion \
|
/external/valgrind/coregrind/m_debuginfo/ |
D | README.txt | 42 Old versions of the stabs type reader can be found in the subversion repository
|
/external/llvm/cmake/modules/ |
D | VersionFromVCS.cmake | 52 # Determine if the HEAD points directly at a subversion revision.
|
/external/curl/lib/ |
D | http_proxy.c | 186 int subversion = 0; in CONNECT() local 553 &subversion, in CONNECT()
|
/external/python/cpython2/PC/VS9.0/ |
D | readme.txt | 128 above via subversion. ** 139 above via subversion. ** 157 in the subversion repository are already fixed.
|
/external/valgrind/docs/internals/ |
D | qemu-aarch64-linux-HOWTO.txt | 100 apt-get install make gcc g++ automake autoconf emacs subversion gdb
|
D | qemu-mips64-linux-HOWTO.txt | 104 apt-get install make g++ gcc subversion emacs gdb automake autoconf
|
/external/annotation-tools/ |
D | notes-openjdk-build.txt | 40 - SVN -- "up2date subversion"
|
/external/ImageMagick/m4/ |
D | ax_compare_version.m4 | 130 dnl Split the operator from the subversion count if present.
|
/external/libyuv/files/docs/ |
D | getting_started.md | 235 sudo apt-get install kdevelop cmake git subversion
|
/external/googletest/googlemock/docs/ |
D | DevGuide.md | 53 [Subversion](http://subversion.tigris.org/) client as you would for any
|
/external/python/cpython2/PC/VC6/ |
D | readme.txt | 224 python's subversion repository. The svn version contains pre-build
|
/external/python/cpython3/Lib/ |
D | platform.py | 1207 _, branch, revision = sys.subversion
|
/external/python/cpython2/Lib/ |
D | platform.py | 1433 _, branch, revision = sys.subversion
|
/external/python/cpython2/PC/VS7.1/ |
D | readme.txt | 369 subversion repository - building from original sources should work, but
|
/external/python/cpython2/Doc/library/ |
D | sys.rst | 1003 .. data:: subversion 1018 Mercurial. In recent Python 2.7 bugfix releases, :data:`subversion`
|
/external/llvm/docs/ |
D | TestingGuide.rst | 41 "test-suite") and are in the ``test-suite`` module in subversion. For
|
/external/python/cpython2/Doc/tutorial/ |
D | modules.rst | 302 'setrecursionlimit', 'settrace', 'stderr', 'stdin', 'stdout', 'subversion',
|
/external/python/cpython2/Modules/zlib/ |
D | ChangeLog | 347 - Fix VER3 extraction in configure for no fourth subversion
|
/external/zlib/src/ |
D | ChangeLog | 390 - Fix VER3 extraction in configure for no fourth subversion
|
/external/python/cpython3/Modules/zlib/ |
D | ChangeLog | 390 - Fix VER3 extraction in configure for no fourth subversion
|
12