HomeSort by relevance Sort by last modified time
    Searched defs:data_encoding (Results 1 - 9 of 9) sorted by null

  /external/libbrillo/brillo/
data_encoding.h 16 namespace data_encoding { namespace in namespace:brillo
79 } // namespace data_encoding
data_encoding_unittest.cc 5 #include <brillo/data_encoding.h>
13 namespace data_encoding { namespace in namespace:brillo
15 TEST(data_encoding, UrlEncoding) {
27 TEST(data_encoding, WebParamsEncoding) {
42 TEST(data_encoding, Base64Encode) {
70 TEST(data_encoding, Base64EncodeWrapLines) {
99 TEST(data_encoding, Base64Decode) {
146 } // namespace data_encoding
data_encoding.cc 5 #include <brillo/data_encoding.h>
43 namespace data_encoding { namespace in namespace:brillo
153 } // namespace data_encoding
  /prebuilts/gdb/darwin-x86/lib/python2.7/
codecs.py 743 data_encoding = 'unknown' variable in class:StreamRecoder
890 def EncodedFile(file, data_encoding, file_encoding=None, errors='strict'):
896 to the given data_encoding and then written to the original
901 passed back to the caller as string using data_encoding.
903 If file_encoding is not given, it defaults to data_encoding.
910 .data_encoding and .file_encoding which reflect the given
916 file_encoding = data_encoding
917 data_info = lookup(data_encoding)
922 sr.data_encoding = data_encoding
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
codecs.py 743 data_encoding = 'unknown' variable in class:StreamRecoder
890 def EncodedFile(file, data_encoding, file_encoding=None, errors='strict'):
896 to the given data_encoding and then written to the original
901 passed back to the caller as string using data_encoding.
903 If file_encoding is not given, it defaults to data_encoding.
910 .data_encoding and .file_encoding which reflect the given
916 file_encoding = data_encoding
917 data_info = lookup(data_encoding)
922 sr.data_encoding = data_encoding
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
codecs.py 743 data_encoding = 'unknown' variable in class:StreamRecoder
890 def EncodedFile(file, data_encoding, file_encoding=None, errors='strict'):
896 to the given data_encoding and then written to the original
901 passed back to the caller as string using data_encoding.
903 If file_encoding is not given, it defaults to data_encoding.
910 .data_encoding and .file_encoding which reflect the given
916 file_encoding = data_encoding
917 data_info = lookup(data_encoding)
922 sr.data_encoding = data_encoding
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
codecs.py 743 data_encoding = 'unknown' variable in class:StreamRecoder
890 def EncodedFile(file, data_encoding, file_encoding=None, errors='strict'):
896 to the given data_encoding and then written to the original
901 passed back to the caller as string using data_encoding.
903 If file_encoding is not given, it defaults to data_encoding.
910 .data_encoding and .file_encoding which reflect the given
916 file_encoding = data_encoding
917 data_info = lookup(data_encoding)
922 sr.data_encoding = data_encoding
    [all...]
  /external/pdfium/third_party/lpng_v163/
pngread.c 1956 unsigned int data_encoding = E_NOTSET; \/* Encoding libpng must produce *\/ local
    [all...]
  /external/libpng/
pngread.c 2073 unsigned int data_encoding = P_NOTSET; \/* Encoding libpng must produce *\/ local
    [all...]

Completed in 627 milliseconds