HomeSort by relevance Sort by last modified time
    Searched defs:decode (Results 451 - 475 of 568) sorted by null

<<11121314151617181920>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
gensuitemodule.py 172 aete = decode(data, verbose)
219 aete = decode(aedata.data, verbose)
270 def decode(data, verbose=None): function
271 """Decode a resource into a python data structure"""
800 fp.write(" # XXXX Optionally decode result\n")
802 # Decode result
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_pyio.py 105 encoding is the name of the encoding used to decode or encode the
1376 def decode(self, input, final=False): member in class:IncrementalNewlineDecoder
    [all...]
imaplib.py 1303 def decode(self, inp): member in class:_Authenticator
    [all...]
xmlrpclib.py 169 # decode non-ascii string (if possible)
451 def decode(self, data): member in class:DateTime
461 # decode xml element contents into a DateTime structure.
463 value.decode(data)
501 def decode(self, data): member in class:Binary
510 # decode xml element contents into a Binary structure
512 value.decode(data)
897 value.decode(data)
904 value.decode(data)
    [all...]
  /sdk/emulator/qtools/
armdis.cpp 45 Opcode opcode = decode(insn);
630 Opcode Arm::decode(uint32_t insn) { function in class:Arm
  /prebuilts/tools/common/mkidentity/
mkidentity-prebuilt.jar 
  /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...]
  /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/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/robolectric/lib/main/
commons-codec-1.6.jar 
  /external/smack/src/org/jivesoftware/smack/util/
Base64.java 32 public final static int DECODE = 0;
804 public static byte[] decode( byte[] source, int off, int len, int options ) method in class:Base64
863 public static byte[] decode( String s ) method in class:Base64
878 public static byte[] decode( String s, int options ) method in class:Base64
    [all...]
PacketParserUtils.java 881 private static Object decode(Class<?> type, String value) throws Exception { method in class:PacketParserUtils
    [all...]
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp 1179 status_t MediaPlayerService::decode(const char* url, uint32_t *pSampleRate, int* pNumChannels, function in class:android::MediaPlayerService
1240 status_t MediaPlayerService::decode(int fd, int64_t offset, int64_t length, function in class:android::MediaPlayerService
    [all...]
  /frameworks/opt/net/voip/src/jni/rtp/
AudioGroup.cpp 106 void decode(int tick);
208 // the first time we successfully decode an incoming packet.
360 void AudioStream::decode(int tick) function in class:__anon30608::AudioStream
402 // Receive the packet and decode it.
432 length = mCodec->decode(samples, count, &buffer[offset], length);
755 ((AudioStream *)events[i].data.ptr)->decode(tick);
  /libcore/harmony-tests/src/test/java/tests/api/java/nio/charset/
CharsetDecoderTest.java 199 * Class under test for CharBuffer decode(ByteBuffer)
208 decoder.decode(null);
214 CharBuffer out = decoder.decode(ByteBuffer.allocate(0));
219 out = decoder.decode(in);
227 out = decoder.decode(in);
246 CharBuffer buffer = decoder.decode(in);
255 out = decoder.decode(in);
261 out = decoder.decode(in);
271 decoder.decode(in);
279 out = decoder.decode(in)
    [all...]
  /libcore/luni/src/main/java/java/net/
URI.java 127 * <p>To decode a URI, invoke the single-string constructor, and then use the
1242 private String decode(String s) { method in class:URI
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
AttachmentDrawable.java 42 * The actual bitmap decode work is handled by {@link DecodeTask}.
176 // find cached entry here and skip decode if found.
182 decode(!onlyRenditionChange);
213 // been corrected. We need to decode the uncorrected source rectangle. Calculate true
343 private void decode(boolean executeStateChange) { method in class:AttachmentDrawable
352 Trace.beginSection("decode");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imaplib.py 1303 def decode(self, inp): member in class:_Authenticator
    [all...]
xmlrpclib.py 169 # decode non-ascii string (if possible)
451 def decode(self, data): member in class:DateTime
461 # decode xml element contents into a DateTime structure.
463 value.decode(data)
501 def decode(self, data): member in class:Binary
510 # decode xml element contents into a Binary structure
512 value.decode(data)
897 value.decode(data)
904 value.decode(data)
    [all...]
  /external/bzip2/
bzip2.c 1782 Bool decode; local
    [all...]
  /external/robolectric/src/main/java/android/net/
Uri__FromAndroid.java 1040 return decode(encodedHost);
1545 values.add(decode(value)); method
1789 public static String decode(String s) { method in class:Uri__FromAndroid
2110 segmentBuilder.add(decode(path.substring(previous))); method
    [all...]
  /frameworks/base/core/java/android/net/
Uri.java 1579 names.add(decode(name)); method
1926 public static String decode(String s) { method in class:Uri
2154 segmentBuilder.add(decode(path.substring(previous))); method
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
TiledImageRenderer.java 499 boolean decodeComplete = tile.decode();
682 boolean decode() { method in class:TiledImageRenderer.Tile
692 Log.w(TAG, "fail to decode tile", t);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
TileImageView.java 497 boolean decodeComplete = tile.decode();
672 boolean decode() { method in class:TileImageView.Tile
679 Log.w(TAG, "fail to decode tile", t);
  /packages/apps/Gallery2/src/com/android/photos/views/
TiledImageRenderer.java 499 boolean decodeComplete = tile.decode();
682 boolean decode() { method in class:TiledImageRenderer.Tile
692 Log.w(TAG, "fail to decode tile", t);

Completed in 1637 milliseconds

<<11121314151617181920>>