Home
last modified time | relevance | path

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

12345678910>>...19

/dports/games/openlierox/OpenLieroX/include/
H A DFontHandling.h32 bBold.set(false, DEFAULT_PRIORITY); in CFontStyle()
33 bUnderline.set(false, DEFAULT_PRIORITY); in CFontStyle()
34 bItalics.set(false, DEFAULT_PRIORITY); in CFontStyle()
35 bOverline.set(false, DEFAULT_PRIORITY); in CFontStyle()
36 bStrikeThrough.set(false, DEFAULT_PRIORITY); in CFontStyle()
37 iSize.set(12, DEFAULT_PRIORITY); in CFontStyle()
38 iVSpacing.set(1, DEFAULT_PRIORITY); in CFontStyle()
39 iHSpacing.set(0, DEFAULT_PRIORITY); in CFontStyle()
40 bmpTexture.set(NULL, DEFAULT_PRIORITY); in CFontStyle()
96 bWrap.set(false, DEFAULT_PRIORITY); in CTextProperties()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/quic/
H A Dquic_http_stream_test.cc695 SetRequest("GET", "/", DEFAULT_PRIORITY); in TEST_P()
758 SetRequest("GET", "/", DEFAULT_PRIORITY); in TEST_P()
770 SetRequest("GET", "/", DEFAULT_PRIORITY); in TEST_P()
850 SetRequest("GET", "/", DEFAULT_PRIORITY); in TEST_P()
949 SetRequest("GET", "/", DEFAULT_PRIORITY); in TEST_P()
1007 SetRequest("GET", "/", DEFAULT_PRIORITY); in TEST_P()
1029 SetRequest("GET", "/", DEFAULT_PRIORITY); in TEST_P()
1053 SetRequest("GET", "/", DEFAULT_PRIORITY); in TEST_P()
1078 SetRequest("GET", "/", DEFAULT_PRIORITY); in TEST_P()
1129 SetRequest("GET", "/", DEFAULT_PRIORITY); in TEST_P()
[all …]
H A Dbidirectional_stream_quic_impl_unittest.cc885 request.priority = DEFAULT_PRIORITY; in TEST_P()
997 request.priority = DEFAULT_PRIORITY; in TEST_P()
1100 request.priority = DEFAULT_PRIORITY; in TEST_P()
1236 request.priority = DEFAULT_PRIORITY; in TEST_P()
1367 request.priority = DEFAULT_PRIORITY; in TEST_P()
1475 request.priority = DEFAULT_PRIORITY; in TEST_P()
1516 request.priority = DEFAULT_PRIORITY; in TEST_P()
1573 request.priority = DEFAULT_PRIORITY; in TEST_P()
1674 request.priority = DEFAULT_PRIORITY; in TEST_P()
1779 request.priority = DEFAULT_PRIORITY; in TEST_P()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/quic/
H A Dquic_http_stream_test.cc733 SetRequest("GET", "/", DEFAULT_PRIORITY); in TEST_P()
796 SetRequest("GET", "/", DEFAULT_PRIORITY); in TEST_P()
808 SetRequest("GET", "/", DEFAULT_PRIORITY); in TEST_P()
888 SetRequest("GET", "/", DEFAULT_PRIORITY); in TEST_P()
996 SetRequest("GET", "/", DEFAULT_PRIORITY); in TEST_P()
1084 SetRequest("GET", "/", DEFAULT_PRIORITY); in TEST_P()
1142 SetRequest("GET", "/", DEFAULT_PRIORITY); in TEST_P()
1164 SetRequest("GET", "/", DEFAULT_PRIORITY); in TEST_P()
1188 SetRequest("GET", "/", DEFAULT_PRIORITY); in TEST_P()
1213 SetRequest("GET", "/", DEFAULT_PRIORITY); in TEST_P()
[all …]
H A Dbidirectional_stream_quic_impl_unittest.cc875 request.priority = DEFAULT_PRIORITY; in TEST_P()
982 request.priority = DEFAULT_PRIORITY; in TEST_P()
1081 request.priority = DEFAULT_PRIORITY; in TEST_P()
1212 request.priority = DEFAULT_PRIORITY; in TEST_P()
1338 request.priority = DEFAULT_PRIORITY; in TEST_P()
1441 request.priority = DEFAULT_PRIORITY; in TEST_P()
1478 request.priority = DEFAULT_PRIORITY; in TEST_P()
1530 request.priority = DEFAULT_PRIORITY; in TEST_P()
1618 request.priority = DEFAULT_PRIORITY; in TEST_P()
1735 request.priority = DEFAULT_PRIORITY; in TEST_P()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/spdy/
H A Dspdy_write_queue_unittest.cc171 std::unique_ptr<SpdyStream> stream1 = MakeTestStream(DEFAULT_PRIORITY); in TEST_F()
175 write_queue.Enqueue(DEFAULT_PRIORITY, spdy::SpdyFrameType::HEADERS, in TEST_F()
178 write_queue.Enqueue(DEFAULT_PRIORITY, spdy::SpdyFrameType::HEADERS, in TEST_F()
181 write_queue.Enqueue(DEFAULT_PRIORITY, spdy::SpdyFrameType::RST_STREAM, in TEST_F()
223 write_queue.Enqueue(DEFAULT_PRIORITY, spdy::SpdyFrameType::HEADERS, in TEST_F()
272 write_queue.Enqueue(DEFAULT_PRIORITY, spdy::SpdyFrameType::HEADERS, in TEST_F()
309 write_queue.Enqueue(DEFAULT_PRIORITY, spdy::SpdyFrameType::HEADERS, in TEST_F()
326 queue.Enqueue(DEFAULT_PRIORITY, spdy::SpdyFrameType::HEADERS, in TEST_F()
357 queue.Enqueue(DEFAULT_PRIORITY, spdy::SpdyFrameType::HEADERS, in TEST_F()
380 queue.Enqueue(DEFAULT_PRIORITY, spdy::SpdyFrameType::HEADERS, in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/spdy/
H A Dspdy_write_queue_unittest.cc171 std::unique_ptr<SpdyStream> stream1 = MakeTestStream(DEFAULT_PRIORITY); in TEST_F()
175 write_queue.Enqueue(DEFAULT_PRIORITY, spdy::SpdyFrameType::HEADERS, in TEST_F()
178 write_queue.Enqueue(DEFAULT_PRIORITY, spdy::SpdyFrameType::HEADERS, in TEST_F()
181 write_queue.Enqueue(DEFAULT_PRIORITY, spdy::SpdyFrameType::RST_STREAM, in TEST_F()
223 write_queue.Enqueue(DEFAULT_PRIORITY, spdy::SpdyFrameType::HEADERS, in TEST_F()
272 write_queue.Enqueue(DEFAULT_PRIORITY, spdy::SpdyFrameType::HEADERS, in TEST_F()
309 write_queue.Enqueue(DEFAULT_PRIORITY, spdy::SpdyFrameType::HEADERS, in TEST_F()
326 queue.Enqueue(DEFAULT_PRIORITY, spdy::SpdyFrameType::HEADERS, in TEST_F()
357 queue.Enqueue(DEFAULT_PRIORITY, spdy::SpdyFrameType::HEADERS, in TEST_F()
380 queue.Enqueue(DEFAULT_PRIORITY, spdy::SpdyFrameType::HEADERS, in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/socket/
H A Dclient_socket_pool_base_unittest.cc959 EXPECT_THAT(StartRequest(TestGroupId("e"), DEFAULT_PRIORITY), in TEST_F()
961 EXPECT_THAT(StartRequest(TestGroupId("f"), DEFAULT_PRIORITY), in TEST_F()
963 EXPECT_THAT(StartRequest(TestGroupId("g"), DEFAULT_PRIORITY), in TEST_F()
1000 EXPECT_THAT(StartRequest(TestGroupId("c"), DEFAULT_PRIORITY), in TEST_F()
1204 EXPECT_THAT(StartRequest(TestGroupId("d"), DEFAULT_PRIORITY), in TEST_F()
2905 base::nullopt, DEFAULT_PRIORITY, SocketTag(), in OnComplete()
4783 base::nullopt, DEFAULT_PRIORITY, SocketTag(), in RequestSocket()
4881 DEFAULT_PRIORITY, SocketTag(), in TEST_F()
4918 DEFAULT_PRIORITY, SocketTag(), in TEST_F()
4983 DEFAULT_PRIORITY, SocketTag(), in TEST_F()
[all …]
H A Dsocks_connect_job_unittest.cc95 SOCKSConnectJob socks_connect_job(DEFAULT_PRIORITY, SocketTag(), in TEST_F()
128 DEFAULT_PRIORITY, SocketTag(), &common_connect_job_params_, in TEST_F()
157 SOCKSConnectJob socks_connect_job(DEFAULT_PRIORITY, SocketTag(), in TEST_F()
191 SOCKSConnectJob socks_connect_job(DEFAULT_PRIORITY, SocketTag(), in TEST_F()
228 SOCKSConnectJob socks_connect_job(DEFAULT_PRIORITY, SocketTag(), in TEST_F()
256 SOCKSConnectJob socks_connect_job(DEFAULT_PRIORITY, SocketTag(), in TEST_F()
287 SOCKSConnectJob socks_connect_job(DEFAULT_PRIORITY, SocketTag(), in TEST_F()
320 SOCKSConnectJob socks_connect_job(DEFAULT_PRIORITY, SocketTag(), in TEST_F()
388 DEFAULT_PRIORITY, SocketTag(), &common_connect_job_params_, in TEST_F()
425 SOCKSConnectJob socks_connect_job(DEFAULT_PRIORITY, SocketTag(), in TEST_F()
[all …]
H A Dtransport_connect_job_unittest.cc147 DEFAULT_PRIORITY, SocketTag(), &common_connect_job_params_, in TEST_F()
168 DEFAULT_PRIORITY, SocketTag(), &common_connect_job_params_, in TEST_F()
185 DEFAULT_PRIORITY, SocketTag(), &common_connect_job_params_, in TEST_F()
219 DEFAULT_PRIORITY, SocketTag(), &common_connect_job_params_, in TEST_F()
253 DEFAULT_PRIORITY, SocketTag(), &common_connect_job_params_, in TEST_F()
266 DEFAULT_PRIORITY, SocketTag(), &common_connect_job_params_, in TEST_F()
300 DEFAULT_PRIORITY, SocketTag(), &common_connect_job_params_, in TEST_F()
340 DEFAULT_PRIORITY, SocketTag(), &common_connect_job_params_, in TEST_F()
370 DEFAULT_PRIORITY, SocketTag(), &common_connect_job_params_, in TEST_F()
393 DEFAULT_PRIORITY, SocketTag(), &common_connect_job_params_, in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/socket/
H A Dclient_socket_pool_base_unittest.cc961 EXPECT_THAT(StartRequest(TestGroupId("e"), DEFAULT_PRIORITY), in TEST_F()
963 EXPECT_THAT(StartRequest(TestGroupId("f"), DEFAULT_PRIORITY), in TEST_F()
965 EXPECT_THAT(StartRequest(TestGroupId("g"), DEFAULT_PRIORITY), in TEST_F()
1002 EXPECT_THAT(StartRequest(TestGroupId("c"), DEFAULT_PRIORITY), in TEST_F()
1206 EXPECT_THAT(StartRequest(TestGroupId("d"), DEFAULT_PRIORITY), in TEST_F()
2907 base::nullopt, DEFAULT_PRIORITY, SocketTag(), in OnComplete()
4785 base::nullopt, DEFAULT_PRIORITY, SocketTag(), in RequestSocket()
4883 DEFAULT_PRIORITY, SocketTag(), in TEST_F()
4920 DEFAULT_PRIORITY, SocketTag(), in TEST_F()
4985 DEFAULT_PRIORITY, SocketTag(), in TEST_F()
[all …]
H A Dsocks_connect_job_unittest.cc96 SOCKSConnectJob socks_connect_job(DEFAULT_PRIORITY, SocketTag(), in TEST_F()
129 DEFAULT_PRIORITY, SocketTag(), &common_connect_job_params_, in TEST_F()
158 SOCKSConnectJob socks_connect_job(DEFAULT_PRIORITY, SocketTag(), in TEST_F()
192 SOCKSConnectJob socks_connect_job(DEFAULT_PRIORITY, SocketTag(), in TEST_F()
229 SOCKSConnectJob socks_connect_job(DEFAULT_PRIORITY, SocketTag(), in TEST_F()
257 SOCKSConnectJob socks_connect_job(DEFAULT_PRIORITY, SocketTag(), in TEST_F()
288 SOCKSConnectJob socks_connect_job(DEFAULT_PRIORITY, SocketTag(), in TEST_F()
321 SOCKSConnectJob socks_connect_job(DEFAULT_PRIORITY, SocketTag(), in TEST_F()
389 DEFAULT_PRIORITY, SocketTag(), &common_connect_job_params_, in TEST_F()
426 SOCKSConnectJob socks_connect_job(DEFAULT_PRIORITY, SocketTag(), in TEST_F()
[all …]
H A Dtransport_connect_job_unittest.cc148 DEFAULT_PRIORITY, SocketTag(), &common_connect_job_params_, in TEST_F()
169 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()
254 DEFAULT_PRIORITY, SocketTag(), &common_connect_job_params_, in TEST_F()
267 DEFAULT_PRIORITY, SocketTag(), &common_connect_job_params_, in TEST_F()
301 DEFAULT_PRIORITY, SocketTag(), &common_connect_job_params_, in TEST_F()
341 DEFAULT_PRIORITY, SocketTag(), &common_connect_job_params_, in TEST_F()
371 DEFAULT_PRIORITY, SocketTag(), &common_connect_job_params_, in TEST_F()
394 DEFAULT_PRIORITY, SocketTag(), &common_connect_job_params_, in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/url_request/
H A Durl_request_unittest.cc342 *request_priority_ = DEFAULT_PRIORITY; in PriorityMonitoringURLRequestJob()
1394 EXPECT_EQ(DEFAULT_PRIORITY, req->priority()); in TEST_F()
1413 EXPECT_EQ(DEFAULT_PRIORITY, req->priority()); in TEST_F()
1420 EXPECT_EQ(DEFAULT_PRIORITY, job_priority); in TEST_F()
7084 test.set_cookies_url, DEFAULT_PRIORITY, &d, in TEST_F()
7124 test.set_cookies_url, DEFAULT_PRIORITY, &d, in TEST_F()
7430 url_requiring_auth, DEFAULT_PRIORITY, &delegate, in TEST_F()
7830 original_url, DEFAULT_PRIORITY, &delegate, in TEST_F()
8229 EXPECT_EQ(DEFAULT_PRIORITY, req->priority()); in TEST_F()
9597 test_server.GetURL("/"), DEFAULT_PRIORITY, &d, in TEST_F()
[all …]
H A Durl_request_http_job_unittest.cc225 GURL("http://www.example.com"), DEFAULT_PRIORITY, &delegate, in TEST_F()
269 GURL("http://www.example.com"), DEFAULT_PRIORITY, &delegate, in TEST_F()
319 GURL("http://www.example.com"), DEFAULT_PRIORITY, &delegate, in TEST_F()
463 GURL("http://www.example.com"), DEFAULT_PRIORITY, &delegate, in TEST_F()
489 GURL("http://www.example.com"), DEFAULT_PRIORITY, &delegate, in TEST_F()
903 GURL("https://www.example.com/"), DEFAULT_PRIORITY, &delegate, in TEST_F()
937 GURL("https://www.example.com/"), DEFAULT_PRIORITY, &delegate, in TEST_F()
990 GURL("https://www.example.com/"), DEFAULT_PRIORITY, &delegate, in TEST_F()
1065 GURL("https://www.example.com/"), DEFAULT_PRIORITY, &delegate, in TEST_F()
1102 GURL("https://www.example.com/"), DEFAULT_PRIORITY, &delegate, in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/url_request/
H A Durl_request_http_job_unittest.cc230 GURL("http://www.example.com"), DEFAULT_PRIORITY, &delegate, in TEST()
274 GURL("http://www.example.com"), DEFAULT_PRIORITY, &delegate, in TEST()
324 GURL("http://www.example.com"), DEFAULT_PRIORITY, &delegate, in TEST()
478 GURL("http://www.example.com"), DEFAULT_PRIORITY, &delegate, in TEST_F()
504 GURL("http://www.example.com"), DEFAULT_PRIORITY, &delegate, in TEST_F()
918 GURL("https://www.example.com/"), DEFAULT_PRIORITY, &delegate, in TEST_F()
952 GURL("https://www.example.com/"), DEFAULT_PRIORITY, &delegate, in TEST_F()
1005 GURL("https://www.example.com/"), DEFAULT_PRIORITY, &delegate, in TEST_F()
1041 GURL("https://www.example.com/"), DEFAULT_PRIORITY, &delegate, in TEST_F()
1081 GURL("https://www.example.com/"), DEFAULT_PRIORITY, &delegate, in TEST_F()
[all …]
H A Durl_request_unittest.cc344 *request_priority_ = DEFAULT_PRIORITY; in PriorityMonitoringURLRequestJob()
1415 EXPECT_EQ(DEFAULT_PRIORITY, req->priority()); in TEST_F()
1434 EXPECT_EQ(DEFAULT_PRIORITY, req->priority()); in TEST_F()
1440 EXPECT_EQ(DEFAULT_PRIORITY, job_priority); in TEST_F()
5096 DEFAULT_PRIORITY, &d, TRAFFIC_ANNOTATION_FOR_TESTS)); in TEST_F()
5158 DEFAULT_PRIORITY, &d, TRAFFIC_ANNOTATION_FOR_TESTS)); in TEST_F()
7098 url_requiring_auth, DEFAULT_PRIORITY, &delegate, in TEST_F()
7498 original_url, DEFAULT_PRIORITY, &delegate, in TEST_F()
7898 EXPECT_EQ(DEFAULT_PRIORITY, req->priority()); in TEST_F()
9291 test_server.GetURL("/"), DEFAULT_PRIORITY, &d, in TEST_F()
[all …]
/dports/games/freeorion/freeorion-0.4.10.2/default/scripting/species/common/
H A Dresearch.macros38 priority = [[DEFAULT_PRIORITY]]
53 priority = [[DEFAULT_PRIORITY]]
72 priority = [[DEFAULT_PRIORITY]]
87 priority = [[DEFAULT_PRIORITY]]
102 priority = [[DEFAULT_PRIORITY]]
H A Dindustry.macros40 priority = [[DEFAULT_PRIORITY]]
56 priority = [[DEFAULT_PRIORITY]]
76 priority = [[DEFAULT_PRIORITY]]
92 priority = [[DEFAULT_PRIORITY]]
108 priority = [[DEFAULT_PRIORITY]]
/dports/net/py-pypacker/pypacker-268e27c813545bf7995dd0a80abdb4da24d64722/pypacker/layer12/
H A Dlacp.py21 DEFAULT_PRIORITY = 0x8000 variable
82 ("sysprio", "H", DEFAULT_PRIORITY),
85 ("portprio", "H", DEFAULT_PRIORITY),
106 ("sysprio", "H", DEFAULT_PRIORITY),
109 ("portprio", "H", DEFAULT_PRIORITY),
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/webui/vendor/zendframework/zend-filter/src/
H A DFilterChain.php21 const DEFAULT_PRIORITY = 1000; define in Zend\\Filter\\FilterChain
68 … $priority = isset($spec['priority']) ? $spec['priority'] : static::DEFAULT_PRIORITY;
78 … $priority = isset($spec['priority']) ? $spec['priority'] : static::DEFAULT_PRIORITY;
149 public function attach($callback, $priority = self::DEFAULT_PRIORITY)
175 public function attachByName($name, $options = array(), $priority = self::DEFAULT_PRIORITY)
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/webui/vendor/zendframework/zend-filter/src/
H A DFilterChain.php21 const DEFAULT_PRIORITY = 1000; define in Zend\\Filter\\FilterChain
68 … $priority = isset($spec['priority']) ? $spec['priority'] : static::DEFAULT_PRIORITY;
78 … $priority = isset($spec['priority']) ? $spec['priority'] : static::DEFAULT_PRIORITY;
149 public function attach($callback, $priority = self::DEFAULT_PRIORITY)
175 public function attachByName($name, $options = array(), $priority = self::DEFAULT_PRIORITY)
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/webui/vendor/zendframework/zend-filter/src/
H A DFilterChain.php21 const DEFAULT_PRIORITY = 1000; define in Zend\\Filter\\FilterChain
68 … $priority = isset($spec['priority']) ? $spec['priority'] : static::DEFAULT_PRIORITY;
78 … $priority = isset($spec['priority']) ? $spec['priority'] : static::DEFAULT_PRIORITY;
149 public function attach($callback, $priority = self::DEFAULT_PRIORITY)
175 public function attachByName($name, $options = array(), $priority = self::DEFAULT_PRIORITY)
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/webui/vendor/zendframework/zend-filter/src/
H A DFilterChain.php21 const DEFAULT_PRIORITY = 1000; define in Zend\\Filter\\FilterChain
68 … $priority = isset($spec['priority']) ? $spec['priority'] : static::DEFAULT_PRIORITY;
78 … $priority = isset($spec['priority']) ? $spec['priority'] : static::DEFAULT_PRIORITY;
149 public function attach($callback, $priority = self::DEFAULT_PRIORITY)
175 public function attachByName($name, $options = array(), $priority = self::DEFAULT_PRIORITY)
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/webui/vendor/zendframework/zend-filter/src/
H A DFilterChain.php21 const DEFAULT_PRIORITY = 1000; define in Zend\\Filter\\FilterChain
68 … $priority = isset($spec['priority']) ? $spec['priority'] : static::DEFAULT_PRIORITY;
78 … $priority = isset($spec['priority']) ? $spec['priority'] : static::DEFAULT_PRIORITY;
149 public function attach($callback, $priority = self::DEFAULT_PRIORITY)
175 public function attachByName($name, $options = array(), $priority = self::DEFAULT_PRIORITY)

12345678910>>...19