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

12

/external/chromium/net/base/
H A Drequest_priority.h15 MEDIUM, enumerator in enum:net::RequestPriority
H A Dhost_resolver.cc20 priority_(MEDIUM) {
H A Dhost_resolver_impl_unittest.cc1264 CreateResolverRequest("req1", MEDIUM),
1265 CreateResolverRequest("req2", MEDIUM),
1347 CreateResolverRequest("req2", MEDIUM),
1351 CreateResolverRequest("req6", MEDIUM),
1415 CreateResolverRequest("req2", MEDIUM),
1416 CreateResolverRequest("req3", MEDIUM),
1423 CreateResolverRequest("req5", MEDIUM), // Evicts req3
1425 CreateResolverRequest("req7", MEDIUM), // Evicts req2.
1487 CreateResolverRequestForAddressFamily("h1", MEDIUM,
1489 CreateResolverRequestForAddressFamily("h1", MEDIUM, ADDRESS_FAMILY_IPV
[all...]
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
H A DDateFormatTest.java90 DateFormat.DEFAULT == DateFormat.MEDIUM);
102 f2 = (SimpleDateFormat) DateFormat.getDateInstance(DateFormat.MEDIUM);
105 DateFormat.MEDIUM, Locale.getDefault())));
150 f2 = (SimpleDateFormat) DateFormat.getDateInstance(DateFormat.MEDIUM,
219 testDateTime(DateFormat.SHORT, DateFormat.MEDIUM);
223 testDateTime(DateFormat.MEDIUM, DateFormat.SHORT);
224 testDateTime(DateFormat.MEDIUM, DateFormat.MEDIUM);
225 testDateTime(DateFormat.MEDIUM, DateFormat.LONG);
226 testDateTime(DateFormat.MEDIUM, DateForma
[all...]
H A DMessageFormatTest.java198 .equals(DateFormat.getTimeInstance(DateFormat.MEDIUM)));
227 .equals(DateFormat.getDateInstance(DateFormat.MEDIUM)));
/external/chromium/net/spdy/
H A Dspdy_session_unittest.cc140 MEDIUM,
147 transport_params, MEDIUM,
212 MEDIUM,
220 MEDIUM,
229 MEDIUM,
347 MEDIUM,
354 transport_params, MEDIUM,
365 MEDIUM, /* priority, not important */
374 MEDIUM, /* priority, not important */
433 MEDIUM,
[all...]
H A Dspdy_http_stream_unittest.cc34 MEDIUM, GURL(), false, false);
40 MEDIUM,
H A Dspdy_network_transaction_unittest.cc566 case MEDIUM:
/external/chromium/net/socket/
H A Dssl_client_socket_pool_unittest.cc47 HostPortPair("host", 443), MEDIUM, GURL(), false, false)),
55 HostPortPair("proxy", 443), MEDIUM, GURL(), false, false)),
58 HostPortPair("sockshost", 443), MEDIUM, GURL())),
180 int rv = handle.Init("a", params, MEDIUM, NULL, pool_.get(), BoundNetLog());
199 "a", params, MEDIUM, &callback, pool_.get(), BoundNetLog());
224 "a", params, MEDIUM, &callback, pool_.get(), BoundNetLog());
243 "a", params, MEDIUM, &callback, pool_.get(), BoundNetLog());
266 "a", params, MEDIUM, &callback, pool_.get(), BoundNetLog());
289 "a", params, MEDIUM, &callback, pool_.get(), BoundNetLog());
315 "a", params, MEDIUM,
[all...]
H A Dsocks_client_socket_pool_unittest.cc57 HostPortPair("proxy", 80), MEDIUM, GURL(), false, false)),
65 MEDIUM, GURL())),
H A Dtransport_client_socket_pool_unittest.cc369 HostPortPair("www.google.com", 80), MEDIUM, GURL(), false, false));
545 EXPECT_EQ(ERR_IO_PENDING, StartRequest("a", MEDIUM));
549 EXPECT_EQ(ERR_IO_PENDING, StartRequest("a", MEDIUM));
550 EXPECT_EQ(ERR_IO_PENDING, StartRequest("a", MEDIUM));
698 EXPECT_EQ(ERR_IO_PENDING, StartRequest("a", MEDIUM));
699 EXPECT_EQ(ERR_IO_PENDING, StartRequest("a", MEDIUM));
H A Dclient_socket_pool_base_unittest.cc35 const net::RequestPriority kDefaultPriority = MEDIUM;
812 EXPECT_EQ(OK, StartRequest("a", MEDIUM));
820 EXPECT_EQ(ERR_IO_PENDING, StartRequest("a", MEDIUM));
833 // Request ("b", HIGHEST) has the highest priority, then ("a", MEDIUM),
849 EXPECT_EQ(OK, StartRequest("b", MEDIUM));
854 EXPECT_EQ(ERR_IO_PENDING, StartRequest("c", MEDIUM));
1156 EXPECT_EQ(ERR_IO_PENDING, StartRequest("a", MEDIUM));
1187 EXPECT_EQ(ERR_IO_PENDING, StartRequest("a", MEDIUM));
1258 EXPECT_EQ(ERR_IO_PENDING, StartRequest("a", MEDIUM));
1638 EXPECT_EQ(ERR_IO_PENDING, StartRequest("a", MEDIUM));
[all...]
/external/icu4c/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());
H A Ddtfmapts.cpp139 DateFormat *it = DateFormat::createDateInstance(DateFormat::MEDIUM, Locale::getItalian());
H A Ddtfmtrtts.cpp197 case DateFormat::MEDIUM: return "MEDIUM";
H A Ddtfmttst.cpp330 DateFormat* fmtA = DateFormat::createDateTimeInstance(DateFormat::MEDIUM, DateFormat::FULL);
331 DateFormat* fmtB = DateFormat::createDateTimeInstance(DateFormat::MEDIUM, DateFormat::FULL);
358 //DateFormat* fmt = DateFormat::createDateTimeInstance(DateFormat::MEDIUM, DateFormat::FULL, Locale::ENGLISH);
917 DateFormat::SHORT, DateFormat::MEDIUM, DateFormat::LONG, DateFormat::FULL
3511 DateFormat* fmtm = DateFormat::createDateTimeInstance(DateFormat::MEDIUM, DateFormat::FULL, loc);
H A Ddtfmrgts.cpp1241 DateFormat::MEDIUM,
/external/icu4c/i18n/unicode/
H A Ddatefmt.h111 * result; from SHORT to MEDIUM to LONG to FULL. The exact result depends on the
115 * <li> MEDIUM is longer, such as Jan 12, 1952
194 MEDIUM = kMedium, enumerator in enum:DateFormat::EStyle
/external/icu4c/i18n/
H A Dastro.cpp47 df = DateFormat::createDateTimeInstance(DateFormat::MEDIUM, DateFormat::MEDIUM, Locale::getUS());
/external/iproute2/examples/
H A Ddhcp-client-script340 MEDIUM)
/external/regex-re2/re2/testing/
H A Dregexp_benchmark.cc168 #define MEDIUM "[XYZ]ABCDEFGHIJKLMNOPQRSTUVWXYZ$" macro
203 void Search_Medium_CachedDFA(int i, int n) { Search(i, n, MEDIUM, SearchCachedDFA); }
204 void Search_Medium_CachedNFA(int i, int n) { Search(i, n, MEDIUM, SearchCachedNFA); }
205 void Search_Medium_CachedPCRE(int i, int n) { Search(i, n, MEDIUM, SearchCachedPCRE); }
206 void Search_Medium_CachedRE2(int i, int n) { Search(i, n, MEDIUM, SearchCachedRE2); }
/external/chromium/net/http/
H A Dhttp_network_transaction_unittest.cc7055 new TransportSocketParams(host_port_pair, MEDIUM, GURL(), false, false));
8307 new TransportSocketParams(host_port_pair, MEDIUM, GURL(), false, false));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 639 milliseconds

12