Searched refs:illegal (Results 1 – 10 of 10) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/ |
D | msg_34.txt | 10 RFC 2046, $5.1.5, but is not illegal
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | xmllib.py | 24 illegal = re.compile('[^\t\r\n -\176\240-\377]') # illegal chars in content variable 267 if not self.__accept_utf8 and illegal.search(data): 410 if not self.__accept_utf8 and illegal.search(data): 438 illegal.search(rawdata, i+4, res.start(0)): 500 illegal.search(rawdata, i+9, res.start(0)): 515 if not self.__accept_utf8 and illegal.search(rawdata, i+2, j):
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | xmllib.py | 24 illegal = re.compile('[^\t\r\n -\176\240-\377]') # illegal chars in content variable 267 if not self.__accept_utf8 and illegal.search(data): 410 if not self.__accept_utf8 and illegal.search(data): 438 illegal.search(rawdata, i+4, res.start(0)): 500 illegal.search(rawdata, i+9, res.start(0)): 515 if not self.__accept_utf8 and illegal.search(rawdata, i+2, j):
|
D | zipfile.py | 1059 illegal = ':<>|"?*' 1061 table = {ord(c): ord('_') for c in illegal} 1063 table = string.maketrans(illegal, '_' * len(illegal))
|
/device/linaro/hikey/mali/bifrost/ |
D | END_USER_LICENCE_AGREEMENT.txt | 162 illegal or unenforceable the remaining provisions of this Licence
|
/device/linaro/hikey/mali/utgard/ |
D | END_USER_LICENCE_AGREEMENT.txt | 162 illegal or unenforceable the remaining provisions of this Licence
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/Binary/ |
D | mcuimage.bin | 771 %s-%d: cpu_vote_id (0x%x) illegal, power state :0x%x(0x%x) 833 illegal message length 835 …back,hello, looping back the messageError: input para illegal!
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/ |
D | UefiShellLevel2CommandsLib.uni | 428 " characters are illegal.\r\n"
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/ |
D | CHANGES_FROM_133_BEFORE_MR13.txt | 2449 stances. In some cases this manifested itself as illegal C code
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/ |
D | CHANGES_FROM_133_before_mr13.txt | 2449 stances. In some cases this manifested itself as illegal C code
|