OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:add_protocol
(Results
1 - 7
of
7
) sorted by null
/external/autotest/frontend/afe/
rpc_client_lib.py
16
def
add_protocol
(hostname):
function
26
add_protocol
('cautotest') --> 'http://cautotest'
27
add_protocol
('http://cautotest') --> 'http://cautotest'
28
add_protocol
('https://cautotest') --> 'https://cautotest'
/external/autotest/cli/
rpc.py
28
web_server = rpc_client_lib.
add_protocol
(web_server)
/external/autotest/server/
frontend_unittest.py
41
rpc_client_lib.
add_protocol
.expect_call('test-host').and_return(
frontend.py
93
rpc_server = rpc_client_lib.
add_protocol
(server) + path
/external/autotest/server/cros/dynamic_suite/
reporting_utils.py
208
instance_server = rpc_client_lib.
add_protocol
(instance_server)
/external/autotest/site_utils/
test_push.py
362
log_link = URL_PATTERN % (rpc_client_lib.
add_protocol
(URL_HOST), job_name)
run_suite.py
594
self.url = _URL_PATTERN % (rpc_client_lib.
add_protocol
(server),
[
all
...]
Completed in 1497 milliseconds