Home
last modified time | relevance | path

Searched refs:resource_prefix (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/infrastructure/
Dtraffic_director.py54 resource_prefix: str,
63 self.resource_prefix: str = resource_prefix
297 resource_prefix: str,
302 resource_prefix=resource_prefix,
/external/webrtc/test/
Dframe_generator_capturer.cc33 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()
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/bin/
Drun_td_setup.py87 resource_prefix=namespace,
93 resource_prefix=namespace,
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/
Dxds_k8s_testcase.py172 resource_prefix=self.namespace,
227 resource_prefix=self.namespace,
/external/webrtc/test/scenario/
Dvideo_stream.cc112 static const std::string resource_prefix = "res://"; in TransformFilePath() local
116 } else if (absl::StartsWith(path, resource_prefix)) { in TransformFilePath()
117 std::string name = path.substr(resource_prefix.length(), ext_pos); in TransformFilePath()