HomeSort by relevance Sort by last modified time
    Searched refs:tempfile (Results 376 - 400 of 410) sorted by null

<<11121314151617

  /external/chromium_org/tools/gyp/pylib/gyp/generator/
xcode.py 16 import tempfile namespace
438 tempfile.mkstemp(suffix='.tmp', prefix='project.pbxproj.gyp.',
464 # tempfile.mkstemp uses an overly restrictive mode, resulting in a
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/
__init__.py 203 import tempfile namespace
204 tmp = tempfile.TemporaryFile(prefix="ttx-fonttools")
  /external/lldb/examples/python/
gdbremote.py 26 import tempfile namespace
204 g_log_file = tempfile.mktemp()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cgi.py 766 import tempfile namespace
767 return tempfile.TemporaryFile("w+b")
    [all...]
platform.py 385 import tempfile namespace
386 self.tmpfile = tmpfile = tempfile.mktemp()
    [all...]
doctest.py 99 import unittest, difflib, pdb, tempfile namespace
    [all...]
urllib.py 246 import tempfile namespace
252 (fd, filename) = tempfile.mkstemp(suffix)
    [all...]
pydoc.py 1359 import tempfile namespace
1385 import tempfile namespace
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
ccompiler.py 736 import tempfile namespace
745 fd, fname = tempfile.mkstemp(".c", funcname, text=True)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_posix.py 17 import tempfile namespace
21 _DUMMY_SYMLINK = os.path.join(tempfile.gettempdir(),
test_bytes.py 14 import tempfile namespace
531 tfn = tempfile.mktemp()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cgi.py 766 import tempfile namespace
767 return tempfile.TemporaryFile("w+b")
    [all...]
platform.py 385 import tempfile namespace
386 self.tmpfile = tmpfile = tempfile.mktemp()
    [all...]
doctest.py 99 import unittest, difflib, pdb, tempfile namespace
    [all...]
urllib.py 246 import tempfile namespace
252 (fd, filename) = tempfile.mkstemp(suffix)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
ccompiler.py 736 import tempfile namespace
745 fd, fname = tempfile.mkstemp(".c", funcname, text=True)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_posix.py 17 import tempfile namespace
21 _DUMMY_SYMLINK = os.path.join(tempfile.gettempdir(),
test_bytes.py 14 import tempfile namespace
531 tfn = tempfile.mktemp()
    [all...]
  /build/tools/releasetools/
ota_from_target_files 96 import tempfile namespace
449 mappath = tempfile.mkstemp()[1]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
pimp.py 30 import tempfile namespace
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Debugger/
libpython.py 57 import tempfile namespace
    [all...]
  /external/lldb/examples/darwin/heap_find/
heap.py 19 import tempfile namespace
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetUtils.py 31 import tempfile namespace
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
config.py 834 import tempfile namespace
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
config.py 834 import tempfile namespace
    [all...]

Completed in 4495 milliseconds

<<11121314151617