/external/grpc-grpc/test/core/end2end/ |
D | generate_tests.bzl | 80 def test_options(needs_fullstack=False, needs_dns=False, needs_names=False, function 102 'bad_hostname': test_options(needs_names=True), 103 'bad_ping': test_options(needs_fullstack=True,proxyable=False), 104 'binary_metadata': test_options(), 105 'resource_quota_server': test_options(proxyable=False), 106 'call_creds': test_options(secure=True), 107 'call_host_override': test_options(needs_fullstack=True, needs_dns=True, 109 'cancel_after_accept': test_options(), 110 'cancel_after_client_done': test_options(), 111 'cancel_after_invoke': test_options(), [all …]
|
/external/grpc-grpc/test/core/bad_client/ |
D | generate_tests.bzl | 21 def test_options(): function 27 'badreq': test_options(), 28 'connection_prefix': test_options(), 29 'duplicate_header': test_options(), 30 'headers': test_options(), 31 'initial_settings_frame': test_options(), 32 'head_of_line_blocking': test_options(), 33 'large_metadata': test_options(), 34 'server_registered_method': test_options(), 35 'simple_request': test_options(), [all …]
|
/external/python/cpython2/Tools/iobench/ |
D | iobench.py | 437 test_options = "" 439 test_options += "r" 441 test_options += "w" 443 test_options += "rw" 445 test_options += "t" 447 test_options += "b" 449 test_options += "tb" 455 run_all_tests(test_options)
|
/external/python/cpython3/Tools/iobench/ |
D | iobench.py | 451 test_options = "" 453 test_options += "r" 455 test_options += "w" 457 test_options += "rw" 459 test_options += "t" 461 test_options += "b" 463 test_options += "tb" 472 run_all_tests(test_options)
|
/external/tensorflow/tensorflow/python/data/util/ |
D | options_test.py | 98 test_options = _TestOptions() 100 test_options.wrong_attr = True 102 _ = test_options.wrong_attr
|
/external/grpc-grpc/test/core/bad_ssl/ |
D | generate_tests.bzl | 18 def test_options(): function
|
/external/libchrome/base/android/jni_generator/ |
D | jni_generator_tests.py | 973 test_options = TestOptions() 974 test_options.ptr_type = 'long' 980 natives = jni_generator.ExtractNatives(test_data, test_options.ptr_type) 988 ptr_type=test_options.ptr_type), 993 test_options)
|
/external/vixl/tools/ |
D | test.py | 180 test_options = \ variable 199 for option in test_options:
|
/external/libchrome/mojo/core/ |
D | data_pipe_unittest.cc | 195 MojoCreateDataPipeOptions test_options[] = { in TEST_F() local 214 for (size_t i = 0; i < arraysize(test_options); i++) { in TEST_F() 216 MojoCreateDataPipeOptions* options = i ? &test_options[i] : nullptr; in TEST_F()
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_sockmap.c | 1053 static void test_options(char *options) in test_options() function 1110 test_options(options); in __test_exec()
|
/external/fonttools/Tests/subset/ |
D | subset_test.py | 300 def test_options(self): member in SubsetTest
|
/external/python/cpython2/Lib/test/ |
D | test_ssl.py | 774 def test_options(self): member in ContextTests
|
/external/python/cpython3/Lib/test/ |
D | test_ssl.py | 1062 def test_options(self): member in ContextTests
|