Home
last modified time | relevance | path

Searched refs:_getopt (Results 1 – 5 of 5) sorted by relevance

/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/bench/
Dmain.py192 import getopt as _getopt namespace
199 opts, args = _getopt.getopt(argv, "hc:p:", ["help"])
Dwrite.py296 import getopt as _getopt namespace
302 opts, args = _getopt.getopt(argv, "hp:t:", ["help"])
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
Dmain.py190 import getopt as _getopt namespace
197 opts, args = _getopt.getopt(argv, "hc:p:", ["help"])
Dwrite.py297 import getopt as _getopt namespace
303 opts, args = _getopt.getopt(argv, "hp:t:", ["help"])
/external/libevent/WIN32-Code/
Dgetopt.c45 __weak_alias(getopt,_getopt);