/external/chromium_org/cc/resources/ |
scoped_resource_unittest.cc | 64 size_t expected_bytes = 30 * 30 * 4; local 65 EXPECT_EQ(expected_bytes, texture->bytes());
|
/art/runtime/gc/accounting/ |
card_table-inl.h | 167 uint8_t expected_bytes[sizeof(uintptr_t)]; member in union:art::gc::accounting::__anon95 182 new_bytes[i] = visitor(expected_bytes[i]); 187 const byte expected_byte = expected_bytes[i];
|
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/ |
byte_io_unittest.cc | 85 uint8_t expected_bytes[B + kAlignments]; local 90 PopulateTestData(expected_bytes + i, test_value, B, big_endian); 98 EXPECT_EQ(expected_bytes[i + j], bytes[i + j]);
|
/external/chromium_org/base/files/ |
file_proxy_unittest.cc | 246 int expected_bytes = arraysize(expected_data); local 247 ASSERT_EQ(expected_bytes, 248 base::WriteFile(test_path(), expected_data, expected_bytes)); 259 EXPECT_EQ(expected_bytes, static_cast<int>(buffer_.size()));
|
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
profiledata_unittest.cc | 170 size_t expected_bytes = num_slots * sizeof filedata[0]; local 171 ssize_t bytes_read = ReadPersistent(fd.get(), filedata.get(), expected_bytes); 172 if (expected_bytes != bytes_read)
|
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
profiledata_unittest.cc | 170 size_t expected_bytes = num_slots * sizeof filedata[0]; local 171 ssize_t bytes_read = ReadPersistent(fd.get(), filedata.get(), expected_bytes); 172 if (expected_bytes != bytes_read)
|
/external/chromium_org/content/browser/service_worker/ |
service_worker_cache.cc | 146 void DidWriteDataToEntry(int expected_bytes, int rv) { 147 if (rv != expected_bytes) { 178 int expected_bytes, 307 int expected_bytes, 309 if (rv != expected_bytes) { [all...] |
/external/chromium_org/chrome/browser/safe_browsing/ |
prefix_set.cc | 206 const size_t expected_bytes = sizeof(header) + local 208 if (static_cast<int64>(expected_bytes) != size_64)
|
/external/chromium_org/net/server/ |
http_server_unittest.cc | 98 bool Read(std::string* message, int expected_bytes) { 101 while (total_bytes_received < expected_bytes) {
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/ |
audio_decoder_unittest.cc | 99 // with |mse|. The encoded stream should contain |expected_bytes|. For stereo 102 void EncodeDecodeTest(size_t expected_bytes, int tolerance, double mse, 125 // such codecs. In this case expected_bytes is set to 0. 126 if (expected_bytes) { 127 EXPECT_EQ(expected_bytes, encoded_bytes_); [all...] |