Searched refs:DEFAULT_PRIORITY (Results 1 - 25 of 134) sorted by last modified time

123456

/external/owasp/sanitizer/tools/findbugs/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help_3.5.0.v20100524.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/ui/message_center/
H A Dmessage_center_impl.cc21 if (priority > message_center::DEFAULT_PRIORITY) {
H A Dnotification.cc28 : priority(DEFAULT_PRIORITY),
H A Dnotification_list.cc178 if ((*iter)->priority() < DEFAULT_PRIORITY)
201 if ((*iter)->priority() < DEFAULT_PRIORITY)
213 if ((*iter)->priority() == DEFAULT_PRIORITY &&
H A Dnotification_list_unittest.cc393 std::string normal_id = AddPriorityNotification(DEFAULT_PRIORITY);
444 std::string id1 = AddPriorityNotification(DEFAULT_PRIORITY);
451 priority.priority = DEFAULT_PRIORITY;
516 priority.priority = DEFAULT_PRIORITY;
H A Dnotification_types.h39 DEFAULT_PRIORITY = 0, enumerator in enum:message_center::NotificationPriority
/external/chromium_org/net/base/
H A Drequest_priority.h18 DEFAULT_PRIORITY = LOWEST, enumerator in enum:net::RequestPriority
/external/chromium_org/net/dns/
H A Dhost_resolver_impl_unittest.cc874 CreateRequest(info, DEFAULT_PRIORITY)->Resolve());
1274 CreateRequest(info, DEFAULT_PRIORITY)->ResolveFromCache());
1277 EXPECT_EQ(ERR_IO_PENDING, CreateRequest(info, DEFAULT_PRIORITY)->Resolve());
1281 EXPECT_EQ(OK, CreateRequest(info, DEFAULT_PRIORITY)->ResolveFromCache());
1310 Request* req = CreateRequest(info, DEFAULT_PRIORITY);
1746 Request* req = CreateRequest(info, DEFAULT_PRIORITY);
1767 req = CreateRequest(info, DEFAULT_PRIORITY);
H A Dmapped_host_resolver_unittest.cc45 DEFAULT_PRIORITY,
60 DEFAULT_PRIORITY,
73 DEFAULT_PRIORITY,
89 DEFAULT_PRIORITY,
124 DEFAULT_PRIORITY,
137 DEFAULT_PRIORITY,
168 DEFAULT_PRIORITY,
181 DEFAULT_PRIORITY,
225 DEFAULT_PRIORITY,
236 DEFAULT_PRIORITY,
[all...]
H A Dmock_host_resolver.cc141 : last_request_priority_(DEFAULT_PRIORITY),
H A Dsingle_request_host_resolver_unittest.cc81 request, DEFAULT_PRIORITY, &addrlist, callback.callback(), BoundNetLog());
102 DEFAULT_PRIORITY,
/external/chromium_org/net/ftp/
H A Dftp_network_transaction.cc654 DEFAULT_PRIORITY,
/external/chromium_org/net/http/
H A Dhttp_auth_handler_negotiate.cc292 DEFAULT_PRIORITY,
H A Dhttp_cache_unittest.cc134 int rv = cache->CreateTransaction(net::DEFAULT_PRIORITY, &trans);
1042 int rv = cache.http_cache()->CreateTransaction(net::DEFAULT_PRIORITY, &trans);
5023 int rv = cache.http_cache()->CreateTransaction(net::DEFAULT_PRIORITY, &trans);
5711 TestTransactionConsumer c1(net::DEFAULT_PRIORITY, cache.http_cache()),
5712 c2(net::DEFAULT_PRIORITY, cache.http_cache()),
5713 c3(net::DEFAULT_PRIORITY, cache.http_cache());
6104 cache.http_cache()->WriteMetadata(GURL("foo"), net::DEFAULT_PRIORITY, member in class:net
6112 net::DEFAULT_PRIORITY, member in class:net
6151 net::DEFAULT_PRIORITY, member in class:net
6184 net::DEFAULT_PRIORITY, member in class:net
[all...]
H A Dhttp_network_layer_unittest.cc64 int rv = factory_->CreateTransaction(DEFAULT_PRIORITY, &trans);
269 int rv = factory_->CreateTransaction(DEFAULT_PRIORITY, &trans);
276 int rv = factory_->CreateTransaction(DEFAULT_PRIORITY, &trans);
283 rv = factory_->CreateTransaction(DEFAULT_PRIORITY, &trans);
290 rv = factory_->CreateTransaction(DEFAULT_PRIORITY, &trans);
320 int rv = factory_->CreateTransaction(DEFAULT_PRIORITY, &trans);
359 int rv = factory_->CreateTransaction(DEFAULT_PRIORITY, &trans);
392 int rv = factory_->CreateTransaction(DEFAULT_PRIORITY, &trans);
H A Dhttp_network_transaction_ssl_unittest.cc137 new HttpNetworkTransaction(DEFAULT_PRIORITY, session.get()));
H A Dhttp_network_transaction_unittest.cc306 new HttpNetworkTransaction(DEFAULT_PRIORITY, session.get()));
642 new HttpNetworkTransaction(DEFAULT_PRIORITY, session.get()));
960 new HttpNetworkTransaction(DEFAULT_PRIORITY, session.get()));
1005 new HttpNetworkTransaction(DEFAULT_PRIORITY, session.get()));
1087 new HttpNetworkTransaction(DEFAULT_PRIORITY, session.get()));
1124 new HttpNetworkTransaction(DEFAULT_PRIORITY, session.get()));
1166 new HttpNetworkTransaction(DEFAULT_PRIORITY, session.get()));
1205 new HttpNetworkTransaction(DEFAULT_PRIORITY, session.get()));
1236 new HttpNetworkTransaction(DEFAULT_PRIORITY, session.get()));
1311 new HttpNetworkTransaction(DEFAULT_PRIORITY, sessio
[all...]
H A Dhttp_stream_factory_impl_request_unittest.cc81 DEFAULT_PRIORITY,
86 EXPECT_EQ(DEFAULT_PRIORITY, job->priority());
H A Dhttp_stream_factory_impl_unittest.cc306 num_streams, request, DEFAULT_PRIORITY, ssl_config, ssl_config);
616 request_info, DEFAULT_PRIORITY, ssl_config, ssl_config,
657 request_info, DEFAULT_PRIORITY, ssl_config, ssl_config,
711 request_info, DEFAULT_PRIORITY, ssl_config, ssl_config,
719 request_info, DEFAULT_PRIORITY, ssl_config, ssl_config,
728 request_info, DEFAULT_PRIORITY, ssl_config, ssl_config,
754 request_info, DEFAULT_PRIORITY, ssl_config, ssl_config,
785 DEFAULT_PRIORITY,
834 DEFAULT_PRIORITY,
879 DEFAULT_PRIORITY,
[all...]
H A Dhttp_transaction_test_util.cc452 last_create_transaction_priority_(net::DEFAULT_PRIORITY) {}
H A Dmock_http_cache.cc520 return http_cache_.CreateTransaction(net::DEFAULT_PRIORITY, trans);

Completed in 3097 milliseconds

123456