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

1 2

  /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...]
  /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...]
  /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.
  /prebuilts/go/linux-x86/test/chan/
select5.go 421 // it wants to choose between n possibilities.
  /prebuilts/go/darwin-x86/src/compress/flate/
deflate.go 232 // We only look at chainCount possibilities before giving up.

Completed in 3415 milliseconds

1 2