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

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dtempfile.py216 def _get_candidate_names(): function
233 names = _get_candidate_names()
323 names = _get_candidate_names()
358 names = _get_candidate_names()
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dtempfile.py216 def _get_candidate_names(): function
233 names = _get_candidate_names()
323 names = _get_candidate_names()
358 names = _get_candidate_names()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dtempfile.py216 def _get_candidate_names(): function
233 names = _get_candidate_names()
323 names = _get_candidate_names()
358 names = _get_candidate_names()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dtempfile.py216 def _get_candidate_names(): function
233 names = _get_candidate_names()
323 names = _get_candidate_names()
358 names = _get_candidate_names()
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_tempfile.py256 """Test the internal function _get_candidate_names."""
259 # _get_candidate_names returns a _RandomNameSequence object
260 obj = tempfile._get_candidate_names()
264 # _get_candidate_names always returns the same object
265 a = tempfile._get_candidate_names()
266 b = tempfile._get_candidate_names()
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_tempfile.py256 """Test the internal function _get_candidate_names."""
259 # _get_candidate_names returns a _RandomNameSequence object
260 obj = tempfile._get_candidate_names()
264 # _get_candidate_names always returns the same object
265 a = tempfile._get_candidate_names()
266 b = tempfile._get_candidate_names()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_tempfile.py256 """Test the internal function _get_candidate_names."""
259 # _get_candidate_names returns a _RandomNameSequence object
260 obj = tempfile._get_candidate_names()
264 # _get_candidate_names always returns the same object
265 a = tempfile._get_candidate_names()
266 b = tempfile._get_candidate_names()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_tempfile.py256 """Test the internal function _get_candidate_names."""
259 # _get_candidate_names returns a _RandomNameSequence object
260 obj = tempfile._get_candidate_names()
264 # _get_candidate_names always returns the same object
265 a = tempfile._get_candidate_names()
266 b = tempfile._get_candidate_names()

Completed in 3461 milliseconds