Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/test/cpp/naming/
H A Dresolver_component_tests_runner_invoker.cc110 auto test_srcdir = grpc_core::GetEnv("TEST_SRCDIR"); in main() local
113 test_srcdir.value() + in main()
136 test_srcdir.value() + "/com_github_grpc_grpc/test/cpp/naming/" in main()
139 test_srcdir.value() + "/com_github_grpc_grpc/test/cpp/naming/" + in main()
142 test_srcdir.value() + in main()
145 test_srcdir.value() + "/com_github_grpc_grpc/test/cpp/naming/" in main()
148 test_srcdir.value() + in main()
151 test_srcdir.value() + in main()
/aosp_15_r20/external/grpc-grpc/test/core/util/
H A Dfuzzer_corpus_test.cc83 auto test_srcdir = grpc_core::GetEnv("TEST_SRCDIR"); in Materialize() local
85 test_srcdir.has_value() ? test_srcdir->c_str() : "(null)"); in Materialize()
87 if (test_srcdir.has_value()) { in Materialize()
89 *test_srcdir + std::string("/com_github_grpc_grpc/") + directory; in Materialize()
/aosp_15_r20/external/bazelbuild-rules_rust/tools/runfiles/
H A Drunfiles.rs182 if let Some(test_srcdir) = std::env::var_os(TEST_SRCDIR_ENV_VAR).map(PathBuf::from) { in find_runfiles_dir()
183 if test_srcdir.is_dir() { in find_runfiles_dir()
184 return Ok(test_srcdir); in find_runfiles_dir()
251 let test_srcdir = in test_can_read_data_from_runfiles() localVariable
273 env::set_var(TEST_SRCDIR_ENV_VAR, &test_srcdir); in test_can_read_data_from_runfiles()
309 env::set_var(TEST_SRCDIR_ENV_VAR, &test_srcdir); in test_can_read_data_from_runfiles()
/aosp_15_r20/external/grpc-grpc/test/cpp/util/
H A Dget_grpc_test_runfile_dir.cc22 absl::optional<std::string> test_srcdir = grpc_core::GetEnv("TEST_SRCDIR"); in GetGrpcTestRunFileDir() local
23 if (!test_srcdir.has_value()) { in GetGrpcTestRunFileDir()
26 return *test_srcdir + "/com_github_grpc_grpc"; in GetGrpcTestRunFileDir()
H A Dgrpc_tool_test.cc1259 auto test_srcdir = grpc_core::GetEnv("TEST_SRCDIR"); in TEST_F() local
1260 if (test_srcdir.has_value()) { in TEST_F()
1262 *test_srcdir + std::string("/com_github_grpc_grpc")); in TEST_F()
/aosp_15_r20/external/sandboxed-api/contrib/libtiff/test/
H A Dhelper.cc20 const char* test_srcdir = std::getenv("TEST_SRCDIR"); in GetFilePath() local
23 test_srcdir == nullptr ? sapi::file_util::fileops::GetCWD() : test_srcdir, in GetFilePath()
/aosp_15_r20/external/sandboxed-api/sandboxed_api/
H A Dtesting.cc62 const char* test_srcdir = getenv("TEST_SRCDIR"); in GetTestSourcePath() local
63 return file::JoinPath(test_srcdir ? test_srcdir : ".", in GetTestSourcePath()
/aosp_15_r20/external/sandboxed-api/oss-internship-2020/gdal/raster_to_gtiff/
H A Dutils.cc69 const char* test_srcdir = std::getenv("TEST_SRCDIR"); in GetTestDataPath() local
71 return sandbox2::file::JoinPath(test_srcdir == nullptr in GetTestDataPath()
73 : test_srcdir, in GetTestDataPath()
/aosp_15_r20/external/tink/cc/integration/gcpkms/
H A Dgcp_kms_aead_integration_test.cc55 const char* test_srcdir = getenv("TEST_SRCDIR"); in SetUp() local
56 if (test_srcdir != nullptr) { in SetUp()
59 absl::StrCat(test_srcdir, "/google_root_pem/file/downloaded").c_str(), in SetUp()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/rpc/
H A Dgrpc_client_test.cc48 std::string test_srcdir = tensorflow::testing::TensorFlowSrcRoot(); in GRPCClientTestBase() local
50 test_srcdir, "compiler/xla/rpc/grpc_service_main_cpu"); in GRPCClientTestBase()
/aosp_15_r20/external/federated-compute/fcp/testing/
H A Dtesting.cc51 std::string test_srcdir = env ? env : ""; in GetTestDataPath() local
52 return ConcatPath(test_srcdir, ConcatPath("com_google_fcp", relative_path)); in GetTestDataPath()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/
H A Dutils_test.cc39 std::string test_srcdir = tensorflow::testing::TensorFlowSrcRoot(); in TEST() local
/aosp_15_r20/external/python/absl-py/absl/testing/
D_bazelize_command.py44 manifest_file = os.path.join(FLAGS.test_srcdir, 'MANIFEST')
/aosp_15_r20/external/federated-compute/fcp/demo/
H A Dfederated_program_test.py86 flags.FLAGS.test_srcdir,
H A Dserver_test.py211 flags.FLAGS.test_srcdir,
/aosp_15_r20/external/python/cpython3/Lib/distutils/tests/
Dtest_sysconfig.py53 def test_srcdir(self): member in SysconfigTestCase
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/distutils/tests/
H A Dtest_sysconfig.py53 def test_srcdir(self): member in SysconfigTestCase
/aosp_15_r20/external/python/setuptools/setuptools/_distutils/tests/
Dtest_sysconfig.py60 def test_srcdir(self): member in SysconfigTestCase
/aosp_15_r20/external/python/absl-py/
DCHANGELOG.md201 * (testing) Added public flag holders for `--test_srcdir` and `--test_tmpdir`.
203 `absltest.TEST_TMPDIR.value` instead of `FLAGS.test_srcdir` and
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_sysconfig.py443 def test_srcdir(self): member in TestSysConfig