OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:label_remove_hosts
(Results
1 - 4
of
4
) sorted by null
/external/autotest/cli/
label_unittest.py
144
rpcs=[('
label_remove_hosts
', {'id': 'label0',
/external/autotest/frontend/afe/doctests/
001_rpc_test.txt
305
>>> rpc_interface.
label_remove_hosts
(id='label2', hosts=['host2'])
318
>>> rpc_interface.
label_remove_hosts
(id='label2', hosts=['host2', 'host1'])
[
all
...]
/external/autotest/server/
frontend.py
848
return self.afe.run('
label_remove_hosts
', id=self.id, hosts=hosts)
[
all
...]
/external/autotest/frontend/afe/
rpc_interface.py
205
def
label_remove_hosts
(id, hosts):
function
[
all
...]
Completed in 2609 milliseconds