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

1 2 3 4 56 7 8 91011>>

  /system/core/include/sysutils/
NetlinkEvent.h 41 bool decode(char *buffer, int size, int format = NetlinkListener::NETLINK_FORMAT_ASCII);
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
BooleanTest.java 53 assertEquals("Decoding false value", Boolean.FALSE, asn1.decode(in));
57 assertEquals("Decoding true value", Boolean.TRUE, asn1.decode(in));
81 ASN1Boolean.getInstance().decode(in);
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));
  /external/webkit/Source/WebCore/platform/text/
TextEncoding.h 66 String decode(const char* str, size_t length) const function in class:WebCore::TextEncoding
69 return decode(str, length, false, ignored);
71 String decode(const char*, size_t length, bool stopOnError, bool& sawError) const;
TextCodecUTF8.h 42 virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
  /external/webkit/Source/WebKit2/Shared/Plugins/
NPIdentifierData.cpp 80 bool NPIdentifierData::decode(CoreIPC::ArgumentDecoder* decoder, NPIdentifierData& result) function in class:WebKit::NPIdentifierData
82 if (!decoder->decode(result.m_isString))
86 return decoder->decode(result.m_string);
  /external/webkit/Source/WebKit2/Shared/mac/
UpdateChunk.cpp 77 bool UpdateChunk::decode(CoreIPC::ArgumentDecoder* decoder, UpdateChunk& chunk) function in class:WebKit::UpdateChunk
80 if (!decoder->decode(rect))
85 if (!decoder->decode(attachment))
  /dalvik/dx/src/com/android/dx/io/instructions/
