HomeSort by relevance Sort by last modified time
    Searched full:getopt (Results 176 - 200 of 1289) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/fonttools/MetaTools/
roundTrip.py 20 import getopt namespace
70 rawOptions, files = getopt.getopt(args, "it:x:")
71 except getopt.GetoptError:
  /external/libcxx/test/
runtests.py 14 import getopt namespace
144 opts, args = getopt.getopt(
146 except getopt.GetoptError as err:
  /external/libvpx/libvpx/tools/
lint-hunks.py 11 import getopt namespace
65 opts, args = getopt.getopt(argv[1:], SHORT_OPTIONS, LONG_OPTIONS)
66 except getopt.error, msg:
  /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/sepolicy/
global_macros 44 define(`rw_socket_perms', `{ ioctl read getattr write setattr lock append bind connect getopt setopt shutdown }')
  /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:
  /external/valgrind/main/drd/tests/
hold_lock.c 32 while ((optchar = getopt(argc, argv, "i:")) != EOF)
pth_cond_race.c 30 while ((optchar = getopt(argc, argv, "m")) != EOF)
  /external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
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_listen.py 12 import getopt namespace
123 options, args = getopt.getopt(sys.argv[1:],"hi:t:w:")
125 except getopt.GetoptError:
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
lint-hunks.py 11 import getopt namespace
65 opts, args = getopt.getopt(argv[1:], SHORT_OPTIONS, LONG_OPTIONS)
66 except getopt.error, msg: