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

<<111213

  /build/tools/releasetools/
ota_from_target_files 73 import tempfile namespace
    [all...]
  /external/chromium_org/tools/gyp/test/lib/
TestGyp.py 17 import tempfile namespace
111 kw['workdir'] = tempfile.mktemp(prefix='testgyp.', dir=workdir)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
pimp.py 30 import tempfile namespace
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
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/test/
test_bytes.py 14 import tempfile namespace
531 tfn = tempfile.mktemp()
    [all...]
test_argparse.py 10 import tempfile namespace
44 self.temp_dir = tempfile.mkdtemp()
    [all...]
test_mailbox.py 11 import tempfile namespace
80 with tempfile.TemporaryFile('w+') as f:
    [all...]
test_zipfile.py 17 from tempfile import TemporaryFile
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
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/linux-x86/2.7.5/lib/python2.7/test/
test_bytes.py 14 import tempfile namespace
531 tfn = tempfile.mktemp()
    [all...]
test_argparse.py 10 import tempfile namespace
44 self.temp_dir = tempfile.mkdtemp()
    [all...]
test_mailbox.py 11 import tempfile namespace
80 with tempfile.TemporaryFile('w+') as f:
    [all...]
test_zipfile.py 17 from tempfile import TemporaryFile
    [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...]
  /external/chromium_org/chrome/test/functional/
perf.py 39 import tempfile namespace
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/
xcode_emulation.py 18 import tempfile namespace
    [all...]
  /external/chromium_org/chrome/test/pyautolib/
pyauto.py 45 import tempfile namespace
    [all...]
  /external/chromium_org/tools/telemetry/third_party/png/
png.py 2429 import tempfile namespace
    [all...]

Completed in 1144 milliseconds

<<111213