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

<<31323334353637383940>>

  /frameworks/av/cmds/stagefright/
codec.cpp 69 static int decode( function
425 decode(looper, argv[0], useAudio, useVideo, surface);
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.h 266 virtual status_t decode(
275 virtual status_t decode(int fd, int64_t offset, int64_t length,
  /frameworks/support/v4/java/android/support/v4/content/
FileProvider.java 701 final String tag = Uri.decode(path.substring(1, splitIndex));
702 path = Uri.decode(path.substring(splitIndex + 1));
    [all...]
  /hardware/intel/common/libmix/videodecoder/securevideo/clovertrail/
VideoDecoderAVCSecure.cpp 120 Decode_Status VideoDecoderAVCSecure::decode(VideoDecodeBuffer *buffer) { function in class:VideoDecoderAVCSecure
201 return VideoDecoderAVC::decode(buffer);
  /hardware/intel/common/libmix/videodecoder/securevideo/merrplus/
VideoDecoderAVCSecure.cpp 120 Decode_Status VideoDecoderAVCSecure::decode(VideoDecodeBuffer *buffer) { function in class:VideoDecoderAVCSecure
205 return VideoDecoderAVC::decode(buffer);
  /libcore/luni/src/main/java/org/apache/harmony/security/x501/
AttributeTypeAndValue.java 336 public Object decode(BerInputStream in) throws IOException {
341 str = (String) DirectoryString.ASN1.decode(in);
  /packages/apps/Email/tests/src/com/android/emailcommon/internet/
MimeUtilityTest.java 68 /** strings that use supplemental characters and really stress encode/decode */
130 * Test that decode/unfold is efficient when it can be
134 String result2 = MimeUtility.decode(SHORT_PLAIN);
145 * Test that decode is working for simple strings
148 String result1 = MimeUtility.decode(SHORT_UNICODE_ENCODED);
152 // TODO: tests for decode(String s)
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropView.java 274 private int decode(int movingEdges, float rotation) { method in class:CropView
374 mScreenCropBounds, mCropObj.isFixedAspect(), decode(mCropObj.getSelectState(), mRotation));
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageCrop.java 216 private int decode(int movingEdges, float rotation) { method in class:ImageCrop
321 decode(mCropObj.getSelectState(), mGeometry.rotation.value()));
  /prebuilts/python/darwin-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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
saxutils.py 324 basehead = basehead.decode(encoding)
330 sysid = sysid.decode(encoding)
  /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...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
saxutils.py 324 basehead = basehead.decode(encoding)
330 sysid = sysid.decode(encoding)
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /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...]
  /cts/suite/cts/deviceTests/browserbench/src/com/android/cts/browser/
BrowserBenchTest.java 85 String uriString = URLDecoder.decode(requestLine.getUri(), "UTF-8");
  /developers/build/prebuilts/gradle/BasicAndroidKeyStore/Application/src/main/java/com/example/android/basicandroidkeystore/
BasicAndroidKeyStoreFragment.java 282 signature = Base64.decode(signatureStr, Base64.DEFAULT);
  /developers/samples/android/security/keystore/BasicAndroidKeyStore/Application/src/main/java/com/example/android/basicandroidkeystore/
BasicAndroidKeyStoreFragment.java 282 signature = Base64.decode(signatureStr, Base64.DEFAULT);
  /development/samples/browseable/BasicAndroidKeyStore/src/com.example.android.basicandroidkeystore/
BasicAndroidKeyStoreFragment.java 282 signature = Base64.decode(signatureStr, Base64.DEFAULT);
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
Identity2Test.java 62 public void decode(InputStream in) { method in class:Identity2Test.CertificateImpl
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
Encodings.java 359 highChar = (char) Integer.decode(highVal).intValue();
  /external/chromium_org/sync/android/java/src/org/chromium/sync/notifier/
InvalidationPreferences.java 169 return Base64.decode(base64State, Base64.DEFAULT);
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileReaderLoader.cpp 359 // Decode the data.
367 builder.append(m_decoder->decode(static_cast<const char*>(m_rawData->data()), m_rawData->byteLength()));
  /external/chromium_org/third_party/WebKit/Source/platform/network/
FormData.cpp 162 return Latin1Encoding().decode(reinterpret_cast<const char*>(bytes.data()), bytes.size());

Completed in 1687 milliseconds

<<31323334353637383940>>