Home
last modified time | relevance | path

Searched refs:is_shard (Results 1 – 9 of 9) sorted by relevance

/external/autotest/tko/
Dretrieve_logs.cgi97 def _get_tpool_args(hosts, job_path, is_shard, host_set): argument
112 arg = {'host': host, 'job_path': job_path, 'shard': is_shard}
128 if (not server_utils.is_shard() and
/external/arm-optimized-routines/math/test/rtest/
Ddotest.c381 #define is_shard(in) ( \ macro
1539 declined |= lib_fo && is_shard(args+0); in vet_for_decline()
1555 declined |= lib_fo && is_shard(args+0); in vet_for_decline()
1556 declined |= lib_fo && is_shard(args+2); in vet_for_decline()
1565 declined |= lib_fo && is_shard(args+0); in vet_for_decline()
1566 declined |= lib_fo && is_shard(args+2); in vet_for_decline()
1567 declined |= lib_fo && is_shard(args+4); in vet_for_decline()
1568 declined |= lib_fo && is_shard(args+6); in vet_for_decline()
1590 declined |= lib_fo && is_shard(result); in vet_for_decline()
1597 declined |= lib_fo && is_shard(result+2); in vet_for_decline()
[all …]
/external/llvm-project/libc/AOR_v20.02/math/test/rtest/
Ddotest.c382 #define is_shard(in) ( \ macro
1540 declined |= lib_fo && is_shard(args+0); in vet_for_decline()
1556 declined |= lib_fo && is_shard(args+0); in vet_for_decline()
1557 declined |= lib_fo && is_shard(args+2); in vet_for_decline()
1566 declined |= lib_fo && is_shard(args+0); in vet_for_decline()
1567 declined |= lib_fo && is_shard(args+2); in vet_for_decline()
1568 declined |= lib_fo && is_shard(args+4); in vet_for_decline()
1569 declined |= lib_fo && is_shard(args+6); in vet_for_decline()
1591 declined |= lib_fo && is_shard(result); in vet_for_decline()
1598 declined |= lib_fo && is_shard(result+2); in vet_for_decline()
[all …]
/external/autotest/contrib/
Ddb_optimize.py48 return utils.is_shard()
/external/autotest/frontend/afe/
Drpc_utils.py542 assert not server_utils.is_shard()
836 if not (server_utils.is_shard()
1060 if shard_hostname and not server_utils.is_shard():
1107 assert not server_utils.is_shard()
1167 if server_utils.is_shard():
Drpc_interface.py114 if not utils.is_shard():
139 if not utils.is_shard():
593 assert not utils.is_shard()
616 if not utils.is_shard():
1110 if shard_host_map and not utils.is_shard():
1139 if shard_host_map and not utils.is_shard():
1597 if not host.shard or utils.is_shard():
/external/autotest/server/
Dsite_utils.py462 def is_shard(): function
550 if not is_shard():
/external/arm-optimized-routines/math/test/
Dmathtest.c426 int is_shard(unsigned a[1]) in is_shard() function
1036 if (is_single_argtype(t.func->argtype) && is_shard(t.op1r)) in runtest()
1038 if (t.func->argtype==at_s2 && is_shard(t.op2r)) in runtest()
1044 if (is_single_argtype(t.func->rettype) && is_shard(t.resultr)) in runtest()
1046 if (t.func->rettype==rt_s2 && is_shard(t.res2)) in runtest()
/external/llvm-project/libc/AOR_v20.02/math/test/
Dmathtest.c427 int is_shard(unsigned a[1]) in is_shard() function
1037 if (is_single_argtype(t.func->argtype) && is_shard(t.op1r)) in runtest()
1039 if (t.func->argtype==at_s2 && is_shard(t.op2r)) in runtest()
1045 if (is_single_argtype(t.func->rettype) && is_shard(t.resultr)) in runtest()
1047 if (t.func->rettype==rt_s2 && is_shard(t.res2)) in runtest()