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

  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Interpreter.py 20 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/
astat.py 31 optlist, args = getopt.getopt(sys.argv[1:], 'h?s:u:p:', ['help','h','?'])
35 options = dict(optlist)
script.py 39 optlist, args = getopt.getopt(sys.argv[1:], 'h?ac:', ['help','h','?'])
43 options = dict(optlist)
monitor.py 51 optlist, args = getopt.getopt(sys.argv[1:], 'h?s:u:p:', ['help','h','?'])
55 options = dict(optlist)
bd_serv.py 140 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)
topip.py 100 optlist, args = getopt.getopt(sys.argv[1:], 'h?valqs:u:p:n:', ['help','h','?','ipv6','stddev='])
104 options = dict(optlist)
cgishell.cgi 295 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)
rippy.py     [all...]
  /external/libedit/doc/
mdoc2man.awk 25 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==1
    [all...]
  /bionic/libc/kernel/tools/
update_all.py 23 optlist, args = getopt.getopt( sys.argv[1:], '' )
29 if len(optlist) > 0 or len(args) > 1:
clean_header.py 192 optlist, args = getopt.getopt( sys.argv[1:], 'uvk:d:' )
198 for opt, arg in optlist:
  /system/extras/tests/sdcard/
plot_sdcard.py 309 (optlist, args) = getopt.getopt(argv[1:],
315 for flag, val in optlist:
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
es_generator.py 133 optlist, args = getopt.getopt(sys.argv[1:], options)
138 for option, optarg in optlist:
    [all...]
  /external/mesa3d/src/mesa/main/
es_generator.py 133 optlist, args = getopt.getopt(sys.argv[1:], options)
138 for option, optarg in optlist:
    [all...]
  /external/e2fsprogs/misc/
fsck.c 814 static int opt_in_list(const char *opt, char *optlist)
818 if (!optlist)
820 list = string_copy(optlist);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imaplib.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py     [all...]
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
gflags.py     [all...]
  /external/chromium_org/third_party/python_gflags/
gflags.py     [all...]

Completed in 280 milliseconds