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

  /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/chromium_org/third_party/cython/src/Cython/Compiler/
PyrexTypes.py     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/
configure     [all...]
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [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 
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]
  /external/llvm/
configure     [all...]

Completed in 1537 milliseconds