Searched refs:MEDIUM (Results 1 - 25 of 59) sorted by relevance

123

/external/chromium_org/net/base/
H A Drequest_priority.cc19 case MEDIUM:
20 return "MEDIUM";
H A Drequest_priority.h20 MEDIUM, enumerator in enum:net::RequestPriority
H A Dprioritized_dispatcher_unittest.cc189 new_limits.reserved_slots[MEDIUM] = 3;
231 TestJob* job_b = AddJob('b', MEDIUM);
234 TestJob* job_e = AddJob('e', MEDIUM);
254 TestJob* job_a = AddJob('a', MEDIUM);
255 TestJob* job_b = AddJobAtHead('b', MEDIUM);
258 TestJob* job_e = AddJobAtHead('e', MEDIUM);
259 TestJob* job_f = AddJob('f', MEDIUM);
289 TestJob* job_e = AddJob('e', MEDIUM); // Must wait.
327 TestJob* job_c = AddJob('c', MEDIUM);
328 TestJob* job_d = AddJob('d', MEDIUM);
[all...]
/external/chromium_org/components/cronet/android/
H A Dchromium_url_request_priority_list.h13 DEFINE_REQUEST_PRIORITY(MEDIUM, 3)
/external/chromium_org/net/quic/
H A Dquic_http_utils_test.cc14 EXPECT_EQ(1u, ConvertRequestPriorityToQuicPriority(MEDIUM));
22 EXPECT_EQ(MEDIUM, ConvertQuicPriorityToRequestPriority(1));
H A Dquic_http_stream_test.cc706 SetRequest("GET", "/", MEDIUM);
715 EXPECT_EQ(OK, stream_->InitializeStream(&request_, MEDIUM,
728 // Check that priority has now dropped back to MEDIUM.
729 DCHECK_EQ(MEDIUM, ConvertQuicPriorityToRequestPriority(
747 SetRequest("GET", "/", MEDIUM);
757 EXPECT_EQ(OK, stream_->InitializeStream(&request_, MEDIUM,
/external/chromium_org/net/spdy/
H A Dspdy_http_utils_unittest.cc16 EXPECT_EQ(1, ConvertRequestPriorityToSpdyPriority(MEDIUM, SPDY2));
24 EXPECT_EQ(1, ConvertRequestPriorityToSpdyPriority(MEDIUM, SPDY3));
32 EXPECT_EQ(MEDIUM, ConvertSpdyPriorityToRequestPriority(1, SPDY2));
44 EXPECT_EQ(MEDIUM, ConvertSpdyPriorityToRequestPriority(1, SPDY3));
H A Dspdy_session_pool_unittest.cc129 MEDIUM, BoundNetLog());
166 session1, url1, MEDIUM, BoundNetLog());
180 session2, url2, MEDIUM, BoundNetLog());
194 session3, url3, MEDIUM, BoundNetLog());
300 MEDIUM, BoundNetLog());
444 session, url, MEDIUM, BoundNetLog());
448 session1, url1, MEDIUM, BoundNetLog());
452 session2, url2, MEDIUM, BoundNetLog());
520 spdy_util.ConstructSpdyGet("http://www.a.com", false, 1, MEDIUM));
543 SPDY_BIDIRECTIONAL_STREAM, sessionA, urlA, MEDIUM, BoundNetLo
[all...]
H A Dspdy_session_unittest.cc254 SPDY_BIDIRECTIONAL_STREAM, session, test_url_, MEDIUM, BoundNetLog());
266 MEDIUM,
276 MEDIUM,
355 spdy_util_.ConstructSpdyGet(NULL, 0, false, 1, MEDIUM, true));
357 spdy_util_.ConstructSpdyGet(NULL, 0, false, 3, MEDIUM, true));
377 session, url, MEDIUM, BoundNetLog());
383 session, url, MEDIUM, BoundNetLog());
437 spdy_util_.ConstructSpdyGet(NULL, 0, false, 1, MEDIUM, true));
439 spdy_util_.ConstructSpdyGet(NULL, 0, false, 3, MEDIUM, true));
459 session, url, MEDIUM, BoundNetLo
[all...]
H A Dspdy_write_queue_unittest.cc74 MEDIUM, RST_STREAM, producer.Pass(), base::WeakPtr<SpdyStream>());
111 scoped_ptr<SpdyBufferProducer> producer_medium = StringToProducer("MEDIUM");
114 scoped_ptr<SpdyStream> stream_medium(MakeTestStream(MEDIUM));
121 MEDIUM, SYN_REPLY, producer_medium.Pass(), stream_medium->GetWeakPtr());
136 EXPECT_EQ("MEDIUM", ProducerToString(frame_producer.Pass()));
/external/chromium_org/net/http/
H A Dhttp_stream_factory_impl_request_unittest.cc88 request.SetPriority(MEDIUM);
89 EXPECT_EQ(MEDIUM, job->priority());
/external/chromium_org/net/socket/
H A Dssl_client_socket_pool_unittest.cc313 "b", params1, MEDIUM, callback1.callback(), pool_.get(), BoundNetLog());
315 "b", params2, MEDIUM, callback2.callback(), pool_.get(), BoundNetLog());
317 "b", params3, MEDIUM, callback3.callback(), pool_.get(), BoundNetLog());
319 "b", params4, MEDIUM, callback4.callback(), pool_.get(), BoundNetLog());
369 "b", params1, MEDIUM, callback1.callback(), pool_.get(), BoundNetLog());
371 "b", params2, MEDIUM, callback2.callback(), pool_.get(), BoundNetLog());
373 "b", params3, MEDIUM, callback3.callback(), pool_.get(), BoundNetLog());
441 "b", params1, MEDIUM, callback1.callback(), pool_.get(), BoundNetLog());
443 "b", params2, MEDIUM, callback2.callback(), pool_.get(), BoundNetLog());
445 "b", params3, MEDIUM, callback
[all...]
H A Dclient_socket_pool_manager.cc459 RequestPriority request_priority = MEDIUM;
484 RequestPriority request_priority = MEDIUM;
H A Dtransport_client_socket_pool_unittest.cc258 EXPECT_EQ(ERR_IO_PENDING, StartRequest("a", MEDIUM));
262 EXPECT_EQ(ERR_IO_PENDING, StartRequest("a", MEDIUM));
263 EXPECT_EQ(ERR_IO_PENDING, StartRequest("a", MEDIUM));
416 EXPECT_EQ(ERR_IO_PENDING, StartRequest("a", MEDIUM));
417 EXPECT_EQ(ERR_IO_PENDING, StartRequest("a", MEDIUM));
/external/chromium_org/net/dns/
H A Dhost_resolver_impl_unittest.cc508 return CreateRequest(hostname, port, MEDIUM);
1009 CreateRequest("req1", 80, MEDIUM);
1010 CreateRequest("req2", 80, MEDIUM);
1051 CreateRequest("req2", 80, MEDIUM);
1055 CreateRequest("req6", 80, MEDIUM);
1101 EXPECT_EQ(ERR_IO_PENDING, CreateRequest("req2", 80, MEDIUM)->Resolve());
1102 EXPECT_EQ(ERR_IO_PENDING, CreateRequest("req3", 80, MEDIUM)->Resolve());
1111 EXPECT_EQ(ERR_IO_PENDING, CreateRequest("req5", 80, MEDIUM)->Resolve());
1115 EXPECT_EQ(ERR_IO_PENDING, CreateRequest("req7", 80, MEDIUM)->Resolve());
1155 CreateRequest("h1", 80, MEDIUM, ADDRESS_FAMILY_UNSPECIFIE
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dastrotst.cpp278 DateFormat *df_t = DateFormat::createTimeInstance(DateFormat::MEDIUM,Locale::getUS());
279 DateFormat *df_d = DateFormat::createDateInstance(DateFormat::MEDIUM,Locale::getUS());
280 DateFormat *df_dt = DateFormat::createDateTimeInstance(DateFormat::MEDIUM, DateFormat::MEDIUM, Locale::getUS());
383 DateFormat *d3 = DateFormat::createDateTimeInstance(DateFormat::MEDIUM,DateFormat::MEDIUM,Locale::getUS());
/external/icu/icu4c/source/test/intltest/
H A Dastrotst.cpp276 DateFormat *df_t = DateFormat::createTimeInstance(DateFormat::MEDIUM,Locale::getUS());
277 DateFormat *df_d = DateFormat::createDateInstance(DateFormat::MEDIUM,Locale::getUS());
278 DateFormat *df_dt = DateFormat::createDateTimeInstance(DateFormat::MEDIUM, DateFormat::MEDIUM, Locale::getUS());
381 DateFormat *d3 = DateFormat::createDateTimeInstance(DateFormat::MEDIUM,DateFormat::MEDIUM,Locale::getUS());
/external/chromium_org/net/url_request/
H A Durl_request_http_job_unittest.cc112 job->SetPriority(MEDIUM);
113 EXPECT_EQ(MEDIUM, job->priority());
H A Durl_request_ftp_job_unittest.cc162 job->SetPriority(MEDIUM);
163 EXPECT_EQ(MEDIUM, job->priority());
/external/chromium_org/net/websockets/
H A Dwebsocket_handshake_stream_create_helper_test.cc45 MEDIUM,
/external/chromium_org/components/cronet/android/java/src/org/chromium/net/
H A DChromiumUrlRequest.java436 return ChromiumUrlRequestPriority.MEDIUM;
440 return ChromiumUrlRequestPriority.MEDIUM;
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ddatefmt.h119 * result; from SHORT to MEDIUM to LONG to FULL. The exact result depends on the
123 * <li> MEDIUM is longer, such as Jan 12, 1952
202 MEDIUM = kMedium, enumerator in enum:DateFormat::EStyle
/external/icu/icu4c/source/i18n/unicode/
H A Ddatefmt.h120 * result; from SHORT to MEDIUM to LONG to FULL. The exact result depends on the
124 * <li> MEDIUM is longer, such as Jan 12, 1952
203 MEDIUM = kMedium, enumerator in enum:DateFormat::EStyle
/external/chromium_org/third_party/icu/source/i18n/
H A Dastro.cpp47 df = DateFormat::createDateTimeInstance(DateFormat::MEDIUM, DateFormat::MEDIUM, Locale::getUS());
/external/icu/icu4c/source/i18n/
H A Dastro.cpp47 df = DateFormat::createDateTimeInstance(DateFormat::MEDIUM, DateFormat::MEDIUM, Locale::getUS());

Completed in 7209 milliseconds

123