Searched refs:optlist (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DInterpreter.py20 def interpret_compiletime_options(optlist, optdict, type_env=None, type_args=()):
23 The result will be a tuple (optlist, optdict) but where
27 optlist is a list of nodes, while optdict is a DictNode (the
53 if optlist:
54 optlist = [interpret(x, ix) for ix, x in enumerate(optlist)]
62 return (optlist, new_optdict)
/external/lldb/test/pexpect-2.4/examples/
H A Dastat.py31 optlist, args = getopt.getopt(sys.argv[1:], 'h?s:u:p:', ['help','h','?'])
35 options = dict(optlist)
H A Dscript.py39 optlist, args = getopt.getopt(sys.argv[1:], 'h?ac:', ['help','h','?'])
43 options = dict(optlist)
H A Dmonitor.py51 optlist, args = getopt.getopt(sys.argv[1:], 'h?s:u:p:', ['help','h','?'])
55 options = dict(optlist)
H A Dtopip.py100 optlist, args = getopt.getopt(sys.argv[1:], 'h?valqs:u:p:n:', ['help','h','?','ipv6','stddev='])
104 options = dict(optlist)
H A Dbd_serv.py140 optlist, args = getopt.getopt(sys.argv[1:], 'h?d', ['help','h','?', 'hostname=', 'username=', 'password=', 'port=', 'watch'])
145 command_line_options = dict(optlist)
146 options = dict(optlist)
H A Drippy.py936 optlist, args = getopt.getopt(sys.argv[1:], 'h?', ['help','h','?'])
940 command_line_options = dict(optlist)
H A Dcgishell.cgi295 optlist, args = getopt.getopt(sys.argv[1:], 'h?d', ['help','h','?', 'hostname=', 'username=', 'password=', 'port=', 'watch'])
300 command_line_options = dict(optlist)
301 options = dict(optlist)
/external/libedit/doc/
H A Dmdoc2man.awk25 optlist=0
316 oldoptlist=optlist
318 optlist=1
320 optlist=2
323 optlist=3
325 optlist=4
327 optlist=1
333 optlist=oldoptlist
341 } else if(match(words[w],"^It$")&&optlist) {
342 if(optlist
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Des_generator.py133 optlist, args = getopt.getopt(sys.argv[1:], options)
138 for option, optarg in optlist:
/external/mesa3d/src/mesa/main/
H A Des_generator.py133 optlist, args = getopt.getopt(sys.argv[1:], options)
138 for option, optarg in optlist:
/external/e2fsprogs/misc/
H A Dfsck.c814 static int opt_in_list(const char *opt, char *optlist) argument
818 if (!optlist)
820 list = string_copy(optlist);
/external/chromium-trace/trace-viewer/third_party/python_gflags/
H A Dgflags.py1266 optlist, unparsed_args = getopt.gnu_getopt(args, shortopts, longopts)
1268 optlist, unparsed_args = getopt.getopt(args, shortopts, longopts)
1288 for name, arg in optlist:
/external/chromium_org/third_party/python_gflags/
H A Dgflags.py1266 optlist, unparsed_args = getopt.gnu_getopt(args, shortopts, longopts)
1268 optlist, unparsed_args = getopt.getopt(args, shortopts, longopts)
1288 for name, arg in optlist:

Completed in 2861 milliseconds