/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 | 924 static int test_mode = DEFAULT_TEST_MODE; variable 1040 #define CASTFLD(t,a,b) ((test_mode == PCRE8_MODE)? (t)(G(a,8)->b) : \ 1041 (test_mode == PCRE16_MODE)? (t)(G(a,16)->b) : (t)(G(a,32)->b)) 1044 (test_mode == PCRE8_MODE)? (t)G(x,8) : \ 1045 (test_mode == PCRE16_MODE)? (t)G(x,16) : (t)G(x,32)) 1048 (test_mode == PCRE8_MODE)? (uint32_t)(((PCRE2_SPTR8)(a))[b]) : \ 1049 (test_mode == PCRE16_MODE)? (uint32_t)(((PCRE2_SPTR16)(a))[b]) : \ 1053 if (test_mode == PCRE8_MODE) \ 1055 else if (test_mode == PCRE16_MODE) \ 1060 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/boost/libs/geometry/test/algorithms/set_operations/union/ |
D | union_aa_geo.cpp | 64 enum test_mode { expect_valid, expect_empty, expect_exception }; in test_geographic_one() enum 67 test_mode mode = expected_area >= 0 ? expect_valid : expect_exception; in test_geographic_one() 69 test_mode mode = expect_valid; in test_geographic_one() 72 test_mode mode = expected_area >= 0 ? expect_valid : expect_empty; in test_geographic_one()
|
/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 | gstgrabcut.h | 73 gboolean test_mode; member
|
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 | gstsegmentation.h | 93 gboolean test_mode; member
|
/third_party/grpc/third_party/upb/tests/pb/ |
D | test_decoder.cc | 69 } test_mode; variable 487 if (test_mode != COUNT_ONLY) { in do_run_decoder() 496 if (test_mode == ALL_HANDLERS) { in do_run_decoder() 498 } else if (test_mode == NO_HANDLERS) { in do_run_decoder() 517 if (test_mode == ALL_HANDLERS) { in do_run_decoder() 601 if (test_mode != NO_HANDLERS) { in assert_does_not_parse_at_eof() 833 if (test_mode != NO_HANDLERS) { in test_invalid() 858 if (test_mode == ALL_HANDLERS) { in test_valid() 1108 handlerdata.mode = test_mode; in test_emptyhandlers() 1149 handlerdata.mode = test_mode; in run_tests() [all …]
|
/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/quickjs/ |
D | run-test262.c | 65 } test_mode = TEST_DEFAULT_NOSTRICT; variable 996 test_mode = TEST_DEFAULT_NOSTRICT; in load_config() 998 test_mode = TEST_DEFAULT_STRICT; in load_config() 1000 test_mode = TEST_NOSTRICT; in load_config() 1002 test_mode = TEST_STRICT; in load_config() 1004 test_mode = TEST_ALL; in load_config() 1011 test_mode = TEST_NOSTRICT; in load_config() 1016 test_mode = TEST_STRICT; in load_config() 1613 skip |= (test_mode == TEST_STRICT); in run_test() 1617 skip |= (test_mode == TEST_NOSTRICT); in run_test() [all …]
|
/third_party/libusb/examples/ |
D | xusb.c | 146 } test_mode; variable 885 test_mode = USE_SCSI; in test_device() 941 switch(test_mode) { in test_device() 987 test_mode = USE_GENERIC; in main() 1044 test_mode = USE_PS3; in main() 1050 test_mode = USE_HID; in main() 1056 test_mode = USE_XBOX; in main()
|
/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
|
/third_party/mindspore/tests/ut/python/nn/probability/distribution/ |
D | test_bernoulli.py | 289 def test_mode(): function
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | compiler.h | 436 bool test_mode; member
|