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

1 2 3 4 56 7 8 91011>>

  /external/webkit/Source/WebKit2/Shared/gtk/
UpdateChunk.cpp 78 bool UpdateChunk::decode(CoreIPC::ArgumentDecoder* decoder, UpdateChunk& chunk) function in class:WebKit::UpdateChunk
83 if (!decoder->decode(rect))
89 if (!decoder->decode(hasSharedMemory))
98 if (!decoder->decode(handle))
  /external/webkit/Source/WebKit2/Shared/qt/
UpdateChunk.cpp 77 bool UpdateChunk::decode(CoreIPC::ArgumentDecoder* decoder, UpdateChunk& chunk) function in class:WebKit::UpdateChunk
82 if (!decoder->decode(rect))
88 if (!decoder->decode(hasSharedMemory))
97 if (!decoder->decode(handle))
  /external/webkit/Source/WebKit2/UIProcess/
WebContextUserMessageCoders.h 99 static bool decode(CoreIPC::ArgumentDecoder* decoder, WebContextUserMessageDecoder& coder) function in class:WebKit::WebContextUserMessageDecoder
111 if (!decoder->decode(pageID))
118 if (!decoder->decode(frameID))
125 if (!decoder->decode(pageGroupID))
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundleUserMessageCoders.h 100 static bool decode(CoreIPC::ArgumentDecoder* decoder, InjectedBundleUserMessageDecoder& coder) function in class:WebKit::InjectedBundleUserMessageDecoder
112 if (!decoder->decode(pageID))
119 if (!decoder->decode(frameID))
126 if (!decoder->decode(pageGroupData))
  /libcore/luni/src/main/java/java/nio/charset/
