/prebuilts/gdb/darwin-x86/lib/python2.7/encodings/ |
utf_8_sig.py | 17 def decode(input, errors='strict'): function 88 del self.decode 92 def decode(self, input, errors='strict'): member in class:StreamReader 99 self.decode = codecs.utf_8_decode 103 self.decode = codecs.utf_8_decode 112 decode=decode,
|
/prebuilts/gdb/linux-x86/lib/python2.7/encodings/ |
utf_16.py | 15 def decode(input, errors='strict'): function 100 del self.decode 104 def decode(self, input, errors='strict'): member in class:StreamReader 108 self.decode = codecs.utf_16_le_decode 110 self.decode = codecs.utf_16_be_decode 121 decode=decode,
|
utf_8_sig.py | 17 def decode(input, errors='strict'): function 88 del self.decode 92 def decode(self, input, errors='strict'): member in class:StreamReader 99 self.decode = codecs.utf_8_decode 103 self.decode = codecs.utf_8_decode 112 decode=decode,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/ |
utf_16.py | 15 def decode(input, errors='strict'): function 100 del self.decode 104 def decode(self, input, errors='strict'): member in class:StreamReader 108 self.decode = codecs.utf_16_le_decode 110 self.decode = codecs.utf_16_be_decode 121 decode=decode,
|
utf_8_sig.py | 17 def decode(input, errors='strict'): function 88 del self.decode 92 def decode(self, input, errors='strict'): member in class:StreamReader 99 self.decode = codecs.utf_8_decode 103 self.decode = codecs.utf_8_decode 112 decode=decode,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/ |
utf_16.py | 15 def decode(input, errors='strict'): function 100 del self.decode 104 def decode(self, input, errors='strict'): member in class:StreamReader 108 self.decode = codecs.utf_16_le_decode 110 self.decode = codecs.utf_16_be_decode 121 decode=decode,
|
utf_8_sig.py | 17 def decode(input, errors='strict'): function 88 del self.decode 92 def decode(self, input, errors='strict'): member in class:StreamReader 99 self.decode = codecs.utf_8_decode 103 self.decode = codecs.utf_8_decode 112 decode=decode,
|
/prebuilts/go/darwin-x86/src/encoding/gob/ |
encoder_test.go | 47 err = dec.Decode(result.Interface()) 100 err = dec.Decode(newEt0) 124 err = dec.Decode(newEt1) 138 err = dec.Decode(newEt1) 155 err = dec.Decode(newEt2) 174 err = dec.Decode(e) 215 err = dec.Decode(out) 223 // Encode a T, decode a *T 235 // Encode a *T, decode a T 261 t.Errorf("wrong value after decode: %g not %g", ****(****t2pppp).A, ****t2.A [all...] |
/prebuilts/go/linux-x86/src/encoding/gob/ |
encoder_test.go | 47 err = dec.Decode(result.Interface()) 100 err = dec.Decode(newEt0) 124 err = dec.Decode(newEt1) 138 err = dec.Decode(newEt1) 155 err = dec.Decode(newEt2) 174 err = dec.Decode(e) 215 err = dec.Decode(out) 223 // Encode a T, decode a *T 235 // Encode a *T, decode a T 261 t.Errorf("wrong value after decode: %g not %g", ****(****t2pppp).A, ****t2.A [all...] |
/external/webrtc/webrtc/modules/audio_coding/neteq/test/delay_tool/ |
plot_neteq_delay.m | 48 s.arrival(one_desc_ix(k))=s.arrival(ix)+s.decode(one_desc_ix(k))-s.decode(ix); 53 ix=find(isfinite(s.decode)); 61 s.decode=s.decode(ix); 75 s.decode=s.decode(sort_ix); 124 %h=plot(send_t(seq_ix)/1000,s.decode+s.playout_delay-send_t(seq_ix)); 125 h=plot(send_t(cng_ix)/1000,s.decode(cng_ix)+s.playout_delay(cng_ix)-send_t(cng_ix)); 140 intersect(find(isfinite(s.decode)),... % ... that did arrive .. [all...] |
/external/lzma/CS/7zip/Compress/LZMA/ |
LzmaDecoder.cs | 42 public uint Decode(RangeCoder.Decoder rangeDecoder, uint posState)
44 if (m_Choice.Decode(rangeDecoder) == 0)
45 return m_LowCoder[posState].Decode(rangeDecoder);
49 if (m_Choice2.Decode(rangeDecoder) == 0)
50 symbol += m_MidCoder[posState].Decode(rangeDecoder);
54 symbol += m_HighCoder.Decode(rangeDecoder);
73 symbol = (symbol << 1) | m_Decoders[symbol].Decode(rangeDecoder);
85 uint bit = m_Decoders[((1 + matchBit) << 8) + symbol].Decode(rangeDecoder);
90 symbol = (symbol << 1) | m_Decoders[symbol].Decode(rangeDecoder);
243 if (m_IsMatchDecoders[state.Index << Base.kNumPosStatesBitsMax].Decode(m_RangeDecoder) != 0) [all...] |
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/ |
InstructionCodec.java | 28 * Representation of an instruction format, which knows how to decode into 33 @Override public DecodedInstruction decode(int opcodeUnit, method 46 @Override public DecodedInstruction decode(int opcodeUnit, method 61 @Override public DecodedInstruction decode(int opcodeUnit, method 80 @Override public DecodedInstruction decode(int opcodeUnit, method 99 @Override public DecodedInstruction decode(int opcodeUnit, method 115 @Override public DecodedInstruction decode(int opcodeUnit, method 132 @Override public DecodedInstruction decode(int opcodeUnit, method 150 @Override public DecodedInstruction decode(int opcodeUnit, method 169 @Override public DecodedInstruction decode(int opcodeUnit method 188 @Override public DecodedInstruction decode(int opcodeUnit, method 207 @Override public DecodedInstruction decode(int opcodeUnit, method 226 @Override public DecodedInstruction decode(int opcodeUnit, method 256 @Override public DecodedInstruction decode(int opcodeUnit, method 276 @Override public DecodedInstruction decode(int opcodeUnit, method 297 @Override public DecodedInstruction decode(int opcodeUnit, method 319 @Override public DecodedInstruction decode(int opcodeUnit, method 342 @Override public DecodedInstruction decode(int opcodeUnit, method 363 @Override public DecodedInstruction decode(int opcodeUnit, method 385 @Override public DecodedInstruction decode(int opcodeUnit, method 406 @Override public DecodedInstruction decode(int opcodeUnit, method 425 @Override public DecodedInstruction decode(int opcodeUnit, method 443 @Override public DecodedInstruction decode(int opcodeUnit, method 464 @Override public DecodedInstruction decode(int opcodeUnit, method 498 @Override public DecodedInstruction decode(int opcodeUnit, method 520 @Override public DecodedInstruction decode(int opcodeUnit, method 531 @Override public DecodedInstruction decode(int opcodeUnit, method 542 @Override public DecodedInstruction decode(int opcodeUnit, method 553 @Override public DecodedInstruction decode(int opcodeUnit, method 564 @Override public DecodedInstruction decode(int opcodeUnit, method 575 @Override public DecodedInstruction decode(int opcodeUnit, method 586 @Override public DecodedInstruction decode(int opcodeUnit, method 609 @Override public DecodedInstruction decode(int opcodeUnit, method 630 @Override public DecodedInstruction decode(int opcodeUnit, method 651 @Override public DecodedInstruction decode(int opcodeUnit, method 672 @Override public DecodedInstruction decode(int opcodeUnit, method 694 @Override public DecodedInstruction decode(int opcodeUnit, method 718 @Override public DecodedInstruction decode(int opcodeUnit, method 742 @Override public DecodedInstruction decode(int opcodeUnit, method 774 @Override public DecodedInstruction decode(int opcodeUnit, method 814 @Override public DecodedInstruction decode(int opcodeUnit, method 890 public abstract DecodedInstruction decode(int opcodeUnit, CodeInput in) method in class:InstructionCodec [all...] |
/external/libvorbis/doc/ |
08-residue.tex | 4 \section{Residue setup and decode} \label{vorbis:spec:residue} 17 vectors during decode. Vorbis makes use of three different encoding 48 decode that partition. The classification numbers of each partition 63 from multiple decode passes. The classification value associated with 144 as in type 1 with decode interleave reversed. If operating on a single 153 \subsection{Residue decode} 155 \subsubsection{header decode} 157 Header decode for all three residue types is identical. 231 An end-of-packet condition at any point in header decode renders the 241 \subsubsection{packet decode} [all...] |
/external/skia/src/codec/ |
SkGifCodec.h | 57 * Performs the full gif decode 75 * A gif can contain multiple image frames. We will only decode the first 80 * @param gif Pointer to the library type that manages the gif decode 91 * @param gif Pointer to the library type that manages the gif decode 92 * @param size Size of the image that we will decode. 153 * For a scanline decode of "count" lines, this function indicates how 161 * @param rowsInFrame Output variable. The number of lines to decode 169 * This function cleans up the gif object after the decode completes 175 * Frees any extension data used in the decode 186 * @param gif pointer to library type that manages gif decode [all...] |
/libcore/luni/src/test/java/libcore/java/nio/charset/ |
OldCharsetEncoderDecoderBufferTest.java | 33 * (CharsetDecoderICU) when a decode operation 43 decoder.decode(ByteBuffer.wrap(new byte[]{(byte)'a', (byte)'b', (byte)'c', (byte)'d'}), 53 decoder.decode(ByteBuffer.wrap(new byte[]{(byte)'x'}), out, true); 58 // check if the first buffer was corrupted by the second decode 65 * (CharsetDecoderICU) when a decode operation 76 decoder.decode(inWithArray, out, false); 83 decoder.decode(inWithoutArray, out, true); 85 // check whether the first buffer was corrupted by the second decode 116 // check whether the second decode corrupted the first buffer 143 // check whether the second decode corrupted the first buffe [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_uu.py | 35 uu.decode(inp, out) 43 uu.decode(inp, out) 50 uu.decode(inp, out) 59 uu.decode(inp, out) 86 uu.decode("-", "-") 153 uu.decode(f) 172 uu.decode(self.tmpin) 182 # Verify that decode() will refuse to overwrite an existing file 188 uu.decode(f) 192 self.assertRaises(uu.Error, uu.decode, f [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_uu.py | 35 uu.decode(inp, out) 43 uu.decode(inp, out) 50 uu.decode(inp, out) 59 uu.decode(inp, out) 86 uu.decode("-", "-") 153 uu.decode(f) 172 uu.decode(self.tmpin) 182 # Verify that decode() will refuse to overwrite an existing file 188 uu.decode(f) 192 self.assertRaises(uu.Error, uu.decode, f [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_uu.py | 35 uu.decode(inp, out) 43 uu.decode(inp, out) 50 uu.decode(inp, out) 59 uu.decode(inp, out) 86 uu.decode("-", "-") 153 uu.decode(f) 172 uu.decode(self.tmpin) 182 # Verify that decode() will refuse to overwrite an existing file 188 uu.decode(f) 192 self.assertRaises(uu.Error, uu.decode, f [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_uu.py | 35 uu.decode(inp, out) 43 uu.decode(inp, out) 50 uu.decode(inp, out) 59 uu.decode(inp, out) 86 uu.decode("-", "-") 153 uu.decode(f) 172 uu.decode(self.tmpin) 182 # Verify that decode() will refuse to overwrite an existing file 188 uu.decode(f) 192 self.assertRaises(uu.Error, uu.decode, f [all...] |
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/sms/ |
CdmaSmsTest.java | 120 BearerData bearerData = BearerData.decode(HexDump.hexStringToByteArray(pdu)); 127 BearerData bearerData = BearerData.decode(HexDump.hexStringToByteArray(pdu)); 134 BearerData bearerData = BearerData.decode(HexDump.hexStringToByteArray(pdu)); 141 BearerData bearerData = BearerData.decode(HexDump.hexStringToByteArray(pdu)); 157 BearerData revBearerData = BearerData.decode(encodedSms); 165 revBearerData = BearerData.decode(BearerData.encode(bearerData)); 168 revBearerData = BearerData.decode(BearerData.encode(bearerData)); 171 revBearerData = BearerData.decode(BearerData.encode(bearerData)); 187 BearerData revBearerData = BearerData.decode(encodedSms); 195 revBearerData = BearerData.decode(BearerData.encode(bearerData)) [all...] |
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
decode.c | 35 * function to decode the bitstream 75 /* Decode framelength and BW estimation - not used, 96 /* Decode & de-quantize pitch parameters */ 112 /* Decode & de-quantize filter coefficients. */ 118 /* Decode & de-quantize spectrum. */ 179 * This decode function is called when the codec is operating in 16 kHz 180 * bandwidth to decode the upperband, i.e. 8-16 kHz. 201 /* Decode & de-quantize filter coefficients. */ 209 /* Decode & de-quantize spectrum. */ 243 * This decode function is called when the codec operates at 0-12 kH [all...] |
/art/runtime/native/ |
sun_misc_Unsafe.cc | 36 mirror::Object* obj = soa.Decode<mirror::Object*>(javaObj); 46 mirror::Object* obj = soa.Decode<mirror::Object*>(javaObj); 56 mirror::Object* obj = soa.Decode<mirror::Object*>(javaObj); 57 mirror::Object* expectedValue = soa.Decode<mirror::Object*>(javaExpectedValue); 58 mirror::Object* newValue = soa.Decode<mirror::Object*>(javaNewValue); 78 mirror::Object* obj = soa.Decode<mirror::Object*>(javaObj); 84 mirror::Object* obj = soa.Decode<mirror::Object*>(javaObj); 90 mirror::Object* obj = soa.Decode<mirror::Object*>(javaObj); 98 mirror::Object* obj = soa.Decode<mirror::Object*>(javaObj); 106 mirror::Object* obj = soa.Decode<mirror::Object*>(javaObj) [all...] |
/external/autotest/client/site_tests/video_WebRtcPerf/ |
video_WebRtcPerf.py | 23 '--disable-accelerated-video-decode'] 58 # Maximum decode time of the frames of the last 10 seconds. 60 # The decode time of the last frame. 63 # Javascript function to get the decode time. addStats is a function called by 91 The test outputs the decode time, cpu usage and the power consumption for 131 @param decode_time_test: Pass True to run decode time test. 142 # The first value is max decode time. The second value is median 143 # decode time. Construct a dictionary containing one value to log 182 # Check if decode is hardware accelerated. 193 # Start chrome with disabled video hardware decode flag [all...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
rx-decode.c | 1 #line 1 "rx-decode.opc" 297 #line 987 "rx-decode.opc" 312 #line 990 "rx-decode.opc" 327 #line 768 "rx-decode.opc" 345 #line 774 "rx-decode.opc" 363 #line 746 "rx-decode.opc" 378 #line 762 "rx-decode.opc" 395 #line 542 "rx-decode.opc" 397 #line 542 "rx-decode.opc" 399 #line 542 "rx-decode.opc [all...] |
/external/chromium-trace/catapult/third_party/webapp2/webapp2_extras/ |
json.py | 58 def decode(value, *args, **kwargs): function 73 value = value.decode('utf-8') 90 Parameters and return value are the same from :func:`decode`. 92 return decode(base64.b64decode(value), *args, **kwargs) 106 Parameters and return value are the same from :func:`decode`. 108 return decode(urllib.unquote(value), *args, **kwargs)
|