/external/vixl/src/ |
compiler-intrinsics-vixl.h | 40 #define GCC_VERSION_OR_NEWER(major, minor, patchlevel) \ 42 ((major) * (MAJOR) + ((minor)) * (MINOR) + (patchlevel))) 44 #define GCC_VERSION_OR_NEWER(major, minor, patchlevel) \ 46 ((major) * (MAJOR) + ((minor)) * (MINOR) + (patchlevel))) 48 #define GCC_VERSION_OR_NEWER(major, minor, patchlevel) 0 64 // https://gcc.gnu.org/onlinedocs/gcc-$MAJOR.$MINOR.$PATCHLEVEL/gcc//Other-Builtins.html
|
/external/python/cpython2/Doc/ |
conf.py | 23 # We look for the Include/patchlevel.h file in the current Python source tree 25 import patchlevel 26 version, release = patchlevel.get_version_info()
|
/external/v8/include/ |
v8config.h | 43 # define V8_GNUC_PREREQ(major, minor, patchlevel) \ 45 ((major) * 10000 + (minor) * 100 + (patchlevel))) 47 # define V8_GNUC_PREREQ(major, minor, patchlevel) \ 49 ((major) * 10000 + (minor) * 100 + (patchlevel))) 51 # define V8_GNUC_PREREQ(major, minor, patchlevel) 0
|
/external/python/cpython2/Lib/idlelib/ |
macosxSupport.py | 81 patchlevel = root.tk.call('info', 'patchlevel') 82 if patchlevel not in ('8.5.7', '8.5.9'): 87 r" for current information.".format(patchlevel)) 203 tkversion = root.tk.eval('info patchlevel')
|
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
macosxSupport.py | 48 patchlevel = root.tk.call('info', 'patchlevel') 49 if patchlevel not in ('8.5.7', '8.5.9'): 54 r" for current information.".format(patchlevel)) 152 tkversion = root.tk.eval('info patchlevel')
|
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
macosxSupport.py | 48 patchlevel = root.tk.call('info', 'patchlevel') 49 if patchlevel not in ('8.5.7', '8.5.9'): 54 r" for current information.".format(patchlevel)) 152 tkversion = root.tk.eval('info patchlevel')
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
macosxSupport.py | 48 patchlevel = root.tk.call('info', 'patchlevel') 49 if patchlevel not in ('8.5.7', '8.5.9'): 54 r" for current information.".format(patchlevel)) 152 tkversion = root.tk.eval('info patchlevel')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
macosxSupport.py | 48 patchlevel = root.tk.call('info', 'patchlevel') 49 if patchlevel not in ('8.5.7', '8.5.9'): 54 r" for current information.".format(patchlevel)) 152 tkversion = root.tk.eval('info patchlevel')
|
/external/python/cpython2/Doc/tools/extensions/ |
patchlevel.py | 3 patchlevel.py 6 Extract version info from Include/patchlevel.h. 18 patchlevel_h = os.path.join(srcdir, '..', 'Include', 'patchlevel.h') 66 print >>sys.stderr, 'Can\'t get version info from Include/patchlevel.h, ' \
|
/external/python/cpython2/Lib/lib-tk/test/test_ttk/ |
support.py | 65 patchlevel = tcl.call('info', 'patchlevel') 66 m = re.match(r'(\d+)\.(\d+)([ab.])(\d+)$', patchlevel)
|
/bionic/libc/kernel/uapi/linux/raid/ |
md_u.h | 50 int patchlevel; member in struct:mdu_version_s
|
/development/ndk/platforms/android-21/include/linux/raid/ |
md_u.h | 57 int patchlevel; member in struct:mdu_version_s
|
/development/ndk/platforms/android-9/include/linux/raid/ |
md_u.h | 44 int patchlevel; member in struct:mdu_version_s
|
/external/kernel-headers/original/uapi/linux/raid/ |
md_u.h | 21 * Different patchlevel versions are downward and upward compatible. 73 int patchlevel; member in struct:mdu_version_s
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/raid/ |
md_u.h | 21 * Different patchlevel versions are downward and upward compatible. 73 int patchlevel; member in struct:mdu_version_s
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/raid/ |
md_u.h | 21 * Different patchlevel versions are downward and upward compatible. 73 int patchlevel; member in struct:mdu_version_s
|
/prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/raid/ |
md_u.h | 44 int patchlevel; member in struct:mdu_version_s
|
/prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/raid/ |
md_u.h | 44 int patchlevel; member in struct:mdu_version_s
|
/prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/raid/ |
md_u.h | 44 int patchlevel; member in struct:mdu_version_s
|
/prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/raid/ |
md_u.h | 44 int patchlevel; member in struct:mdu_version_s
|
/prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/raid/ |
md_u.h | 44 int patchlevel; member in struct:mdu_version_s
|
/prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/linux/raid/ |
md_u.h | 44 int patchlevel; member in struct:mdu_version_s
|
/prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/linux/raid/ |
md_u.h | 44 int patchlevel; member in struct:mdu_version_s
|
/prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/linux/raid/ |
md_u.h | 44 int patchlevel; member in struct:mdu_version_s
|
/prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/linux/raid/ |
md_u.h | 44 int patchlevel; member in struct:mdu_version_s
|