OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_shard
(Results
1 - 6
of
6
) sorted by null
/external/autotest/tko/
retrieve_logs.cgi
82
def _get_tpool_args(hosts, job_path,
is_shard
, host_set):
87
@param
is_shard
: True if hosts are shards, False otherwise.
97
arg = {'host': host, 'job_path': job_path, 'shard':
is_shard
}
113
if (not server_utils.
is_shard
() and
/external/autotest/frontend/afe/
rpc_interface.py
79
if not utils.
is_shard
():
98
if not utils.
is_shard
():
480
if not utils.
is_shard
():
[
all
...]
rpc_utils.py
649
assert not server_utils.
is_shard
()
[
all
...]
/external/autotest/server/
site_utils.py
470
def
is_shard
():
function
557
if not
is_shard
():
/external/autotest/scheduler/
rdb.py
25
_is_master = not utils.
is_shard
()
monitor_db.py
[
all
...]
Completed in 1348 milliseconds