Searched refs:test_file_name (Results 1 – 8 of 8) sorted by relevance
/third_party/grpc/src/python/grpcio_tests/tests/unit/_cython/ |
D | BUILD.bazel | 28 name = test_file_name[:-3], 30 srcs = [test_file_name], 35 main = test_file_name, 45 for test_file_name in GRPCIO_TESTS_UNIT_CYTHON
|
/third_party/grpc/src/python/grpcio_tests/tests_py3_only/unit/ |
D | BUILD.bazel | 25 name = test_file_name[:-len(".py")], 27 srcs = [test_file_name], 28 main = test_file_name, 40 for test_file_name in GRPCIO_PY3_ONLY_TESTS_UNIT
|
/third_party/grpc/src/python/grpcio_tests/tests_aio/unit/ |
D | BUILD.bazel | 61 name = test_file_name[:-3], 63 srcs = [test_file_name], 67 flaky = test_file_name in _FLAKY_TESTS, 69 main = test_file_name, 85 for test_file_name in GRPC_ASYNC_TESTS
|
/third_party/boost/tools/inspect/ |
D | crlf_check.cpp | 29 const char test_file_name[] = "wrong_line_ends_test.cpp"; in inspect() local 52 if (failed && full_path.leaf() != test_file_name) in inspect() 58 if (!failed && full_path.leaf() == test_file_name) in inspect()
|
D | end_check.cpp | 36 const char test_file_name[] = "wrong_line_ends_test.cpp"; in inspect() local 43 if (failed && full_path.leaf() != test_file_name) in inspect() 49 if (!failed && full_path.leaf() == test_file_name) in inspect()
|
/third_party/grpc/src/python/grpcio_tests/tests/unit/ |
D | BUILD.bazel | 96 name = test_file_name[:-3], 98 srcs = [test_file_name], 103 main = test_file_name, 120 for test_file_name in GRPCIO_TESTS_UNIT
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
D | test_options.c | 34 const char *test_file_name = "https_test_file"; variable
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/ |
D | usps_op.cc | 134 const Path test_file_name("usps.t"); in GetFiles() local 157 Path test_path = root_dir / test_file_name; in GetFiles()
|