HomeSort by relevance Sort by last modified time
    Searched full:decode (Results 551 - 575 of 3619) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/JSON/JSON-2.59/lib/
JSON.pm 27 shrink max_depth max_size encode decode decode_prefix allow_unknown
120 shift @_; $alternative = 'decode';
171 return $json->decode( $_[0] );
458 my $JSON_XS_decode_orignal = \&JSON::XS::decode;
461 *JSON::XS::decode = \&JSON::Backend::XS::Supportable::_decode;
571 _set_for_pp('decode' => @_)->decode($_[1]);
580 _set_for_pp('decode' => @_)->decode_prefix($_[1]);
586 _set_for_pp('decode' => @_)->incr_parse($_[1]);
638 $perl_scalar = $json->decode( $json_text )
    [all...]
  /external/chromium_org/third_party/JSON/out/lib/perl5/
JSON.pm 27 shrink max_depth max_size encode decode decode_prefix allow_unknown
120 shift @_; $alternative = 'decode';
171 return $json->decode( $_[0] );
458 my $JSON_XS_decode_orignal = \&JSON::XS::decode;
461 *JSON::XS::decode = \&JSON::Backend::XS::Supportable::_decode;
571 _set_for_pp('decode' => @_)->decode($_[1]);
580 _set_for_pp('decode' => @_)->decode_prefix($_[1]);
586 _set_for_pp('decode' => @_)->incr_parse($_[1]);
638 $perl_scalar = $json->decode( $json_text )
    [all...]
  /external/chromium_org/v8/src/
property-details.h 235 int pointer() { return DescriptorPointer::decode(value_); }
260 PropertyType type() { return TypeField::decode(value_); }
263 return AttributesField::decode(value_);
267 return DictionaryStorageField::decode(value_);
272 return DecodeRepresentation(RepresentationField::decode(value_));
276 return FieldIndexField::decode(value_);
288 bool IsDeleted() const { return DeletedField::decode(value_) != 0;}
scopeinfo.cc 158 return ScopeTypeField::decode(Flags());
163 return length() > 0 && CallsEvalField::decode(Flags());
168 return length() > 0 ? LanguageModeField::decode(Flags()) : CLASSIC_MODE;
180 FunctionVariableField::decode(Flags()) == STACK;
191 FunctionVariableField::decode(Flags()) == CONTEXT;
208 return NONE != FunctionVariableField::decode(Flags());
269 return ContextLocalMode::decode(value);
277 return ContextLocalInitFlag::decode(value);
354 if (FunctionVariableField::decode(Flags()) == CONTEXT &&
356 *mode = FunctionVariableMode::decode(Flags())
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Finder_items.py 31 # XXXX Optionally decode result
56 # XXXX Optionally decode result
76 # XXXX Optionally decode result
96 # XXXX Optionally decode result
116 # XXXX Optionally decode result
136 # XXXX Optionally decode result
163 # XXXX Optionally decode result
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_codec_unittest.cc 145 bool Decode(BookmarkCodec* codec, BookmarkModel* model, const Value& value) {
147 bool result = codec->Decode(AsMutable(model->bookmark_bar_node()),
170 EXPECT_TRUE(Decode(&decoder, model.get(), value));
306 ASSERT_TRUE(Decode(&decoder, &decoded_model, *model_value.get()));
326 ASSERT_TRUE(Decode(&decoder2, &decoded_model2, *model_value2.get()));
342 ASSERT_TRUE(Decode(&decoder, &decoded_model, *root.get()));
382 // Decode and check for meta info.
407 // Decode and verify.
416 // Verifies that we can still decode the old codec format after changing the
430 ASSERT_TRUE(Decode(&decoder, &model, *root.get()))
    [all...]
  /external/v8/src/
scopeinfo.cc 157 return TypeField::decode(Flags());
162 return length() > 0 && CallsEvalField::decode(Flags());
167 return length() > 0 ? LanguageModeField::decode(Flags()) : CLASSIC_MODE;
179 FunctionVariableField::decode(Flags()) == STACK;
190 FunctionVariableField::decode(Flags()) == CONTEXT;
206 return NONE != FunctionVariableField::decode(Flags());
271 return ContextLocalMode::decode(value);
279 return ContextLocalInitFlag::decode(value);
355 if (FunctionVariableField::decode(Flags()) == CONTEXT &&
357 *mode = FunctionVariableMode::decode(Flags())
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
ChoiceTest.java 107 assertEquals("Test case: " + i, testcases[i][0], choice.decode(in));
156 List values = (List) sequenceOf.decode(encoded);
188 assertEquals("False: ", Boolean.FALSE, explicit.decode(encoded));
192 assertEquals("True: ", Boolean.TRUE, explicit.decode(encoded));
244 Boolean b = (Boolean) choice2.decode(new byte[] { 0x01, 0x01, 0x00 });
OidTest.java 127 int[] decoded = (int[]) asn1.decode(new DerInputStream(
130 assertTrue("Failed to decode oid: " + oid[i][0], // error message
162 ASN1Oid.getInstance().decode(in);
176 assertEquals("Failed to decode oid: " + oid[i][0], // error message
178 asn1.decode(new DerInputStream((byte[]) oid[i][2])));
  /external/apache-http/src/org/apache/commons/codec/net/
QCodec.java 223 * A decoder exception is thrown if a failure condition is encountered during the decode process.
225 public String decode(String pString) throws DecoderException { method in class:QCodec
268 * A decoder exception is thrown if a failure condition is encountered during the decode process.
270 public Object decode(Object pObject) throws DecoderException { method in class:QCodec
274 return decode((String) pObject);
  /external/chromium/chrome/browser/bookmarks/
bookmark_codec_unittest.cc 110 bool Decode(BookmarkCodec* codec, BookmarkModel* model, const Value& value) {
112 bool result = codec->Decode(AsMutable(model->GetBookmarkBarNode()),
129 EXPECT_TRUE(Decode(&decoder, model.get(), value));
264 ASSERT_TRUE(Decode(&decoder, &decoded_model, *model_value.get()));
285 ASSERT_TRUE(Decode(&decoder2, &decoded_model2, *model_value2.get()));
  /external/chromium_org/media/filters/
decrypting_video_decoder.cc 64 void DecryptingVideoDecoder::Decode(const scoped_refptr<DecoderBuffer>& buffer,
66 DVLOG(3) << "Decode()";
107 // Reset() cannot complete if the decode callback is still pending.
109 // after the decode callback is fired - see DecryptAndDecodeBuffer() and
193 DCHECK(decode_cb_.is_null()); // No Decode() before initialization finished.
  /external/skia/tests/
ImageDecodingTest.cpp 69 // Decode a resource:
82 SkDebugf("couldn't decode %s\n", filename.c_str());
86 bool success = decoder->decode(&stream, &bm8888, SkBitmap::kARGB_8888_Config,
99 success = decoder->decode(&stream, &bm8888Unpremul, SkBitmap::kARGB_8888_Config,
155 //SkDebugf("about to decode \"%s\"\n", filename.c_str());
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
Base64.java 177 * Decode the given byte[].
185 public static final byte[] decode(byte[] src) throws IllegalArgumentException method in class:Base64
242 * Decode the given string.
247 public static final String decode(String src) method in class:Base64
249 return new String(decode(src.getBytes()));
  /frameworks/compile/mclinker/lib/Support/
LEB128.cpp 96 uint64_t decode<uint64_t>(const ByteType *pBuf, size_t &pSize) { function in namespace:mcld::leb128
140 uint64_t decode<uint64_t>(const ByteType *&pBuf) { function in namespace:mcld::leb128
185 * version like decode() to save the code size.
188 int64_t decode<int64_t>(const ByteType *pBuf, size_t &pSize) { function in namespace:mcld::leb128
209 int64_t decode<int64_t>(const ByteType *&pBuf) { function in namespace:mcld::leb128
  /packages/apps/Camera2/src/com/android/camera/ui/
ZoomView.java 76 // to decode.
89 // Decode region
93 // Make sure region to decode is inside the image.
264 * @param width width of the partial region to decode
265 * @param height height of the partial region to decode
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
idna.py 130 # Step 5: Decode using PUNYCODE
131 result = label1.decode("punycode")
168 def decode(self,input,errors='strict'): member in class:Codec
283 decode=Codec().decode,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Folder_Actions_Suite.py 37 # XXXX Optionally decode result
58 # XXXX Optionally decode result
89 # XXXX Optionally decode result
117 # XXXX Optionally decode result
145 # XXXX Optionally decode result
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sndhdr.py 4 It understands almost all headers that SOX can decode.
8 - sampling rate (0 if unknown or hard to decode)
9 - number of channels (0 if unknown or hard to decode)
10 - number of frames in the file (-1 if unknown or hard to decode)
146 # Should decode it to get #channels -- assume always 1
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
idna.py 130 # Step 5: Decode using PUNYCODE
131 result = label1.decode("punycode")
168 def decode(self,input,errors='strict'): member in class:Codec
283 decode=Codec().decode,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sndhdr.py 4 It understands almost all headers that SOX can decode.
8 - sampling rate (0 if unknown or hard to decode)
9 - number of channels (0 if unknown or hard to decode)
10 - number of frames in the file (-1 if unknown or hard to decode)
146 # Should decode it to get #channels -- assume always 1
  /external/chromium_org/media/base/android/
media_source_player_unittest.cc 200 // Upon the next successful decode callback, post a task to call Release()
213 // Asynch test callback posted upon decode completion to verify that a pending
334 // Vorbis needs 4 extra bytes padding on Android to decode properly. Check
377 // immediately feeds it some data to decode. Then, without letting the decoder
378 // job complete a decode cycle, it also starts player SeekTo(). Upon return,
448 // setting a new video surface after beginning decode of received video data.
450 // browser seek results once decode completes and surface change processing
525 // Feed and decode a standalone access unit so the player exits prefetch.
541 // Feed and decode access units with data for any units prior to
570 // assumed to exist for any stream whose decode completion is awaited
    [all...]
  /external/chromium_org/content/common/gpu/media/
vaapi_video_decode_accelerator.cc 67 // at the end of decode (or when a new set of PictureBuffers is required).
451 // be queued from the client via Decode(). The state can change during wait.
538 // Main decode task.
539 DVLOG(4) << "Decode task";
541 // Try to decode what stream data is (still) in the decoder until we run out
550 // This is the main decode function of the decoder and while keeping
554 res = decoder_->Decode();
648 void VaapiVideoDecodeAccelerator::Decode(
652 TRACE_EVENT1("Video Decoder", "VAVDA::Decode", "Buffer id",
677 "Decode request from client in invalid state: " << state_
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
WspTypeDecoder.java 211 * Decode the "Text-string" type for WSP pdu
234 * Decode the "Token-text" type for WSP pdu
254 * Decode the "Short-integer" type for WSP pdu
272 * Decode the "Long-integer" type for WSP pdu
295 * Decode the "Integer-Value" type for WSP pdu
311 * Decode the "Uintvar-integer" type for WSP pdu
336 * Decode the "Value-length" type for WSP pdu
359 * Decode the "Extension-media" type for WSP PDU.
386 * Decode the "Constrained-encoding" type for WSP pdu
403 * Decode the "Content-type" type for WSP pd
    [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/blib/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...]

Completed in 1113 milliseconds

<<21222324252627282930>>