Home
last modified time | relevance | path

Searched refs:StringType (Results 1 – 25 of 31) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtypes.py25 StringType = str variable
32 StringTypes = (StringType, UnicodeType)
34 StringTypes = (StringType,)
Dxmlrpclib.py383 if isinstance(value, StringType):
696 dispatch[StringType] = dump_string
729 if type(k) is not StringType:
1095 if not isinstance(methodname, StringType):
Dpickle.py316 if type(rv) is StringType:
490 dispatch[StringType] = save_string
504 if StringType is UnicodeType:
530 dispatch[StringType] = save_string
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dtypes.py25 StringType = str variable
32 StringTypes = (StringType, UnicodeType)
34 StringTypes = (StringType,)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_fpformat.py10 StringType = type('') variable
25 if isinstance(n, StringType):
33 if isinstance(n, StringType):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dversion.py30 from types import StringType
137 if isinstance(other, StringType):
293 if isinstance(other, StringType):
Dextension.py106 assert type(name) is StringType, "'name' must be a string"
108 map(type, sources) == [StringType]*len(sources)), \
Dunixccompiler.py19 from types import StringType, NoneType
219 if type(output_dir) not in (StringType, NoneType):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/wsgiref/
Dhandlers.py3 from types import StringType
171 assert type(status) is StringType,"Status must be a string"
177 assert type(name) is StringType,"Header names must be strings"
178 assert type(val) is StringType,"Header values must be strings"
202 assert type(data) is StringType,"write() argument must be string"
Dvalidate.py116 from types import DictType, StringType, TupleType, ListType
318 assert_(type(environ[key]) is StringType,
368 assert_(type(status) is StringType,
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/StatusCode/Pei/
DSerialStatusCodeWorker.c131 ((EFI_STATUS_CODE_STRING_DATA *) Data)->StringType == EfiStringAscii) { in SerialStatusCodeReportWorker()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/
DSerialStatusCodeWorker.c129 ((EFI_STATUS_CODE_STRING_DATA *) Data)->StringType == EfiStringAscii) { in SerialStatusCodeReportWorker()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/StatusCodeHandler/Pei/
DSerialStatusCodeWorker.c136 ((EFI_STATUS_CODE_STRING_DATA *) Data)->StringType == EfiStringAscii) { in SerialStatusCodeReportWorker()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/
DSerialStatusCodeWorker.c131 ((EFI_STATUS_CODE_STRING_DATA *) Data)->StringType == EfiStringAscii) { in SerialStatusCodeReportWorker()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/StatusCodeHandler/Smm/
DSerialStatusCodeWorker.c131 ((EFI_STATUS_CODE_STRING_DATA *) Data)->StringType == EfiStringAscii) { in SerialStatusCodeReportWorker()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/versioncheck/
Dpyversioncheck.py38 if type(url) == types.StringType:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/
Dsaxutils.py11 _StringTypes = [types.StringType, types.UnicodeType]
13 _StringTypes = [types.StringType]
/device/linaro/bootloader/edk2/MdePkg/Include/Guid/
DStatusCodeDataTypeId.h97 EFI_STRING_TYPE StringType; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Guid/StatusCodeDataTypeId/
DStatusCodeDataTypeId.h92 EFI_STRING_TYPE StringType; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/
Dsaxutils.py13 _StringTypes = [types.StringType, types.UnicodeType]
15 _StringTypes = [types.StringType]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
Dscantools.py388 if type(spec) == StringType:
397 if type(defs) == StringType:
409 if type(htmlfile) == StringType:
440 if type(scan) == StringType:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
Dpulldom.py6 _StringTypes = [types.StringType, types.UnicodeType]
8 _StringTypes = [types.StringType]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/
Dpulldom.py6 _StringTypes = [types.StringType, types.UnicodeType]
8 _StringTypes = [types.StringType]
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/MonoStatusCode/
DPlatformStatusCode.c212 ((EFI_STATUS_CODE_STRING_DATA *) Data)->StringType == EfiStringAscii) { in SerialReportStatusCode()
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DIpmiNetFnStorage.h251 UINT8 StringType : 3; // 16 member

12