HomeSort by relevance Sort by last modified time
    Searched defs:decode (Results 501 - 525 of 667) sorted by null

<<21222324252627

  /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...]
  /prebuilts/python/linux-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...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-cipher-1.7.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/plexus/plexus-cipher/1.7/
plexus-cipher-1.7.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/plexus/plexus-cipher/1.4/
plexus-cipher-1.4.jar 
  /external/bzip2/
bzip2.c 1782 Bool decode; local
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-kvm.c 75 char decode[20]);
184 char decode[20])
188 scnprintf(decode, 20, "%s", exit_reason);
250 char decode[20])
252 scnprintf(decode, 20, "%#lx:%s", (unsigned long)key->key,
293 char decode[20])
295 scnprintf(decode, 20, "%#llx:%s", (unsigned long long)key->key,
522 char decode[32]; local
524 kvm->events_ops->decode_key(kvm, &event->key, decode);
525 if (strcmp(decode, "HLT"))
737 char decode[20]; local
    [all...]
  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_GeneralDecoder.cpp 60 SLTP = pArithDecoder->DECODE(&gbContext[0x9b25]);
81 bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]);
115 SLTP = pArithDecoder->DECODE(&gbContext[0x9b25]);
147 bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]);
185 SLTP = pArithDecoder->DECODE(&gbContext[0x9b25]);
202 bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]);
214 bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]);
231 bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]);
241 bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]);
264 SLTP = pArithDecoder->DECODE(&gbContext[0x9b25]);
1266 CJBig2_Image *CJBig2_GRRDProc::decode(CJBig2_ArithDecoder *pArithDecoder, JBig2ArithCtx *grContext) function in class:CJBig2_GRRDProc
    [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/av/media/libmediaplayerservice/
MediaPlayerService.cpp 1284 status_t MediaPlayerService::decode( function in class:android::MediaPlayerService
1350 status_t MediaPlayerService::decode(int fd, int64_t offset, int64_t length, function in class:android::MediaPlayerService
    [all...]
  /frameworks/base/core/java/android/net/
Uri.java 1582 names.add(decode(name)); method
1929 public static String decode(String s) { method in class:Uri
2157 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);
  /packages/apps/Launcher3/WallpaperPicker/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);
  /prebuilts/devtools/tools/lib/
jobb.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.sat4j.core_2.2.0.v20100429.jar 
  /cts/tests/tests/media/src/android/media/cts/
Vp8CodecTestBase.java 523 * being properly encoded is trying to decode it.
529 * whenever vp8 decoder fails to decode a frame, and
537 protected ArrayList<MediaCodec.BufferInfo> decode( method in class:Vp8CodecTestBase
582 // decode loop
    [all...]
DecoderTest.java 100 decode(R.raw.sinesweepmp3lame, 804.f); method
104 decode(R.raw.sinesweepmp3smpb, 413.f); method
108 decode(R.raw.sinesweepm4a, 124.f); method
112 decode(R.raw.sinesweepogg, 168.f); method
116 decode(R.raw.sinesweepwav, 0.0f); method
120 decode(R.raw.sinesweepflac, 0.0f); method
485 * @param testinput the file to decode
489 private void decode(int testinput, float maxerror) throws IOException { method in class:DecoderTest
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
BearerData.java 38 * An object to encode and decode CDMA SMS bearer data.
577 * access to the main bitwise stream from encode/decode.
1889 public static BearerData decode(byte[] smsData) { method
1906 public static BearerData decode(byte[] smsData, int serviceCategory) { method
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_io.py 1740 def decode(self, input, final=False): member in class:StatefulIncrementalDecoder
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_io.py 1740 def decode(self, input, final=False): member in class:StatefulIncrementalDecoder
    [all...]
  /external/zxing/core/
core.jar 

Completed in 1981 milliseconds

<<21222324252627