/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
getopt.py | 167 possibilities = [o for o in longopts if o.startswith(opt)] 168 if not possibilities: 171 if opt in possibilities: 173 elif opt + '=' in possibilities: 176 if len(possibilities) > 1: 177 # XXX since possibilities contains all valid continuations, might be 180 assert len(possibilities) == 1 181 unique_match = possibilities[0]
|
optparse.py | 146 def __init__(self, opt_str, possibilities): 148 self.possibilities = possibilities 152 % (self.opt_str, ", ".join(self.possibilities))) [all...] |
difflib.py | 6 Function get_close_matches(word, possibilities, n=3, cutoff=0.6): 703 def get_close_matches(word, possibilities, n=3, cutoff=0.6): 709 possibilities is a list of sequences against which to match word 715 Optional arg cutoff (default 0.6) is a float in [0, 1]. Possibilities 718 The best (no more than n) matches among the possibilities are returned 739 for x in possibilities: [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
getopt.py | 167 possibilities = [o for o in longopts if o.startswith(opt)] 168 if not possibilities: 171 if opt in possibilities: 173 elif opt + '=' in possibilities: 176 if len(possibilities) > 1: 177 # XXX since possibilities contains all valid continuations, might be 180 assert len(possibilities) == 1 181 unique_match = possibilities[0]
|
optparse.py | 146 def __init__(self, opt_str, possibilities): 148 self.possibilities = possibilities 152 % (self.opt_str, ", ".join(self.possibilities))) [all...] |
difflib.py | 6 Function get_close_matches(word, possibilities, n=3, cutoff=0.6): 703 def get_close_matches(word, possibilities, n=3, cutoff=0.6): 709 possibilities is a list of sequences against which to match word 715 Optional arg cutoff (default 0.6) is a float in [0, 1]. Possibilities 718 The best (no more than n) matches among the possibilities are returned 739 for x in possibilities: [all...] |
/external/marisa-trie/ |
configure | [all...] |
/external/v8/test/mjsunit/ |
unicode-test.js | [all...] |
/external/llvm/ |
configure | [all...] |
/external/bison/build-aux/ |
texinfo.tex | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.pde.core_3.6.1.v20100902_r361.jar | |
/prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/ |
htmlunit-2.14.jar | |
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ |
ssvnc.tcl | [all...] |