CharsetDecoder.java 35 * <li>invoking the {@link #decode(ByteBuffer, CharBuffer, boolean) decode}
39 * <li>invoking the {@link #decode(ByteBuffer, CharBuffer, boolean) decode}
46 * The {@link #decode(ByteBuffer, CharBuffer, boolean) decode} method will
158 * This method should not be invoked while another {@code decode} operation
182 * if another exception happened during the decode operation.
184 public final CharBuffer decode(ByteBuffer in) throws CharacterCodingException { method in class:CharsetDecoder
190 result = decode(in, output, false)
306 public final CoderResult decode(ByteBuffer in, CharBuffer out, method in class:CharsetDecoder
    [all...]
  /libcore/luni/src/main/java/java/security/
Certificate.java 50 public void decode(InputStream stream) throws KeyException, IOException; method in interface:Certificate
54 * {@link #decode(InputStream)} method must be able to decode the format
63 * @see #decode(InputStream)
  /external/chromium/webkit/glue/
image_resource_fetcher.cc 47 bitmap = decoder.Decode(
50 // If we get here, it means no image from server or couldn't decode the
  /external/chromium/webkit/glue/media/
audio_decoder.cc 21 // Decode in-memory audio file data.
72 // Decode the audio file data.
  /external/libvpx/vpx/
vp8dx.h 29 * This interface provides the capability to decode raw VP8 streams, as would
51 * by the last decode
  /external/webkit/Source/WebCore/platform/text/
TextEncodingRegistry.h 38 // Use TextResourceDecoder::decode to decode resources, since it handles BOMs.
  /external/webkit/Source/WebKit2/Platform/CoreIPC/mac/
MachPort.h 54 static bool decode(ArgumentDecoder* decoder, MachPort& p) function in class:CoreIPC::MachPort
57 if (!decoder->decode(attachment))
  /external/webkit/Source/WebKit2/Shared/
FontInfo.cpp 44 bool FontInfo::decode(CoreIPC::ArgumentDecoder* decoder, FontInfo& fontInfo) function in class:WebKit::FontInfo
47 if (!CoreIPC::decode(decoder, fontInfo.fontAttributeDictionary))
OriginAndDatabases.cpp 40 bool OriginAndDatabases::decode(CoreIPC::ArgumentDecoder* decoder, OriginAndDatabases& originAndDatabases) function in class:WebKit::OriginAndDatabases
42 return decoder->decode(CoreIPC::Out(originAndDatabases.originIdentifier, originAndDatabases.originQuota, originAndDatabases.originUsage, originAndDatabases.databases));
PrintInfo.cpp 47 bool PrintInfo::decode(CoreIPC::ArgumentDecoder* decoder, PrintInfo& info) function in class:WebKit::PrintInfo
49 return decoder->decode(CoreIPC::Out(info.pageSetupScaleFactor, info.availablePaperWidth, info.availablePaperHeight));
StringPairVector.h 53 static bool decode(CoreIPC::ArgumentDecoder* decoder, StringPairVector& stringPairVector) function in class:WebKit::StringPairVector
55 return decoder->decode(stringPairVector.m_stringPairVector);
WebEvent.cpp 54 bool WebEvent::decode(CoreIPC::ArgumentDecoder* decoder, WebEvent& t) function in class:WebKit::WebEvent
56 return decoder->decode(CoreIPC::Out(t.m_type, t.m_modifiers, t.m_timestamp));
WebGeolocationPosition.cpp 51 bool WebGeolocationPosition::Data::decode(CoreIPC::ArgumentDecoder* decoder, Data& data) function in class:WebKit::WebGeolocationPosition::Data
53 return decoder->decode(CoreIPC::Out(data.timestamp, data.latitude, data.longitude, data.accuracy));
WebOpenPanelParameters.cpp 52 bool WebOpenPanelParameters::Data::decode(CoreIPC::ArgumentDecoder* decoder, Data& result) function in class:WebKit::WebOpenPanelParameters::Data
54 return decoder->decode(CoreIPC::Out(result.allowMultipleFiles, result.allowsDirectoryUpload, result.acceptTypes, result.filenames));
WebPageGroupData.cpp 39 bool WebPageGroupData::decode(CoreIPC::ArgumentDecoder* decoder, WebPageGroupData& data) function in class:WebKit::WebPageGroupData
41 return decoder->decode(CoreIPC::Out(data.identifer, data.pageGroupID, data.visibleToInjectedBundle, data.visibleToHistoryClient));
WebPlatformTouchPoint.cpp 51 bool WebPlatformTouchPoint::decode(CoreIPC::ArgumentDecoder* decoder, WebPlatformTouchPoint& t) function in class:WebKit::WebPlatformTouchPoint
53 return decoder->decode(CoreIPC::Out(t.m_id, t.m_state, t.m_screenPosition, t.m_position));
  /external/webkit/Source/WebKit2/Shared/mac/
LayerTreeContextMac.mm 48 bool LayerTreeContext::decode(CoreIPC::ArgumentDecoder* decoder, LayerTreeContext& result)
50 if (!decoder->decode(result.contextID))
  /external/webp/
README.android 29 libwebp-decode libwebp-encode:
31 LOCAL_STATIC_LIBRARIES += libwebp-decode libwebp-encode
  /frameworks/base/voip/jni/rtp/
GsmCodec.cpp 47 int decode(int16_t *samples, int count, void *payload, int length);
60 int GsmCodec::decode(int16_t *samples, int count, void *payload, int length) function in class:__anon15731::GsmCodec
  /system/core/nexus/
SupplicantConnectedEvent.cpp 45 LOGE("Unable to decode re-assocation");
47 LOGE("Unable to decode event");
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
DerGeneralizedTimeEDTest.java 124 assertEquals("full", myDate, gTime.decode(dis));
133 assertEquals("2 fraction", myDate, gTime.decode(dis));
142 assertEquals("1 fraction", myDate, gTime.decode(dis));
151 assertEquals("no fraction", myDate, gTime.decode(dis));
161 assertEquals("midnight", myDate, gTime.decode(dis));
170 assertEquals("100ms", myDate, gTime.decode(dis));

Completed in 1440 milliseconds

1 2 3 4 56 7 8 91011>>