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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
tempfile.py 205 def _get_candidate_names(): function
222 names = _get_candidate_names()
312 names = _get_candidate_names()
347 names = _get_candidate_names()
  /external/python/cpython2/Lib/
tempfile.py 221 def _get_candidate_names(): function
238 names = _get_candidate_names()
333 names = _get_candidate_names()
373 names = _get_candidate_names()
  /external/python/cpython3/Lib/
tempfile.py 235 def _get_candidate_names(): function
252 names = _get_candidate_names()
360 names = _get_candidate_names()
405 names = _get_candidate_names()
  /prebuilts/gdb/darwin-x86/lib/python2.7/
tempfile.py 216 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/
tempfile.py 216 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/
tempfile.py 216 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/
tempfile.py 216 def _get_candidate_names(): function
233 names = _get_candidate_names()
323 names = _get_candidate_names()
358 names = _get_candidate_names()
  /test/framework/harnesses/host_controller/build/
build_flasher.py 291 tmp_file_name = next(tempfile._get_candidate_names()) + ".tar"
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_tempfile.py 178 """Test the internal function _get_candidate_names."""
181 # _get_candidate_names returns a _RandomNameSequence object
182 obj = tempfile._get_candidate_names()
186 # _get_candidate_names always returns the same object
187 a = tempfile._get_candidate_names()
188 b = tempfile._get_candidate_names()
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_tempfile.py 256 """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/
test_tempfile.py 256 """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/
test_tempfile.py 256 """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/
test_tempfile.py 256 """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()
  /external/python/cpython2/Lib/test/
test_tempfile.py 257 """Test the internal function _get_candidate_names."""
260 # _get_candidate_names returns a _RandomNameSequence object
261 obj = tempfile._get_candidate_names()
265 # _get_candidate_names always returns the same object
266 a = tempfile._get_candidate_names()
267 b = tempfile._get_candidate_names()
286 '_get_candidate_names',
    [all...]
  /external/python/cpython3/Lib/test/
test_tempfile.py 290 """Test the internal function _get_candidate_names."""
293 # _get_candidate_names returns a _RandomNameSequence object
294 obj = tempfile._get_candidate_names()
298 # _get_candidate_names always returns the same object
299 a = tempfile._get_candidate_names()
300 b = tempfile._get_candidate_names()
317 '_get_candidate_names',
    [all...]
  /external/devlib/devlib/
target.py 480 names = tempfile._get_candidate_names() # pylint: disable=W0212
    [all...]

Completed in 660 milliseconds