Searched defs:getopt (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
H A Dall_builds.py3 import getopt namespace
41 o, _ = getopt.getopt(argv[1:opt_end_index], None, LONG_OPTIONS)
42 except getopt.GetoptError, err:
H A Dlint-hunks.py11 import getopt namespace
65 opts, args = getopt.getopt(argv[1:], SHORT_OPTIONS, LONG_OPTIONS)
66 except getopt.error, msg:
H A Dcpplint.py46 import getopt namespace
4679 (opts, filenames) = getopt.getopt(args, '', ['help', 'output=', 'verbose=',
4685 except getopt.GetoptError:
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/android/
H A Dget_files.py22 import getopt namespace
67 getopt.getopt(sys.argv[1:], \

Completed in 114 milliseconds