HomeSort by relevance Sort by last modified time
    Searched refs:resource_path (Results 1 - 7 of 7) sorted by null

  /external/webrtc/webrtc/voice_engine/test/auto_test/
resource_manager.cc 20 std::string resource_path = webrtc::test::ProjectRootPath(); local
21 if (resource_path == webrtc::test::kCannotFindProjectRootDir) {
25 resource_path + "data/voice_engine/" + filename;
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/route53/
healthcheck.py 59 <ResourcePath>%(resource_path)s</ResourcePath>
77 def __init__(self, ip_addr, port, hc_type, resource_path, fqdn=None, string_match=None, request_interval=30, failure_threshold=3):
90 :type resource_path: str
91 :param resource_path: Path to check
109 self.resource_path = resource_path
130 'resource_path': self.resource_path,
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
full_test.py 113 resource_path = os.path.join(_RESOURCE_PREFIX, test_file)
116 resource_path,
not_strict_test.py 67 resource_path = os.path.join(_RESOURCE_PREFIX, test_file)
68 self.addTest(filetestcase.AnnotatedFileTestCase(resource_path,
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/route53/
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="/testing", string_match="test")
105 hc = HealthCheck(ip_addr="54.217.7.118", port=80, hc_type="HTTPS_STR_MATCH", resource_path="/testing", string_match="test")
117 hc = HealthCheck(ip_addr="54.217.7.118", port=80, hc_type="HTTP", resource_path="/testing")
172 'resource_path': '/testing'
    [all...]
  /external/webrtc/webrtc/voice_engine/test/cmd_test/
voe_cmd_test.cc 242 std::string resource_path = "/sdcard/"; local
244 std::string resource_path = webrtc::test::ProjectRootPath(); local
245 if (resource_path == webrtc::test::kCannotFindProjectRootDir) {
249 resource_path = "./";
251 resource_path += "data/voice_engine/";
254 const std::string audio_filename = resource_path + "audio_long16.pcm";
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/route53/
test_connection.py 601 hc = HealthCheck(ip_addr='74.125.228.81', port=443, hc_type='HTTPS_STR_MATCH', resource_path='/health_check', string_match='OK')
674 hc = HealthCheck(ip_addr='', port=443, hc_type='HTTPS', resource_path='/health_check', fqdn='example.com')

Completed in 407 milliseconds