Home
last modified time | relevance | path

Searched defs:test_srcdir (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/sandboxed-api/contrib/libtiff/test/
H A Dhelper.cc20 const char* test_srcdir = std::getenv("TEST_SRCDIR"); in GetFilePath() local
/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
H A Dgrpc_tool_test.cc1259 auto test_srcdir = grpc_core::GetEnv("TEST_SRCDIR"); in TEST_F() local
/aosp_15_r20/external/sandboxed-api/sandboxed_api/
H A Dtesting.cc62 const char* test_srcdir = getenv("TEST_SRCDIR"); in GetTestSourcePath() local
/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/sandboxed-api/oss-internship-2020/gdal/raster_to_gtiff/
H A Dutils.cc69 const char* test_srcdir = std::getenv("TEST_SRCDIR"); in GetTestDataPath() local
/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
/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
/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
/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
/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/federated-compute/fcp/testing/
H A Dtesting.cc51 std::string test_srcdir = env ? env : ""; in GetTestDataPath() local
/aosp_15_r20/external/python/setuptools/setuptools/_distutils/tests/
Dtest_sysconfig.py60 def test_srcdir(self): member in SysconfigTestCase
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_sysconfig.py443 def test_srcdir(self): member in TestSysConfig
/aosp_15_r20/external/bazelbuild-rules_rust/tools/runfiles/
H A Drunfiles.rs251 let test_srcdir = in test_can_read_data_from_runfiles() localVariable