HomeSort by relevance Sort by last modified time
    Searched refs:_Version (Results 1 - 7 of 7) sorted by null

  /external/python/setuptools/pkg_resources/_vendor/packaging/
version.py 18 _Version = collections.namedtuple(
19 "_Version",
75 self._version = str(version)
76 self._key = _legacy_cmpkey(self._version)
79 return self._version
86 return self._version
90 return self._version
205 self._version = _Version(
225 self._version.epoch
    [all...]
  /external/python/setuptools/setuptools/_vendor/packaging/
version.py 18 _Version = collections.namedtuple(
19 "_Version",
75 self._version = str(version)
76 self._key = _legacy_cmpkey(self._version)
79 return self._version
86 return self._version
90 return self._version
205 self._version = _Version(
225 self._version.epoch
    [all...]
  /external/swiftshader/include/Direct3D/
d3d8types.h     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
MetaFileParser.py 183 self._Version = 0
310 elif self._Version >= 0x00010005:
357 self._Version = int(Value, 0)
362 self._Version = int('0x' + Major + Minor, 0)
367 if type(self) == InfParser and self._Version < 0x00010005:
566 if self._Version < 0x00010005:
586 "Section [%s] is not allowed in inf file with version 0x%08x" % (self._SectionName, self._Version),
    [all...]
WorkspaceDatabase.py 74 TAB_DSC_DEFINES_PLATFORM_VERSION : "_Version",
130 self._Version = None
331 if self._Version == None:
334 if self._Version == None:
336 return self._Version
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
MetaFileParser.py 178 self._Version = 0
340 self._Version = int(Value, 0)
358 if type(self) == InfParser and self._Version < 0x00010005:
523 if self._Version < 0x00010005:
543 "Section [%s] is not allowed in inf file with version 0x%08x" % (self._SectionName, self._Version),
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
AutoGen.py     [all...]

Completed in 549 milliseconds