Lines Matching full:for
4 # distributed with this work for additional information
15 # KIND, either express or implied. See the License for the
29 # delay: After server is started, client start is delayed for the value
38 # (e.g. binary:accel) where test is run for any matching "spec" while actual
61 for lib in config:
67 for base, conf in zip(base_configs, configs):
101 for v in values:
109 for spec1, impl1 in cached_set(o1):
110 for spec2, impl2 in cached_set(o2):
123 for key in VALID_JSON_KEYS:
129 for key in VALID_JSON_KEYS:
134 for sv, cl in product(servers, clients):
135 for proto, proto1, proto2 in intersect_with_spec('protocols', sv, cl):
136 for trans, trans1, trans2 in intersect_with_spec('transports', sv, cl):
137 for sock in intersection('sockets', sv, cl):