HomeSort by relevance Sort by last modified time
    Searched refs:decoded (Results 151 - 175 of 183) sorted by null

1 2 3 4 5 67 8

  /external/chromium_org/content/browser/indexed_db/
indexed_db_leveldb_coding.cc 433 base::string16 decoded; local
434 decoded.reserve(length);
437 decoded.push_back(ntohs(*encoded++));
439 *value = decoded;
    [all...]
indexed_db_backing_store.cc 1687 int64 decoded; local
    [all...]
  /external/libvorbis/doc/
07-floor1.tex 33 a difference value decoded from the bitstream packet.
55 list-order Y values as decoded from an example packet are 110, 20, -5,
a1-encapsulation-ogg.tex 126 Note that the last decoded (fully lapped) PCM sample from a packet
02-bitpacking.tex 63 Logically, bytes are always coded and decoded in order from byte zero
05-comment.tex 46 The comment header is decoded as follows:
  /external/chromium/third_party/libjingle/source/talk/base/
httpcommon.cc 775 //std::string decoded = username + ":" + password;
1040 std::string decoded(out_buf, out_buf + out_sec.cbBuffer);
1043 response.append(Base64::Encode(decoded));
  /external/chromium_org/third_party/libjingle/source/talk/base/
httpcommon.cc 782 //std::string decoded = username + ":" + password;
1048 std::string decoded(out_buf, out_buf + out_sec.cbBuffer);
1051 response.append(Base64::Encode(decoded));
  /external/chromium_org/tools/perf/metrics/
media.js 129 // Audio media does not report decoded/dropped frame count
  /external/smack/src/org/jivesoftware/smack/util/
Base64.java 724 * @return the number of decoded bytes converted
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_inter_prediction.c 182 dpb pointer to decoded picture buffer
323 /* if decoded flag > 1 -> mb has already been successfully decoded and
325 if (pMb->decoded > 1)
345 dpb pointer to decoded picture buffer
465 /* if decoded flag > 1 -> mb has already been successfully decoded and
467 if (pMb->decoded > 1)
    [all...]
h264bsd_intra_prediction.c 519 /* if decoded flag > 1 -> mb has already been successfully decoded and
521 if (pMb->decoded > 1)
    [all...]
  /external/chromium/net/base/
x509_certificate.cc 305 std::string decoded(pem_tok.data());
309 handle = CreateOSCertHandleFromBytes(decoded.c_str(), decoded.size());
319 // formats other than PEM are acceptable, check to see if the decoded
325 certificates = CreateOSCertHandlesFromBytes(decoded.c_str(),
326 decoded.size(), kFormatDecodePriority[i]);
    [all...]
  /external/chromium_org/chrome/browser/resources/net_internals/
main.js 259 * Parameters and values are decoded with decodeURIComponent().
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
xmlrpclib.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
xmlrpclib.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_io.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_io.py     [all...]
  /external/chromium_org/chrome/browser/extensions/updater/
extension_updater_unittest.cc 481 std::string decoded = net::UnescapeURLComponent( local
483 ExtractParameters(decoded, result);
    [all...]
  /external/chromium_org/remoting/webapp/
remoting.js 359 * @return {*} The decoded object, or undefined if the string cannot be parsed.
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /external/ipsec-tools/src/racoon/
isakmp.c     [all...]
  /external/chromium/chrome/browser/resources/net_internals/
main.js 247 * Parameters and values are decoded with decodeURIComponent().
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.preferences_3.3.0.v20100503.jar 
org.eclipse.equinox.security_1.0.200.v20100503.jar 

Completed in 1389 milliseconds

1 2 3 4 5 67 8