InstructionCodec.java 28 * Representation of an instruction format, which knows how to decode into
33 @Override public DecodedInstruction decode(int opcodeUnit, method
46 @Override public DecodedInstruction decode(int opcodeUnit, method
61 @Override public DecodedInstruction decode(int opcodeUnit, method
80 @Override public DecodedInstruction decode(int opcodeUnit, method
99 @Override public DecodedInstruction decode(int opcodeUnit, method
115 @Override public DecodedInstruction decode(int opcodeUnit, method
132 @Override public DecodedInstruction decode(int opcodeUnit, method
150 @Override public DecodedInstruction decode(int opcodeUnit, method
169 @Override public DecodedInstruction decode(int opcodeUnit method
188 @Override public DecodedInstruction decode(int opcodeUnit, method
207 @Override public DecodedInstruction decode(int opcodeUnit, method
226 @Override public DecodedInstruction decode(int opcodeUnit, method
256 @Override public DecodedInstruction decode(int opcodeUnit, method
276 @Override public DecodedInstruction decode(int opcodeUnit, method
297 @Override public DecodedInstruction decode(int opcodeUnit, method
319 @Override public DecodedInstruction decode(int opcodeUnit, method
342 @Override public DecodedInstruction decode(int opcodeUnit, method
363 @Override public DecodedInstruction decode(int opcodeUnit, method
385 @Override public DecodedInstruction decode(int opcodeUnit, method
406 @Override public DecodedInstruction decode(int opcodeUnit, method
425 @Override public DecodedInstruction decode(int opcodeUnit, method
443 @Override public DecodedInstruction decode(int opcodeUnit, method
464 @Override public DecodedInstruction decode(int opcodeUnit, method
498 @Override public DecodedInstruction decode(int opcodeUnit, method
520 @Override public DecodedInstruction decode(int opcodeUnit, method
531 @Override public DecodedInstruction decode(int opcodeUnit, method
542 @Override public DecodedInstruction decode(int opcodeUnit, method
553 @Override public DecodedInstruction decode(int opcodeUnit, method
564 @Override public DecodedInstruction decode(int opcodeUnit, method
575 @Override public DecodedInstruction decode(int opcodeUnit, method
586 @Override public DecodedInstruction decode(int opcodeUnit, method
609 @Override public DecodedInstruction decode(int opcodeUnit, method
630 @Override public DecodedInstruction decode(int opcodeUnit, method
651 @Override public DecodedInstruction decode(int opcodeUnit, method
672 @Override public DecodedInstruction decode(int opcodeUnit, method
694 @Override public DecodedInstruction decode(int opcodeUnit, method
718 @Override public DecodedInstruction decode(int opcodeUnit, method
742 @Override public DecodedInstruction decode(int opcodeUnit, method
774 @Override public DecodedInstruction decode(int opcodeUnit, method
814 @Override public DecodedInstruction decode(int opcodeUnit, method
890 public abstract DecodedInstruction decode(int opcodeUnit, CodeInput in) method in class:InstructionCodec
    [all...]
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastConfigService.java 59 int startId = Integer.decode(channelRange.substring(0, dashIndex));
60 int endId = Integer.decode(channelRange.substring(dashIndex + 1));
69 int messageId = Integer.decode(channelRange);
94 int startId = Integer.decode(channelRange.substring(0, dashIndex));
95 int endId = Integer.decode(channelRange.substring(dashIndex + 1));
100 int emergencyMessageId = Integer.decode(channelRange);
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/sms/
CdmaSmsTest.java 116 BearerData bearerData = BearerData.decode(HexDump.hexStringToByteArray(pdu));
123 BearerData bearerData = BearerData.decode(HexDump.hexStringToByteArray(pdu));
130 BearerData bearerData = BearerData.decode(HexDump.hexStringToByteArray(pdu));
137 BearerData bearerData = BearerData.decode(HexDump.hexStringToByteArray(pdu));
153 BearerData revBearerData = BearerData.decode(encodedSms);
161 revBearerData = BearerData.decode(BearerData.encode(bearerData));
164 revBearerData = BearerData.decode(BearerData.encode(bearerData));
167 revBearerData = BearerData.decode(BearerData.encode(bearerData));
183 BearerData revBearerData = BearerData.decode(encodedSms);
191 revBearerData = BearerData.decode(BearerData.encode(bearerData))
    [all...]
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
RenderThread.cpp 113 size_t last = tInfo->m_glDec.decode(readBuf.buf(), readBuf.validData(), m_stream);
122 last = tInfo->m_gl2Dec.decode(readBuf.buf(), readBuf.validData(), m_stream);
132 last = m_rcDec.decode(readBuf.buf(), readBuf.validData(), m_stream);
  /external/apache-http/src/org/apache/commons/codec/net/
BCodec.java 140 * A decoder exception is thrown if a failure condition is encountered during the decode process.
142 public String decode(String value) throws DecoderException { method in class:BCodec
185 * A decoder exception is thrown if a failure condition is encountered during the decode process.
187 public Object decode(Object value) throws DecoderException { method in class:BCodec
191 return decode((String) value);
  /external/webkit/Source/WebCore/platform/image-decoders/bmp/
BMPImageDecoder.cpp 63 decode(true);
80 decode(false);
90 void BMPImageDecoder::decode(bool onlySize) function in class:WebCore::BMPImageDecoder
95 // If we couldn't decode the image but we've received all the data, decoding
BMPImageDecoder.h 62 // data coming, sets the "decode failure" flag.
63 void decode(bool onlySize);
  /frameworks/base/tools/preload/
Record.java 104 processName = decode(parts[3]).intern();
107 className = vmTypeToLanguage(decode(parts[5])).intern();
113 * Decode any escaping that may have been written to the log line.
120 String decode(String rawField) { method in class:Record
  /dalvik/dx/tests/117-modified-utf8/com/android/dx/util/
Mutf8Test.java 29 assertEquals("BC\u0000", Mutf8.decode(in, new char[3]));
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
PrivateKeyUsagePeriodTest.java 43 .decode(encoded);
  /external/libgsm/
Android.mk 23 src/decode.c \
  /external/webkit/LayoutTests/fast/encoding/resources/
char-decoding-utils.js 21 function decode(charsetName, characterSequence) function
36 shouldBe("decode('" + charsetName + "', '" + characterSequence + "')", "'" + unicode + "'");
  /external/webkit/Source/WebCore/platform/image-decoders/png/
PNGImageDecoder.h 65 // data coming, sets the "decode failure" flag.
66 void decode(bool onlySize);
  /external/webkit/Source/WebCore/platform/text/gtk/
TextCodecGtk.h 50 virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
  /external/webkit/Source/WebCore/platform/text/wince/
TextCodecWinCE.h 48 virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
  /external/webkit/Source/WebKit2/Shared/
ShareableBitmap.cpp 49 bool ShareableBitmap::Handle::decode(CoreIPC::ArgumentDecoder* decoder, Handle& handle) function in class:WebKit::ShareableBitmap::Handle
51 if (!decoder->decode(handle.m_handle))
53 if (!decoder->decode(handle.m_size))
55 if (!decoder->decode(handle.m_flags))
UpdateInfo.h 47 static bool decode(CoreIPC::ArgumentDecoder*, UpdateInfo&);
WebMouseEvent.cpp 93 bool WebMouseEvent::decode(CoreIPC::ArgumentDecoder* decoder, WebMouseEvent& t) function in class:WebKit::WebMouseEvent
95 if (!WebEvent::decode(decoder, t))
100 return decoder->decode(CoreIPC::Out(t.m_button, t.m_position, t.m_globalPosition, t.m_deltaX, t.m_deltaY, t.m_deltaZ, t.m_clickCount, t.m_didActivateWebView));
102 return decoder->decode(CoreIPC::Out(t.m_button, t.m_position, t.m_globalPosition, t.m_deltaX, t.m_deltaY, t.m_deltaZ, t.m_clickCount));

Completed in 959 milliseconds

1 2 3 4 56 7 8 91011>>