Home
last modified time | relevance | path

Searched refs:bad_options (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/common/py_utils/py_utils/
Dwebpagereplay_go_server.py196 bad_options = []
200 bad_options.append(option)
201 if len(bad_options) > 0:
202 raise ValueError("Invalid replay options %s" % bad_options)
/external/openssh/
Dservconf.c2592 int linenum, bad_options = 0; in parse_server_config_depth() local
2607 bad_options++; in parse_server_config_depth()
2610 if (bad_options > 0) in parse_server_config_depth()
2612 filename, bad_options); in parse_server_config_depth()
Dreadconf.c1863 int bad_options = 0; in read_config_file_depth() local
1894 bad_options++; in read_config_file_depth()
1898 if (bad_options > 0) in read_config_file_depth()
1900 filename, bad_options); in read_config_file_depth()