/packages/inputmethods/LatinIME/native/jni/tests/dictionary/structure/v4/content/ |
probability_entry_test.cpp | 33 ProbabilityEntry::decode(encodedEntry, false /* hasHistoricalInfo */); 50 ProbabilityEntry::decode(encodedEntry, true /* hasHistoricalInfo */);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_applesingle.py | 54 applesingle.decode(test_support.TESTFN, TESTFN2) 63 applesingle.decode(test_support.TESTFN, TESTFN2, resonly=True)
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_applesingle.py | 54 applesingle.decode(test_support.TESTFN, TESTFN2) 63 applesingle.decode(test_support.TESTFN, TESTFN2, resonly=True)
|
/prebuilts/go/darwin-x86/doc/progs/ |
json3.go | 14 func Decode() { 72 Decode()
|
/prebuilts/go/linux-x86/doc/progs/ |
json3.go | 14 func Decode() { 72 Decode()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_applesingle.py | 54 applesingle.decode(test_support.TESTFN, TESTFN2) 63 applesingle.decode(test_support.TESTFN, TESTFN2, resonly=True)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_applesingle.py | 54 applesingle.decode(test_support.TESTFN, TESTFN2) 63 applesingle.decode(test_support.TESTFN, TESTFN2, resonly=True)
|
/external/pdfium/core/src/fxcodec/jbig2/ |
JBig2_GrdProc.cpp | 87 SLTP = pArithDecoder->DECODE(&gbContext[0x9b25]); 104 bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]); 115 bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]); 132 bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]); 142 bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]); 166 SLTP = pArithDecoder->DECODE(&gbContext[0x9b25]); 189 bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]); 224 SLTP = pArithDecoder->DECODE(&gbContext[0x0795]); 241 bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]); 252 bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]) [all...] |
/cts/tests/tests/keystore/src/android/keystore/cts/ |
ECCurves.java | 39 HexEncoding.decode("3045AE6FC8422F64ED579528D38120EAE12196D5")); 49 HexEncoding.decode("BD71344799D5C7FCDC45B59FA3B9AB8F6A948BC5")); 65 HexEncoding.decode("C49D360886E704936A6678E1139D26B7819F7E90")); 81 HexEncoding.decode("A335926AA319A27A1D00896A6773A4827ACDAC73")); 103 HexEncoding.decode("D09E8800291CB85396CC6717393284AAA0DA64BA"));
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py3/term/ |
_term.py | 55 seq = _curses.tigetstr('setaf').decode('ascii') 61 self['NORMAL'] = _curses.tigetstr('sgr0').decode('ascii') 62 self['BOLD'] = _curses.tigetstr('bold').decode('ascii') 64 erase = _curses.tigetstr('el1').decode('ascii') 67 _curses.tigetstr('cr').decode('ascii')
|
/external/libopus/silk/ |
decode_frame.c | 37 /* Decode frame */ 44 opus_int lostFlag, /* I 0: no loss, 1 loss, 2 decode fec */ 66 /* Decode quantization indices of side info */ 71 /* Decode quantization indices of excitation */ 77 /* Decode parameters and pulse signal */
|
/external/pdfium/xfa/src/fxbarcode/qrcode/ |
BC_QRCoderDecoder.cpp | 47 CBC_CommonDecoderResult* CBC_QRCoderDecoder::Decode(FX_BOOL* image,
60 CBC_CommonDecoderResult* cdr = Decode(&bits, height, e);
64 CBC_CommonDecoderResult* CBC_QRCoderDecoder::Decode(CBC_CommonBitMatrix* bits,
110 CBC_CommonDecoderResult* cdr = CBC_QRDecodedBitStreamParser::Decode(
125 m_rsDecoder->Decode(&codewordsInts, numECCodewords, e);
|
/external/webrtc/webrtc/modules/video_coding/codecs/i420/include/ |
i420.h | 102 // Decode encoded image (as a part of a video stream). The decoded image 103 // will be returned to the user through the decode complete callback. 108 // since the previous decode call. 114 int Decode(const EncodedImage& inputImage, 120 // Register a decode complete callback object.
|
/external/webrtc/webrtc/modules/video_coding/ |
generic_decoder.cc | 53 // callbacks from one call to Decode(). 143 int32_t VCMGenericDecoder::Decode(const VCMEncodedFrame& frame, int64_t nowMs) { 144 TRACE_EVENT1("webrtc", "VCMGenericDecoder::Decode", "timestamp", 152 int32_t ret = _decoder->Decode(frame.EncodedImage(), frame.MissingFrame(), 158 LOG(LS_WARNING) << "Failed to decode frame with timestamp "
|
/external/zxing/qr_scanner/src/com/google/zxing/client/android/ |
DecodeHandler.java | 53 if (message.what == R.id.decode) { 54 decode((byte[]) message.obj, message.arg1, message.arg2); method 62 * Decode the data within the viewfinder rectangle, and time how long it took. For efficiency, 63 * reuse the same reader objects from one decode to the next. 69 private void decode(byte[] data, int width, int height) { method in class:DecodeHandler
|
/packages/apps/Camera2/src/com/android/camera/data/ |
PhotoDataFactory.java | 47 // If the width or height is unknown, attempt to decode it from 56 // If we are unable to decode non-zero bitmap dimensions 87 * Given a file path, decode the bitmap dimensions if possible. 93 // Ensure we only decode the dimensions, not the whole 102 Log.w(TAG, "Dimension decode failed for " + filePath);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/encodings/ |
uu_codec.py | 4 will return Python string objects for both encode and decode. 77 # Decode 101 def decode(self,input,errors='strict'): member in class:Codec 109 def decode(self, input, final=False): member in class:IncrementalDecoder 124 decode=uu_decode,
|
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/_builtinSuites/ |
builtin_Suite.py | 28 # XXXX Optionally decode result 47 # XXXX Optionally decode result 66 # XXXX Optionally decode result 86 # XXXX Optionally decode result 111 # XXXX Optionally decode result
|
/prebuilts/gdb/linux-x86/lib/python2.7/encodings/ |
uu_codec.py | 4 will return Python string objects for both encode and decode. 77 # Decode 101 def decode(self,input,errors='strict'): member in class:Codec 109 def decode(self, input, final=False): member in class:IncrementalDecoder 124 decode=uu_decode,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/ |
uu_codec.py | 4 will return Python string objects for both encode and decode. 77 # Decode 101 def decode(self,input,errors='strict'): member in class:Codec 109 def decode(self, input, final=False): member in class:IncrementalDecoder 124 decode=uu_decode,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/_builtinSuites/ |
builtin_Suite.py | 28 # XXXX Optionally decode result 47 # XXXX Optionally decode result 66 # XXXX Optionally decode result 86 # XXXX Optionally decode result 111 # XXXX Optionally decode result
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/ |
uu_codec.py | 4 will return Python string objects for both encode and decode. 77 # Decode 101 def decode(self,input,errors='strict'): member in class:Codec 109 def decode(self, input, final=False): member in class:IncrementalDecoder 124 decode=uu_decode,
|
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/ |
Mozilla_suite.py | 31 # XXXX Optionally decode result 51 # XXXX Optionally decode result 71 # XXXX Optionally decode result 97 # XXXX Optionally decode result 117 # XXXX Optionally decode result 136 # XXXX Optionally decode result 156 # XXXX Optionally decode result 175 # XXXX Optionally decode result 195 # XXXX Optionally decode result 222 # XXXX Optionally decode resul [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/ |
Mozilla_suite.py | 31 # XXXX Optionally decode result 51 # XXXX Optionally decode result 71 # XXXX Optionally decode result 97 # XXXX Optionally decode result 117 # XXXX Optionally decode result 136 # XXXX Optionally decode result 156 # XXXX Optionally decode result 175 # XXXX Optionally decode result 195 # XXXX Optionally decode result 222 # XXXX Optionally decode resul [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
base64.py | 15 'encode', 'decode', 'encodestring', 'decodestring', 61 """Decode a Base64 encoded string. 63 s is the string to decode. Optional altchars must be a string of at least 88 """Decode a string encoded with the standard Base64 alphabet. 90 s is the string to decode. The decoded string is returned. A TypeError 105 """Decode a string encoded with the standard Base64 alphabet. 107 s is the string to decode. The decoded string is returned. A TypeError 180 """Decode a Base32 encoded string. 182 s is the string to decode. Optional casefold is a flag specifying whether 217 # Now decode the full quant 300 def decode(input, output): function [all...] |