| /prebuilts/go/linux-x86/src/net/url/ |
| url.go | 51 type encoding int type 54 encodePath encoding = 1 + iota 72 func shouldEscape(c byte, mode encoding) bool { 136 func unescape(s string, mode encoding) (string, error) { 195 func escape(s string, mode encoding) string { 248 // and URL's String method uses RawPath if it is a valid encoding of Path, 433 // RawPath is a hint as to the encoding of Path to use 550 // It must not contain any bytes that require escaping during path encoding.
|
| /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/hdlc/ |
| ioctl.h | 69 unsigned short encoding; member in struct:__anon56129
|
| /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/hdlc/ |
| ioctl.h | 69 unsigned short encoding; member in struct:__anon56896
|
| /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/hdlc/ |
| ioctl.h | 69 unsigned short encoding; member in struct:__anon57675
|
| /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/hdlc/ |
| ioctl.h | 69 unsigned short encoding; member in struct:__anon58453
|
| /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/hdlc/ |
| ioctl.h | 69 unsigned short encoding; member in struct:__anon59229
|
| /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/hdlc/ |
| ioctl.h | 69 unsigned short encoding; member in struct:__anon60006
|
| /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/hdlc/ |
| ioctl.h | 69 unsigned short encoding; member in struct:__anon60776
|
| /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/hdlc/ |
| ioctl.h | 69 unsigned short encoding; member in struct:__anon61543
|
| /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/linux/hdlc/ |
| ioctl.h | 69 unsigned short encoding; member in struct:__anon62322
|
| /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/linux/hdlc/ |
| ioctl.h | 69 unsigned short encoding; member in struct:__anon63100
|
| /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/linux/hdlc/ |
| ioctl.h | 69 unsigned short encoding; member in struct:__anon63876
|
| /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/hdlc/ |
| ioctl.h | 69 unsigned short encoding; member in struct:__anon64653
|
| /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/hdlc/ |
| ioctl.h | 69 unsigned short encoding; member in struct:__anon65423
|
| /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/hdlc/ |
| ioctl.h | 69 unsigned short encoding; member in struct:__anon66190
|
| /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/hdlc/ |
| ioctl.h | 69 unsigned short encoding; member in struct:__anon66969
|
| /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/hdlc/ |
| ioctl.h | 69 unsigned short encoding; member in struct:__anon67747
|
| /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/hdlc/ |
| ioctl.h | 69 unsigned short encoding; member in struct:__anon68523
|
| /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/hdlc/ |
| ioctl.h | 69 unsigned short encoding; member in struct:__anon69300
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
| codecs.py | 90 return "<%s.%s object for encoding %s at 0x%x>" % (self.__class__.__module__, self.__class__.__name__, self.name, id(self)) 105 decoding and '?' on encoding. 107 character reference (only for encoding). 109 (only for encoding). 124 make encoding/decoding efficient. 147 make encoding/decoding efficient. 160 the state of the Encoding process between calls to encode(). 315 # interfaces which can be used to implement new encoding submodules 339 sequences (only for encoding). 448 definition of the encoding and the given size, e.g. i 649 encoding = 'unknown' variable in class:StreamReaderWriter [all...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
| IOBinding.py | 29 # what encoding to use 36 # Encoding for file names 39 encoding = "ascii" variable 42 # a portable encoding name, we need to find the code page 44 encoding = locale.getdefaultlocale()[1] variable 45 codecs.lookup(encoding) 54 encoding = locale.nl_langinfo(locale.CODESET) variable 55 if encoding is None or encoding is '': 57 encoding = 'ascii variable 64 encoding = locale.getdefaultlocale()[1] variable 67 encoding = 'ascii' variable 72 encoding = encoding.lower() variable [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
| codecs.py | 90 return "<%s.%s object for encoding %s at 0x%x>" % (self.__class__.__module__, self.__class__.__name__, self.name, id(self)) 105 decoding and '?' on encoding. 107 character reference (only for encoding). 109 (only for encoding). 124 make encoding/decoding efficient. 147 make encoding/decoding efficient. 160 the state of the Encoding process between calls to encode(). 315 # interfaces which can be used to implement new encoding submodules 339 sequences (only for encoding). 448 definition of the encoding and the given size, e.g. i 649 encoding = 'unknown' variable in class:StreamReaderWriter [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
| IOBinding.py | 29 # what encoding to use 36 # Encoding for file names 39 encoding = "ascii" variable 42 # a portable encoding name, we need to find the code page 44 encoding = locale.getdefaultlocale()[1] variable 45 codecs.lookup(encoding) 54 encoding = locale.nl_langinfo(locale.CODESET) variable 55 if encoding is None or encoding is '': 57 encoding = 'ascii variable 64 encoding = locale.getdefaultlocale()[1] variable 67 encoding = 'ascii' variable 72 encoding = encoding.lower() variable [all...] |
| /toolchain/binutils/binutils-2.25/binutils/ |
| strings.c | 49 --encoding={s,S,b,l,B,L} 51 Select character encoding: 7-bit-character, 8-bit-character, 79 && ((c) == '\t' || ISPRINT (c) || (encoding == 'S' && (c) > 127) \ 114 /* The character encoding format. */ variable 115 static char encoding; 126 {"encoding", required_argument, NULL, 'e'}, 181 encoding = 's'; 249 encoding = optarg[0]; 275 switch (encoding) 517 switch (encoding) [all...] |
| /prebuilts/tools/common/m2/repository/org/apache/maven/maven-profile/2.0.9/ |
| maven-profile-2.0.9.jar | |