/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/bin/cleanup/ |
D | cleanup.py | 186 def cleanup_td_for_gke(project, network, resource_prefix, resource_suffix): argument 192 resource_prefix=resource_prefix, 198 resource_prefix=resource_prefix, 209 resource_prefix, resource_suffix) 216 def cleanup_client(project, network, k8s_api_manager, resource_prefix, argument 230 resource_prefix, resource_suffix) 240 def cleanup_server(project, network, k8s_api_manager, resource_prefix, argument 252 resource_prefix, resource_suffix) 271 for (regex, resource_prefix, keep, remove) in td_resource_rules: 278 remove(project, network, resource_prefix, result.group(1)) [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/bin/ |
D | run_td_setup.py | 95 resource_prefix: str = xds_flags.RESOURCE_PREFIX.value 105 resource_prefix, resource_suffix) 114 resource_prefix=resource_prefix, 121 resource_prefix=resource_prefix,
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/ |
D | bootstrap_generator_testcase.py | 57 cls.resource_prefix, cls.resource_suffix) 64 cls.resource_prefix, cls.resource_suffix) 66 cls.resource_prefix, cls.resource_suffix) 98 resource_prefix=cls.resource_prefix,
|
D | xds_k8s_testcase.py | 94 resource_prefix: str 145 cls.resource_prefix = xds_flags.RESOURCE_PREFIX.value 451 self.resource_prefix, self.resource_suffix) 458 self.resource_prefix, self.resource_suffix) 463 self.resource_prefix, self.resource_suffix) 560 resource_prefix=self.resource_prefix, 628 resource_prefix=self.resource_prefix, 662 resource_prefix=self.resource_prefix,
|
D | xds_url_map_test_resources.py | 150 self.resource_prefix, self.resource_suffix) 161 resource_prefix=self.resource_prefix, 168 self.resource_prefix) 217 self.resource_prefix, client_namespace_suffix)
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/infrastructure/ |
D | traffic_director.py | 53 resource_prefix: str 74 resource_prefix: str, 87 self.resource_prefix: str = resource_prefix 161 parts = [self.resource_prefix, name] 650 resource_prefix: str, 656 resource_prefix=resource_prefix, 752 resource_prefix: str, 759 resource_prefix=resource_prefix,
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/internal_ci/linux/ |
D | grpc_xds_resource_cleanup.sh | 39 --resource_prefix='required-but-does-not-matter' \ 57 --resource_prefix='required-but-does-not-matter' \ 72 --resource_prefix='required-but-does-not-matter' \
|
/aosp_15_r20/external/webrtc/test/ |
H A D | frame_generator_capturer.cc | 33 static const std::string resource_prefix = "res://"; in TransformFilePath() local 37 } else if (absl::StartsWith(path, resource_prefix)) { in TransformFilePath() 38 std::string name = path.substr(resource_prefix.length(), ext_pos); in TransformFilePath()
|
/aosp_15_r20/tools/test/openhst/ |
D | stress_test_common.py | 64 def RecursiveIncludeToConfig(resource_prefix, print_error): argument 70 "device_config.%s.ascii_proto" % resource_prefix)),
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/test_app/runners/k8s/ |
D | k8s_xds_client_runner.py | 194 resource_prefix: str, 204 return cls._make_namespace_name(resource_prefix, resource_suffix, name)
|
D | k8s_xds_server_runner.py | 265 resource_prefix: str, 275 return cls._make_namespace_name(resource_prefix, resource_suffix, name)
|
D | k8s_base_runner.py | 578 def _make_namespace_name(cls, resource_prefix: str, resource_suffix: str, 582 parts = [resource_prefix, name]
|
/aosp_15_r20/external/webrtc/test/scenario/ |
H A D | video_stream.cc | 102 static const std::string resource_prefix = "res://"; in TransformFilePath() local 106 } else if (absl::StartsWith(path, resource_prefix)) { in TransformFilePath() 107 std::string name = path.substr(resource_prefix.length(), ext_pos); in TransformFilePath()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/config/ |
D | url-map.cfg | 1 --resource_prefix=interop-psm-url-map
|
D | common.cfg | 1 --resource_prefix=psm-interop
|
D | local-dev.cfg.example | 18 --resource_prefix=xds-k8s-test
|