Home
last modified time | relevance | path

Searched refs:version (Results 1 – 25 of 1146) sorted by relevance

12345678910>>...46

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dplatform.py141 def libc_ver(executable=sys.executable,lib='',version='', argument
180 version = glibcversion
181 elif glibcversion > version:
182 version = glibcversion
186 if soversion and soversion > version:
187 version = soversion
188 if threads and version[-len(threads):] != threads:
189 version = version + threads
192 return lib,version
194 def _dist_try_harder(distname,version,id): argument
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dplatform.py141 def libc_ver(executable=sys.executable,lib='',version='', argument
180 version = glibcversion
181 elif glibcversion > version:
182 version = glibcversion
186 if soversion > version:
187 version = soversion
188 if threads and version[-len(threads):] != threads:
189 version = version + threads
192 return lib,version
194 def _dist_try_harder(distname,version,id): argument
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/versioncheck/
Dpyversioncheck.py17 def versioncheck(package, url, version, verbose=0): argument
18 ok, newversion, fp = checkonly(package, url, version, verbose)
24 print '%s: up-to-date (version %s)'%(package, version)
27 (package, version, newversion)
35 def checkonly(package, url, version, verbose=0): argument
39 ok, newversion, fp = _check1version(package, url, version, verbose)
42 ok, newversion, fp = _check1version(package, u, version, verbose)
47 def _check1version(package, url, version, verbose=0): argument
62 version = version.lower().strip()
64 if version == newversion:
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
Dtest_version.py3 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.2')
/device/google/cuttlefish_vmm/x86_64/
DCargo.lock3 version = "0.1.0"
20 version = "0.1.0"
35 version = "0.1.0"
39 version = "0.1.0"
43 version = "0.1.0"
50 version = "0.1.0"
59 version = "1.1.0"
64 version = "1.0.25"
69 version = "0.1.5"
74 version = "0.1.0"
[all …]
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/css/drivers/scmi/
Dscmi_common.c79 int scmi_proto_version(void *p, uint32_t proto_id, uint32_t *version) in scmi_proto_version() argument
98 SCMI_PAYLOAD_RET_VAL2(mbx_mem->payload, ret, *version); in scmi_proto_version()
146 uint32_t version; in scmi_init() local
160 ret = scmi_proto_version(ch, SCMI_PWR_DMN_PROTO_ID, &version); in scmi_init()
166 if (!is_scmi_version_compatible(SCMI_PWR_DMN_PROTO_VER, version)) { in scmi_init()
168 version, SCMI_PWR_DMN_PROTO_VER); in scmi_init()
172 VERBOSE("SCMI power domain protocol version 0x%x detected\n", version); in scmi_init()
174 ret = scmi_proto_version(ch, SCMI_SYS_PWR_PROTO_ID, &version); in scmi_init()
180 if (!is_scmi_version_compatible(SCMI_SYS_PWR_PROTO_VER, version)) { in scmi_init()
182 version, SCMI_SYS_PWR_PROTO_VER); in scmi_init()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dversion.py113 self.version = tuple(map(string.atoi, [major, minor, patch]))
115 self.version = tuple(map(string.atoi, [major, minor]) + [0])
125 if self.version[2] == 0:
126 vstring = string.join(map(str, self.version[0:2]), '.')
128 vstring = string.join(map(str, self.version), '.')
140 compare = cmp(self.version, other.version)
281 self.version = components
296 return cmp(self.version, other.version)
Dversionpredicate.py4 import distutils.version
25 return (comp, distutils.version.StrictVersion(verStr))
129 def satisfied_by(self, version): argument
135 if not compmap[cond](version, ver):
163 ver = distutils.version.StrictVersion(ver)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dgetversion.c11 static char version[250]; in Py_GetVersion() local
12 PyOS_snprintf(version, sizeof(version), "%.80s (%.80s) %.80s", in Py_GetVersion()
14 return version; in Py_GetVersion()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dgetversion.c11 static char version[250]; in Py_GetVersion() local
12 PyOS_snprintf(version, sizeof(version), "%.80s (%.80s) %.80s", in Py_GetVersion()
14 return version; in Py_GetVersion()
/device/google/bonito/
Dinit.qcom.devstart.sh8 version=`grep -ao "OEM_IMAGE_VERSION_STRING[ -~]*" \
10 sed -e s/OEM_IMAGE_VERSION_STRING=ADSP.version.// -e s/\(.*\).//`
11 setprop sys.adsp.firmware.version "$version"
Dinit.qcom.wlan.sh4 setprop vendor.wlan.driver.version "$wlan_driver_version"
5 wlan_fw_version=`cat /sys/kernel/wifi/wlan/fw/0/version`
6 setprop vendor.wlan.firmware.version "$wlan_fw_version"
/device/google/wahoo/
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/google/crosshatch/
Dinit.qcom.devstart.sh10 version=`grep -ao "OEM_IMAGE_VERSION_STRING[ -~]*" \
12 sed -e s/OEM_IMAGE_VERSION_STRING=SLPI.version.// -e s/\(.*\).//`
13 setprop sys.slpi.firmware.version "$version"
/device/google/contexthub/firmware/app/chre/chre_test2.app/
Dmain.cpp80 info.appId, info.version, info.instanceId); in nanoappHandleEvent()
86 info.appId, info.version, info.instanceId); in nanoappHandleEvent()
122 const uint32_t version = msg->version; in nanoappHandleEvent() local
125 appId, version, instanceId); in nanoappHandleEvent()
132 const uint32_t version = msg->version; in nanoappHandleEvent() local
135 appId, version, instanceId); in nanoappHandleEvent()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
Dinstall_egg_info.py27 sys.version[:3]
63 def safe_version(version): argument
69 version = version.replace(' ','.')
70 return re.sub('[^A-Za-z0-9.]+', '-', version)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
DNumbers.py5 version = 2.0 variable in CompareIntegers
201 version = 2.0 variable in CompareFloats
397 version = 2.0 variable in CompareFloatsIntegers
593 version = 2.0 variable in CompareLongs
/device/google/bonito/json-c/
DRELEASE_CHECKLIST.txt19 Update the version in json_c_version.h
20 Update the version in Doxyfile
21 Update the version in configure.ac
24 Update the libjson_la_LDFLAGS line in Makefile.am to the new version.
26 -version-info x:y:z
28 -version-info x:y+1:z
86 Update the version in json_c_version.h
87 Update the version in Doxyfile
88 Update the version in configure.ac
89 Use ${release}.99 to indicate a version "newer" than anything on the branch.
[all …]
/device/google/crosshatch/json-c/
DRELEASE_CHECKLIST.txt19 Update the version in json_c_version.h
20 Update the version in Doxyfile
21 Update the version in configure.ac
24 Update the libjson_la_LDFLAGS line in Makefile.am to the new version.
26 -version-info x:y:z
28 -version-info x:y+1:z
86 Update the version in json_c_version.h
87 Update the version in Doxyfile
88 Update the version in configure.ac
89 Use ${release}.99 to indicate a version "newer" than anything on the branch.
[all …]
/device/google/marlin-kernel/.prebuilt_info/kernel/
Dprebuilt_info_Image_lz4-dtb.asciipb8version: "Linux version 3.18.137-g382d7256ce44 (android-build@abfarm700) (gcc version 4.9.x 201501…
Dprebuilt_info_Image_gz-dtb_sailfish_kasan.asciipb8version: "Linux version 3.18.100-g0b6976f (android-build@abfarm677) (gcc version 4.9.x 20150123 (p…
Dprebuilt_info_Image_gz-dtb_marlin_kasan.asciipb8version: "Linux version 3.18.100-g0b6976f (android-build@abfarm677) (gcc version 4.9.x 20150123 (p…
Dprebuilt_info_debug_Image_gz-dtb_marlin_debug_hang.asciipb8version: "Linux version 3.18.137-g382d7256ce44 (android-build@abfarm700) (gcc version 4.9.x 201501…
Dprebuilt_info_debug_Image_gz-dtb_sailfish_kasan.asciipb8version: "Linux version 3.18.137-g382d7256ce44 (android-build@abfarm700) (gcc version 4.9.x 201501…
Dprebuilt_info_debug_Image_gz-dtb_marlin_debug_api.asciipb8version: "Linux version 3.18.137-g382d7256ce44 (android-build@abfarm700) (gcc version 4.9.x 201501…

12345678910>>...46