/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | fnmatch.py | 51 res = translate(pat) 75 res = translate(pat) 81 def translate(pat): function
|
D | Cookie.py | 316 idmap=_idmap, translate=string.translate): argument 323 if "" == translate(str, idmap, LegalChars): 454 idmap=_idmap, translate=string.translate): argument 459 if "" != translate(key, idmap, LegalChars):
|
D | hmac.py | 72 self.outer.update(key.translate(trans_5C)) 73 self.inner.update(key.translate(trans_36))
|
D | stringold.py | 347 def translate(s, table, deletions=""): function 356 return s.translate(table, deletions)
|
D | string.py | 482 def translate(s, table, deletions=""): function 493 return s.translate(table, deletions) 498 return s.translate(table + s[:0])
|
D | textwrap.py | 149 text = text.translate(self.whitespace_trans) 151 text = text.translate(self.unicode_whitespace_trans)
|
D | UserString.py | 128 def translate(self, *args): member in UserString 129 return self.__class__(self.data.translate(*args))
|
D | base64.py | 36 return s.translate(''.join(translation))
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | fnmatch.py | 53 res = translate(pat) 79 res = translate(pat) 85 def translate(pat): function
|
D | hashlib.py | 185 inner.update(password.translate(_trans_36)) 186 outer.update(password.translate(_trans_5C))
|
D | string.py | 484 def translate(s, table, deletions=""): function 495 return s.translate(table, deletions) 500 return s.translate(table + s[:0])
|
D | textwrap.py | 157 text = text.translate(self.whitespace_trans) 159 text = text.translate(self.unicode_whitespace_trans)
|
D | locale.py | 382 code = localename.translate(_ascii_lower_map) 417 if code.split('@', 1)[1].translate(_ascii_lower_map) == modifier: 442 if defmod.translate(_ascii_lower_map) == modifier:
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
D | fancy_getopt.py | 117 return string.translate(long_option, longopt_xlate) 423 text = string.translate(text, WS_TRANS) 473 return string.translate(opt, longopt_xlate)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/ |
D | __init__.py | 69 return '_'.join(encoding.translate(_norm_encoding_map).split())
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/ |
D | __init__.py | 69 return '_'.join(encoding.translate(_norm_encoding_map).split())
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_codeccallbacks.py | 784 self.assertRaises(ValueError, u"\xff".translate, D()) 785 self.assertRaises(TypeError, u"\xff".translate, {0xff: sys.maxunicode+1}) 786 self.assertRaises(TypeError, u"\xff".translate, {0xff: ()}) 798 text.translate(charmap)
|
D | test_strop.py | 110 self.assertTrue(strop.translate("xyzabcdef", transtable, "def")
|
D | test_bytes.py | 801 self.assertFalse(x is x.translate(t)) 947 c = b.translate(rosetta, b'l') 950 c = ba.translate(rosetta, b'l') 953 c = b.translate(None, b'e') 955 c = ba.translate(None, b'e') 957 self.assertRaises(TypeError, b.translate, None, None) 958 self.assertRaises(TypeError, ba.translate, None, None)
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/ |
D | PiSmbiosRecordOnDataHubSmbiosRecordThunk.inf | 4 # translate the datahub's record to SMBIOS record.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | getaddrinfo.c | 70 static int translate = NO; variable 256 translate = YES; in getaddrinfo() 606 if (translate && gai_afd->a_af == AF_INET) {
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/ |
D | install.py | 391 opt_name = string.translate(self.negative_opt[opt_name], 395 opt_name = string.translate(opt_name, longopt_xlate)
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PCD/Pei/ |
D | PcdPeim.uni | 44 // In building platform, build tools will translate PcdSampleDynamicPcd to 160 // To fast searching a PCD entry in PCD database, PCD driver translate 162 // For binary DynamicEx type PCD, there is a another mapping table to translate 193 // - ExMapTable: This table is used translate a binary dynamicex type PCD's
|
D | Pcd.inf | 44 # In building platform, build tools will translate PcdSampleDynamicPcd to 160 # To fast searching a PCD entry in PCD database, PCD driver translate 162 # For binary DynamicEx type PCD, there is a another mapping table to translate 193 # - ExMapTable: This table is used translate a binary dynamicex type PCD's
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PCD/Dxe/ |
D | PcdDxe.uni | 45 // In building platform, build tools will translate PcdSampleDynamicPcd to 161 // To fast searching a PCD entry in PCD database, PCD driver translate 163 // For binary DynamicEx type PCD, there is a another mapping table to translate 194 // - ExMapTable: This table is used translate a binary dynamicex type PCD's
|