HomeSort by relevance Sort by last modified time
    Searched full:decode (Results 726 - 750 of 1875) sorted by null

<<21222324252627282930>>

  /external/webkit/Source/WebKit2/Platform/CoreIPC/mac/
ConnectionMac.cpp 349 if (!arguments->decode(port)) {
370 if (!arguments->decode(exceptionPort))
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
tlsv1_cred.c 118 wpa_printf(MSG_INFO, "TLSv1: Could not decode PEM "
373 wpa_printf(MSG_INFO, "TLSv1: Could not decode PEM dhparams");
  /external/zlib/
inffast.c 33 Decode literal, length, and distance codes and write out the resulting
118 /* decode literals and length/distances until end-of-block or not enough
  /frameworks/base/core/java/android/webkit/
URLUtil.java 108 public static byte[] decode(byte[] url) throws IllegalArgumentException { method in class:URLUtil
318 String decodedUrl = Uri.decode(url);
  /frameworks/base/media/libmediaplayerservice/
MediaPlayerService.h 193 virtual sp<IMemory> decode(const char* url, uint32_t *pSampleRate, int* pNumChannels, int* pFormat);
194 virtual sp<IMemory> decode(int fd, int64_t offset, int64_t length, uint32_t *pSampleRate, int* pNumChannels, int* pFormat);
  /frameworks/base/media/libstagefright/codecs/aacdec/
SoftAAC.cpp 332 // We'll hold onto the input buffer and will decode
384 // (decode failed) we'll output a silent frame.
  /frameworks/base/telephony/java/com/android/internal/telephony/cat/
IconLoader.java 263 * Decode one bit to a black and white color:
266 * @param bit to decode
  /libcore/luni/src/main/java/java/lang/
Byte.java 134 public static Byte decode(String string) throws NumberFormatException { method in class:Byte
135 int intValue = Integer.decode(string);
Short.java 134 public static Short decode(String string) throws NumberFormatException { method in class:Short
135 int intValue = Integer.decode(string).intValue();
  /libcore/luni/src/main/java/java/security/cert/
X509CertSelector.java 535 ((SubjectPublicKeyInfo) SubjectPublicKeyInfo.ASN1.decode(key))
801 : (NameConstraints) NameConstraints.ASN1.decode(bytes);
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
Extensions.java 257 return ((GeneralNames) GeneralNames.ASN1.decode(extension.getExtnValue())).getPairsList();
280 return ((GeneralNames) GeneralNames.ASN1.decode(extension.getExtnValue())).getPairsList();
  /packages/apps/Mms/src/com/android/mms/ui/
UriImage.java 248 // In this loop, attempt to decode the stream with the best possible subsampling (we
257 Log.w(TAG, "getResizedImageData: img too large to decode (OutOfMemoryError), " +
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
base.h 127 /** @brief Decode two integers from one __gnu_parallel::lcas_t.
128 * @param x __gnu_parallel::lcas_t to decode integers from.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
clnt.h 59 RPC_CANTDECODERES=2, /* can't decode results */
71 RPC_CANTDECODEARGS=11, /* decode arguments error */
  /frameworks/media/libvideoeditor/vss/src/
M4VSS3GPP_Clip.c 776 * @brief Jump to the previous RAP and decode up to the current video time
795 * to decode from that point. */
818 /* Target time reached, we switch back to DECODE mode */
823 M4OSA_TRACE2_1("c ,,,, decode up to : %ld", pClipCtxt->iVideoDecCts);
827 /* Just decode at current clip cts */
830 M4OSA_TRACE2_1("d ,,,, decode up to : %ld", pClipCtxt->iVideoDecCts);
834 * Decode up to the target */
    [all...]
  /dalvik/libdex/
InstrUtils.h 197 * Decode the instruction pointed to by "insns".
  /development/tools/emulator/opengl/
README 27 - sources to decode the byte stream into commands.
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/internal/kerberos/v5/
KDCReplyTest.java 34 KDCReply reply = (KDCReply) KDCReply.AS_REP_ASN1.decode(enc);
KerberosErrorMessageTest.java 34 .decode(new DerInputStream(err_resp));
  /external/apache-harmony/nio_char/src/test/java/org/apache/harmony/nio_char/tests/java/nio/charset/
CharsetEncoderTest.java 119 * Mock charset class with malfunction decode & encode.
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
ExplicitTest.java 178 ((ASN1Type) taggedType[i][2]).decode(in));
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
EDIPartyNameTest.java 139 EDIPartyName.ASN1.decode(encoding);
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/tsp/
TimeStampRespTest.java 101 .decode(encoding);
  /external/bluetooth/bluez/audio/
gstsbcdec.c 42 "Decode a SBC audio stream",
  /external/bluetooth/glib/tests/
testingbase64.c 232 g_test_add_func ("/misc/base64/decode", test_base64_decode);

Completed in 1568 milliseconds

<<21222324252627282930>>