Searched refs:_match_abbrev (Results 1 - 8 of 8) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_optparse.py24 from optparse import _match_abbrev namespace
1570 self.assertEqual(_match_abbrev("--f",
1581 _match_abbrev, (s, wordmap), None,
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_optparse.py24 from optparse import _match_abbrev namespace
1570 self.assertEqual(_match_abbrev("--f",
1581 _match_abbrev, (s, wordmap), None,
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_optparse.py24 from optparse import _match_abbrev namespace
1570 self.assertEqual(_match_abbrev("--f",
1581 _match_abbrev, (s, wordmap), None,
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_optparse.py24 from optparse import _match_abbrev namespace
1570 self.assertEqual(_match_abbrev("--f",
1581 _match_abbrev, (s, wordmap), None,
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Doptparse.py1477 return _match_abbrev(opt, self._long_opt)
1674 def _match_abbrev(s, wordmap): function
1675 """_match_abbrev(s : string, wordmap : {string : Option}) -> string
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Doptparse.py1477 return _match_abbrev(opt, self._long_opt)
1674 def _match_abbrev(s, wordmap): function
1675 """_match_abbrev(s : string, wordmap : {string : Option}) -> string
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Doptparse.py1477 return _match_abbrev(opt, self._long_opt)
1674 def _match_abbrev(s, wordmap): function
1675 """_match_abbrev(s : string, wordmap : {string : Option}) -> string
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Doptparse.py1477 return _match_abbrev(opt, self._long_opt)
1674 def _match_abbrev(s, wordmap): function
1675 """_match_abbrev(s : string, wordmap : {string : Option}) -> string

Completed in 525 milliseconds