Home
last modified time | relevance | path

Searched refs:test_srcdir (Results 1 – 9 of 9) sorted by relevance

/external/grpc-grpc/test/core/util/
Dfuzzer_corpus_test.cc73 char* test_srcdir = gpr_getenv("TEST_SRCDIR"); in Materialize() local
74 if (test_srcdir != nullptr) { in Materialize()
75 FLAGS_directory = test_srcdir + in Materialize()
95 gpr_free(test_srcdir); in Materialize()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dsample_file_test.cc45 string test_srcdir = tensorflow::testing::TensorFlowSrcRoot(); in TEST_F() local
47 tensorflow::io::JoinPath(test_srcdir, filename), ErrorSpec{0.01})); in TEST_F()
Dfilecheck.cc43 if (const char* test_srcdir = getenv("TEST_SRCDIR")) { in RunFileCheck() local
44 file_check_path = JoinPath(test_srcdir, file_check_path_suffix); in RunFileCheck()
/external/grpc-grpc/test/cpp/naming/
Dresolver_component_tests_runner_invoker.cc168 char* test_srcdir = gpr_getenv("TEST_SRCDIR"); in main() local
170 test_srcdir + FLAGS_grpc_test_directory_relative_to_test_srcdir + in main()
180 gpr_free(test_srcdir); in main()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/
Dutils_test.cc36 string test_srcdir = tensorflow::testing::TensorFlowSrcRoot(); in TEST() local
38 tensorflow::io::JoinPath(test_srcdir, kSaxpyIRFile), &llvm_context); in TEST()
/external/tensorflow/tensorflow/compiler/xla/rpc/
Dgrpc_client_test.cc43 string test_srcdir = tensorflow::testing::TensorFlowSrcRoot(); in GRPCClientTestBase() local
45 test_srcdir, "compiler/xla/rpc/grpc_service_main_cpu"); in GRPCClientTestBase()
/external/grpc-grpc/test/cpp/util/
Dgrpc_tool_test.cc737 char* test_srcdir = gpr_getenv("TEST_SRCDIR"); in TEST_F() local
738 if (test_srcdir != nullptr) { in TEST_F()
739 FLAGS_proto_path = test_srcdir + std::string("/com_github_grpc_grpc"); in TEST_F()
767 gpr_free(test_srcdir); in TEST_F()
/external/python/cpython3/Lib/distutils/tests/
Dtest_sysconfig.py47 def test_srcdir(self): member in SysconfigTestCase
/external/python/cpython3/Lib/test/
Dtest_sysconfig.py347 def test_srcdir(self): member in TestSysConfig