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

<<11121314151617181920>>

  /external/dropbear/libtomcrypt/src/pk/asn1/der/octet/
der_decode_octet_string.c 49 /* decode the length */
  /external/kernel-headers/original/linux/
videodev.h 31 #define VID_TYPE_MPEG_DECODER 1024 /* Can decode MPEG streams */
33 #define VID_TYPE_MJPEG_DECODER 4096 /* Can decode MJPEG streams */
218 /* video_info is biased towards hardware mpeg encode/decode */
222 __u32 frame_count; /* frames output since decode/encode began */
  /external/libgsm/src/
decode.c 7 /* $Header: /tmp_amd/presto/export/kbs/jutta/src/gsm/RCS/decode.c,v 1.1 1992/10/28 00:15:50 jutta Exp $ */
  /external/netcat/data/
pmap-dump.d 59 # and ports that rpcinfo knows how to decode. For the moment, you get
  /external/skia/src/images/
SkImageDecoder_Factory.cpp 38 // we rewind here, because we promise later when we call "decode", that
  /external/strace/strace/linux/x86_64/
gentab.pl 19 # should decode all these:
  /external/v8/test/cctest/
test-conversions.cc 241 CHECK_EQ(i, OneBit1::decode(x));
245 CHECK_EQ(i, OneBit2::decode(x));
256 CHECK_EQ(i, EightBit1::decode(x));
259 CHECK_EQ(i, EightBit2::decode(x));
  /external/webkit/Source/WebCore/dom/
DecodedDataDocumentParser.cpp 46 String decoded = decoder->decode(data, length);
  /external/webkit/Source/WebCore/platform/text/
TextCodecUTF16.h 40 virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
TextCodecUTF8.h 42 virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
  /external/webkit/Source/WebCore/platform/text/brew/
TextCodecBrew.h 44 virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
  /external/webkit/Source/WebCore/platform/text/qt/
TextCodecQt.h 43 virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
  /external/webkit/Source/WebKit/android/
RenderSkinButton.h 46 void decode();
RenderSkinCombo.h 41 static void Decode();
RenderSkinMediaButton.h 39 static void Decode();
RenderSkinRadio.h 50 static void Decode();
  /external/webkit/Source/WebKit/chromium/public/
WebIconLoadingCompletion.h 43 // WebCore can decode, such as PNG. A null WebData means a failure of
  /external/webkit/Source/WebKit2/Platform/CoreIPC/
Attachment.cpp 67 bool Attachment::decode(ArgumentDecoder* decoder, Attachment& attachment) function in class:CoreIPC::Attachment
DataReference.h 61 static bool decode(ArgumentDecoder* decoder, DataReference& dataReference);
  /external/webkit/Source/WebKit2/Shared/
DictionaryPopupInfo.h 45 static bool decode(CoreIPC::ArgumentDecoder*, DictionaryPopupInfo&);
LayerTreeContext.h 44 static bool decode(CoreIPC::ArgumentDecoder*, LayerTreeContext&);
OriginAndDatabases.h 42 static bool decode(CoreIPC::ArgumentDecoder*, OriginAndDatabases&);
PlatformPopupMenuData.h 44 static bool decode(CoreIPC::ArgumentDecoder*, PlatformPopupMenuData&);
  /external/webkit/Source/WebKit2/Shared/Plugins/
NPIdentifierData.h 51 static bool decode(CoreIPC::ArgumentDecoder*, NPIdentifierData&);
PluginProcessCreationParameters.h 48 static bool decode(CoreIPC::ArgumentDecoder*, PluginProcessCreationParameters&);

Completed in 820 milliseconds

<<11121314151617181920>>