| /packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
| WebViewContextMenu.java | 263 decodedPhoneExtra = URLDecoder.decode(extra, Charset.defaultCharset().name()); 266 // However, during decode, the initial '+' is changed into ' '.
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
| header.py | 64 """Decode a message header value without converting charset. 105 dec = email.base64mime.decode(encoded)
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
| tokenize.py | 255 be used to decode a Python source file. It requires one argment, readline, 281 line_string = line.decode('ascii')
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/ |
| connection.py | 452 (obj,), method = xmlrpclib.loads(s.decode('utf8'))
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
| videoreader.py | 27 return MediaDescr.SoundDescription.decode(data)
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_bytes.py | 193 self.assertEqual(b.decode(enc), sample) 196 self.assertRaises(UnicodeDecodeError, b.decode, "utf8") 197 self.assertEqual(b.decode("utf8", "ignore"), "Hello world\n") 198 self.assertEqual(b.decode(errors="ignore", encoding="utf8"), [all...] |
| test_file.py | 193 d = int(f.read().decode("ascii"))
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
| urlparse.py | 344 append(unquote(str(bits[i])).decode('latin1'))
|
| uuid.py | 348 dirs.insert(0, buffer.value.decode('mbcs'))
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
| header.py | 64 """Decode a message header value without converting charset. 105 dec = email.base64mime.decode(encoded)
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
| tokenize.py | 255 be used to decode a Python source file. It requires one argment, readline, 281 line_string = line.decode('ascii')
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/ |
| connection.py | 452 (obj,), method = xmlrpclib.loads(s.decode('utf8'))
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_bytes.py | 193 self.assertEqual(b.decode(enc), sample) 196 self.assertRaises(UnicodeDecodeError, b.decode, "utf8") 197 self.assertEqual(b.decode("utf8", "ignore"), "Hello world\n") 198 self.assertEqual(b.decode(errors="ignore", encoding="utf8"), [all...] |
| test_file.py | 193 d = int(f.read().decode("ascii"))
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
| urlparse.py | 344 append(unquote(str(bits[i])).decode('latin1'))
|
| uuid.py | 348 dirs.insert(0, buffer.value.decode('mbcs'))
|
| /system/core/libsysutils/src/ |
| NetlinkEvent.cpp | 590 bool NetlinkEvent::decode(char *buffer, int size, int format) { function in class:NetlinkEvent
|
| /external/chromium_org/v8/src/ |
| ic.cc | [all...] |
| /external/chromium_org/third_party/brotli/ |
| brotli.target.darwin-arm.mk | 27 third_party/brotli/src/brotli/dec/decode.c \
|
| brotli.target.linux-arm.mk | 27 third_party/brotli/src/brotli/dec/decode.c \
|
| /external/chromium_org/third_party/simplejson/ |
| __init__.py | 361 the result of any object literal decode with an ordered list of pairs. 417 the result of any object literal decode with an ordered list of pairs. 451 return _default_decoder.decode(s) 468 return cls(encoding=encoding, **kw).decode(s)
|
| /external/chromium_org/third_party/webrtc/modules/ |
| iSAC.target.darwin-arm.mk | 31 third_party/webrtc/modules/audio_coding/codecs/isac/main/source/decode.c \
|
| iSAC.target.darwin-arm64.mk | 31 third_party/webrtc/modules/audio_coding/codecs/isac/main/source/decode.c \
|
| iSAC.target.darwin-mips.mk | 31 third_party/webrtc/modules/audio_coding/codecs/isac/main/source/decode.c \
|
| iSAC.target.darwin-x86.mk | 31 third_party/webrtc/modules/audio_coding/codecs/isac/main/source/decode.c \
|