Home
last modified time | relevance | path

Searched refs:DEFAULT_PRIORITY (Results 1 – 25 of 84) sorted by relevance

1234

/external/cronet/net/quic/
Dquic_http_stream_test.cc716 EXPECT_EQ(OK, stream_->InitializeStream(false, DEFAULT_PRIORITY, in TEST_P()
725 SetRequest("GET", "/", DEFAULT_PRIORITY); in TEST_P()
731 kIncludeVersion, kFin, DEFAULT_PRIORITY, in TEST_P()
743 EXPECT_EQ(OK, stream_->InitializeStream(true, DEFAULT_PRIORITY, in TEST_P()
787 SetRequest("GET", "/", DEFAULT_PRIORITY); in TEST_P()
794 kIncludeVersion, kFin, DEFAULT_PRIORITY, in TEST_P()
798 SetRequest("GET", "/", DEFAULT_PRIORITY); in TEST_P()
801 kIncludeVersion, kFin, DEFAULT_PRIORITY, in TEST_P()
812 EXPECT_EQ(OK, stream_->InitializeStream(true, DEFAULT_PRIORITY, in TEST_P()
825 OK, stream2.InitializeStream(true, DEFAULT_PRIORITY, net_log_with_source_, in TEST_P()
[all …]
Dbidirectional_stream_quic_impl_unittest.cc816 SetRequest("GET", "/", DEFAULT_PRIORITY); in TEST_P()
821 GetNthClientInitiatedBidirectionalStreamId(0), kFin, DEFAULT_PRIORITY, in TEST_P()
832 request.priority = DEFAULT_PRIORITY; in TEST_P()
914 SetRequest("GET", "/", DEFAULT_PRIORITY); in TEST_P()
918 GetNthClientInitiatedBidirectionalStreamId(0), kFin, DEFAULT_PRIORITY, in TEST_P()
921 SetRequest("GET", "/", DEFAULT_PRIORITY); in TEST_P()
923 GetNthClientInitiatedBidirectionalStreamId(1), kFin, DEFAULT_PRIORITY, in TEST_P()
933 request.priority = DEFAULT_PRIORITY; in TEST_P()
987 SetRequest("POST", "/", DEFAULT_PRIORITY); in TEST_P()
998 GetNthClientInitiatedBidirectionalStreamId(0), !kFin, DEFAULT_PRIORITY, in TEST_P()
[all …]
Dquic_stream_factory_test.cc433 destination, version_, privacy_mode_, DEFAULT_PRIORITY, SocketTag(), in GetSourcePortForNewSessionInner()
504 ConvertRequestPriorityToQuicPriority(DEFAULT_PRIORITY); in ConstructGetRequestPacket()
578 scheme_host_port_, version_, privacy_mode_, DEFAULT_PRIORITY, in VerifyServerMigration()
600 EXPECT_EQ(OK, stream->InitializeStream(true, DEFAULT_PRIORITY, net_log_, in VerifyServerMigration()
796 version_, privacy_mode_, DEFAULT_PRIORITY, SocketTag(), in VerifyInitialization()
840 version_, privacy_mode_, DEFAULT_PRIORITY, SocketTag(), in VerifyInitialization()
1031 scheme_host_port_, version_, privacy_mode_, DEFAULT_PRIORITY, in TEST_P()
1041 EXPECT_EQ(DEFAULT_PRIORITY, host_resolver_->last_request_priority()); in TEST_P()
1046 scheme_host_port_, version_, privacy_mode_, DEFAULT_PRIORITY, in TEST_P()
1061 scheme_host_port_, version_, privacy_mode_, DEFAULT_PRIORITY, in TEST_P()
[all …]
Dquic_network_transaction_unittest.cc537 packet_number, stream_id, should_include_version, fin, DEFAULT_PRIORITY, in ConstructClientRequestHeadersPacket()
711 HttpNetworkTransaction trans(DEFAULT_PRIORITY, session_.get()); in SendRequestAndExpectHttpResponse()
720 HttpNetworkTransaction trans(DEFAULT_PRIORITY, session_.get()); in SendRequestAndExpectHttpResponseFromProxy()
867 true, true, ConvertRequestPriorityToQuicPriority(DEFAULT_PRIORITY), in AddQuicDataAndRunRequest()
885 HttpNetworkTransaction trans(DEFAULT_PRIORITY, session_.get()); in AddQuicDataAndRunRequest()
951 HttpNetworkTransaction trans(DEFAULT_PRIORITY, session_.get()); in SendRequestAndExpectQuicResponseMaybeFromProxy()
1077 HttpNetworkTransaction trans(DEFAULT_PRIORITY, session_.get()); in TEST_P()
1107 HttpNetworkTransaction trans(DEFAULT_PRIORITY, session_.get()); in TEST_P()
1304 HttpNetworkTransaction trans(DEFAULT_PRIORITY, session_.get()); in TEST_P()
1429 HttpNetworkTransaction trans(DEFAULT_PRIORITY, session_.get()); in TEST_P()
[all …]
Dquic_end_to_end_unittest.cc245 TestTransactionConsumer consumer(DEFAULT_PRIORITY, in TEST_F()
265 TestTransactionConsumer consumer(DEFAULT_PRIORITY,
286 TestTransactionConsumer consumer(DEFAULT_PRIORITY,
309 DEFAULT_PRIORITY, transaction_factory_.get());
/external/cronet/net/spdy/
Dspdy_write_queue_unittest.cc165 std::unique_ptr<SpdyStream> stream1 = MakeTestStream(DEFAULT_PRIORITY); in TEST_F()
166 std::unique_ptr<SpdyStream> stream2 = MakeTestStream(DEFAULT_PRIORITY); in TEST_F()
167 std::unique_ptr<SpdyStream> stream3 = MakeTestStream(DEFAULT_PRIORITY); in TEST_F()
169 write_queue.Enqueue(DEFAULT_PRIORITY, spdy::SpdyFrameType::HEADERS, in TEST_F()
172 write_queue.Enqueue(DEFAULT_PRIORITY, spdy::SpdyFrameType::HEADERS, in TEST_F()
175 write_queue.Enqueue(DEFAULT_PRIORITY, spdy::SpdyFrameType::RST_STREAM, in TEST_F()
211 std::unique_ptr<SpdyStream> stream1 = MakeTestStream(DEFAULT_PRIORITY); in TEST_F()
212 std::unique_ptr<SpdyStream> stream2 = MakeTestStream(DEFAULT_PRIORITY); in TEST_F()
217 write_queue.Enqueue(DEFAULT_PRIORITY, spdy::SpdyFrameType::HEADERS, in TEST_F()
252 std::unique_ptr<SpdyStream> stream1 = MakeTestStream(DEFAULT_PRIORITY); in TEST_F()
[all …]
Dspdy_network_transaction_unittest.cc449 HttpNetworkTransaction trans(DEFAULT_PRIORITY, session); in StartTransactionCallback()
509 std::make_unique<HttpNetworkTransaction>(DEFAULT_PRIORITY, session.get()); in TEST_F()
527 NormalSpdyTransactionHelper helper(request_, DEFAULT_PRIORITY, log_, nullptr); in TEST_F()
729 spdy_util_.ConstructSpdyGet(nullptr, 0, 1, DEFAULT_PRIORITY)); in TEST_F()
756 NormalSpdyTransactionHelper helper(request_, DEFAULT_PRIORITY, log_, nullptr); in TEST_F()
940 NormalSpdyTransactionHelper helper(request_, DEFAULT_PRIORITY, log_, nullptr); in TEST_F()
952 HttpNetworkTransaction trans1(DEFAULT_PRIORITY, helper.session()); in TEST_F()
953 HttpNetworkTransaction trans2(DEFAULT_PRIORITY, helper.session()); in TEST_F()
954 HttpNetworkTransaction trans3(DEFAULT_PRIORITY, helper.session()); in TEST_F()
1016 NormalSpdyTransactionHelper helper(request_, DEFAULT_PRIORITY, log_, nullptr); in TEST_F()
[all …]
Dspdy_http_stream_unittest.cc211 ASSERT_THAT(http_stream->InitializeStream(true, DEFAULT_PRIORITY, net_log, in TEST_F()
271 ASSERT_THAT(http_stream->InitializeStream(true, DEFAULT_PRIORITY, net_log, in TEST_F()
354 ASSERT_THAT(http_stream1->InitializeStream(true, DEFAULT_PRIORITY, net_log, in TEST_F()
372 ASSERT_THAT(http_stream2->InitializeStream(true, DEFAULT_PRIORITY, net_log, in TEST_F()
455 ASSERT_THAT(http_stream.InitializeStream(false, DEFAULT_PRIORITY, net_log, in TEST_F()
515 ASSERT_THAT(http_stream.InitializeStream(false, DEFAULT_PRIORITY, net_log, in TEST_F()
574 ASSERT_THAT(http_stream.InitializeStream(false, DEFAULT_PRIORITY, net_log, in TEST_F()
648 ASSERT_THAT(http_stream->InitializeStream(false, DEFAULT_PRIORITY, net_log, in TEST_F()
752 ASSERT_THAT(http_stream->InitializeStream(false, DEFAULT_PRIORITY, net_log, in TEST_F()
843 ASSERT_THAT(http_stream->InitializeStream(false, DEFAULT_PRIORITY, net_log, in TEST_F()
[all …]
/external/cronet/net/socket/
Dclient_socket_pool_base_unittest.cc737 TestGroupId("a"), params_, absl::nullopt, DEFAULT_PRIORITY, in TEST_F()
779 handle.Init(TestGroupId("a"), params_, absl::nullopt, DEFAULT_PRIORITY, in TEST_F()
900 DEFAULT_PRIORITY, SocketTag(), in TEST_F()
921 DEFAULT_PRIORITY, SocketTag(), in TEST_F()
947 EXPECT_THAT(StartRequest(TestGroupId("a"), DEFAULT_PRIORITY), IsOk()); in TEST_F()
948 EXPECT_THAT(StartRequest(TestGroupId("b"), DEFAULT_PRIORITY), IsOk()); in TEST_F()
949 EXPECT_THAT(StartRequest(TestGroupId("c"), DEFAULT_PRIORITY), IsOk()); in TEST_F()
950 EXPECT_THAT(StartRequest(TestGroupId("d"), DEFAULT_PRIORITY), IsOk()); in TEST_F()
956 EXPECT_THAT(StartRequest(TestGroupId("e"), DEFAULT_PRIORITY), in TEST_F()
958 EXPECT_THAT(StartRequest(TestGroupId("f"), DEFAULT_PRIORITY), in TEST_F()
[all …]
Dsocks_connect_job_unittest.cc99 SOCKSConnectJob socks_connect_job(DEFAULT_PRIORITY, SocketTag(), in TEST_F()
134 DEFAULT_PRIORITY, SocketTag(), &common_connect_job_params_, in TEST_F()
163 SOCKSConnectJob socks_connect_job(DEFAULT_PRIORITY, SocketTag(), in TEST_F()
197 SOCKSConnectJob socks_connect_job(DEFAULT_PRIORITY, SocketTag(), in TEST_F()
237 SOCKSConnectJob socks_connect_job(DEFAULT_PRIORITY, SocketTag(), in TEST_F()
268 SOCKSConnectJob socks_connect_job(DEFAULT_PRIORITY, SocketTag(), in TEST_F()
299 SOCKSConnectJob socks_connect_job(DEFAULT_PRIORITY, SocketTag(), in TEST_F()
332 SOCKSConnectJob socks_connect_job(DEFAULT_PRIORITY, SocketTag(), in TEST_F()
401 DEFAULT_PRIORITY, SocketTag(), &common_connect_job_params_, in TEST_F()
433 SOCKSConnectJob socks_connect_job(DEFAULT_PRIORITY, SocketTag(), in TEST_F()
[all …]
Dtransport_connect_job_unittest.cc115 DEFAULT_PRIORITY, SocketTag(), &common_connect_job_params_, in TEST_F()
135 DEFAULT_PRIORITY, SocketTag(), &common_connect_job_params_, in TEST_F()
152 DEFAULT_PRIORITY, SocketTag(), &common_connect_job_params_, in TEST_F()
186 DEFAULT_PRIORITY, SocketTag(), &common_connect_job_params_, in TEST_F()
220 DEFAULT_PRIORITY, SocketTag(), &common_connect_job_params_, in TEST_F()
238 DEFAULT_PRIORITY, SocketTag(), &common_connect_job_params_, in TEST_F()
262 DEFAULT_PRIORITY, SocketTag(), &common_connect_job_params_, in TEST_F()
278 DEFAULT_PRIORITY, SocketTag(), &common_connect_job_params_, in TEST_F()
293 DEFAULT_PRIORITY, SocketTag(), &common_connect_job_params_, in TEST_F()
331 DEFAULT_PRIORITY, SocketTag(), &common_connect_job_params_, in TEST_F()
[all …]
Dconnect_job_factory_unittest.cc205 OnHostResolutionCallback(), DEFAULT_PRIORITY, SocketTag(), in TEST_F()
226 OnHostResolutionCallback(), DEFAULT_PRIORITY, SocketTag(), in TEST_F()
249 OnHostResolutionCallback(), DEFAULT_PRIORITY, SocketTag(), in TEST_F()
278 OnHostResolutionCallback(), DEFAULT_PRIORITY, SocketTag(), in TEST_F()
304 OnHostResolutionCallback(), DEFAULT_PRIORITY, SocketTag(), in TEST_F()
331 OnHostResolutionCallback(), DEFAULT_PRIORITY, SocketTag(), in TEST_F()
359 OnHostResolutionCallback(), DEFAULT_PRIORITY, SocketTag(), in TEST_F()
394 OnHostResolutionCallback(), DEFAULT_PRIORITY, SocketTag(), in TEST_F()
427 OnHostResolutionCallback(), DEFAULT_PRIORITY, SocketTag(), in TEST_F()
460 OnHostResolutionCallback(), DEFAULT_PRIORITY, SocketTag(), in TEST_F()
[all …]
/external/cronet/net/url_request/
Durl_request_http_job_unittest.cc158 context_->CreateRequest(GURL("http://www.example.com"), DEFAULT_PRIORITY, in TEST_F()
182 context_->CreateRequest(GURL("http://www.example.com"), DEFAULT_PRIORITY, in TEST_F()
233 GURL("http://www.example.com"), DEFAULT_PRIORITY, &delegate, in TEST_F()
278 GURL("http://www.example.com"), DEFAULT_PRIORITY, &delegate, in TEST_F()
327 GURL("http://www.example.com"), DEFAULT_PRIORITY, &delegate, in TEST_F()
352 DEFAULT_PRIORITY, &delegate_, in URLRequestHttpJobTest()
366 auto req = context.CreateRequest(url, DEFAULT_PRIORITY, delegate, in CreateFirstPartyRequest()
403 context_->CreateRequest(GURL("http://www.example.com"), DEFAULT_PRIORITY, in TEST_F()
428 context_->CreateRequest(GURL("http://www.example.com"), DEFAULT_PRIORITY, in TEST_F()
455 context_->CreateRequest(GURL("http://www.example.com"), DEFAULT_PRIORITY, in TEST_F()
[all …]
Durl_request_unittest.cc313 *request_priority_ = DEFAULT_PRIORITY; in PriorityMonitoringURLRequestJob()
733 auto req = context.CreateRequest(url, DEFAULT_PRIORITY, delegate, in CreateFirstPartyRequest()
750 default_context().CreateRequest(GURL("about:blank"), DEFAULT_PRIORITY, in TEST_F()
770 default_context().CreateRequest(GURL("invalid url"), DEFAULT_PRIORITY, in TEST_F()
787 default_context().CreateRequest(GURL("ws://foo.test/"), DEFAULT_PRIORITY, in TEST_F()
807 default_context().CreateRequest(GURL("wss://foo.test/"), DEFAULT_PRIORITY, in TEST_F()
826 GURL("http://localhost/"), DEFAULT_PRIORITY, &d, in TEST_F()
840 GURL("http://google.com/"), DEFAULT_PRIORITY, &d, in TEST_F()
857 GURL("http://google.com/"), DEFAULT_PRIORITY, &d, in TEST_F()
887 context->CreateRequest(GURL("http://google.com/"), DEFAULT_PRIORITY, &d, in TEST_F()
[all …]
Durl_request_job_unittest.cc322 context->CreateRequest(GURL(kNoFilterTransaction.url), DEFAULT_PRIORITY, in TEST_F()
351 GURL(kNoFilterTransactionWithInvalidLength.url), DEFAULT_PRIORITY, &d, in TEST_F()
379 context->CreateRequest(GURL(kGZipTransaction.url), DEFAULT_PRIORITY, &d, in TEST_F()
409 context->CreateRequest(GURL(kGZipTransaction.url), DEFAULT_PRIORITY, &d, in TEST_F()
442 context->CreateRequest(GURL(kGZipTransaction.url), DEFAULT_PRIORITY, &d, in TEST_F()
473 context->CreateRequest(GURL(kRedirectTransaction.url), DEFAULT_PRIORITY, in TEST_F()
538 context->CreateRequest(GURL(transaction.url), DEFAULT_PRIORITY, &d, in TEST_F()
573 context->CreateRequest(GURL(kGZipTransaction.url), DEFAULT_PRIORITY, &d, in TEST_F()
599 GURL(kEmptyBodyGzipTransaction.url), DEFAULT_PRIORITY, &d, in TEST_F()
626 GURL(kInvalidContentGZipTransaction.url), DEFAULT_PRIORITY, &d, in TEST_F()
[all …]
Dhttp_with_dns_over_https_unittest.cc298 request_info, DEFAULT_PRIORITY, SSLConfig(), SSLConfig(), in TEST_F()
322 main_url, DEFAULT_PRIORITY, &d, TRAFFIC_ANNOTATION_FOR_TESTS)); in TEST_F()
350 main_url, DEFAULT_PRIORITY, &d, TRAFFIC_ANNOTATION_FOR_TESTS)); in TEST_F()
399 http_url, DEFAULT_PRIORITY, &d, TRAFFIC_ANNOTATION_FOR_TESTS)); in TEST_F()
438 main_url, DEFAULT_PRIORITY, &d, TRAFFIC_ANNOTATION_FOR_TESTS)); in TEST_F()
513 url, DEFAULT_PRIORITY, &d, TRAFFIC_ANNOTATION_FOR_TESTS); in TEST_F()
586 url_stale, DEFAULT_PRIORITY, &d, TRAFFIC_ANNOTATION_FOR_TESTS); in TEST_F()
604 context()->CreateRequest(url_wrong_public_name, DEFAULT_PRIORITY, &d, in TEST_F()
665 url_stale, DEFAULT_PRIORITY, &d, TRAFFIC_ANNOTATION_FOR_TESTS); in TEST_F()
681 context()->CreateRequest(url_wrong_public_name, DEFAULT_PRIORITY, &d, in TEST_F()
[all …]
Durl_request_job_factory_unittest.cc64 request_context->CreateRequest(GURL("foo://bar"), DEFAULT_PRIORITY, in TEST()
81 request_context->CreateRequest(GURL("foo://bar"), DEFAULT_PRIORITY, in TEST()
/external/cronet/net/test/embedded_test_server/
Dembedded_test_server_unittest.cc223 context_->CreateRequest(server_->GetURL("/test?q=foo"), DEFAULT_PRIORITY, in TEST_P()
251 context_->CreateRequest(server_->GetURL("/test.html"), DEFAULT_PRIORITY, in TEST_P()
281 server_->GetURL("/mock-headers-without-crlf.html"), DEFAULT_PRIORITY, in TEST_P()
302 server_->GetURL("/non-existent"), DEFAULT_PRIORITY, &delegate, in TEST_P()
337 server_->GetURL("/non-existent"), DEFAULT_PRIORITY, &delegate, in TEST_P()
369 server_->GetURL("/set-header?Connection: Keep-Alive"), DEFAULT_PRIORITY, in TEST_P()
396 context_->CreateRequest(server_->GetURL("/test1"), DEFAULT_PRIORITY, in TEST_P()
400 context_->CreateRequest(server_->GetURL("/test2"), DEFAULT_PRIORITY, in TEST_P()
404 context_->CreateRequest(server_->GetURL("/test3"), DEFAULT_PRIORITY, in TEST_P()
518 context_->CreateRequest(server_->GetURL("/infinite"), DEFAULT_PRIORITY, in TEST_P()
[all …]
/external/cronet/net/nqe/
Dthroughput_analyzer_unittest.cc167 context->CreateRequest(test_case.url, DEFAULT_PRIORITY, in TEST_F()
242 context->CreateRequest(kUrl, DEFAULT_PRIORITY, &test_delegate, in TEST_F()
287 GURL("http://example.com/echo.html"), DEFAULT_PRIORITY, &delegate, in TEST_F()
407 GURL("http://example.com/echo.html"), DEFAULT_PRIORITY, in TEST_F()
474 GURL("http://example.com/echo.html"), DEFAULT_PRIORITY, &test_delegate, in TEST_F()
481 GURL("http://example.com/echo.html"), DEFAULT_PRIORITY, &test_delegate, in TEST_F()
546 GURL("http://example.com/echo.html"), DEFAULT_PRIORITY, &test_delegate, in TEST_F()
553 GURL("http://example.com/echo.html"), DEFAULT_PRIORITY, &test_delegate, in TEST_F()
600 GURL("http://example.com/echo.html"), DEFAULT_PRIORITY, &test_delegate, in TEST_F()
677 GURL("http://example.com/echo.html"), DEFAULT_PRIORITY, in TEST_F()
[all …]
/external/cronet/net/http/
Dhttp_stream_factory_unittest.cc765 request_info, DEFAULT_PRIORITY, ssl_config, ssl_config, &waiter, in TEST_F()
819 request_info, DEFAULT_PRIORITY, ssl_config, ssl_config, &waiter, in TEST_F()
912 request_info, DEFAULT_PRIORITY, ssl_config, ssl_config, &waiter, in TEST_F()
1126 request_info, DEFAULT_PRIORITY, ssl_config, ssl_config, &waiter, in TEST_F()
1135 request_info, DEFAULT_PRIORITY, ssl_config, ssl_config, &waiter, in TEST_F()
1145 request_info, DEFAULT_PRIORITY, ssl_config, ssl_config, &waiter, in TEST_F()
1195 request_info, DEFAULT_PRIORITY, ssl_config, ssl_config, &waiter, in TEST_F()
1206 request_info, DEFAULT_PRIORITY, ssl_config, ssl_config, &waiter, in TEST_F()
1218 request_info, DEFAULT_PRIORITY, ssl_config, ssl_config, &waiter, in TEST_F()
1249 request_info, DEFAULT_PRIORITY, ssl_config, ssl_config, &waiter, in TEST_F()
[all …]
Dhttp_network_layer_unittest.cc82 int rv = factory_->CreateTransaction(DEFAULT_PRIORITY, &trans); in ExecuteRequestExpectingContentAndHeader()
286 int rv = factory_->CreateTransaction(DEFAULT_PRIORITY, &trans); in TEST_F()
293 int rv = factory_->CreateTransaction(DEFAULT_PRIORITY, &trans); in TEST_F()
300 rv = factory_->CreateTransaction(DEFAULT_PRIORITY, &trans); in TEST_F()
307 rv = factory_->CreateTransaction(DEFAULT_PRIORITY, &trans); in TEST_F()
338 int rv = factory_->CreateTransaction(DEFAULT_PRIORITY, &trans); in TEST_F()
378 int rv = factory_->CreateTransaction(DEFAULT_PRIORITY, &trans); in TEST_F()
412 int rv = factory_->CreateTransaction(DEFAULT_PRIORITY, &trans); in TEST_F()
Dhttp_network_transaction_unittest.cc515 HttpNetworkTransaction trans(DEFAULT_PRIORITY, session.get()); in SimpleGetHelperForData()
821 HttpNetworkTransaction trans(DEFAULT_PRIORITY, session.get()); in TEST_F()
868 std::make_unique<HttpNetworkTransaction>(DEFAULT_PRIORITY, session.get()); in TEST_F()
884 std::make_unique<HttpNetworkTransaction>(DEFAULT_PRIORITY, session.get()); in TEST_F()
924 HttpNetworkTransaction trans(DEFAULT_PRIORITY, session.get()); in TEST_F()
949 HttpNetworkTransaction transaction(DEFAULT_PRIORITY, session.get()); in TEST_F()
969 HttpNetworkTransaction transaction(DEFAULT_PRIORITY, session.get()); in TEST_F()
1006 HttpNetworkTransaction transaction(DEFAULT_PRIORITY, session.get()); in TEST_F()
1021 HttpNetworkTransaction transaction(DEFAULT_PRIORITY, session.get()); in TEST_F()
1050 HttpNetworkTransaction transaction(DEFAULT_PRIORITY, session.get()); in TEST_F()
[all …]
Dhttp_stream_request_unittest.cc56 HttpStreamRequest::HTTP_STREAM, DEFAULT_PRIORITY)); in TEST()
58 EXPECT_EQ(DEFAULT_PRIORITY, job_controller_raw_ptr->main_job()->priority()); in TEST()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/manifest/
DBaseUrl.java25 public static final int DEFAULT_PRIORITY = 1; field in BaseUrl
43 this(url, /* serviceLocation= */ url, DEFAULT_PRIORITY, DEFAULT_WEIGHT); in BaseUrl()
/external/cronet/net/android/
Dtraffic_stats_unittest.cc43 DEFAULT_PRIORITY, &test_delegate)); in TEST()
79 DEFAULT_PRIORITY, &test_delegate)); in TEST()

1234