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

<<31323334353637383940>>

  /external/openssl/crypto/pkcs12/
p12_decr.c 109 /* Decrypt an OCTET STRING and decode ASN1 structure
pk12err.c 109 {ERR_REASON(PKCS12_R_DECODE_ERROR) ,"decode error"},
  /external/openssl/ssl/
ssl_err.c 302 {ERR_REASON(SSL_R_BAD_MAC_DECODE) ,"bad mac decode"},
498 {ERR_REASON(SSL_R_TLSV1_ALERT_DECODE_ERROR),"tlsv1 alert decode error"},
    [all...]
  /external/oprofile/events/i386/p4/
events 32 event:0x03 counters:1,5 um:tc_deliver_mode minimum:3000 name:TC_DELIVER_MODE : duration (in clock cycles) in the trace cache and decode engine
  /external/proguard/src/proguard/gui/
boilerplate.pro 165 public static java.lang.Byte decode(java.lang.String);
174 public static java.lang.Short decode(java.lang.String);
191 public static java.lang.Integer decode(java.lang.String);
214 public static java.lang.Long decode(java.lang.String);
  /external/protobuf/java/src/main/java/com/google/protobuf/
Internal.java 54 * generated code and leaves it to the runtime library to decode them.
  /external/skia/src/images/
SkImageRef.cpp 81 return codec->decode(stream, bitmap, config, mode);
  /external/skia/src/ports/
SkImageRef_ashmem.cpp 165 // again when we re-decode
  /external/skia/src/views/
SkListView.cpp 515 fBGRef = SkBitmapRef::Decode(bg, true);
516 fFGRef = SkBitmapRef::Decode(fg, true);
757 SkBitmapRef* bmr = SkBitmapRef::Decode(path.c_str(), false);
760 bmr = SkBitmapRef::Decode(path.c_str(), true);
  /external/strace/
PORTING 48 Next you need to determine how to decode numeric system call numbers
  /external/tcpdump/
print-krb.c 257 /* Decode ASN.1 here "someday" */
print-slow.c 160 /* ok they seem to want to know everything - lets fully decode it */
  /external/webkit/Source/JavaScriptCore/runtime/
WriteBarrier.h 130 return JSValue::decode(m_value);
  /external/webkit/Source/WebCore/html/parser/
HTMLMetaCharsetParser.cpp 166 m_input.append(SegmentedString(m_assumedCodec->decode(data, length)));
  /external/webkit/Source/WebCore/loader/
TextResourceDecoder.cpp 625 String TextResourceDecoder::decode(const char* data, size_t len) function in class:WebCore::TextResourceDecoder
658 return m_codec->decode(data + lengthOfBOM, len - lengthOfBOM, false, m_contentType == XML, m_sawError);
666 String result = m_codec->decode(m_buffer.data() + lengthOfBOM, m_buffer.size() - lengthOfBOM, false, m_contentType == XML && !m_useLenientXMLDecoding, m_sawError);
687 String result = m_codec->decode(m_buffer.data(), m_buffer.size(), true, m_contentType == XML && !m_useLenientXMLDecoding, m_sawError);
  /external/webkit/Source/WebCore/loader/appcache/
ManifestParser.cpp 51 String s = decoder->decode(data, length);
  /external/webkit/Source/WebCore/loader/cache/
CachedFont.cpp 136 String svgSource = decoder->decode(m_data->data(), m_data->size());
  /external/webkit/Source/WebCore/loader/icon/
IconLoader.cpp 93 // ignore the data and not try to decode the error page as an icon.
  /external/webkit/Source/WebCore/platform/
SharedBuffer.h 120 // // Use the data. for example: decoder->decode(segment, length);
  /external/webkit/Source/WebCore/platform/haiku/
PasteboardHaiku.cpp 169 String html = decoder->decode(buffer, bufferLength);
  /external/webkit/Source/WebCore/platform/text/
TextCodecUTF16.cpp 69 String TextCodecUTF16::decode(const char* bytes, size_t length, bool, bool, bool&) function in class:WebCore::TextCodecUTF16
  /external/webkit/Source/WebCore/platform/text/brew/
TextCodecBrew.cpp 77 String TextCodecBrew::decode(const char* bytes, size_t length, bool flush, bool stopOnError, bool& sawError) function in class:WebCore::TextCodecBrew
  /external/webkit/Source/WebCore/platform/text/qt/
TextCodecQt.cpp 94 String TextCodecQt::decode(const char* bytes, size_t length, bool flush, bool /*stopOnError*/, bool& sawError) function in class:WebCore::TextCodecQt
  /external/webkit/Source/WebKit2/Platform/CoreIPC/
ArgumentDecoder.cpp 66 // Decode the destination ID.
  /external/webkit/Source/WebKit2/Platform/win/
SharedMemoryWin.cpp 87 bool SharedMemory::Handle::decode(CoreIPC::ArgumentDecoder* decoder, Handle& handle) function in class:WebKit::SharedMemory::Handle

Completed in 1181 milliseconds

<<31323334353637383940>>