HomeSort by relevance Sort by last modified time
    Searched full:shortopts (Results 1 - 25 of 54) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
getopt.py 51 def getopt(args, shortopts, longopts = []):
56 running program. Typically, this means "sys.argv[1:]". shortopts
90 opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:])
94 def gnu_getopt(args, shortopts, longopts = []):
117 if shortopts.startswith('+'):
118 shortopts = shortopts[1:]
133 opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:])
187 def do_shorts(opts, optstring, shortopts, args):
190 if short_has_arg(opt, shortopts):
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
getopt.py 51 def getopt(args, shortopts, longopts = []):
56 running program. Typically, this means "sys.argv[1:]". shortopts
90 opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:])
94 def gnu_getopt(args, shortopts, longopts = []):
117 if shortopts.startswith('+'):
118 shortopts = shortopts[1:]
133 opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:])
187 def do_shorts(opts, optstring, shortopts, args):
190 if short_has_arg(opt, shortopts):
    [all...]
  /external/python/cpython2/Lib/
getopt.py 51 def getopt(args, shortopts, longopts = []):
56 running program. Typically, this means "sys.argv[1:]". shortopts
90 opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:])
94 def gnu_getopt(args, shortopts, longopts = []):
117 if shortopts.startswith('+'):
118 shortopts = shortopts[1:]
133 opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:])
187 def do_shorts(opts, optstring, shortopts, args):
190 if short_has_arg(opt, shortopts)
    [all...]
  /external/python/cpython3/Lib/
getopt.py 56 def getopt(args, shortopts, longopts = []):
61 running program. Typically, this means "sys.argv[1:]". shortopts
95 opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:])
99 def gnu_getopt(args, shortopts, longopts = []):
122 if shortopts.startswith('+'):
123 shortopts = shortopts[1:]
138 opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:])
192 def do_shorts(opts, optstring, shortopts, args):
195 if short_has_arg(opt, shortopts)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
getopt.py 51 def getopt(args, shortopts, longopts = []):
56 running program. Typically, this means "sys.argv[1:]". shortopts
90 opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:])
94 def gnu_getopt(args, shortopts, longopts = []):
117 if shortopts.startswith('+'):
118 shortopts = shortopts[1:]
133 opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:])
187 def do_shorts(opts, optstring, shortopts, args):
190 if short_has_arg(opt, shortopts)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
getopt.py 51 def getopt(args, shortopts, longopts = []):
56 running program. Typically, this means "sys.argv[1:]". shortopts
90 opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:])
94 def gnu_getopt(args, shortopts, longopts = []):
117 if shortopts.startswith('+'):
118 shortopts = shortopts[1:]
133 opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:])
187 def do_shorts(opts, optstring, shortopts, args):
190 if short_has_arg(opt, shortopts)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
getopt.py 51 def getopt(args, shortopts, longopts = []):
56 running program. Typically, this means "sys.argv[1:]". shortopts
90 opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:])
94 def gnu_getopt(args, shortopts, longopts = []):
117 if shortopts.startswith('+'):
118 shortopts = shortopts[1:]
133 opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:])
187 def do_shorts(opts, optstring, shortopts, args):
190 if short_has_arg(opt, shortopts)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
getopt.py 51 def getopt(args, shortopts, longopts = []):
56 running program. Typically, this means "sys.argv[1:]". shortopts
90 opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:])
94 def gnu_getopt(args, shortopts, longopts = []):
117 if shortopts.startswith('+'):
118 shortopts = shortopts[1:]
133 opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:])
187 def do_shorts(opts, optstring, shortopts, args):
190 if short_has_arg(opt, shortopts)
    [all...]
  /external/e2fsprogs/include/nonunix/
getopt.h 108 extern int getopt (int argc, char *const *argv, const char *shortopts);
112 extern int getopt_long (int argc, char *const *argv, const char *shortopts,
115 const char *shortopts,
120 const char *shortopts,
  /toolchain/binutils/binutils-2.27/include/
getopt.h 112 extern int getopt (int argc, char *const *argv, const char *shortopts);
120 extern int getopt_long (int argc, char *const *argv, const char *shortopts,
123 const char *shortopts,
128 const char *shortopts,
  /device/linaro/bootloader/arm-trusted-firmware/tools/fiptool/
win_posix.c 214 const char *shortopts,
236 shortopts,
252 const char *shortopts,
280 shortopts,
win_posix.h 171 const char *shortopts,
183 const char *shortopts,
  /external/flac/include/share/
getopt.h 149 extern int share__getopt (int argc, char *const *argv, const char *shortopts);
155 extern int share__getopt_long (int argc, char *const *argv, const char *shortopts,
158 const char *shortopts,
163 const char *shortopts,
  /external/python/cpython3/Doc/library/
getopt.rst 30 .. function:: getopt(args, shortopts, longopts=[])
34 means ``sys.argv[1:]``. *shortopts* is the string of option letters that the
48 are not supported. To accept only long options, *shortopts* should be an
66 .. function:: gnu_getopt(args, shortopts, longopts=[])
  /external/iptables/iptables/
iptables-apply 57 SHORTOPTS="t:Vh";
60 OPTS=$(getopt -s bash -o "$SHORTOPTS" -l "$LONGOPTS" -n "$PROGNAME" -- "$@") || exit $?
  /external/python/cpython2/Mac/scripts/
BuildApplet.py 78 SHORTOPTS = "o:r:ne:v?PR"
81 options, args = getopt.getopt(sys.argv[1:], SHORTOPTS, LONGOPTS)
  /toolchain/binutils/binutils-2.27/ld/
ldemul.c 129 ldemul_add_options (int ns, char **shortopts, int nl,
134 (*ld_emulation->add_options) (ns, shortopts, nl, longopts,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_getopt.py 177 longopts, shortopts = getopt.getopt(['--help='], '', ['help='])
179 longopts, shortopts = getopt.getopt(['--help=x'], '', ['help='])
  /external/python/cpython2/Lib/test/
test_getopt.py 177 longopts, shortopts = getopt.getopt(['--help='], '', ['help='])
179 longopts, shortopts = getopt.getopt(['--help=x'], '', ['help='])
  /external/python/cpython3/Lib/test/
test_getopt.py 177 longopts, shortopts = getopt.getopt(['--help='], '', ['help='])
179 longopts, shortopts = getopt.getopt(['--help=x'], '', ['help='])
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_getopt.py 177 longopts, shortopts = getopt.getopt(['--help='], '', ['help='])
179 longopts, shortopts = getopt.getopt(['--help=x'], '', ['help='])
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_getopt.py 177 longopts, shortopts = getopt.getopt(['--help='], '', ['help='])
179 longopts, shortopts = getopt.getopt(['--help=x'], '', ['help='])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_getopt.py 177 longopts, shortopts = getopt.getopt(['--help='], '', ['help='])
179 longopts, shortopts = getopt.getopt(['--help=x'], '', ['help='])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_getopt.py 177 longopts, shortopts = getopt.getopt(['--help='], '', ['help='])
179 longopts, shortopts = getopt.getopt(['--help=x'], '', ['help='])
  /system/libvintf/
check_vintf.cpp 177 std::map<int, Option> shortopts{
189 ret.emplace(shortopts[c], std::move(argValue));

Completed in 977 milliseconds

1 2 3