Searched refs:version (Results 1 - 25 of 357) sorted by relevance

1234567891011>>

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
H A Dgetversion.c2 /* Return the full version string. */
11 static char version[250]; local
12 PyOS_snprintf(version, sizeof(version), "%.80s (%.80s) %.80s",
14 return version;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dgetversion.c2 /* Return the full version string. */
11 static char version[250]; local
12 PyOS_snprintf(version, sizeof(version), "%.80s (%.80s) %.80s",
14 return version;
/device/google/wahoo/
H A Dinit.qcom.wlan.sh4 setprop sys.wlan.driver.version "$wlan_driver_version"
5 wlan_fw_version=`cat /sys/kernel/wifi/wlan/fw/0/version`
6 setprop sys.wlan.firmware.version "$wlan_fw_version"
H A Dinit.qcom.devstart.sh7 version=`grep -ao "OEM_IMAGE_VERSION_STRING[ -~]*" \
9 sed -e s/OEM_IMAGE_VERSION_STRING=SLPI.version.// -e s/\(.*\).//`
10 setprop sys.slpi.firmware.version "$version"
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/versioncheck/
H A Dpyversioncheck.py17 def versioncheck(package, url, version, verbose=0):
18 ok, newversion, fp = checkonly(package, url, version, verbose)
22 print '%s: No correctly formatted current version file found'%(package)
24 print '%s: up-to-date (version %s)'%(package, version)
26 print '%s: version %s installed, version %s found:' % \
27 (package, version, newversion)
35 def checkonly(package, url, version, verbose=0):
39 ok, newversion, fp = _check1version(package, url, version, verbos
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
H A Dtest_version.py1 """Tests for distutils.version."""
3 from distutils.version import LooseVersion
4 from distutils.version import StrictVersion
10 version = StrictVersion('1.2.3a1')
11 self.assertEqual(version.version, (1, 2, 3))
12 self.assertEqual(version.prerelease, ('a', 1))
13 self.assertEqual(str(version), '1.2.3a1')
15 version = StrictVersion('1.2.0')
16 self.assertEqual(str(version), '1.
[all...]
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
H A DThreadInfo.h27 version = _version;
36 int version; member in struct:EGLWrapperContext
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
H A Dplatform.py45 # 0.8.0 - added sys.version parser and various new access
50 # 0.6.2 - support for OpenVMS - requires version 1.5.2-V006 or higher and
87 # You can always get the latest version of this module at:
141 def libc_ver(executable=sys.executable,lib='',version='',
145 """ Tries to determine the libc version that the file executable
148 Returns a tuple of strings (lib,version) which default to the
180 version = glibcversion
181 elif glibcversion > version:
182 version = glibcversion
186 if soversion and soversion > version
1331 def version(): function
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
H A Dversion.py2 # distutils/version.py
4 # Implements multiple version numbering conventions for the
10 """Provides classes to represent module version numbers (one class for
11 each style of version numbering). There are currently two such classes
14 Every version number class implements the following interface:
16 representation; if the string is an invalid version number,
22 version number instance)
23 * __repr__ generates Python code to recreate the version number instance
33 """Abstract base class for version numbering classes. Just provides
35 seem to be the same for all version numberin
[all...]
H A Dversionpredicate.py1 """Module for parsing and testing package version predicate strings.
4 import distutils.version namespace
13 # (comp) (version)
17 """Parse a single version comparison.
25 return (comp, distutils.version.StrictVersion(verStr))
31 """Parse and test package version predicates.
41 human-readable version of the expression::
47 version number is included in the set described by the version
71 If any version number
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dplatform.py45 # 0.8.0 - added sys.version parser and various new access
50 # 0.6.2 - support for OpenVMS - requires version 1.5.2-V006 or higher and
87 # You can always get the latest version of this module at:
141 def libc_ver(executable=sys.executable,lib='',version='',
145 """ Tries to determine the libc version that the file executable
148 Returns a tuple of strings (lib,version) which default to the
180 version = glibcversion
181 elif glibcversion > version:
182 version = glibcversion
186 if soversion > version
1303 def version(): function
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
H A Dinstall_egg_info.py27 sys.version[:3]
63 def safe_version(version):
64 """Convert an arbitrary string to a standard version string
69 version = version.replace(' ','.')
70 return re.sub('[^A-Za-z0-9.]+', '-', version)
74 """Convert a project or version name to its filename-escaped form
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
H A DExceptions.py5 version = 2.0 variable in class:TryRaiseExcept
57 version = 2.0 variable in class:TryExcept
H A DImports.py9 version = 2.0 variable in class:SecondImport
54 version = 2.0 variable in class:SecondPackageImport
98 version = 2.0 variable in class:SecondSubmoduleImport
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/css/drivers/scmi/
H A Dscmi_common.c77 * API to query the SCMI protocol version.
79 int scmi_proto_version(void *p, uint32_t proto_id, uint32_t *version) argument
98 SCMI_PAYLOAD_RET_VAL2(mbx_mem->payload, ret, *version);
146 uint32_t version; local
160 ret = scmi_proto_version(ch, SCMI_PWR_DMN_PROTO_ID, &version);
162 WARN("SCMI power domain protocol version message failed");
166 if (!is_scmi_version_compatible(SCMI_PWR_DMN_PROTO_VER, version)) {
167 WARN("SCMI power domain protocol version 0x%x incompatible with driver version 0x%x",
168 version, SCMI_PWR_DMN_PROTO_VE
[all...]
/device/linaro/bootloader/edk2/BaseTools/Source/C/PyUtility/
H A Dsetup.py27 version="0.01", variable
/device/google/accessory/arduino/AndroidAccessory/
H A DAndroidAccessory.h27 const char *version; member in class:AndroidAccessory
57 const char *version,
/device/google/contexthub/firmware/app/chre/chre_test2.app/
H A Dmain.cpp79 chreLog(CHRE_LOG_INFO, APP_LABEL "info by instanceId; appId=%08llx; version=%ld; instanceId=%ld",
80 info.appId, info.version, info.instanceId);
85 chreLog(CHRE_LOG_INFO, APP_LABEL "info by appId; appId=%08llx; version=%ld; instanceId=%ld",
86 info.appId, info.version, info.instanceId);
122 const uint32_t version = msg->version; local
124 chreLog(CHRE_LOG_INFO, APP_LABEL "app started; appId=%08llx; version=%ld; instanceId=%ld",
125 appId, version, instanceId);
132 const uint32_t version = msg->version; local
[all...]
/device/google/marlin/
H A Dinit.qcom.devstart.sh12 setprop sys.slpi.firmware.version "$version1 $version2"
/device/linaro/bootloader/edk2/BaseTools/Source/C/PyEfiCompressor/
H A Dsetup.py27 version="0.01", variable
/device/linaro/bootloader/arm-trusted-firmware/include/common/
H A Dparam_header.h18 /* Param header version */
24 (_p)->h.version = (uint8_t)(_ver); \
32 ._p.h.version = (uint8_t)(_ver), \
41 * This structure provides version information and the size of the
46 uint8_t version; /* version of this structure */ member in struct:param_header
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/
H A Ddomreg.py50 of (feature, version) pairs which are passed to hasFeature."""
92 version = None
97 version = v
98 features.append((feature, version))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
H A Ddomreg.py50 of (feature, version) pairs which are passed to hasFeature."""
92 version = None
97 version = v
98 features.append((feature, version))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
H A Dnm2def.py39 PYTHONLIB = 'libpython'+sys.version[:3]+'.a'
40 PC_PYTHONLIB = 'Python'+sys.version[0]+sys.version[2]+'.dll'
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_platform.py43 res = platform.version()
52 self.save_version = sys.version
57 sys.version = self.save_version
73 (name, version, branch, revision, buildno, builddate, compiler) \
76 (name, version, '', '', buildno, builddate, compiler), output)
104 sys.version = version_tag
123 platform.version(),
142 system, node, release, version, machine, processor = platform.uname()
146 system, node, release, version, machine, processor = platform.uname()
171 # the right version informatio
[all...]

Completed in 539 milliseconds

1234567891011>>