HomeSort by relevance Sort by last modified time
    Searched refs:short_opts (Results 1 - 22 of 22) sorted by null

  /test/vts/drivers/hal/server/
VtsHalDriverServerMain.cpp 57 const char* const short_opts = "h:d:c:s:n"; local
76 int opt = getopt_long(argc, argv, short_opts, long_opts, nullptr);
  /test/vts/agents/hal/
VtsAgentMain.cpp 61 const char* const short_opts = "hl:"; local
74 int opt = getopt_long(argc, argv, short_opts, long_opts, nullptr);
  /test/vts/drivers/hal/replayer/
VtsHidlHalReplayerMain.cpp 72 const char* const short_opts = "hld:n:"; local
85 int opt = getopt_long(argc, argv, short_opts, long_opts, nullptr);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
fancy_getopt.py 75 self.short_opts = []
152 self.short_opts = []
226 self.short_opts.append(short)
255 short_opts = string.join(self.short_opts)
257 opts, args = getopt.getopt(args, short_opts, self.long_opts)
  /external/python/cpython2/Lib/distutils/
fancy_getopt.py 75 self.short_opts = []
152 self.short_opts = []
226 self.short_opts.append(short)
255 short_opts = string.join(self.short_opts)
257 opts, args = getopt.getopt(args, short_opts, self.long_opts)
  /external/python/cpython3/Lib/distutils/
fancy_getopt.py 70 self.short_opts = []
139 self.short_opts = []
207 self.short_opts.append(short)
231 short_opts = ' '.join(self.short_opts)
233 opts, args = getopt.getopt(args, short_opts, self.long_opts)
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
fancy_getopt.py 75 self.short_opts = []
152 self.short_opts = []
226 self.short_opts.append(short)
255 short_opts = string.join(self.short_opts)
257 opts, args = getopt.getopt(args, short_opts, self.long_opts)
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
fancy_getopt.py 75 self.short_opts = []
152 self.short_opts = []
226 self.short_opts.append(short)
255 short_opts = string.join(self.short_opts)
257 opts, args = getopt.getopt(args, short_opts, self.long_opts)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
fancy_getopt.py 75 self.short_opts = []
152 self.short_opts = []
226 self.short_opts.append(short)
255 short_opts = string.join(self.short_opts)
257 opts, args = getopt.getopt(args, short_opts, self.long_opts)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
fancy_getopt.py 75 self.short_opts = []
152 self.short_opts = []
226 self.short_opts.append(short)
255 short_opts = string.join(self.short_opts)
257 opts, args = getopt.getopt(args, short_opts, self.long_opts)
  /test/vts/utils/native/trace_processor/
TraceProcessorMain.cpp 109 const char* const short_opts = "hm:o:v:"; local
119 int opt = getopt_long(argc, argv, short_opts, long_opts, nullptr);
  /external/vboot_reference/futility/
cmd_load_fmap.c 51 static char *short_opts = ":o:"; variable
103 while ((i = getopt_long(argc, argv, short_opts, long_opts, 0)) != -1) {
cmd_gbb_utility.c 81 static char *short_opts = ":gsc:o:k:b:r:"; variable
372 while ((i = getopt_long(argc, argv, short_opts, long_opts, 0)) != -1) {
cmd_show.c 585 static char *short_opts = ":f:k:t"; variable
625 while ((i = getopt_long(argc, argv, short_opts, long_opts, 0)) != -1) {
cmd_sign.c 699 static char *short_opts = ":s:b:k:S:B:v:f:d:l:"; variable
716 while ((i = getopt_long(argc, argv, short_opts, long_opts, 0)) != -1) {
  /external/dtc/
util.h 210 * @param short_opts The string of short options
215 const char *short_opts,
util.c 422 const char *short_opts,
435 "Options: -[%s]\n", synopsis, short_opts);
  /external/libxcam/tests/
test-pipe-manager.cpp 225 const char *short_opts = "ph"; local
240 while ((opt = getopt_long (argc, argv, short_opts, long_opts, NULL)) != -1) {
test-device-manager.cpp 374 const char *short_opts = "sca:n:m:f:W:H:d:b:pi:e:r:h"; local
393 while ((opt = getopt_long(argc, argv, short_opts, long_opts, NULL)) != -1) {
  /external/nos/host/android/manual_tests/
test_citadel.c 75 static char *short_opts = ":hi:p:m:abv"; variable
963 while ((i = getopt_long(argc, argv, short_opts, long_opts, &idx)) != -1) {
  /external/nos/host/generic/citadel/updater/
updater.cpp 99 const char *short_opts = ":hvlV:fF:"; member in namespace:__anon30749
880 short_opts, long_opts, &idx)) != -1) {
  /external/autotest/contrib/
coverage.py 354 short_opts = string.join(map(lambda o: o[1:], optmap.keys()), '')
356 options, args = getopt.getopt(argv, short_opts, long_opts)
    [all...]

Completed in 1144 milliseconds