/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/ |
bz2_codec.py | 4 will return Python string objects for both encode and decode. 51 def decode(self, input, errors='strict'): member in class:Codec 76 def decode(self, input, final=False): member in class:IncrementalDecoder 97 decode=bz2_decode,
|
zlib_codec.py | 4 will return Python string objects for both encode and decode. 50 def decode(self, input, errors='strict'): member in class:Codec 75 def decode(self, input, final=False): member in class:IncrementalDecoder 97 decode=zlib_decode,
|
rot_13.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,
|
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
RenderThread.cpp | 119 size_t last = tInfo.m_glDec.decode(readBuf.buf(), readBuf.validData(), m_stream); 128 last = tInfo.m_gl2Dec.decode(readBuf.buf(), readBuf.validData(), m_stream); 138 last = m_rcDec.decode(readBuf.buf(), readBuf.validData(), m_stream);
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/ |
PrivateKeyUsagePeriodTest.java | 43 .decode(encoded);
|
/external/chromium_org/third_party/JSON/JSON-2.59/eg/ |
bench_decode.pl | 31 print "->decode()\n"; 36 'JSON::PP' => sub { $pp->decode( $json ) }, 37 'JSON::XS' => sub { $xs->decode( $json ) },
|
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/bmp/ |
BMPImageDecoder.h | 62 // data coming, sets the "decode failure" flag. 63 void decode(bool onlySize);
|
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/ |
JPEGImageDecoder.h | 67 // data coming, sets the "decode failure" flag. 68 void decode(bool onlySize);
|
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/ |
PNGImageDecoder.h | 66 // data coming, sets the "decode failure" flag. 67 void decode(bool onlySize);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/ |
Makefile | 17 decode.c \
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
Makefile | 17 decode.c \
|
/external/openfst/src/script/ |
decode.cc | 19 #include <fst/script/decode.h> 25 void Decode(MutableFstClass *ofst, const string &coder_fname) { 28 Apply<Operation<DecodeArgs> >("Decode", ofst->ArcType(), &args); 31 REGISTER_FST_OPERATION(Decode, StdArc, DecodeArgs); 32 REGISTER_FST_OPERATION(Decode, LogArc, DecodeArgs); 33 REGISTER_FST_OPERATION(Decode, Log64Arc, DecodeArgs);
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowBase64.java | 18 public static byte[] decode(String str, int flags) { method in class:ShadowBase64
|
/frameworks/opt/net/voip/src/jni/rtp/ |
G711Codec.cpp | 42 int decode(int16_t *samples, int count, void *payload, int length); 67 int UlawCodec::decode(int16_t *samples, int count, void *payload, int length) function in class:__anon33327::UlawCodec 93 int decode(int16_t *samples, int count, void *payload, int length); 117 int AlawCodec::decode(int16_t *samples, int count, void *payload, int length) function in class:__anon33327::AlawCodec
|
/libcore/luni/src/main/java/org/apache/harmony/security/asn1/ |
ASN1Boolean.java | 62 public Object decode(BerInputStream in) throws IOException { method in class:ASN1Boolean
|
/libcore/luni/src/main/java/org/apache/harmony/security/x509/ |
InhibitAnyPolicy.java | 47 ASN1Integer.getInstance().decode(encoding)).intValue();
|
/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/python/darwin-x86/2.7.5/lib/python2.7/encodings/ |
rot_13.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/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...] |
/system/core/include/sysutils/ |
NetlinkEvent.h | 43 bool decode(char *buffer, int size, int format = NetlinkListener::NETLINK_FORMAT_ASCII);
|
/dalvik/dx/src/com/android/dx/io/instructions/ |
InstructionCodec.java | 27 * Representation of an instruction format, which knows how to decode into 32 @Override public DecodedInstruction decode(int opcodeUnit, method 45 @Override public DecodedInstruction decode(int opcodeUnit, method 60 @Override public DecodedInstruction decode(int opcodeUnit, method 79 @Override public DecodedInstruction decode(int opcodeUnit, method 98 @Override public DecodedInstruction decode(int opcodeUnit, method 114 @Override public DecodedInstruction decode(int opcodeUnit, method 131 @Override public DecodedInstruction decode(int opcodeUnit, method 149 @Override public DecodedInstruction decode(int opcodeUnit, method 168 @Override public DecodedInstruction decode(int opcodeUnit method 187 @Override public DecodedInstruction decode(int opcodeUnit, method 206 @Override public DecodedInstruction decode(int opcodeUnit, method 225 @Override public DecodedInstruction decode(int opcodeUnit, method 255 @Override public DecodedInstruction decode(int opcodeUnit, method 275 @Override public DecodedInstruction decode(int opcodeUnit, method 296 @Override public DecodedInstruction decode(int opcodeUnit, method 318 @Override public DecodedInstruction decode(int opcodeUnit, method 341 @Override public DecodedInstruction decode(int opcodeUnit, method 362 @Override public DecodedInstruction decode(int opcodeUnit, method 384 @Override public DecodedInstruction decode(int opcodeUnit, method 405 @Override public DecodedInstruction decode(int opcodeUnit, method 424 @Override public DecodedInstruction decode(int opcodeUnit, method 442 @Override public DecodedInstruction decode(int opcodeUnit, method 463 @Override public DecodedInstruction decode(int opcodeUnit, method 497 @Override public DecodedInstruction decode(int opcodeUnit, method 519 @Override public DecodedInstruction decode(int opcodeUnit, method 530 @Override public DecodedInstruction decode(int opcodeUnit, method 541 @Override public DecodedInstruction decode(int opcodeUnit, method 552 @Override public DecodedInstruction decode(int opcodeUnit, method 563 @Override public DecodedInstruction decode(int opcodeUnit, method 574 @Override public DecodedInstruction decode(int opcodeUnit, method 585 @Override public DecodedInstruction decode(int opcodeUnit, method 608 @Override public DecodedInstruction decode(int opcodeUnit, method 640 @Override public DecodedInstruction decode(int opcodeUnit, method 680 @Override public DecodedInstruction decode(int opcodeUnit, method 756 public abstract DecodedInstruction decode(int opcodeUnit, CodeInput in) method in class:InstructionCodec [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
IntegerTest.java | 67 * @tests java.lang.Integer#decode(java.lang.String) 71 // java.lang.Integer.decode(java.lang.String) 73 132233, Integer.decode("132233").intValue()); 75 07654321, Integer.decode("07654321").intValue()); 77 Integer.decode("#1234567").intValue() == 0x1234567); 79 Integer.decode("0xdAd").intValue() == 0xdad); 80 assertEquals("Failed for -23", -23, Integer.decode("-23").intValue()); 82 .decode("0").intValue()); 83 assertEquals("Returned incorrect value for 0 hex", 0, Integer.decode("0x0") 86 Integer.decode("-2147483648").intValue() == 0x80000000) [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...] |
/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_MEM_OP_DECODE.S | 6 * This handler then calls a function to decode the memory op, and process 14 blx r2 @ decode and handle the mem op
|