Searched refs:encoding (Results 176 - 200 of 2143) sorted by relevance

1234567891011>>

/prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/linux/hdlc/
H A Dioctl.h29 unsigned short encoding; member in struct:__anon174056
/prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/linux/hdlc/
H A Dioctl.h29 unsigned short encoding; member in struct:__anon175288
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
H A Dchar16_t_encoding.pass.cpp14 // int encoding() const throw();
25 assert(f.encoding() == 0);
H A Dchar32_t_encoding.pass.cpp14 // int encoding() const throw();
25 assert(f.encoding() == 0);
H A Dchar_encoding.pass.cpp14 // int encoding() const throw();
25 assert(f.encoding() == 1);
H A Dwchar_t_encoding.pass.cpp14 // int encoding() const throw();
25 assert(f.encoding() == 1);
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
H A Dchar16_t_encoding.pass.cpp14 // int encoding() const throw();
25 assert(f.encoding() == 0);
H A Dchar32_t_encoding.pass.cpp14 // int encoding() const throw();
25 assert(f.encoding() == 0);
H A Dchar_encoding.pass.cpp14 // int encoding() const throw();
25 assert(f.encoding() == 1);
H A Dwchar_t_encoding.pass.cpp14 // int encoding() const throw();
25 assert(f.encoding() == 1);
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dmimetools.py27 self.getheader('content-transfer-encoding')
157 def decode(input, output, encoding):
159 if encoding == 'base64':
162 if encoding == 'quoted-printable':
165 if encoding in ('uuencode', 'x-uuencode', 'uue', 'x-uue'):
168 if encoding in ('7bit', '8bit'):
170 if encoding in decodetab:
171 pipethrough(input, decodetab[encoding], output)
174 'unknown Content-Transfer-Encoding: %s' % encoding
176 def encode(input, output, encoding)
[all...]
H A DSimpleXMLRPCServer.py169 def __init__(self, allow_none=False, encoding=None):
173 self.encoding = encoding
264 allow_none=self.allow_none, encoding=self.encoding)
267 encoding=self.encoding)
273 encoding=self.encoding, allow_none=self.allow_none,
538 #support gzip encoding o
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_codecencodings_cn.py4 # Codec encoding tests for PRC encodings.
12 encoding = 'gb2312' variable in class:Test_GB2312
25 encoding = 'gbk' variable in class:Test_GBK
39 encoding = 'gb18030' variable in class:Test_GB18030
54 encoding = 'hz' variable in class:Test_HZ
H A Dtest_codecencodings_hk.py4 # Codec encoding tests for HongKong encodings.
12 encoding = 'big5hkscs' variable in class:Test_Big5HKSCS
H A Dtest_codecencodings_tw.py4 # Codec encoding tests for ROC encodings.
12 encoding = 'big5' variable in class:Test_Big5
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dmimetools.py27 self.getheader('content-transfer-encoding')
157 def decode(input, output, encoding):
159 if encoding == 'base64':
162 if encoding == 'quoted-printable':
165 if encoding in ('uuencode', 'x-uuencode', 'uue', 'x-uue'):
168 if encoding in ('7bit', '8bit'):
170 if encoding in decodetab:
171 pipethrough(input, decodetab[encoding], output)
174 'unknown Content-Transfer-Encoding: %s' % encoding
176 def encode(input, output, encoding)
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_codecencodings_cn.py4 # Codec encoding tests for PRC encodings.
12 encoding = 'gb2312' variable in class:Test_GB2312
25 encoding = 'gbk' variable in class:Test_GBK
39 encoding = 'gb18030' variable in class:Test_GB18030
54 encoding = 'hz' variable in class:Test_HZ
H A Dtest_codecencodings_hk.py4 # Codec encoding tests for HongKong encodings.
12 encoding = 'big5hkscs' variable in class:Test_Big5HKSCS
H A Dtest_codecencodings_tw.py4 # Codec encoding tests for ROC encodings.
12 encoding = 'big5' variable in class:Test_Big5
/prebuilts/gdb/darwin-x86/include/python2.7/
H A Dstringobject.h106 const char *encoding, /* encoding */
116 const char *encoding, /* encoding */
125 const char *encoding, /* encoding */
133 back to a string using the default encoding.
139 const char *encoding, /* encoding */
148 const char *encoding, /* encodin
[all...]
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A DSimpleXMLRPCServer.py169 def __init__(self, allow_none=False, encoding=None):
173 self.encoding = encoding
264 allow_none=self.allow_none, encoding=self.encoding)
267 encoding=self.encoding)
273 encoding=self.encoding, allow_none=self.allow_none,
538 #support gzip encoding o
[all...]
/prebuilts/gdb/linux-x86/include/python2.7/
H A Dstringobject.h106 const char *encoding, /* encoding */
116 const char *encoding, /* encoding */
125 const char *encoding, /* encoding */
133 back to a string using the default encoding.
139 const char *encoding, /* encoding */
148 const char *encoding, /* encodin
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/
H A DSimpleXMLRPCServer.py169 def __init__(self, allow_none=False, encoding=None):
173 self.encoding = encoding
264 allow_none=self.allow_none, encoding=self.encoding)
267 encoding=self.encoding)
273 encoding=self.encoding, allow_none=self.allow_none,
538 #support gzip encoding o
[all...]
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
H A Dstringobject.h106 const char *encoding, /* encoding */
116 const char *encoding, /* encoding */
125 const char *encoding, /* encoding */
133 back to a string using the default encoding.
139 const char *encoding, /* encoding */
148 const char *encoding, /* encodin
[all...]
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
H A Dstringobject.h106 const char *encoding, /* encoding */
116 const char *encoding, /* encoding */
125 const char *encoding, /* encoding */
133 back to a string using the default encoding.
139 const char *encoding, /* encoding */
148 const char *encoding, /* encodin
[all...]

Completed in 1244 milliseconds

1234567891011>>