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

  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...]
  /toolchain/binutils/binutils-2.25/intl/
configure     [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
configure     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/llvm/
configure     [all...]
  /toolchain/binutils/binutils-2.25/bfd/
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 
  /external/libmicrohttpd/doc/
texinfo.tex     [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 
  /toolchain/binutils/binutils-2.25/texinfo/
texinfo.tex     [all...]
  /external/libgdx/backends/gdx-backends-gwt/libs/
gwt-dev.jar 

Completed in 606 milliseconds