/aosp_15_r20/external/grpc-grpc/test/cpp/naming/ |
H A D | resolver_component_tests_runner_invoker.cc | 110 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 D | fuzzer_corpus_test.cc | 83 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 D | runfiles.rs | 182 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 D | get_grpc_test_runfile_dir.cc | 22 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 D | grpc_tool_test.cc | 1259 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 D | helper.cc | 20 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 D | testing.cc | 62 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 D | utils.cc | 69 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 D | gcp_kms_aead_integration_test.cc | 55 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 D | grpc_client_test.cc | 48 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 D | testing.cc | 51 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 D | utils_test.cc | 39 std::string test_srcdir = tensorflow::testing::TensorFlowSrcRoot(); in TEST() local
|
/aosp_15_r20/external/python/absl-py/absl/testing/ |
D | _bazelize_command.py | 44 manifest_file = os.path.join(FLAGS.test_srcdir, 'MANIFEST')
|
/aosp_15_r20/external/federated-compute/fcp/demo/ |
H A D | federated_program_test.py | 86 flags.FLAGS.test_srcdir,
|
H A D | server_test.py | 211 flags.FLAGS.test_srcdir,
|
/aosp_15_r20/external/python/cpython3/Lib/distutils/tests/ |
D | test_sysconfig.py | 53 def test_srcdir(self): member in SysconfigTestCase
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/distutils/tests/ |
H A D | test_sysconfig.py | 53 def test_srcdir(self): member in SysconfigTestCase
|
/aosp_15_r20/external/python/setuptools/setuptools/_distutils/tests/ |
D | test_sysconfig.py | 60 def test_srcdir(self): member in SysconfigTestCase
|
/aosp_15_r20/external/python/absl-py/ |
D | CHANGELOG.md | 201 * (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/ |
D | test_sysconfig.py | 443 def test_srcdir(self): member in TestSysConfig
|