HomeSort by relevance Sort by last modified time
    Searched refs:tempfile (Results 176 - 200 of 324) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_hotshot.py 4 import tempfile namespace
132 emptyfile = tempfile.NamedTemporaryFile()
test_traceback.py 70 import os, tempfile, time namespace
73 testdir = tempfile.mkdtemp()
test_httpservers.py 14 import tempfile namespace
285 basetempdir = tempfile.gettempdir()
288 self.tempdir = tempfile.mkdtemp(dir=basetempdir)
384 self.parent_dir = tempfile.mkdtemp()
test_zipfile64.py 24 from tempfile import TemporaryFile
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
util.py 103 import re, tempfile, errno namespace
107 fdout, ccout = tempfile.mkstemp()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
support.py 5 import tempfile namespace
83 d = tempfile.mkdtemp()
test_bdist_rpm.py 6 import tempfile namespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_main.py 10 import tempfile namespace
68 self.temp_dir = tempfile.mkdtemp() # tearDown() cleans this up.
test_refactor.py 12 import tempfile namespace
188 tmpdir = tempfile.mkdtemp(prefix="2to3-test_refactor")
246 dir = tempfile.mkdtemp(prefix="2to3-test_refactor")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mimetools.py 6 import tempfile namespace
216 'x-uuencode': 'uuencode tempfile',
217 'uuencode': 'uuencode tempfile',
218 'x-uue': 'uuencode tempfile',
219 'uue': 'uuencode tempfile',
230 (fd, tempname) = tempfile.mkstemp()
pipes.py 62 import tempfile namespace
225 (fd, temp) = tempfile.mkstemp()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
script_helper.py 8 import tempfile namespace
99 dirname = tempfile.mkdtemp()
test_hotshot.py 4 import tempfile namespace
132 emptyfile = tempfile.NamedTemporaryFile()
test_traceback.py 70 import os, tempfile, time namespace
73 testdir = tempfile.mkdtemp()
test_httpservers.py 14 import tempfile namespace
285 basetempdir = tempfile.gettempdir()
288 self.tempdir = tempfile.mkdtemp(dir=basetempdir)
384 self.parent_dir = tempfile.mkdtemp()
  /build/tools/releasetools/
common.py 27 import tempfile namespace
274 ramdisk_img = tempfile.NamedTemporaryFile()
275 img = tempfile.NamedTemporaryFile()
357 tmp = tempfile.mkdtemp(prefix="targetfiles-")
448 temp = tempfile.NamedTemporaryFile()
829 t = tempfile.NamedTemporaryFile()
871 ptemp = tempfile.NamedTemporaryFile()
  /external/chromium_org/native_client_sdk/src/tools/tests/
oshelpers_test.py 10 import tempfile namespace
55 self.tempdir = tempfile.mkdtemp()
194 self.tempdir = tempfile.mkdtemp()
  /external/chromium_org/tools/gyp/pylib/gyp/
mac_tool.py 22 import tempfile namespace
396 with tempfile.NamedTemporaryFile() as temp:
421 with tempfile.NamedTemporaryFile() as temp:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_refactor.py 12 import tempfile namespace
188 tmpdir = tempfile.mkdtemp(prefix="2to3-test_refactor")
246 dir = tempfile.mkdtemp(prefix="2to3-test_refactor")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 42 import tempfile namespace
90 return tempfile.mktemp(prefix='listener-', dir=get_temp_dir())
92 return tempfile.mktemp(prefix=r'\\.\pipe\pyc-%d-%d-' %
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 42 import tempfile namespace
90 return tempfile.mktemp(prefix='listener-', dir=get_temp_dir())
92 return tempfile.mktemp(prefix=r'\\.\pipe\pyc-%d-%d-' %
  /bionic/libc/tools/
generate-NOTICE.py 15 import tempfile namespace
  /external/chromium_org/third_party/jinja2/
bccache.py 20 import tempfile namespace
205 directory = tempfile.gettempdir()
  /external/llvm/utils/lit/lit/
TestRunner.py 5 import tempfile namespace
125 r[2] = tempfile.TemporaryFile(mode=r[1])
152 stderr = tempfile.TemporaryFile(mode='w+b')
165 f = tempfile.NamedTemporaryFile(delete=False)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_bdist_rpm.py 6 import tempfile namespace

Completed in 954 milliseconds

1 2 3 4 5 6 78 91011>>