/third_party/pcre2/pcre2/src/ |
D | pcre2test.c | 935 static int test_mode = DEFAULT_TEST_MODE; variable 1052 #define CASTFLD(t,a,b) ((test_mode == PCRE8_MODE)? (t)(G(a,8)->b) : \ 1053 (test_mode == PCRE16_MODE)? (t)(G(a,16)->b) : (t)(G(a,32)->b)) 1056 (test_mode == PCRE8_MODE)? (t)G(x,8) : \ 1057 (test_mode == PCRE16_MODE)? (t)G(x,16) : (t)G(x,32)) 1060 (test_mode == PCRE8_MODE)? (uint32_t)(((PCRE2_SPTR8)(a))[b]) : \ 1061 (test_mode == PCRE16_MODE)? (uint32_t)(((PCRE2_SPTR16)(a))[b]) : \ 1065 if (test_mode == PCRE8_MODE) \ 1067 else if (test_mode == PCRE16_MODE) \ 1072 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/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/node/deps/v8/third_party/test262-harness/src/ |
D | test262.py | 182 test_mode = self.case.GetMode() 186 testCaseElement.attrib["name"] = "%s %s" % (testpath[2].replace('.','_') , test_mode)
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | compiler.h | 478 bool test_mode; member
|
/third_party/vixl/test/aarch32/ |
D | test-assembler-aarch32.cc | 1610 LiteralStressTestMode test_mode) { in EmitLdrdLiteralStressTest() argument 1632 switch (test_mode) { in EmitLdrdLiteralStressTest()
|
/third_party/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v0.abi | 66802 …<var-decl name="test_mode" type-id="1dc6a898" visibility="default" filepath="drivers/usb/host/xhci…
|
D | test-PR27569-v1.abi | 66816 …<var-decl name="test_mode" type-id="1dc6a898" visibility="default" filepath="drivers/usb/host/xhci…
|