| /third_party/vixl/src/ |
| D | compiler-intrinsics-vixl.h | 41 #define GCC_VERSION_OR_NEWER(major, minor, patchlevel) \ argument 43 ((major) * (MAJOR) + ((minor)) * (MINOR) + (patchlevel))) 45 #define GCC_VERSION_OR_NEWER(major, minor, patchlevel) \ 47 ((major) * (MAJOR) + ((minor)) * (MINOR) + (patchlevel))) 49 #define GCC_VERSION_OR_NEWER(major, minor, patchlevel) 0
|
| /third_party/node/tools/inspector_protocol/lib/ |
| D | Maybe_h.template | 18 #define IP_GNUC_PREREQ(major, minor, patchlevel) \ 20 ((major)*10000 + (minor)*100 + (patchlevel))) 22 #define IP_GNUC_PREREQ(major, minor, patchlevel) \ 24 ((major)*10000 + (minor)*100 + (patchlevel))) 26 #define IP_GNUC_PREREQ(major, minor, patchlevel) 0
|
| /third_party/node/deps/v8/include/ |
| D | v8config.h | 51 # define V8_GNUC_PREREQ(major, minor, patchlevel) \ argument 53 ((major) * 10000 + (minor) * 100 + (patchlevel))) 55 # define V8_GNUC_PREREQ(major, minor, patchlevel) \ argument 57 ((major) * 10000 + (minor) * 100 + (patchlevel))) 59 # define V8_GNUC_PREREQ(major, minor, patchlevel) 0 argument
|
| /third_party/python/Lib/idlelib/ |
| D | macosx.py | 81 patchlevel = root.tk.call('info', 'patchlevel') 82 if patchlevel not in ('8.5.7', '8.5.9'): 87 " for current information.".format(patchlevel))
|
| /third_party/python/Doc/ |
| D | conf.py | 35 import patchlevel 36 version, release = patchlevel.get_version_info()
|
| D | Makefile | 13 DISTVERSION = $(shell $(PYTHON) tools/extensions/patchlevel.py)
|
| D | make.bat | 57 if not defined DISTVERSION for /f "usebackq" %%v in (`%PYTHON% tools/extensions/patchlevel.py`) do …
|
| /third_party/python/Lib/tkinter/test/ |
| D | support.py | 104 patchlevel = tcl.call('info', 'patchlevel') 105 m = re.fullmatch(r'(\d+)\.(\d+)([ab.])(\d+)', patchlevel)
|
| /third_party/python/Doc/library/ |
| D | platform.rst | 126 Returns the Python version as string ``'major.minor.patchlevel'``. 129 include the patchlevel (it defaults to 0). 134 Returns the Python version as tuple ``(major, minor, patchlevel)`` of strings. 137 include the patchlevel (it defaults to ``'0'``).
|
| /third_party/python/Doc/c-api/ |
| D | apiabiversion.rst | 62 All the given macros are defined in :source:`Include/patchlevel.h`.
|
| /third_party/f2fs-tools/ |
| D | VERSIONING | 25 which is "major version, minor version, patchlevel". This shows up in 31 is 6, and the patchlevel is 11. The patchlevel is entirely optional, 34 The patchlevel and minor version numbers were useful back for SunOS
|
| /third_party/python/Lib/test/ |
| D | pythoninfo.py | 406 patchlevel = tcl.call('info', 'patchlevel') 407 info_add('tkinter.info_patchlevel', patchlevel)
|
| D | test_tcl.py | 31 patchlevel = tcl.call('info', 'patchlevel') 32 m = re.fullmatch(r'(\d+)\.(\d+)([ab.])(\d+)', patchlevel)
|
| /third_party/lwip/src/netif/ppp/ |
| D | PPPD_FOLLOWUP | 311 2014-01-02 - Update README and patchlevel for 2.4.6 release 379 2014-08-09 - Update README and patchlevel for 2.4.7 release
|
| /third_party/python/ |
| D | Makefile.pre.in | 1075 $(srcdir)/Include/patchlevel.h \
|
| /third_party/python/patches/ |
| D | cpython_mingw_v3.10.2.patch | 10690 + $srcdir/Include/patchlevel.h
|
| /third_party/python/Misc/ |
| D | HISTORY | 26961 * README, Include/patchlevel.h: Prepare for final release. 27081 * Include/patchlevel.h: Release 1.5.2c1 27142 * Include/patchlevel.h: 28240 - New version identification symbols; read patchlevel.h for info. The 34814 - Added file "patchlevel.h"
|
| /third_party/node/doc/changelogs/ |
| D | CHANGELOG_IOJS.md | 2426 …c0a9d1bc74e1aa5ed1f5a934509c1984142e0eab)] - versions: add http-parser patchlevel (Johan Bergström)
|
| D | CHANGELOG_V6.md | 4129 …https://github.com/nodejs/node/commit/164981af5f)] - **deps**: bump V8 patchlevel for instanceof c…
|
| /third_party/node/deps/openssl/openssl/ |
| D | CHANGES.md | 10729 (not just a patchlevel) when we can change the SSL_CIPHER
|
| /third_party/openssl/ |
| D | CHANGES.md | 10667 (not just a patchlevel) when we can change the SSL_CIPHER
|
| /third_party/libabigail/tests/data/test-diff-filter/ |
| D | test-PR27569-v1.abi | 34110 …<var-decl name="patchlevel" type-id="95e97e5e" visibility="default" filepath="include/drm/drm_drv.… 37561 …<var-decl name="patchlevel" type-id="95e97e5e" visibility="default" filepath="include/drm/drm_drv.…
|
| D | test-PR27569-v0.abi | 34081 …<var-decl name="patchlevel" type-id="95e97e5e" visibility="default" filepath="include/drm/drm_drv.… 37532 …<var-decl name="patchlevel" type-id="95e97e5e" visibility="default" filepath="include/drm/drm_drv.…
|