HomeSort by relevance Sort by last modified time
    Searched refs:getopt (Results 51 - 75 of 465) sorted by null

1 23 4 5 6 7 8 91011>>

  /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:
  /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:
  /external/sepolicy/tools/
checkfc.c 1 #include <getopt.h>
45 while ((c = getopt(argc, argv, "ph")) != -1) {
  /external/oprofile/
oprofile_android 25 import getopt
155 opts, args = getopt.getopt(self.argv[1:],
157 except getopt.GetoptError, e:
212 opts, args = getopt.getopt(command_args,
214 except getopt.GetoptError, e:
321 opts, args = getopt.getopt(command_args,
323 except getopt.GetoptError, e
    [all...]
  /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/bison/lib/
getopt_int.h 1 /* Internal declarations for getopt.
22 #include <getopt.h>
45 of the list of option characters, or by calling getopt.
61 '--' can cause 'getopt' to return -1 with 'optind' != ARGC. */
73 versions of getopt. */
96 or getopt was called. */
  /external/clang/
gen_diff.sh 15 ARGS=`getopt -o h --long help -- "$@"`
  /external/e2fsprogs/debugfs/
unused.c 19 #include <getopt.h>
  /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/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/srtp/crypto/test/
kernel_driver.c 47 #include <unistd.h> /* for getopt() */
76 q = getopt(argc, argv, "vd:");
rand_gen.c 47 #include <unistd.h> /* for getopt() */
89 q = getopt(argc, argv, "ld:n:");
  /external/valgrind/main/drd/tests/
annotate_ignore_rw.c 7 #include <unistd.h> /* getopt() */
31 while ((optchar = getopt(argc, argv, "r")) != EOF)
annotate_ignore_write.c 7 #include <unistd.h> /* getopt() */
31 while ((optchar = getopt(argc, argv, "r")) != EOF)
fp_race.c 37 while ((optchar = getopt(argc, argv, "dmp")) != EOF)
omp_printf.c 7 #include <unistd.h> // getopt()
29 while ((optchar = getopt(argc, argv, "hi:qt:")) != EOF)
pth_cond_race.c 30 while ((optchar = getopt(argc, argv, "m")) != EOF)
sem_as_mutex.c 38 while ((optchar = getopt(argc, argv, "dmp")) != EOF)
  /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_find.py 12 import getopt namespace
133 options, args = getopt.getopt(sys.argv[1:],"hi:t:w:")
135 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_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:

Completed in 883 milliseconds

1 23 4 5 6 7 8 91011>>