Searched refs:test_srcdir (Results 1 – 9 of 9) sorted by relevance
73 char* test_srcdir = gpr_getenv("TEST_SRCDIR"); in Materialize() local74 if (test_srcdir != nullptr) { in Materialize()75 FLAGS_directory = test_srcdir + in Materialize()95 gpr_free(test_srcdir); in Materialize()
45 string test_srcdir = tensorflow::testing::TensorFlowSrcRoot(); in TEST_F() local47 tensorflow::io::JoinPath(test_srcdir, filename), ErrorSpec{0.01})); in TEST_F()
43 if (const char* test_srcdir = getenv("TEST_SRCDIR")) { in RunFileCheck() local44 file_check_path = JoinPath(test_srcdir, file_check_path_suffix); in RunFileCheck()
168 char* test_srcdir = gpr_getenv("TEST_SRCDIR"); in main() local170 test_srcdir + FLAGS_grpc_test_directory_relative_to_test_srcdir + in main()180 gpr_free(test_srcdir); in main()
36 string test_srcdir = tensorflow::testing::TensorFlowSrcRoot(); in TEST() local38 tensorflow::io::JoinPath(test_srcdir, kSaxpyIRFile), &llvm_context); in TEST()
43 string test_srcdir = tensorflow::testing::TensorFlowSrcRoot(); in GRPCClientTestBase() local45 test_srcdir, "compiler/xla/rpc/grpc_service_main_cpu"); in GRPCClientTestBase()
737 char* test_srcdir = gpr_getenv("TEST_SRCDIR"); in TEST_F() local738 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()
47 def test_srcdir(self): member in SysconfigTestCase
347 def test_srcdir(self): member in TestSysConfig