/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
codecs.py | 747 file_encoding = 'unknown'
variable in class:StreamRecoder 893 def EncodedFile(file, data_encoding, file_encoding=None, errors='strict'):
900 file as string using file_encoding. The intermediate encoding
903 Strings are read from the file using file_encoding and then
906 If file_encoding is not given, it defaults to data_encoding.
913 .data_encoding and .file_encoding which reflect the given
918 if file_encoding is None:
919 file_encoding = data_encoding
921 file_info = lookup(file_encoding)
926 sr.file_encoding = file_encoding [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
codecs.py | 744 file_encoding = 'unknown'
variable in class:StreamRecoder 890 def EncodedFile(file, data_encoding, file_encoding=None, errors='strict'):
897 file as string using file_encoding. The intermediate encoding
900 Strings are read from the file using file_encoding and then
903 If file_encoding is not given, it defaults to data_encoding.
910 .data_encoding and .file_encoding which reflect the given
915 if file_encoding is None:
916 file_encoding = data_encoding
918 file_info = lookup(file_encoding)
923 sr.file_encoding = file_encoding [all...] |
/external/python/cpython2/Lib/ |
codecs.py | 759 file_encoding = 'unknown' variable in class:StreamRecoder 905 def EncodedFile(file, data_encoding, file_encoding=None, errors='strict'): 912 file as string using file_encoding. The intermediate encoding 915 Strings are read from the file using file_encoding and then 918 If file_encoding is not given, it defaults to data_encoding. 925 .data_encoding and .file_encoding which reflect the given 930 if file_encoding is None: 931 file_encoding = data_encoding 933 file_info = lookup(file_encoding) 938 sr.file_encoding = file_encodin [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
codecs.py | 744 file_encoding = 'unknown' variable in class:StreamRecoder 890 def EncodedFile(file, data_encoding, file_encoding=None, errors='strict'): 897 file as string using file_encoding. The intermediate encoding 900 Strings are read from the file using file_encoding and then 903 If file_encoding is not given, it defaults to data_encoding. 910 .data_encoding and .file_encoding which reflect the given 915 if file_encoding is None: 916 file_encoding = data_encoding 918 file_info = lookup(file_encoding) 923 sr.file_encoding = file_encodin [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
codecs.py | 744 file_encoding = 'unknown' variable in class:StreamRecoder 890 def EncodedFile(file, data_encoding, file_encoding=None, errors='strict'): 897 file as string using file_encoding. The intermediate encoding 900 Strings are read from the file using file_encoding and then 903 If file_encoding is not given, it defaults to data_encoding. 910 .data_encoding and .file_encoding which reflect the given 915 if file_encoding is None: 916 file_encoding = data_encoding 918 file_info = lookup(file_encoding) 923 sr.file_encoding = file_encodin [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
codecs.py | 744 file_encoding = 'unknown' variable in class:StreamRecoder 890 def EncodedFile(file, data_encoding, file_encoding=None, errors='strict'): 897 file as string using file_encoding. The intermediate encoding 900 Strings are read from the file using file_encoding and then 903 If file_encoding is not given, it defaults to data_encoding. 910 .data_encoding and .file_encoding which reflect the given 915 if file_encoding is None: 916 file_encoding = data_encoding 918 file_info = lookup(file_encoding) 923 sr.file_encoding = file_encodin [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
codecs.py | 744 file_encoding = 'unknown' variable in class:StreamRecoder 890 def EncodedFile(file, data_encoding, file_encoding=None, errors='strict'): 897 file as string using file_encoding. The intermediate encoding 900 Strings are read from the file using file_encoding and then 903 If file_encoding is not given, it defaults to data_encoding. 910 .data_encoding and .file_encoding which reflect the given 915 if file_encoding is None: 916 file_encoding = data_encoding 918 file_info = lookup(file_encoding) 923 sr.file_encoding = file_encodin [all...] |
/external/libpng/ |
pngread.c | 1278 int file_encoding; \/* E_ values above *\/ member in struct:__anon24244 [all...] |
/external/pdfium/third_party/libpng16/ |
pngread.c | 1279 int file_encoding; \/* E_ values above *\/ member in struct:__anon29461 [all...] |
/external/skia/third_party/libpng/ |
pngread.c | 1269 int file_encoding; \/* E_ values above *\/ member in struct:__anon31256 [all...] |