Home
last modified time | relevance | path

Searched refs:ver (Results 1 – 25 of 36) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dversionpredicate.py124 seq = [cond + " " + str(ver) for cond, ver in self.pred]
134 for cond, ver in self.pred:
135 if not compmap[cond](version, ver):
161 ver = m.group(2) or None
162 if ver:
163 ver = distutils.version.StrictVersion(ver)
164 return m.group(1), ver
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
Dbdist_msi.py333 for ver in self.versions:
334 install_path = r"SOFTWARE\Python\PythonCore\%s\InstallPath" % ver
335 machine_reg = "python.machine." + ver
336 user_reg = "python.user." + ver
337 machine_prop = "PYTHON.MACHINE." + ver
338 user_prop = "PYTHON.USER." + ver
339 machine_action = "PythonFromMachine" + ver
340 user_action = "PythonFromUser" + ver
341 exe_action = "PythonExe" + ver
342 target_dir_prop = "TARGETDIR" + ver
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/
DCommonIpf.dsc55 $(DEST_DIR)\$(BASE_NAME).ver
127 $(BASE_NAME).ver
151 $(DEST_DIR)\$(BASE_NAME).ver
174 $(BASE_NAME).ver \
192 $(BASE_NAME).ver \
211 $(BASE_NAME).ver \
229 $(BASE_NAME).ver
250 $(BASE_NAME).ver \
269 $(BASE_NAME).ver \
301 $(BASE_NAME).ver
[all …]
DCommonX64.dsc55 $(DEST_DIR)\$(BASE_NAME).ver
127 $(BASE_NAME).ver
151 $(DEST_DIR)\$(BASE_NAME).ver
172 $(BASE_NAME).ver \
188 $(BASE_NAME).ver \
205 $(BASE_NAME).ver \
238 $(BASE_NAME).ver
257 $(BASE_NAME).ver \
274 $(BASE_NAME).ver
295 $(DEST_DIR)\$(BASE_NAME).ver
DCommonIa32.dsc55 $(DEST_DIR)\$(BASE_NAME).ver
127 $(BASE_NAME).ver
151 $(DEST_DIR)\$(BASE_NAME).ver
172 $(BASE_NAME).ver \
188 $(BASE_NAME).ver \
205 $(BASE_NAME).ver \
238 $(BASE_NAME).ver
257 $(BASE_NAME).ver \
274 $(BASE_NAME).ver
295 $(DEST_DIR)\$(BASE_NAME).ver
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbKbDxe/
DUsbKbDxe.uni11 // 1. Universal Serial Bus HID Firmware Specification, ver 1.11
12 // 2. Universal Serial Bus HID Usage Tables, ver 1.12
32 … "1. Universal Serial Bus HID Firmware Specification, ver 1.11<BR>\n"
33 … "2. Universal Serial Bus HID Usage Tables, ver 1.12<BR>\n"
DUsbKbDxe.inf11 # 1. Universal Serial Bus HID Firmware Specification, ver 1.11
12 # 2. Universal Serial Bus HID Usage Tables, ver 1.12
/device/google/dragon/recovery/updater/
Dflash_device.h36 int (*cmd)(void *hnd, int cmd, int ver, const void *odata, int osize,
48 int flash_cmd(struct flash_device *dev, int cmd, int ver,
Dflash_device.c155 int flash_cmd(struct flash_device *dev, int cmd, int ver, in flash_cmd() argument
161 return dev->ops->cmd(dev->priv_data, cmd, ver, in flash_cmd()
/device/google/contexthub/firmware/os/inc/
Dseos.h93 #define HW_ID_MAKE(vendor, ver) ((((uint64_t)(vendor)) << 24) | (PLATFORM_ID(ver) & HW_ID_ANY)) argument
96 #define PLATFORM_ID(ver) ((((PLATFORM_HW_TYPE) & 0xFFFF) << 8) | (ver & 0xFF)) argument
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DHostConnection.h101 void setGLESMaxVersion(GLESMaxVersion ver) { m_glesMaxVersion = ver; } in setGLESMaxVersion() argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dsysmodule.c599 OSVERSIONINFOEX ver; in sys_getwindowsversion() local
600 ver.dwOSVersionInfoSize = sizeof(ver); in sys_getwindowsversion()
601 if (!GetVersionEx((OSVERSIONINFO*) &ver)) in sys_getwindowsversion()
608 PyStructSequence_SET_ITEM(version, pos++, PyInt_FromLong(ver.dwMajorVersion)); in sys_getwindowsversion()
609 PyStructSequence_SET_ITEM(version, pos++, PyInt_FromLong(ver.dwMinorVersion)); in sys_getwindowsversion()
610 PyStructSequence_SET_ITEM(version, pos++, PyInt_FromLong(ver.dwBuildNumber)); in sys_getwindowsversion()
611 PyStructSequence_SET_ITEM(version, pos++, PyInt_FromLong(ver.dwPlatformId)); in sys_getwindowsversion()
612 PyStructSequence_SET_ITEM(version, pos++, PyString_FromString(ver.szCSDVersion)); in sys_getwindowsversion()
613 PyStructSequence_SET_ITEM(version, pos++, PyInt_FromLong(ver.wServicePackMajor)); in sys_getwindowsversion()
614 PyStructSequence_SET_ITEM(version, pos++, PyInt_FromLong(ver.wServicePackMinor)); in sys_getwindowsversion()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dsysmodule.c599 OSVERSIONINFOEX ver; in sys_getwindowsversion() local
600 ver.dwOSVersionInfoSize = sizeof(ver); in sys_getwindowsversion()
601 if (!GetVersionEx((OSVERSIONINFO*) &ver)) in sys_getwindowsversion()
608 PyStructSequence_SET_ITEM(version, pos++, PyInt_FromLong(ver.dwMajorVersion)); in sys_getwindowsversion()
609 PyStructSequence_SET_ITEM(version, pos++, PyInt_FromLong(ver.dwMinorVersion)); in sys_getwindowsversion()
610 PyStructSequence_SET_ITEM(version, pos++, PyInt_FromLong(ver.dwBuildNumber)); in sys_getwindowsversion()
611 PyStructSequence_SET_ITEM(version, pos++, PyInt_FromLong(ver.dwPlatformId)); in sys_getwindowsversion()
612 PyStructSequence_SET_ITEM(version, pos++, PyString_FromString(ver.szCSDVersion)); in sys_getwindowsversion()
613 PyStructSequence_SET_ITEM(version, pos++, PyInt_FromLong(ver.wServicePackMajor)); in sys_getwindowsversion()
614 PyStructSequence_SET_ITEM(version, pos++, PyInt_FromLong(ver.wServicePackMinor)); in sys_getwindowsversion()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/
DUsbMouseAbsolutePointerDxe.uni9 // 1. Universal Serial Bus HID Firmware Specification, ver 1.11
29 … "1. Universal Serial Bus HID Firmware Specification, ver 1.11<BR>\n"
DUsbMouseAbsolutePointerDxe.inf9 # 1. Universal Serial Bus HID Firmware Specification, ver 1.11
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMouseDxe/
DUsbMouseDxe.uni9 // 1. Universal Serial Bus HID Firmware Specification, ver 1.11
29 … "1. Universal Serial Bus HID Firmware Specification, ver 1.11<BR>\n"
DUsbMouseDxe.inf9 # 1. Universal Serial Bus HID Firmware Specification, ver 1.11
/device/google/contexthub/util/nanotool/
Dcontexthub.cpp310 auto ver = reinterpret_cast<const struct BrVersionInfoRsp *>( in PrintBridgeVersion()
317 ver->hwType, ver->osVer, ver->variantVer, ver->bridgeVer); in PrintBridgeVersion()
/device/linaro/bootloader/edk2/EdkShellPkg/
DShellR64.patch270 ver/Ebc/verEbc.c | 2 +-
271 ver/Ver.inf | 36 ++--
272 ver/ver.c | 2 +-
273 ver/ver.h | 1 +
2202 - ver\VerStrings.uni
2203 - ver\ver.c
2204 - ver\ver.h
2220 + ver/VerStrings.uni
2221 + ver/ver.c
2222 + ver/ver.h
[all …]
DShellR33.patch7418 - ver\VerStrings.uni
7419 - ver\ver.c
7420 - ver\ver.h
7452 + ver/VerStrings.uni
7453 + ver/ver.c
7454 + ver/ver.h
7474 - ver\ia32\ver32.c
7477 + ver/IA32/ver32.c
7487 - ver\ipf\ver64.c
7492 + ver/ipf/ver64.c
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dzlibmodule.c1055 PyObject *m, *ver; in PyInit_zlib() local
1084 ver = PyString_FromString(ZLIB_VERSION); in PyInit_zlib()
1085 if (ver != NULL) in PyInit_zlib()
1086 PyModule_AddObject(m, "ZLIB_VERSION", ver); in PyInit_zlib()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dzlibmodule.c1020 PyObject *m, *ver; in PyInit_zlib() local
1049 ver = PyString_FromString(ZLIB_VERSION); in PyInit_zlib()
1050 if (ver != NULL) in PyInit_zlib()
1051 PyModule_AddObject(m, "ZLIB_VERSION", ver); in PyInit_zlib()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
DTpm12.h865 TPM_STRUCT_VER ver; member
914 TPM_STRUCT_VER ver; member
928 TPM_STRUCT_VER ver; member
1076 TPM_STRUCT_VER ver; member
1094 TPM_STRUCT_VER ver; member
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DTpm12.h986 TPM_STRUCT_VER ver; member
1035 TPM_STRUCT_VER ver; member
1053 TPM_STRUCT_VER ver; member
1217 TPM_STRUCT_VER ver; member
1239 TPM_STRUCT_VER ver; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlauxlib.c944 LUALIB_API void luaL_checkversion_ (lua_State *L, lua_Number ver) { in luaL_checkversion_() argument
948 else if (*v != ver) in luaL_checkversion_()
950 ver, *v); in luaL_checkversion_()

12