HomeSort by relevance Sort by last modified time
    Searched defs:getopt (Results 1 - 25 of 187) sorted by null

1 2 3 4 5 6 7 8

  /development/scripts/
stack 19 import getopt namespace
47 options, arguments = getopt.getopt(sys.argv[1:], "",
50 except getopt.GetoptError, unused_error:
  /external/chromium_org/third_party/libvpx/source/libvpx/test/android/
scrape_gtest_log.py 16 import getopt namespace
30 getopt.getopt(sys.argv[1:], \
32 except getopt.GetOptError:
  /external/chromium_org/tools/page_cycler/common/
start.js 24 function getopt(name) { function
58 var iterations = getopt('iterations');
  /external/libvpx/libvpx/test/android/
scrape_gtest_log.py 16 import getopt namespace
30 getopt.getopt(sys.argv[1:], \
32 except getopt.GetOptError:
  /external/chromium_org/third_party/libvpx/source/libvpx/tools/
all_builds.py 3 import getopt namespace
41 o, _ = getopt.getopt(argv[1:opt_end_index], None, LONG_OPTIONS)
42 except getopt.GetoptError, err:
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gl_offsets.py 30 import sys, getopt namespace
106 (args, trail) = getopt.getopt(sys.argv[1:], "f:c")
extension_helper.py 30 import sys, getopt, string namespace
303 (args, trail) = getopt.getopt(sys.argv[1:], "f:m:")
gl_SPARC_asm.py 30 import sys, getopt namespace
256 (args, trail) = getopt.getopt(sys.argv[1:], "m:f:")
  /external/chromium_org/third_party/skia/bench/
bench_compare.py 8 import getopt namespace
58 opts, _ = getopt.getopt(sys.argv[1:], "f:o:n:s:ht", ['match='])
59 except getopt.GetoptError, err:
  /external/chromium_org/tools/grit/grit/tool/
buildinfo.py 9 import getopt namespace
31 (own_opts, args) = getopt.getopt(args, 'o:')
  /external/fonttools/MetaTools/
roundTrip.py 20 import getopt namespace
70 rawOptions, files = getopt.getopt(args, "it:x:")
71 except getopt.GetoptError:
  /external/libvpx/libvpx/tools/
all_builds.py 3 import getopt namespace
41 o, _ = getopt.getopt(argv[1:opt_end_index], None, LONG_OPTIONS)
42 except getopt.GetoptError, err:
  /external/mesa3d/src/mapi/glapi/gen/
gl_offsets.py 30 import sys, getopt namespace
106 (args, trail) = getopt.getopt(sys.argv[1:], "f:c")
  /external/qemu/distrib/libsparse/src/
simg_dump.py 18 import getopt, posixpath, signal, struct, sys namespace
36 opts, args = getopt.getopt(sys.argv[1:],
39 except getopt.GetoptError, e:
  /external/qemu/
offset_layout.py 5 import getopt namespace
33 options, args = getopt.getopt(sys.argv[1:], "", ["dx=", "dy=", "px=", "py=", "kx=", "ky="])
49 except getopt.error, msg:
  /external/skia/bench/
bench_compare.py 8 import getopt namespace
58 opts, _ = getopt.getopt(sys.argv[1:], "f:o:n:s:ht", ['match='])
59 except getopt.GetoptError, err:
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
all_builds.py 3 import getopt namespace
41 o, _ = getopt.getopt(argv[1:opt_end_index], None, LONG_OPTIONS)
42 except getopt.GetoptError, err:
  /sdk/emulator/opengl/host/tools/emugen/
getopt.c 1 #include "getopt.h"
13 int getopt(int argc, char* const argv[], const char* ostr) { function
  /system/core/libsparse/
simg_dump.py 18 import getopt, posixpath, signal, struct, sys namespace
36 opts, args = getopt.getopt(sys.argv[1:],
39 except getopt.GetoptError, e:
  /bionic/libc/kernel/tools/
clean_header.py 77 import sys, cpp, kernel, glob, os, re, getopt namespace
192 optlist, args = getopt.getopt( sys.argv[1:], 'uvk:d:' )
  /build/tools/
generate-notice-files.py 24 import getopt namespace
42 opts, args = getopt.getopt(sys.argv[1:], "h")
43 except getopt.GetoptError, err:
  /external/blktrace/btt/
bno_plot.py 41 import getopt, glob, os, sys, tempfile namespace
62 (opts, args) = getopt.getopt(in_args, s_opts, l_opts)
63 except getopt.error, msg:
  /external/chromium_org/ppapi/generators/
idl_option.py 5 import getopt namespace
96 opts, filenames = getopt.getopt(args, short_opts, long_opts)
103 except getopt.error, e:
  /external/chromium_org/third_party/android_platform/development/scripts/
stack 19 import getopt namespace
113 options, arguments = getopt.getopt(sys.argv[1:], "",
121 except getopt.GetoptError, unused_error:
  /external/chromium_org/third_party/icu/source/tools/
icu-svnprops-check.py 28 import getopt namespace
192 opts, args = getopt.getopt(argv, "fh", ("fix", "help"))
193 except getopt.GetoptError:

Completed in 930 milliseconds

1 2 3 4 5 6 7 8