/packages/inputmethods/LatinIME/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/ |
JarUtils.java | 46 return new JarFile(URLDecoder.decode(jarPath, "UTF-8"));
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/ |
unwind.h | 40 /* Decode an R_ARM_TARGET2 relocation. */
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include/ |
unwind.h | 40 /* Decode an R_ARM_TARGET2 relocation. */
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/ |
unwind.h | 40 /* Decode an R_ARM_TARGET2 relocation. */
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include/ |
unwind.h | 40 /* Decode an R_ARM_TARGET2 relocation. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/ |
ioctl.h | 66 /* used to decode ioctl numbers.. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/ |
ioctl.h | 66 /* used to decode ioctl numbers.. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/ |
ioctl.h | 66 /* used to decode ioctl numbers.. */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
UserString.py | 67 def decode(self, encoding=None, errors=None): # XXX improve this? member in class:UserString 70 return self.__class__(self.data.decode(encoding, errors)) 72 return self.__class__(self.data.decode(encoding)) 74 return self.__class__(self.data.decode())
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/ |
mac_latin2.py | 19 def decode(self,input,errors='strict'): member in class:Codec 27 def decode(self, input, final=False): member in class:IncrementalDecoder 42 decode=Codec().decode,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/ |
MediaDescr.py | 13 def decode(self, data): member in class:_MediaDescriptionCodec
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/ |
System_Events_Suite.py | 31 # XXXX Optionally decode result
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/ |
dbapi2.py | 71 microseconds = int('{:0<6.6}'.format(timepart_full[1].decode()))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
UserString.py | 67 def decode(self, encoding=None, errors=None): # XXX improve this? member in class:UserString 70 return self.__class__(self.data.decode(encoding, errors)) 72 return self.__class__(self.data.decode(encoding)) 74 return self.__class__(self.data.decode())
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/ |
mac_latin2.py | 19 def decode(self,input,errors='strict'): member in class:Codec 27 def decode(self, input, final=False): member in class:IncrementalDecoder 42 decode=Codec().decode,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/ |
dbapi2.py | 71 microseconds = int('{:0<6.6}'.format(timepart_full[1].decode()))
|
/sdk/emulator/qtools/ |
decoder.cpp | 186 // Decode a varint-encoded object starting at the current position in 204 int64_t Decoder::Decode(bool is_signed) 214 // Get the number of bytes to decode based on the first byte. 238 // Get the number of bytes to decode based on the first byte.
|
/system/core/adb/ |
test_track_devices.c | 89 panic("could not decode length");
|
test_track_jdwp.c | 89 panic("could not decode length");
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
DosUtils.java | 35 * Decode a 16-bit encoded DOS date/time into a java date/time.
|
/external/libvorbis/doc/ |
Vorbis_I_spec.html | 66 href="#x1-180001.3" id="QQ2-1-19">High-level Decode Process</a></span> 68 href="#x1-190001.3.1" id="QQ2-1-20">Decode Setup</a></span> 70 href="#x1-230001.3.2" id="QQ2-1-24">Decode Procedure</a></span> 102 href="#x1-510003.2.1" id="QQ2-1-54">codebook decode</a></span> 106 href="#x1-580004" id="QQ2-1-63">Codec Setup and Packet Decode</a></span> 110 href="#x1-600004.2" id="QQ2-1-65">Header decode and decode setup</a></span> 112 href="#x1-610004.2.1" id="QQ2-1-66">Common header decode</a></span> 123 href="#x1-710004.3" id="QQ2-1-77">Audio packet decode and synthesis</a></span> 125 href="#x1-720004.3.1" id="QQ2-1-78">packet type, mode and window decode</a></span [all...] |
/external/strace/ |
ChangeLog | 142 (sys_shutdown): Use shutdown_modes to decode 2nd syscall argument. 382 * linux/mips/syscallent.h: Use sys_stat64() to decode stat64 syscall. 408 (print_blkpg_req): Always decode struct blkpg_ioctl_arg. 410 (block_ioctl): Do not decode return values passed by pointers on exit 420 * ioctl.c (ioctl_decode) [LINUX]: Use it to decode HDIO_* and BLK* 508 Decode struct ucred for getsockopt SO_PEERCRED 509 * net.c (sys_getsockopt): Decode SO_PEERCRED. 631 Blackfin: decode new syscalls 634 * system.c: Decode Blackfin's cacheflush syscall. 834 Decode TLS syscalls on m68 [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/ |
Metrowerks_Shell_Suite.py | 37 # XXXX Optionally decode result 63 # XXXX Optionally decode result 82 # XXXX Optionally decode result 108 # XXXX Optionally decode result 134 # XXXX Optionally decode result 159 # XXXX Optionally decode result 180 # XXXX Optionally decode result 200 # XXXX Optionally decode result 227 # XXXX Optionally decode result 253 # XXXX Optionally decode resul [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
DecoderTest.java | 77 decode(R.raw.sinesweepmp3lame, 804.f); method 80 decode(R.raw.sinesweepmp3smpb, 413.f); method 83 decode(R.raw.sinesweepm4a, 124.f); method 86 decode(R.raw.sinesweepogg, 168.f); method 89 decode(R.raw.sinesweepwav, 0.0f); method 92 decode(R.raw.sinesweepflac, 0.0f); method 132 * @param testinput the file to decode 136 private void decode(int testinput, float maxerror) throws IOException { method in class:DecoderTest [all...] |
/external/chromium_org/third_party/libwebp/dec/ |
webp.c | 460 // Decode bitstream header, update io->width/io->height. 467 if (status == VP8_STATUS_OK) { // Decode 485 if (status == VP8_STATUS_OK) { // Decode 579 static uint8_t* Decode(WEBP_CSP_MODE mode, const uint8_t* const data, 597 // Decode 610 return Decode(MODE_RGB, data, data_size, width, height, NULL); 615 return Decode(MODE_RGBA, data, data_size, width, height, NULL); 620 return Decode(MODE_ARGB, data, data_size, width, height, NULL); 625 return Decode(MODE_BGR, data, data_size, width, height, NULL); 630 return Decode(MODE_BGRA, data, data_size, width, height, NULL) [all...] |