Searched defs:bytes_ (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/net/quic/congestion_control/
H A Dleaky_bucket.h40 QuicByteCount bytes_; member in class:net::LeakyBucket
/external/chromium_org/base/memory/
H A Ddiscardable_memory_ashmem.h43 const size_t bytes_; member in class:base::internal::DiscardableMemoryAshmem
H A Ddiscardable_memory_emulated.h44 const size_t bytes_; member in class:base::internal::DiscardableMemoryEmulated
H A Ddiscardable_memory_mac.cc45 bytes_(mach_vm_round_page(bytes)),
91 bytes_,
94 memory_.reset(address, bytes_);
150 const size_t bytes_; member in class:base::__anon2333::DiscardableMemoryMac
/external/chromium_org/components/rappor/
H A Dbloom_filter.h32 const ByteVector& bytes() const { return bytes_; };
39 ByteVector bytes_; member in class:rappor::BloomFilter
/external/chromium_org/content/child/webcrypto/
H A Dcrypto_data.h37 const unsigned char* bytes() const { return bytes_; }
41 const unsigned char* const bytes_; member in class:content::webcrypto::CryptoData
/external/chromium_org/net/base/
H A Dupload_bytes_element_reader_unittest.cc20 bytes_.assign(kData, kData + arraysize(kData));
21 reader_.reset(new UploadBytesElementReader(&bytes_[0], bytes_.size()));
23 EXPECT_EQ(bytes_.size(), reader_->GetContentLength());
24 EXPECT_EQ(bytes_.size(), reader_->BytesRemaining());
28 std::vector<char> bytes_; member in class:net::UploadBytesElementReaderTest
33 const size_t kHalfSize = bytes_.size() / 2;
39 EXPECT_EQ(bytes_.size() - buf.size(), reader_->BytesRemaining());
40 bytes_.resize(kHalfSize); // Resize to compare.
41 EXPECT_EQ(bytes_, bu
[all...]
H A Dupload_bytes_element_reader.h25 const char* bytes() const { return bytes_; }
39 const char* const bytes_; member in class:net::UploadBytesElementReader
H A Dupload_file_element_reader_unittest.cc23 // Some tests (*.ReadPartially) rely on bytes_.size() being even.
25 bytes_.assign(kData, kData + arraysize(kData) - 1);
32 static_cast<int>(bytes_.size()),
33 base::WriteFile(temp_file_path_, &bytes_[0], bytes_.size()));
44 EXPECT_EQ(bytes_.size(), reader_->GetContentLength());
45 EXPECT_EQ(bytes_.size(), reader_->BytesRemaining());
54 std::vector<char> bytes_; member in class:net::UploadFileElementReaderTest
61 const size_t kHalfSize = bytes_.size() / 2;
62 ASSERT_EQ(bytes_
[all...]
/external/chromium_org/gin/
H A Darray_buffer.h33 void* bytes() const { return bytes_; }
40 void* bytes_; member in class:gin::ArrayBuffer
/external/chromium_org/third_party/webrtc/base/
H A Dbytebuffer.h40 const char* Data() const { return bytes_ + start_; }
105 char* bytes_; member in class:rtc::ByteBuffer
/external/chromium_org/sandbox/win/src/
H A Dsandbox_nt_util.h157 : changed_(false), address_(NULL), bytes_(0), old_protect_(0) {}
172 size_t bytes_; member in class:sandbox::AutoProtectMemory
/external/chromium_org/storage/common/
H A Ddata_element.h36 const char* bytes() const { return bytes_ ? bytes_ : &buf_[0]; }
57 bytes_ = bytes;
88 const char* bytes_; // For TYPE_BYTES. member in class:storage::DataElement
/external/chromium_org/cc/resources/
H A Dprioritized_resource.h46 size_t bytes() const { return bytes_; }
170 size_t bytes_; member in class:cc::PrioritizedResource
/external/chromium_org/media/cast/test/utility/
H A Dtap_proxy.cc125 ByteCounter() : bytes_(0), packets_(0) {
134 byte_data_.push_back(bytes_);
155 bytes_ += x;
160 uint64 bytes_; member in class:ByteCounter
H A Dudp_proxy_main.cc21 ByteCounter() : bytes_(0), packets_(0) {
30 byte_data_.push_back(bytes_);
51 bytes_ += x;
56 uint64 bytes_; member in class:ByteCounter
/external/chromium_org/sync/internal_api/public/base/
H A Dordinal.h196 std::string bytes_; member in class:syncer::Ordinal
198 // A cache of the result of IsValidOrdinalBytes(bytes_).
231 : bytes_(bytes),
232 is_valid_(IsValidOrdinalBytes(bytes_)) {}
246 DCHECK_EQ(IsValidOrdinalBytes(bytes_), is_valid_);
264 base::EscapeBytesAsInvalidJSONString(bytes_, false /* put_in_quotes */);
275 return bytes_ < other.bytes_;
282 return bytes_ > other.bytes_;
[all...]
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dbytestrie.h65 : ownedArray_(NULL), bytes_(static_cast<const uint8_t *>(trieBytes)),
66 pos_(bytes_), remainingMatchLength_(-1) {}
81 : ownedArray_(NULL), bytes_(other.bytes_),
90 pos_=bytes_;
123 state.bytes=bytes_;
140 if(bytes_==state.bytes && bytes_!=NULL) {
168 return nextImpl(bytes_, inByte);
321 const uint8_t *bytes_; member in class:BytesTrie::Iterator
507 const uint8_t *bytes_; member in class:BytesTrie
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Duobjtest.cpp508 char bytes_[sizeof(UnicodeString)]; member in union:__anon12360
510 char *bytes = stackMemory.bytes_;
/external/icu/icu4c/source/common/unicode/
H A Dbytestrie.h65 : ownedArray_(NULL), bytes_(static_cast<const uint8_t *>(trieBytes)),
66 pos_(bytes_), remainingMatchLength_(-1) {}
81 : ownedArray_(NULL), bytes_(other.bytes_),
90 pos_=bytes_;
123 state.bytes=bytes_;
140 if(bytes_==state.bytes && bytes_!=NULL) {
168 return nextImpl(bytes_, inByte);
321 const uint8_t *bytes_; member in class:BytesTrie::Iterator
507 const uint8_t *bytes_; member in class:BytesTrie
[all...]
/external/icu/icu4c/source/test/intltest/
H A Duobjtest.cpp508 char bytes_[sizeof(UnicodeString)]; member in union:__anon22171
510 char *bytes = stackMemory.bytes_;
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_manager.cc53 : bytes_(bytes),
61 return &bytes_->data().front();
74 scoped_refptr<base::RefCountedBytes> bytes_; member in class:gpu::__anon8446::GpuMemoryBufferImpl
/external/chromium_org/content/browser/download/
H A Ddownload_file_unittest.cc123 bytes_(-1),
135 bytes_ = bytes;
141 observer_->CurrentUpdateStatus(bytes_, bytes_per_sec_, hash_state_);
339 int64 bytes_; member in class:content::DownloadFileTest
787 bytes_);
/external/chromium_org/mojo/system/
H A Draw_channel_unittest.cc131 ~TestMessageReaderAndChecker() { CHECK(bytes_.empty()); }
141 // Append newly-read data to |bytes_|.
142 bytes_.insert(bytes_.end(), buffer, buffer + read_size);
147 bytes_.empty() ? nullptr : &bytes_[0],
148 bytes_.size(),
151 if (bytes_.size() >= message_size) {
153 MessageInTransit::View message_view(message_size, &bytes_[0]);
167 bytes_
188 std::vector<unsigned char> bytes_; member in class:mojo::system::__anon8861::TestMessageReaderAndChecker
[all...]
/external/chromium_org/third_party/leveldatabase/src/db/
H A Ddb_bench.cc168 int64_t bytes_; member in class:leveldb::__anon12439::RandomGenerator::Stats
181 bytes_ = 0;
191 bytes_ += other.bytes_;
236 bytes_ += n;
245 if (bytes_ > 0) {
251 (bytes_ / 1048576.0) / elapsed);

Completed in 6641 milliseconds

12