Home
last modified time | relevance | path

Searched full:excluded_poll_engines (Results 1 – 6 of 6) sorted by relevance

/external/grpc-grpc/templates/tools/run_tests/generated/
Dtests.json.template22 excluded_poll_engines = tgt.get("excluded_poll_engines", None)
23 if excluded_poll_engines:
24 out['excluded_poll_engines'] = excluded_poll_engines
/external/grpc-grpc/test/cpp/qps/
Dgen_build_yaml.py88 'excluded_poll_engines': scenario_json.get('EXCLUDED_POLL_ENGINES', []),
107 'excluded_poll_engines': scenario_json.get('EXCLUDED_POLL_ENGINES', [])
125 'excluded_poll_engines': scenario_json.get('EXCLUDED_POLL_ENGINES', []),
/external/grpc-grpc/tools/run_tests/performance/
Dscenario_config.py61 scenario.pop('EXCLUDED_POLL_ENGINES', None)
131 excluded_poll_engines=[], argument
222 if len(excluded_poll_engines):
224 scenario['EXCLUDED_POLL_ENGINES'] = excluded_poll_engines
461 excluded_poll_engines=['poll-cv'])
487 excluded_poll_engines=['poll-cv'])
/external/grpc-grpc/tools/run_tests/generated/
Dtests.json3593 "excluded_poll_engines": [ array
3620 "excluded_poll_engines": [ array
3649 "excluded_poll_engines": [ array
3676 "excluded_poll_engines": [ array
57266 "excluded_poll_engines": [], array
57292 "excluded_poll_engines": [], array
57319 "excluded_poll_engines": [], array
57345 "excluded_poll_engines": [], array
57371 "excluded_poll_engines": [], array
57397 "excluded_poll_engines": [], array
[all …]
/external/grpc-grpc/
Dbuild.yaml4213 excluded_poll_engines:
4240 excluded_poll_engines:
4267 excluded_poll_engines:
4294 excluded_poll_engines:
/external/grpc-grpc/tools/run_tests/
Drun_tests.py335 if polling_strategy in target.get('excluded_poll_engines', []):