HomeSort by relevance Sort by last modified time
    Searched refs:decode (Results 176 - 200 of 1360) sorted by null

1 2 3 4 5 6 78 91011>>

  /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...]
  /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/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
DerGeneralizedTimeEDTest.java 127 assertEquals("full", myDate, gTime.decode(dis));
136 assertEquals("2 fraction", myDate, gTime.decode(dis));
145 assertEquals("1 fraction", myDate, gTime.decode(dis));
154 assertEquals("no fraction", myDate, gTime.decode(dis));
164 assertEquals("midnight", myDate, gTime.decode(dis));
173 assertEquals("100ms", myDate, gTime.decode(dis));
  /external/chromium_org/tools/memory_inspector/memory_inspector/data/
serialization.py 73 def decode(self, json_str): # pylint: disable=W0221 member in class:MmapDecoder
74 d = super(MmapDecoder, self).decode(json_str)
83 def decode(self, json_str): # pylint: disable=W0221 member in class:SymbolsDecoder
84 d = super(SymbolsDecoder, self).decode(json_str)
95 def decode(self, json_str): # pylint: disable=W0221 member in class:NativeHeapDecoder
96 d = super(NativeHeapDecoder, self).decode(json_str)
  /external/apache-http/src/org/apache/commons/codec/net/
BCodec.java 140 * A decoder exception is thrown if a failure condition is encountered during the decode process.
142 public String decode(String value) throws DecoderException { method in class:BCodec
185 * A decoder exception is thrown if a failure condition is encountered during the decode process.
187 public Object decode(Object value) throws DecoderException { method in class:BCodec
191 return decode((String) value);
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/bmp/
BMPImageDecoder.cpp 65 decode(true);
83 decode(false);
95 void BMPImageDecoder::decode(bool onlySize) function in class:WebCore::BMPImageDecoder
100 // If we couldn't decode the image but we've received all the data, decoding
BMPImageDecoder.h 62 // data coming, sets the "decode failure" flag.
63 void decode(bool onlySize);
  /frameworks/base/tools/preload/
Record.java 132 processName = decode(parts[3]).intern();
135 className = vmTypeToLanguage(decode(parts[5])).intern();
141 * Decode any escaping that may have been written to the log line.
148 String decode(String rawField) { method in class:Record
  /libcore/luni/src/main/java/java/net/
JarURLConnection.java 69 file = decode(url.getFile());
196 private static String decode(String encoded) throws MalformedURLException { method in class:JarURLConnection
201 return UriCodec.decode(
204 throw new MalformedURLException("Unable to decode URL", e);
  /prebuilts/python/darwin-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,
  /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,
  /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/WebKit/Source/core/fetch/
TextResource.cpp 37 String text = m_decoder->decode(m_data->data(), encodedSize());
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AsyncAudioDecoder.h 53 static void decode(ArrayBuffer* audioData, float sampleRate, AudioBufferCallback* successCallback, AudioBufferCallback* errorCallback);
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/
PNGImageDecoder.h 67 // data coming, sets the "decode failure" flag.
68 void decode(bool onlySize);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
Makefile 17 decode.c \
  /external/chromium_org/third_party/skia/tests/
SkBase64Test.cpp 25 tryMe.decode(src.get(), encodeLength);
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/
NullDecoder.java 17 public Resource<Z> decode(T source, int width, int height) throws IOException { method in class:NullDecoder
  /external/mesa3d/src/gallium/state_trackers/vdpau/
Makefile 17 decode.c \
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowBase64.java 18 public static byte[] decode(String str, int flags) { method in class:ShadowBase64
  /external/skia/tests/
SkBase64Test.cpp 25 tryMe.decode(src.get(), encodeLength);
  /frameworks/ex/framesequence/jni/
Android.mk 22 LOCAL_STATIC_LIBRARIES += libgif libwebp-decode

Completed in 1516 milliseconds

1 2 3 4 5 6 78 91011>>