/third_party/cef/tests/ceftests/ |
D | test_util.h | 99 #define RC_TEST_BASE(test_case_name, test_name, test_class, test_mode, \ argument 110 new test_class(test_class::test_mode, rc_mode, cache_path); \ 120 test_mode) \ argument 121 RC_TEST_BASE(test_case_name, test_name##RCNone, test_class, test_mode, \ 123 RC_TEST_BASE(test_case_name, test_name##RCGlobal, test_class, test_mode, \ 126 test_mode, TEST_RC_MODE_GLOBAL_WITH_HANDLER, false) \ 128 test_mode, TEST_RC_MODE_CUSTOM, false) \ 130 test_class, test_mode, TEST_RC_MODE_CUSTOM_WITH_HANDLER, false) 134 test_mode) \ argument 136 test_mode, TEST_RC_MODE_CUSTOM, true) \ [all …]
|
D | download_unittest.cc | 179 DownloadTestHandler(TestMode test_mode, in DownloadTestHandler() argument 182 : test_mode_(test_mode), in DownloadTestHandler() 541 #define DOWNLOAD_TEST_GROUP(test_name, test_mode) \ argument 542 RC_TEST_GROUP_ALL(DownloadTest, test_name, DownloadTestHandler, test_mode)
|
D | urlrequest_unittest.cc | 1564 #define REGISTER_TEST(test_mode, setup_method, run_method) \ in Initialize() argument 1565 RegisterTest(test_mode, \ in Initialize() 1633 void SetupTest(RequestTestMode test_mode, in SetupTest() argument 1637 TestMap::const_iterator it = test_map_.find(test_mode); in SetupTest() 1653 void RunTest(RequestTestMode test_mode, in RunTest() argument 1660 TestMap::const_iterator it = test_map_.find(test_mode); in RunTest() 2569 void RegisterTest(RequestTestMode test_mode, in RegisterTest() argument 2573 test_map_.insert(std::make_pair(test_mode, entry)); in RegisterTest() 2843 RequestTestHandler(RequestTestMode test_mode, in RequestTestHandler() argument 2848 : test_mode_(test_mode), in RequestTestHandler() [all …]
|
D | request_context_unittest.cc | 478 PopupNavTestHandler(TestMode test_mode, in PopupNavTestHandler() argument 481 : mode_(test_mode), rc_mode_(rc_mode), rc_cache_path_(rc_cache_path) {} in PopupNavTestHandler() 731 #define POPUP_TEST_GROUP(test_name, test_mode) \ argument 733 PopupNavTestHandler, test_mode)
|
D | resource_request_handler_unittest.cc | 226 IncompleteResourceHandlerOld(TestMode test_mode, in IncompleteResourceHandlerOld() argument 229 : test_mode_(test_mode), in IncompleteResourceHandlerOld() 321 IncompleteResourceHandler(TestMode test_mode, in IncompleteResourceHandler() argument 324 : test_mode_(test_mode), in IncompleteResourceHandler() 1393 #define BASIC_TEST(name, test_mode, custom, unhandled) \ argument 1396 BasicResponseTest::test_mode, custom, unhandled); \ 2589 #define SUBRESOURCE_TEST(name, test_mode, custom, unhandled, subframe) \ argument 2592 SubresourceResponseTest::test_mode, custom, unhandled, subframe); \
|
D | v8_unittest.cc | 2803 V8TestHandler(V8TestMode test_mode, const char* test_url) in V8TestHandler() argument 2804 : test_mode_(test_mode), test_url_(test_url) {} in V8TestHandler() 3009 #define V8_TEST_EX(name, test_mode, test_url) \ argument 3011 CefRefPtr<V8TestHandler> handler = new V8TestHandler(test_mode, test_url); \ 3018 #define V8_TEST(name, test_mode) V8_TEST_EX(name, test_mode, kV8TestUrl) argument
|
D | cookie_unittest.cc | 1471 CookieAccessTestHandler(TestMode test_mode, in CookieAccessTestHandler() argument 1475 : test_mode_(test_mode), in CookieAccessTestHandler() 1884 #define ACCESS_TEST(name, test_mode, backend_mode, custom_scheme, use_global) \ argument 1887 CookieAccessTestHandler::test_mode, \
|
D | os_rendering_unittest.cc | 1521 #define OSR_TEST(name, test_mode, scale_factor) \ argument 1524 new OSRTestHandler(test_mode, scale_factor); \
|
/third_party/pcre2/pcre2/src/ |
D | pcre2test.c | 932 static int test_mode = DEFAULT_TEST_MODE; variable 1048 #define CASTFLD(t,a,b) ((test_mode == PCRE8_MODE)? (t)(G(a,8)->b) : \ 1049 (test_mode == PCRE16_MODE)? (t)(G(a,16)->b) : (t)(G(a,32)->b)) 1052 (test_mode == PCRE8_MODE)? (t)G(x,8) : \ 1053 (test_mode == PCRE16_MODE)? (t)G(x,16) : (t)G(x,32)) 1056 (test_mode == PCRE8_MODE)? (uint32_t)(((PCRE2_SPTR8)(a))[b]) : \ 1057 (test_mode == PCRE16_MODE)? (uint32_t)(((PCRE2_SPTR16)(a))[b]) : \ 1061 if (test_mode == PCRE8_MODE) \ 1063 else if (test_mode == PCRE16_MODE) \ 1068 if (test_mode == PCRE8_MODE) \ [all …]
|
/third_party/skia/third_party/externals/angle2/infra/config/generated/ |
D | cr-buildbucket.cfg | 44 ' "test_mode": "compile_only",' 88 ' "test_mode": "compile_only",' 132 ' "test_mode": "compile_only",' 176 ' "test_mode": "compile_and_test",' 220 ' "test_mode": "compile_and_test",' 266 ' "test_mode": "compile_and_test",' 312 ' "test_mode": "compile_only",' 358 ' "test_mode": "compile_and_test",' 404 ' "test_mode": "compile_and_test",' 450 ' "test_mode": "compile_and_test",' [all …]
|
/third_party/skia/third_party/externals/angle2/infra/config/ |
D | main.star | 227 test_mode = "compile_only" 230 test_mode = "compile_and_test" 233 test_mode = "trace_tests" 244 test_mode = "compile_and_test" 277 "test_mode": test_mode,
|
/third_party/gstreamer/gstplugins_bad/ext/opencv/ |
D | gstgrabcut.cpp | 217 filter->test_mode = DEFAULT_TEST_MODE; in gst_grabcut_init() 231 grabcut->test_mode = g_value_get_boolean (value); in gst_grabcut_set_property() 250 g_value_set_boolean (value, filter->test_mode); in gst_grabcut_get_property() 338 if (gc->test_mode) { in gst_grabcut_transform_ip() 351 if (gc->test_mode) { in gst_grabcut_transform_ip()
|
D | gstsegmentation.cpp | 247 filter->test_mode = DEFAULT_TEST_MODE; in gst_segmentation_init() 264 filter->test_mode = g_value_get_boolean (value); in gst_segmentation_set_property() 286 g_value_set_boolean (value, filter->test_mode); in gst_segmentation_get_property() 443 if (filter->test_mode) { in gst_segmentation_transform_ip()
|
D | gstgrabcut.h | 73 gboolean test_mode; member
|
D | gstsegmentation.h | 93 gboolean test_mode; member
|
/third_party/libuv/test/ |
D | test-poll.c | 78 static test_mode_t test_mode = DUPLEX; variable 181 if (test_mode == DUPLEX || context->is_server_connection) { in connection_close_cb() 187 if (test_mode == DUPLEX || !context->is_server_connection) { in connection_close_cb() 298 !(test_mode == UNIDIRECTIONAL && context->is_server_connection)) { 609 test_mode = DUPLEX; 621 test_mode = UNIDIRECTIONAL;
|
/third_party/icu/vendor/double-conversion/upstream/test/cctest/ |
D | test-dtoa.cc | 50 static void DoubleToAscii(double v, DtoaMode test_mode, int requested_digits, in DoubleToAscii() argument 54 switch (test_mode) { in DoubleToAscii()
|
/third_party/python/Lib/test/ |
D | test_stat.py | 116 def test_mode(self): member in TestFilemode
|
D | test_gzip.py | 286 def test_mode(self): member in TestGzip
|
D | test_tempfile.py | 791 def test_mode(self): member in TestMkdtemp
|
D | test_os.py | 1577 def test_mode(self): member in MakedirTests
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | compiler.h | 478 bool test_mode; member
|
/third_party/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v1.abi | 66816 …<var-decl name="test_mode" type-id="1dc6a898" visibility="default" filepath="drivers/usb/host/xhci…
|
D | test-PR27569-v0.abi | 66802 …<var-decl name="test_mode" type-id="1dc6a898" visibility="default" filepath="drivers/usb/host/xhci…
|