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

  /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...]
  /external/python/cpython3/Lib/
codecs.py 770 file_encoding = 'unknown' variable in class:StreamRecoder
904 def EncodedFile(file, data_encoding, file_encoding=None, errors='strict'):
911 file using file_encoding. The intermediate data type
914 Bytes read from the file are decoded using file_encoding and then
917 If file_encoding is not given, it defaults to data_encoding.
924 .data_encoding and .file_encoding which reflect the given
929 if file_encoding is None:
930 file_encoding = data_encoding
932 file_info = lookup(file_encoding)
937 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 1289 int file_encoding; \/* E_ values above *\/ member in struct:__anon25697
    [all...]
  /external/pdfium/third_party/libpng16/
pngread.c 1279 int file_encoding; \/* E_ values above *\/ member in struct:__anon31487
    [all...]

Completed in 316 milliseconds