/third_party/minimp3/scripts/ |
D | build.sh | 14 scripts/test_mode.sh 3 0 0 17 scripts/test_mode.sh 6 -1 -1 22 scripts/test_mode.sh 1 0 0 23 scripts/test_mode.sh 2 0 0 24 scripts/test_mode.sh 3 0 0 25 scripts/test_mode.sh 4 0 0 26 scripts/test_mode.sh 5 0 0 27 scripts/test_mode.sh 6 -1 -1 28 scripts/test_mode.sh 7 -1 -1 29 scripts/test_mode.sh 8 -1 -1 [all …]
|
/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 | 169 DownloadTestHandler(TestMode test_mode, in DownloadTestHandler() argument 172 : test_mode_(test_mode), in DownloadTestHandler() 515 #define DOWNLOAD_TEST_GROUP(test_name, test_mode) \ argument 516 RC_TEST_GROUP_ALL(DownloadTest, test_name, DownloadTestHandler, test_mode)
|
D | urlrequest_unittest.cc | 1558 #define REGISTER_TEST(test_mode, setup_method, run_method) \ in RequestTestRunner() argument 1559 RegisterTest(test_mode, base::Bind(&RequestTestRunner::setup_method, this), \ in RequestTestRunner() 1626 void SetupTest(RequestTestMode test_mode, in SetupTest() argument 1633 TestMap::const_iterator it = test_map_.find(test_mode); in SetupTest() 1645 void RunTest(RequestTestMode test_mode, in RunTest() argument 1655 TestMap::const_iterator it = test_map_.find(test_mode); in RunTest() 2564 void RegisterTest(RequestTestMode test_mode, in RegisterTest() argument 2568 test_map_.insert(std::make_pair(test_mode, entry)); in RegisterTest() 2833 RequestTestHandler(RequestTestMode test_mode, in RequestTestHandler() argument 2838 : test_mode_(test_mode), in RequestTestHandler() [all …]
|
D | request_context_unittest.cc | 468 PopupNavTestHandler(TestMode test_mode, in PopupNavTestHandler() argument 471 : mode_(test_mode), rc_mode_(rc_mode), rc_cache_path_(rc_cache_path) {} in PopupNavTestHandler() 719 #define POPUP_TEST_GROUP(test_name, test_mode) \ argument 721 PopupNavTestHandler, test_mode)
|
/third_party/uboot/u-boot-2020.01/drivers/i2c/ |
D | sandbox_i2c.c | 17 bool test_mode; member 40 void sandbox_i2c_set_test_mode(struct udevice *bus, bool test_mode) in sandbox_i2c_set_test_mode() argument 44 priv->test_mode = test_mode; in sandbox_i2c_set_test_mode() 58 if (priv->test_mode && msg->addr == SANDBOX_I2C_TEST_ADDR) in sandbox_i2c_xfer() 69 if (priv->test_mode) { in sandbox_i2c_xfer()
|
/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/uboot/u-boot-2020.01/drivers/misc/ |
D | i2c_eeprom_emul.c | 22 enum sandbox_i2c_eeprom_test_mode test_mode; member 37 plat->test_mode = mode; in sandbox_i2c_eeprom_set_test_mode() 73 if (plat->test_mode == SIE_TEST_MODE_SINGLE_BYTE) in sandbox_i2c_eeprom_xfer() 87 if (plat->test_mode == SIE_TEST_MODE_SINGLE_BYTE) in sandbox_i2c_eeprom_xfer() 121 plat->test_mode = SIE_TEST_MODE_NONE; in sandbox_i2c_eeprom_ofdata_to_platdata()
|
/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/boringssl/src/util/fipstools/cavp/ |
D | cavp_aes_test.cc | 197 enum TestCtx::Mode test_mode; in cavp_aes_test_main() local 199 test_mode = TestCtx::kKAT; in cavp_aes_test_main() 201 test_mode = TestCtx::kMCT; in cavp_aes_test_main() 218 TestCtx ctx = {cipher, has_iv, test_mode}; in cavp_aes_test_main()
|
D | cavp_tdes_test.cc | 315 enum TestCtx::Mode test_mode; in cavp_tdes_test_main() local 317 test_mode = TestCtx::kKAT; in cavp_tdes_test_main() 319 test_mode = TestCtx::kMCT; in cavp_tdes_test_main() 332 TestCtx ctx = {cipher, has_iv, test_mode}; in cavp_tdes_test_main() 334 FileTestFunc test_fn = test_mode == TestCtx::kKAT ? &TestKAT : &TestMCT; in cavp_tdes_test_main()
|
/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 | 213 filter->test_mode = DEFAULT_TEST_MODE; in gst_grabcut_init() 227 grabcut->test_mode = g_value_get_boolean (value); in gst_grabcut_set_property() 246 g_value_set_boolean (value, filter->test_mode); in gst_grabcut_get_property() 334 if (gc->test_mode) { in gst_grabcut_transform_ip() 347 if (gc->test_mode) { in gst_grabcut_transform_ip()
|
D | gstgrabcut.h | 73 gboolean test_mode; member
|
D | gstsegmentation.h | 93 gboolean test_mode; member
|
D | gstsegmentation.cpp | 241 filter->test_mode = DEFAULT_TEST_MODE; in gst_segmentation_init() 258 filter->test_mode = g_value_get_boolean (value); in gst_segmentation_set_property() 280 g_value_set_boolean (value, filter->test_mode); in gst_segmentation_get_property() 437 if (filter->test_mode) { in gst_segmentation_transform_ip()
|
/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/uboot/u-boot-2020.01/arch/sandbox/include/asm/ |
D | test.h | 62 void sandbox_i2c_set_test_mode(struct udevice *bus, bool test_mode);
|
/third_party/uboot/u-boot-2020.01/drivers/usb/gadget/ |
D | atmel_usba_udc.c | 624 int test_mode; in do_test_mode() local 626 test_mode = udc->test_mode; in do_test_mode() 631 switch (test_mode) { in do_test_mode() 684 DBG(DBG_ERR, "Invalid test mode: 0x%04x\n", test_mode); in do_test_mode() 786 udc->test_mode = le16_to_cpu(crq->wIndex); in handle_ep0_setup()
|
D | atmel_usba_udc.h | 298 u16 test_mode; member
|
/third_party/python/Lib/test/ |
D | test_stat.py | 113 def test_mode(self): member in TestFilemode
|