OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expected_bytes
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/cc/resources/
scoped_resource_unittest.cc
48
size_t
expected_bytes
= 30 * 30 * 4;
local
49
EXPECT_EQ(
expected_bytes
, texture->bytes());
/external/chromium_org/base/files/
file_util_proxy_unittest.cc
274
int
expected_bytes
= arraysize(expected_data);
local
275
ASSERT_EQ(
expected_bytes
,
276
file_util::WriteFile(test_path(), expected_data,
expected_bytes
));
289
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/chrome/browser/safe_browsing/
prefix_set.cc
184
const size_t
expected_bytes
=
local
186
if (static_cast<int64>(
expected_bytes
) != size_64)
/external/chromium_org/chrome/browser/safe_browsing/
prefix_set.cc
182
const size_t
expected_bytes
=
local
184
if (static_cast<int64>(
expected_bytes
) != size_64)
/external/chromium_org/chrome/browser/sync/glue/
session_model_associator_unittest.cc
66
std::string
expected_bytes
) {
71
return
expected_bytes
.empty();
72
if (favicon->size() !=
expected_bytes
.size())
75
if (
expected_bytes
[i] != *(favicon->front() + i))
Completed in 149 milliseconds