/external/chromium_org/third_party/JSON/JSON-2.59/lib/JSON/ |
backportPP.pm | 111 sub decode_json { # decode 112 ($JSON ||= __PACKAGE__->new->utf8)->decode(@_); 149 sub decode { subroutine 369 if ( OLD_PERL ) { utf8::decode($k) } # key for Perl 5.6 / be optimized 671 sprintf("attempted decode of JSON text of %s bytes size, but max_size is set to %s" 754 utf8::decode($s) if($is_utf8); [all...] |
/external/chromium_org/third_party/JSON/out/lib/perl5/JSON/ |
backportPP.pm | 111 sub decode_json { # decode 112 ($JSON ||= __PACKAGE__->new->utf8)->decode(@_); 149 sub decode { subroutine 369 if ( OLD_PERL ) { utf8::decode($k) } # key for Perl 5.6 / be optimized 671 sprintf("attempted decode of JSON text of %s bytes size, but max_size is set to %s" 754 utf8::decode($s) if($is_utf8); [all...] |
/external/skia/tools/ |
skimage_main.cpp | 25 DEFINE_string(config, "None", "Preferred config to decode into. [None|8888|565|A8]"); 28 DEFINE_string2(readPath, r, "", "Folder(s) and files to decode images. Required."); 340 * SkImageDecoder::DecodeSubset, using rect as the area to decode. 345 * using SkImageDecoder::decode to get the entire image. Used to create a PNG file for 428 * successfully decode the file using SkFILEStream. 430 * @param codec The SkImageDecoder originally used to decode srcPath, which will be used 431 * again to decode the length-less stream. 444 // This will only be called after a successful decode. Creating a stream from the same 448 if (!codec->decode(&stream, &bm, gPrefConfig, SkImageDecoder::kDecodePixels_Mode)) { 449 gDecodeFailures.push_back().appendf("Without using getLength, %s failed to decode\n" [all...] |
/libcore/luni/src/main/java/org/apache/harmony/security/x509/ |
Extension.java | 244 extnValueObject = SubjectKeyIdentifier.decode(extnValue); 256 extnValueObject = NameConstraints.decode(extnValue); 258 extnValueObject = CertificatePolicies.decode(extnValue); 260 extnValueObject = AuthorityKeyIdentifier.decode(extnValue); 270 extnValueObject = CRLDistributionPoints.decode(extnValue); 280 extnValueObject = IssuingDistributionPoint.decode(extnValue); 282 extnValueObject = InfoAccessSyntax.decode(extnValue); 284 extnValueObject = InfoAccessSyntax.decode(extnValue); 378 // decode Key Usage and Basic Constraints extension values
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
quoprimime.py | 16 This module provides an interface to encode and decode both headers and bodies 34 'decode', 271 # the same as base64MIME.decode() or not... 272 def decode(encoded, eol=NL): 273 """Decode a quoted-printable string. 302 # Decode if in form =AB 320 body_decode = decode 321 decodestring = decode 334 """Decode a string encoded with RFC 2045 MIME header `Q' encoding. 268 def decode(encoded, eol=NL): function
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
quoprimime.py | 16 This module provides an interface to encode and decode both headers and bodies 34 'decode', 271 # the same as base64MIME.decode() or not... 272 def decode(encoded, eol=NL): 273 """Decode a quoted-printable string. 302 # Decode if in form =AB 320 body_decode = decode 321 decodestring = decode 334 """Decode a string encoded with RFC 2045 MIME header `Q' encoding. 268 def decode(encoded, eol=NL): function
|
/art/runtime/ |
jni_internal.cc | 154 Object* receiver = method->IsStatic() ? NULL : soa.Decode<Object*>(obj); 171 Object* receiver = soa.Decode<Object*>(obj); 184 Object* receiver = soa.Decode<Object*>(obj); 230 Class* c = soa.Decode<Class*>(jni_class); 267 ClassLoader* class_loader = soa.Decode<ClassLoader*>(Runtime::Current()->GetSystemClassLoader()); 285 Class* c = soa.Decode<Class*>(jni_class); 388 << PrettyClass(soa.Decode<Class*>(exception_class)); 398 soa.Self()->SetException(throw_location, soa.Decode<Throwable*>(exception.get())); 610 Object* receiver = method->IsStatic() ? NULL : soa.Decode<Object*>(obj); 661 ArtMethod* method = soa.Decode<ArtMethod*>(art_method) [all...] |
/external/chromium_org/third_party/JSON/JSON-2.59/blib/man3/ |
JSON.3pm | 149 \& $perl_scalar = $json\->decode( $json_text ); 309 \& $perl_scalar = JSON\->new\->utf8\->decode($json_text) 357 \& $perl_scalar = JSON\->decode($json_text) 375 \& $perl_scalar = JSON\->new\->utf8(1)\->decode($json_text) 403 .SH "HOW DO I DECODE A DATA FROM OUTER AND ENCODE TO OUTER" 404 .IX Header "HOW DO I DECODE A DATA FROM OUTER AND ENCODE TO OUTER" 415 \& my $perl_scalar = $json\->decode( $json_text ); 424 If an outer data is not encoded in \s-1UTF\-8\s0, firstly you should \f(CW\*(C`decode\*(C'\fR it. 431 \& my $unicode_json_text = decode( $encoding, <$fh> ); # UNICODE 444 \& $perl_scalar = $json\->utf8(0)\->decode( $unicode_json_text ) [all...] |
/external/chromium_org/third_party/JSON/out/man/man3/ |
JSON.3pm | 149 \& $perl_scalar = $json\->decode( $json_text ); 309 \& $perl_scalar = JSON\->new\->utf8\->decode($json_text) 357 \& $perl_scalar = JSON\->decode($json_text) 375 \& $perl_scalar = JSON\->new\->utf8(1)\->decode($json_text) 403 .SH "HOW DO I DECODE A DATA FROM OUTER AND ENCODE TO OUTER" 404 .IX Header "HOW DO I DECODE A DATA FROM OUTER AND ENCODE TO OUTER" 415 \& my $perl_scalar = $json\->decode( $json_text ); 424 If an outer data is not encoded in \s-1UTF\-8\s0, firstly you should \f(CW\*(C`decode\*(C'\fR it. 431 \& my $unicode_json_text = decode( $encoding, <$fh> ); # UNICODE 444 \& $perl_scalar = $json\->utf8(0)\->decode( $unicode_json_text ) [all...] |
/external/zlib/src/contrib/blast/ |
blast.c | 46 /* input limit error return state for bits() and decode() */ 97 * seen in the function decode() below. 105 * Decode a code from the stream s using huffman table h. Return the symbol or 125 local int decode(struct state *s, struct huffman *h) function 175 * Huffman code for n symbols, construct the tables required to decode those 182 * possible for decode() using that table to return an error--any stream of 184 * it is possible for decode() using that table to return an error for received 213 return 0; /* complete, but decode() will fail */ 241 * Decode PKWare Compression Library stream. 325 /* decode literals and length/distance pairs * [all...] |
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/ |
OMX_Core.c | 70 {"OMX.TI.G729.decode", NULL}, 72 {"OMX.TI.G722.decode", NULL}, 74 {"OMX.TI.G711.decode", NULL}, 76 {"OMX.TI.G723.decode", NULL}, 78 {"OMX.TI.G726.decode", NULL}, 80 {"OMX.TI.GSMFR.decode", NULL}, 85 {"OMX.TI.MP3.decode", "audio_decoder.mp3"}, 87 {"OMX.TI.AAC.decode", "audio_decoder.aac"}, 88 {"OMX.TI.WMA.decode", "audio_decoder.wma"}, 89 {"OMX.TI.WBAMR.decode", "audio_decoder.amrwb"} [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
ImageFrameGenerator.cpp | 84 // Prevents concurrent decode or scale operations on the same image data. 183 OwnPtr<ScaledImageFragment> fullSizeImage = decode(index, &decoder); 196 // If decode has failed and resulted an empty image we can save work 226 PassOwnPtr<ScaledImageFragment> ImageFrameGenerator::decode(size_t index, ImageDecoder** decoder) function in class:WebCore::ImageFrameGenerator 228 TRACE_EVENT2("webkit", "ImageFrameGenerator::decode", "width", m_fullSize.width(), "height", m_fullSize.height()); 285 // decode operations writing to the same bitmap.
|
/external/chromium_org/v8/test/cctest/ |
test-conversions.cc | 321 CHECK_EQ(i, OneBit1::decode(x)); 325 CHECK_EQ(i, OneBit2::decode(x)); 336 CHECK_EQ(i, EightBit1::decode(x)); 339 CHECK_EQ(i, EightBit2::decode(x)); 355 CHECK_EQ(7, UpperBits::decode(x)); 360 CHECK_EQ(3, MiddleBits::decode(x));
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
CellBroadcastConfigService.java | 67 int startId = Integer.decode(channelRange.substring(0, dashIndex).trim()); 68 int endId = Integer.decode(channelRange.substring(dashIndex + 1).trim()); 77 int messageId = Integer.decode(channelRange.trim()); 123 int startId = Integer.decode(channelRange.substring(0, dashIndex).trim()); 124 int endId = Integer.decode(channelRange.substring(dashIndex + 1).trim()); 129 int emergencyMessageId = Integer.decode(channelRange.trim());
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/ |
Standard_Suite.py | 40 # XXXX Optionally decode result 66 # XXXX Optionally decode result 92 # XXXX Optionally decode result 125 # XXXX Optionally decode result 145 # XXXX Optionally decode result 170 # XXXX Optionally decode result
|
/external/chromium/sdch/open-vcdiff/src/ |
vcdiff_main.cc | 47 "Target file (default is stdin for encode, stdout for decode"); 50 "stdin for decode"); 70 " {encode | delta | decode | patch }[ <options> ]\n" 72 "decode or patch: reconstruct target file from dictionary and delta file"; 83 // or decode operation. 85 bool Decode(); 440 bool VCDiffFileBasedCoder::Decode() { 474 std::cerr << "Error trying to decode data chunk of length " 486 std::cerr << "Decode error; '" << FLAGS_delta 538 std::cerr << "Error trying to decode data chunk of length [all...] |
/external/chromium_org/net/websockets/ |
websocket_frame_parser_test.cc | 57 EXPECT_TRUE(parser.Decode(kHelloFrame, kHelloFrameLength, &frames)); 84 parser.Decode(kMaskedHelloFrame, kMaskedHelloFrameLength, &frames)); 142 EXPECT_TRUE(parser.Decode(&input.front(), input.size(), &frames)); 188 EXPECT_TRUE(parser.Decode(&input1.front(), input1.size(), &frames1)); 218 EXPECT_TRUE(parser.Decode(&input2.front(), input2.size(), &frames2)); 255 EXPECT_TRUE(parser.Decode(&input1.front(), input1.size(), &frames1)); 285 EXPECT_TRUE(parser.Decode(&input2.front(), input2.size(), &frames2)); 323 parser.Decode(&input.front(), input.size(), &frames)); 381 EXPECT_EQ(!failed, parser.Decode(frame_header + j, 1, &frames)); 445 EXPECT_FALSE(parser.Decode(frame_header, frame_header_length, &frames)) [all...] |
/external/chromium_org/sdch/open-vcdiff/src/ |
vcdiff_main.cc | 47 "Target file (default is stdin for encode, stdout for decode"); 50 "stdin for decode"); 71 " {encode | delta | decode | patch }[ <options> ]\n" 73 "decode or patch: reconstruct target file from dictionary and delta file"; 84 // or decode operation. 86 bool Decode(); 444 bool VCDiffFileBasedCoder::Decode() { 478 std::cerr << "Error trying to decode data chunk of length " 490 std::cerr << "Decode error; '" << FLAGS_delta 542 std::cerr << "Error trying to decode data chunk of length [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/ |
GIFImageReader.cpp | 201 // Otherwise, decoding failed; returns false in this case, which will always cause the GIFImageReader to set the "decode failed" flag. 322 // Returns false if a decoding error occurred. This is a fatal error and causes the GIFImageReader to set the "decode failed" flag. 323 // Otherwise, either not enough data is available to decode further than before, or the new data has been decoded successfully; returns true in this case. 324 bool GIFFrameContext::decode(const unsigned char* data, size_t length, WebCore::GIFImageDecoder* client, bool* frameDecoded) function in class:GIFFrameContext 343 // Some bad GIFs have extra blocks beyond the last row, which we don't want to decode. 363 // Decode a frame. 364 // This method uses GIFFrameContext:decode() to decode the frame; decoding error is reported to client as a critical failure. 366 bool GIFImageReader::decode(size_t frameIndex) function in class:GIFImageReader 373 return currentFrame->decode(data(0), m_data->size(), m_client, &frameDecoded [all...] |
/external/open-vcdiff/src/ |
vcdiff_main.cc | 47 "Target file (default is stdin for encode, stdout for decode"); 50 "stdin for decode"); 71 " {encode | delta | decode | patch }[ <options> ]\n" 73 "decode or patch: reconstruct target file from dictionary and delta file"; 84 // or decode operation. 86 bool Decode(); 444 bool VCDiffFileBasedCoder::Decode() { 478 std::cerr << "Error trying to decode data chunk of length " 490 std::cerr << "Decode error; '" << FLAGS_delta 542 std::cerr << "Error trying to decode data chunk of length [all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
datapart_decode.cpp | 28 /* Purpose : Decode a frame of MPEG4 bitstream in datapartitioning mode. */ 132 /* Purpose : Decode Data Partitioned Mode Video Packet in I-VOP */ 153 /* decode the first partition */ 168 /* decode COD, MCBPC, ACpred_flag, CPBY and DQUANT */ 227 /* decode the second partition */ 266 /* decode the DCT coeficients for the MB */ 295 /* Purpose : Decode Data Partitioned Mode Video Packet in P-VOP */ 319 /* decode the first partition */ 333 /* decode COD, MCBPC, ACpred_flag, CPBY and DQUANT */ 352 /* decode the motion vector (if there are any) * [all...] |
/external/chromium_org/content/common/gpu/media/ |
video_decode_accelerator_unittest.cc | 9 // - ClientState is an enum for the state of the decode client used by the test. 11 // to be written sequentially and wait for the decode client to see certain 87 // (the latter tests just decode speed). 108 // Reset() just after calling Decode() with a fragment containing config info. 118 // Simulate WebRTC and call VDA::Decode 30 times per second. 361 // Destroy()'d and deleted and can take values: N<0: delete after -N Decode() 370 // |decode_calls_per_second| is the number of VDA::Decode calls per second. 414 // Return the median of the decode time in milliseconds. 438 // Request decode of the next fragment in the encoded data. 467 // A map from bitstream buffer id to the decode start time of the buffer [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/ |
BearerData.java | 38 * An object to encode and decode CDMA SMS bearer data. 564 * access to the main bitwise stream from encode/decode. 1876 public static BearerData decode(byte[] smsData) { method 1893 public static BearerData decode(byte[] smsData, int serviceCategory) { method [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.apache.commons.codec_1.3.0.v20100518-1140.jar | |
/art/runtime/native/ |
java_lang_Class.cc | 35 mirror::Class* c = soa.Decode<mirror::Class*>(java_class); 63 mirror::ClassLoader* class_loader = soa.Decode<mirror::ClassLoader*>(javaLoader);
|