HomeSort by relevance Sort by last modified time
    Searched refs:start_size (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium_org/media/cast/rtcp/
rtcp_sender.cc 61 size_t start_size,
67 size_t remaining_space = media::cast::kIpPacketSize - start_size;
114 start_size + *rtcp_log_size) << "Not enough buffer space";
229 size_t start_size = packet->size(); local
230 DCHECK_LT(start_size + 52, kIpPacketSize) << "Not enough buffer space";
231 if (start_size + 52 > kIpPacketSize) return;
234 packet->resize(start_size + 28);
236 net::BigEndianWriter big_endian_writer(&((*packet)[start_size]), 28);
254 size_t start_size = packet->size(); local
255 DCHECK_LT(start_size + 32, kIpPacketSize) << "Not enough buffer space"
274 size_t start_size = packet->size(); local
301 size_t start_size = packet->size(); local
345 size_t start_size = packet->size(); local
371 size_t start_size = packet->size(); local
424 size_t start_size = packet->size(); local
467 size_t start_size = packet->size(); local
521 size_t start_size = packet->size(); local
553 size_t start_size = packet->size(); local
574 size_t start_size = packet->size(); local
597 size_t start_size = packet->size(); local
677 size_t start_size = packet->size(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/resize_policy/
hash_exponential_size_policy_imp.hpp 43 hash_exponential_size_policy(size_type start_size, size_type grow_factor) :
44 m_start_size(start_size),
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/resize_policy/
hash_exponential_size_policy_imp.hpp 43 hash_exponential_size_policy(size_type start_size, size_type grow_factor) :
44 m_start_size(start_size),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/resize_policy/
hash_exponential_size_policy_imp.hpp 43 hash_exponential_size_policy(size_type start_size, size_type grow_factor) :
44 m_start_size(start_size),
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/resize_policy/
hash_exponential_size_policy_imp.hpp 43 hash_exponential_size_policy(size_type start_size, size_type grow_factor) :
44 m_start_size(start_size),
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/resize_policy/
hash_exponential_size_policy_imp.hpp 43 hash_exponential_size_policy(size_type start_size, size_type grow_factor) :
44 m_start_size(start_size),
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/resize_policy/
hash_exponential_size_policy_imp.hpp 43 hash_exponential_size_policy(size_type start_size, size_type grow_factor) :
44 m_start_size(start_size),
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/resize_policy/
hash_exponential_size_policy_imp.hpp 43 hash_exponential_size_policy(size_type start_size, size_type grow_factor) :
44 m_start_size(start_size),
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/resize_policy/
hash_exponential_size_policy_imp.hpp 43 hash_exponential_size_policy(size_type start_size, size_type grow_factor) :
44 m_start_size(start_size),
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/resize_policy/
hash_exponential_size_policy_imp.hpp 43 hash_exponential_size_policy(size_type start_size, size_type grow_factor) :
44 m_start_size(start_size),
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/resize_policy/
hash_exponential_size_policy_imp.hpp 43 hash_exponential_size_policy(size_type start_size, size_type grow_factor) :
44 m_start_size(start_size),
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/resize_policy/
hash_exponential_size_policy_imp.hpp 43 hash_exponential_size_policy(size_type start_size, size_type grow_factor) :
44 m_start_size(start_size),
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/resize_policy/
hash_exponential_size_policy_imp.hpp 43 hash_exponential_size_policy(size_type start_size, size_type grow_factor) :
44 m_start_size(start_size),
  /external/chromium_org/media/cast/net/rtp_sender/rtp_packetizer/
rtp_packetizer.cc 109 size_t start_size = packet.size(); local
110 packet.resize(start_size + 4);
111 net::BigEndianWriter big_endian_writer(&(packet[start_size]), 4);
143 size_t start_size = packet->size(); local
144 packet->resize(start_size + 10);
145 net::BigEndianWriter big_endian_writer(&((*packet)[start_size]), 10);
  /external/chromium_org/chrome/test/perf/
memory_test.cc 121 size_t start_size = base::GetSystemCommitCharge(); local
218 perf_test::PrintSystemCommitCharge(test_name, stop_size - start_size,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/
hash_policy.hpp 405 // Default constructor, or onstructor taking a start_size, or
407 // will use the sequence of sizes start_size, start_size*
408 // grow_factor, start_size* grow_factor^2, ...
409 hash_exponential_size_policy(size_type start_size = 8,
443 // Default constructor, or onstructor taking a start_size The
445 // start_size, start_size* 2, start_size* 2^2, ...
446 hash_prime_size_policy(size_type start_size = 8)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
hash_policy.hpp 405 // Default constructor, or onstructor taking a start_size, or
407 // will use the sequence of sizes start_size, start_size*
408 // grow_factor, start_size* grow_factor^2, ...
409 hash_exponential_size_policy(size_type start_size = 8,
443 // Default constructor, or onstructor taking a start_size The
445 // start_size, start_size* 2, start_size* 2^2, ...
446 hash_prime_size_policy(size_type start_size = 8)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
hash_policy.hpp 405 // Default constructor, or onstructor taking a start_size, or
407 // will use the sequence of sizes start_size, start_size*
408 // grow_factor, start_size* grow_factor^2, ...
409 hash_exponential_size_policy(size_type start_size = 8,
443 // Default constructor, or onstructor taking a start_size The
445 // start_size, start_size* 2, start_size* 2^2, ...
446 hash_prime_size_policy(size_type start_size = 8)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
hash_policy.hpp 405 // Default constructor, or onstructor taking a start_size, or
407 // will use the sequence of sizes start_size, start_size*
408 // grow_factor, start_size* grow_factor^2, ...
409 hash_exponential_size_policy(size_type start_size = 8,
443 // Default constructor, or onstructor taking a start_size The
445 // start_size, start_size* 2, start_size* 2^2, ...
446 hash_prime_size_policy(size_type start_size = 8)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/
hash_policy.hpp 405 // Default constructor, or onstructor taking a start_size, or
407 // will use the sequence of sizes start_size, start_size*
408 // grow_factor, start_size* grow_factor^2, ...
409 hash_exponential_size_policy(size_type start_size = 8,
443 // Default constructor, or onstructor taking a start_size The
445 // start_size, start_size* 2, start_size* 2^2, ...
446 hash_prime_size_policy(size_type start_size = 8)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/
hash_policy.hpp 406 // Default constructor, or onstructor taking a start_size, or
408 // will use the sequence of sizes start_size, start_size*
409 // grow_factor, start_size* grow_factor^2, ...
410 hash_exponential_size_policy(size_type start_size = 8,
444 // Default constructor, or onstructor taking a start_size The
446 // start_size, start_size* 2, start_size* 2^2, ...
447 hash_prime_size_policy(size_type start_size = 8)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/
hash_policy.hpp 406 // Default constructor, or onstructor taking a start_size, or
408 // will use the sequence of sizes start_size, start_size*
409 // grow_factor, start_size* grow_factor^2, ...
410 hash_exponential_size_policy(size_type start_size = 8,
444 // Default constructor, or onstructor taking a start_size The
446 // start_size, start_size* 2, start_size* 2^2, ...
447 hash_prime_size_policy(size_type start_size = 8)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/
hash_policy.hpp 406 // Default constructor, or onstructor taking a start_size, or
408 // will use the sequence of sizes start_size, start_size*
409 // grow_factor, start_size* grow_factor^2, ...
410 hash_exponential_size_policy(size_type start_size = 8,
444 // Default constructor, or onstructor taking a start_size The
446 // start_size, start_size* 2, start_size* 2^2, ...
447 hash_prime_size_policy(size_type start_size = 8)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/
hash_policy.hpp 418 /// Default constructor, or onstructor taking a start_size, or
420 /// will use the sequence of sizes start_size, start_size*
421 /// grow_factor, start_size* grow_factor^2, ...
422 hash_exponential_size_policy(size_type start_size = 8,
456 /// Default constructor, or onstructor taking a start_size The
458 /// start_size, start_size* 2, start_size* 2^2, ...
459 hash_prime_size_policy(size_type start_size = 8)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/
hash_policy.hpp 406 // Default constructor, or onstructor taking a start_size, or
408 // will use the sequence of sizes start_size, start_size*
409 // grow_factor, start_size* grow_factor^2, ...
410 hash_exponential_size_policy(size_type start_size = 8,
444 // Default constructor, or onstructor taking a start_size The
446 // start_size, start_size* 2, start_size* 2^2, ...
447 hash_prime_size_policy(size_type start_size = 8)
    [all...]

Completed in 335 milliseconds

1 2