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

1 2

  /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:
  /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 4 import sys, cpp, kernel, glob, os, re, getopt namespace
108 optlist, args = getopt.getopt( sys.argv[1:], 'uvk:d:' )
find_users.py 8 import sys, cpp, glob, os, re, getopt namespace
31 optlist, args = getopt.getopt( sys.argv[1:], 'v' )
update_all.py 3 import sys, cpp, kernel, glob, os, re, getopt, clean_header namespace
23 optlist, args = getopt.getopt( sys.argv[1:], '' )
find_headers.py 8 import sys, cpp, glob, os, re, getopt, kernel namespace
39 optlist, args = getopt.getopt( sys.argv[1:], 'vc:d:a:k:' )
  /build/tools/
generate-notice-files.py 24 import getopt namespace
42 opts, args = getopt.getopt(sys.argv[1:], "h")
43 except getopt.GetoptError, err:
java-event-log-tags.py 27 import getopt namespace
38 opts, args = getopt.getopt(sys.argv[1:], "ho:")
39 except getopt.GetoptError, err:
merge-event-log-tags.py 28 import getopt namespace
50 opts, args = getopt.getopt(sys.argv[1:], "ho:m:")
51 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/icu4c/tools/
icu-svnprops-check.py 28 import getopt namespace
192 opts, args = getopt.getopt(argv, "fh", ("fix", "help"))
193 except getopt.GetoptError:
  /external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
p2p_disconnect.py 11 import getopt namespace
122 options, args = getopt.getopt(sys.argv[1:],"hi:w:")
124 except getopt.GetoptError:
p2p_flush.py 12 import getopt namespace
122 options, args = getopt.getopt(sys.argv[1:],"hi:w:")
124 except getopt.GetoptError:
p2p_listen.py 12 import getopt namespace
123 options, args = getopt.getopt(sys.argv[1:],"hi:t:w:")
125 except getopt.GetoptError:
p2p_find.py 12 import getopt namespace
133 options, args = getopt.getopt(sys.argv[1:],"hi:t:w:")
135 except getopt.GetoptError:
p2p_group_add.py 9 import getopt namespace
169 options, args = getopt.getopt(sys.argv[1:],"hi:p:f:o:w:")
171 except getopt.GetoptError:
p2p_invite.py 9 import getopt namespace
151 options, args = getopt.getopt(sys.argv[1:],"hi:o:w:a:")
153 except getopt.GetoptError:
p2p_stop_find.py 10 import getopt namespace
127 options, args = getopt.getopt(sys.argv[1:],"ht:i:w:")
129 except getopt.GetoptError:
  /sdk/eclipse/scripts/
collect_sources_for_sdk.py 32 import getopt namespace
75 opts, args = getopt.getopt(argv[1:],
78 except getopt.GetoptError, e:
  /external/icu4c/stubdata/
icu_dat_generator.py 25 import getopt namespace
220 opts, args = getopt.getopt(sys.argv[1:], "hv", ["help", "verbose"])
221 except getopt.error:
  /system/extras/tests/sdcard/
plot_sdcard.py 39 import getopt namespace
309 (optlist, args) = getopt.getopt(argv[1:],
311 except getopt.GetoptError, err:
  /development/build/tools/
mk_sources_zip.py 21 import getopt namespace
91 opts, args = getopt.getopt(argv[1:],
94 except getopt.GetoptError, e:
  /development/scripts/
stack 7 import getopt namespace
361 options, arguments = getopt.getopt(sys.argv[1:], "",
366 except getopt.GetoptError, unused_error:
  /external/bison/darwin-lib/
getopt.h 2 /* Declarations for getopt.
29 <getopt.h>; our definitions will be present soon enough. */
32 # include_next <getopt.h>
45 headers that might declare getopt so that they will not cause
46 confusion if included after this file (if the system had <getopt.h>,
58 # undef getopt macro
69 # define getopt __GETOPT_ID (getopt) macro
87 but it caused redefinition warnings if both unistd.h and getopt.h were
88 included, since unistd.h includes getopt.h having previously define
    [all...]

Completed in 1165 milliseconds

1 2