Searched refs:resource_path (Results 1 – 7 of 7) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/route53/ |
D | test_health_check.py | 32 hc = HealthCheck(ip_addr="54.217.7.118", port=80, hc_type="HTTP", resource_path="/testing") 43 … hc = HealthCheck(ip_addr="54.217.7.118", port=443, hc_type="HTTPS", resource_path="/testing") 55 … hc = HealthCheck(ip_addr=None, port=443, hc_type="HTTPS", resource_path="/", fqdn="google.com") 67 hc = HealthCheck(ip_addr="54.217.7.118", port=80, hc_type="HTTP", resource_path="/testing") 69 hc = HealthCheck(ip_addr="54.217.7.119", port=80, hc_type="HTTP", resource_path="/testing") 77 hc = HealthCheck(ip_addr="54.217.7.118", port=80, hc_type="HTTP", resource_path="/testing") 93 …hc = HealthCheck(ip_addr="54.217.7.118", port=80, hc_type="HTTP_STR_MATCH", resource_path="/testin… 105 …hc = HealthCheck(ip_addr="54.217.7.118", port=80, hc_type="HTTPS_STR_MATCH", resource_path="/testi… 117 hc = HealthCheck(ip_addr="54.217.7.118", port=80, hc_type="HTTP", resource_path="/testing")
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/route53/ |
D | healthcheck.py | 77 …def __init__(self, ip_addr, port, hc_type, resource_path, fqdn=None, string_match=None, request_in… argument 109 self.resource_path = resource_path 130 'resource_path': self.resource_path,
|
/external/webrtc/webrtc/voice_engine/test/auto_test/ |
D | resource_manager.cc | 20 std::string resource_path = webrtc::test::ProjectRootPath(); in ResourceManager() local 21 if (resource_path == webrtc::test::kCannotFindProjectRootDir) { in ResourceManager() 25 resource_path + "data/voice_engine/" + filename; in ResourceManager()
|
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/ |
D | not_strict_test.py | 67 resource_path = os.path.join(_RESOURCE_PREFIX, test_file) 68 self.addTest(filetestcase.AnnotatedFileTestCase(resource_path,
|
D | full_test.py | 113 resource_path = os.path.join(_RESOURCE_PREFIX, test_file) 116 resource_path,
|
/external/webrtc/webrtc/voice_engine/test/cmd_test/ |
D | voe_cmd_test.cc | 242 std::string resource_path = "/sdcard/"; in RunTest() local 244 std::string resource_path = webrtc::test::ProjectRootPath(); in RunTest() local 245 if (resource_path == webrtc::test::kCannotFindProjectRootDir) { in RunTest() 249 resource_path = "./"; in RunTest() 251 resource_path += "data/voice_engine/"; in RunTest() 254 const std::string audio_filename = resource_path + "audio_long16.pcm"; in RunTest()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/route53/ |
D | test_connection.py | 601 …thCheck(ip_addr='74.125.228.81', port=443, hc_type='HTTPS_STR_MATCH', resource_path='/health_check… 674 …hc = HealthCheck(ip_addr='', port=443, hc_type='HTTPS', resource_path='/health_check', fqdn='examp…
|