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

1 2 3

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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/python/cpython2/Lib/
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 4 Function get_close_matches(word, possibilities, n=3, cutoff=0.6):
701 def get_close_matches(word, possibilities, n=3, cutoff=0.6):
707 possibilities is a list of sequences against which to match word
713 Optional arg cutoff (default 0.6) is a float in [0, 1]. Possibilities
716 The best (no more than n) matches among the possibilities are returned
737 for x in possibilities:
    [all...]
  /external/python/cpython3/Lib/
getopt.py 172 possibilities = [o for o in longopts if o.startswith(opt)]
173 if not possibilities:
176 if opt in possibilities:
178 elif opt + '=' in possibilities:
181 if len(possibilities) > 1:
182 # XXX since possibilities contains all valid continuations, might be
185 assert len(possibilities) == 1
186 unique_match = possibilities[0]
optparse.py 152 def __init__(self, opt_str, possibilities):
154 self.possibilities = possibilities
158 % (self.opt_str, ", ".join(self.possibilities)))
    [all...]
difflib.py 4 Function get_close_matches(word, possibilities, n=3, cutoff=0.6):
688 def get_close_matches(word, possibilities, n=3, cutoff=0.6):
694 possibilities is a list of sequences against which to match word
700 Optional arg cutoff (default 0.6) is a float in [0, 1]. Possibilities
703 The best (no more than n) matches among the possibilities are returned
724 for x in possibilities:
    [all...]
  /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...]
  /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...]
  /external/python/cpython3/Lib/test/test_importlib/
util.py 385 possibilities = b'PYTHONCASEOK', 'PYTHONCASEOK'
387 for x in possibilities) != should_exist:
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
ext_test.go 744 // testPrefix runs the given test function for all many prefix possibilities
747 // If in -long mode, it then runs a test of all the prefix possibilities followed
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
ext_test.go 744 // testPrefix runs the given test function for all many prefix possibilities
747 // If in -long mode, it then runs a test of all the prefix possibilities followed
  /prebuilts/go/darwin-x86/test/chan/
select5.go 421 // it wants to choose between n possibilities.

Completed in 703 milliseconds

1 2 3