Home
last modified time | relevance | path

Searched refs:test_file_name (Results 1 – 8 of 8) sorted by relevance

/third_party/grpc/src/python/grpcio_tests/tests/unit/_cython/
DBUILD.bazel28 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/
DBUILD.bazel25 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/
DBUILD.bazel61 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/
Dcrlf_check.cpp29 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()
Dend_check.cpp36 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/
DBUILD.bazel96 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/
Dtest_options.c34 const char *test_file_name = "https_test_file"; variable
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/
Dusps_op.cc134 const Path test_file_name("usps.t"); in GetFiles() local
157 Path test_path = root_dir / test_file_name; in GetFiles()