Home
last modified time | relevance | path

Searched refs:test_mode (Results 1 – 25 of 27) sorted by relevance

12

/third_party/cef/tests/ceftests/
Dtest_util.h99 #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 …]
Ddownload_unittest.cc179 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)
Durlrequest_unittest.cc1564 #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 …]
Drequest_context_unittest.cc478 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)
Dresource_request_handler_unittest.cc226 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); \
Dv8_unittest.cc2803 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
Dcookie_unittest.cc1471 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, \
Dos_rendering_unittest.cc1521 #define OSR_TEST(name, test_mode, scale_factor) \ argument
1524 new OSRTestHandler(test_mode, scale_factor); \
/third_party/pcre2/pcre2/src/
Dpcre2test.c924 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/
Dcr-buildbucket.cfg44 ' "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/
Dunion_aa_geo.cpp64 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/
Dmain.star227 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/
Dgstgrabcut.cpp217 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()
Dgstgrabcut.h73 gboolean test_mode; member
Dgstsegmentation.cpp247 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()
Dgstsegmentation.h93 gboolean test_mode; member
/third_party/grpc/third_party/upb/tests/pb/
Dtest_decoder.cc69 } 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/
Dtest-poll.c78 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/
Drun-test262.c65 } 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/
Dxusb.c146 } 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/
Dtest-dtoa.cc50 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/
Dtest_stat.py116 def test_mode(self): member in TestFilemode
Dtest_gzip.py286 def test_mode(self): member in TestGzip
/third_party/mindspore/tests/ut/python/nn/probability/distribution/
Dtest_bernoulli.py289 def test_mode(): function
/third_party/mesa3d/src/panfrost/bifrost/
Dcompiler.h436 bool test_mode; member

12