HomeSort by relevance Sort by last modified time
    Searched defs:expected_size (Results 1 - 25 of 37) sorted by null

1 2

  /external/chromium_org/content/browser/aura/
resize_lock.h 21 const gfx::Size& expected_size() const { return new_size_; } function in class:content::ResizeLock
  /external/chromium/net/base/
mime_util_unittest.cc 98 size_t expected_size; member in struct:net::__anon5384
115 EXPECT_EQ(tests[i].expected_size, codecs_out.size());
116 for (size_t j = 0; j < tests[i].expected_size; ++j) {
ip_endpoint_unittest.cc 87 size_t expected_size = tests[index].ipv6 ? local
89 EXPECT_EQ(expected_size, addr_len);
  /external/chromium_org/net/http/
http_basic_state.cc 57 const size_t expected_size = request_info_->method.size() + 1 + path.size() + local
59 request_line.reserve(expected_size);
64 DCHECK_EQ(expected_size, request_line.size());
  /external/chromium_org/ui/base/ime/win/
tsf_input_scope_unittest.cc 17 size_t expected_size; member in struct:ui::__anon17495::GetInputScopesTestCase
111 EXPECT_EQ(test_case.expected_size, input_scopes.size());
112 for (size_t i = 0; i < test_case.expected_size; ++i)
  /external/chromium_org/net/base/
ip_endpoint_unittest.cc 85 socklen_t expected_size = tests[index].ipv6 ? local
87 EXPECT_EQ(expected_size, storage.addr_len);
mime_util_unittest.cc 156 size_t expected_size; member in struct:net::__anon11604
174 ASSERT_EQ(tests[i].expected_size, codecs_out.size());
175 for (size_t j = 0; j < tests[i].expected_size; ++j)
  /external/chromium/chrome/browser/ui/webui/chromeos/login/
login_ui.cc 88 size_t expected_size = 2; local
89 CHECK_EQ(args->GetSize(), expected_size);
  /external/chromium_org/chrome/browser/ui/views/
constrained_window_views_unittest.cc 92 gfx::Size expected_size = GetDialogSize(); local
94 expected_size.Enlarge(50, 50);
98 EXPECT_EQ(expected_size.ToString(), GetDialogSize().ToString());
105 gfx::Size expected_size = GetDialogSize(); local
107 expected_size.Enlarge(-50, -50);
111 EXPECT_EQ(expected_size.ToString(), GetDialogSize().ToString());
138 gfx::Size expected_size = max_dialog_size; local
141 expected_size.Enlarge(0, border->GetInsets().top());
142 EXPECT_EQ(expected_size.ToString(), GetDialogSize().ToString());
  /external/chromium_org/media/audio/cras/
cras_input_unittest.cc 80 unsigned int expected_size = (kTestFramesPerPacket - 8) * local
87 OnData(test_stream, _, Ge(expected_size), _, _))
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_html5fs.cc 138 int64_t expected_size = 0; local
148 } else if (iter->first == "expected_size") {
149 expected_size = strtoull(iter->second.c_str(), NULL, 10);
169 ->Open(filesystem_resource_, expected_size, cc);
  /external/chromium_org/ui/compositor/
scoped_layer_animation_settings.cc 59 const size_t expected_size = 1; local
60 DCHECK_EQ(expected_size, sequence->size()) <<
  /external/chromium_org/chrome/test/chromedriver/
key_converter_unittest.cc 21 size_t expected_size,
27 EXPECT_EQ(expected_size, events.size());
30 while (i < expected_size && it != events.end()) {
45 size_t expected_size) {
47 expected_size, 0 /* expected_modifiers */);
52 size_t expected_size) {
54 expected_events, expected_size); local
  /external/chromium_org/ppapi/tests/
test_flash_file.cc 292 size_t expected_size = sizeof(expected) / sizeof(expected[0]); local
294 std::sort(expected, expected + expected_size, DirEntryLessThan);
297 ASSERT_EQ(expected_size, result.size());
298 ASSERT_TRUE(std::equal(expected, expected + expected_size, result.begin(),
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoframe.cc 299 size_t expected_size = (w * expected_bpp + 7) / 8 * h; local
303 expected_size = ((w + 15) / 16) * ((h + 15) / 16) * 4 / 8;
310 << " expected: " << expected_size
314 if (sample_size < expected_size) {
320 << " expected: " << expected_size
333 << " expected: " << 2 * expected_size
342 size_t large_expected_size = expected_size * 2;
367 << " expected: " << expected_size
382 << " expected: " << expected_size
  /external/chromium_org/ui/gfx/
icon_util_unittest.cc 114 int expected_size = IconUtil::kIconDimensions[i] % 256; local
115 EXPECT_EQ(expected_size, static_cast<int>(entry->bWidth));
116 EXPECT_EQ(expected_size, static_cast<int>(entry->bHeight));
  /external/chromium/chrome/browser/autofill/
autofill_country.cc 543 int32_t expected_size = collator.getSortKey(str, buffer->get(), *buffer_size); local
544 if (expected_size > *buffer_size) {
546 *buffer_size = expected_size;
550 expected_size = collator.getSortKey(str, buffer->get(), *buffer_size);
551 DCHECK_EQ(*buffer_size, expected_size);
  /external/chromium_org/components/autofill/core/browser/
autofill_country.cc 1028 int32_t expected_size = collator.getSortKey(icu_str, buffer->get(), local
    [all...]
  /external/chromium_org/media/mp4/
mp4_stream_parser.cc 363 size_t expected_size = runs_->sample_size() + local
365 RCHECK(frame_buf->size() == expected_size);
  /external/chromium_org/net/android/
keystore_openssl.cc 174 size_t expected_size = static_cast<size_t>(RSA_size(rsa)); local
175 if (result.size() > expected_size) {
177 << result.size() << ", expected <= " << expected_size;
184 size_t zero_pad = expected_size - result.size();
188 return expected_size;
  /external/chromium_org/net/dns/
dns_response.cc 289 size_t expected_size = (expected_type == dns_protocol::kTypeAAAA) local
315 if (record.rdata.size() != expected_size)
  /external/chromium_org/third_party/libwebp/enc/
alpha.c 112 size_t expected_size; local
122 expected_size =
128 VP8BitWriterInit(bw, expected_size);
  /external/webp/src/enc/
alpha.c 112 size_t expected_size; local
122 expected_size =
128 VP8BitWriterInit(bw, expected_size);
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
CertificateFactory_ImplTest.java 414 int expected_size = (sequences[i][0] < 0) local
440 if (expected_size == error) { // exception throwing test
450 expected_size, crls.size());
513 int expected_size = (sequences[i][0] < 0) local
539 if (expected_size == error) { // exception throwing test
549 expected_size, certs.size());
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
shortcuts_provider_unittest.cc 298 size_t expected_size = backend_->shortcuts_map().size() + db_size; local
314 EXPECT_EQ(expected_size, backend_->shortcuts_map().size());
    [all...]

Completed in 1211 milliseconds

1 2