/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_urllib.py | 9 import tempfile namespace 228 fd, tmp_file = tempfile.mkstemp() 319 newFd, newFilePath = tempfile.mkstemp() [all...] |
test_cgi.py | 5 import tempfile namespace 225 f = TestReadlineFile(tempfile.TemporaryFile())
|
test_tools.py | 13 import tempfile namespace
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_urllib.py | 9 import tempfile namespace 228 fd, tmp_file = tempfile.mkstemp() 319 newFd, newFilePath = tempfile.mkstemp() [all...] |
test_cgi.py | 5 import tempfile namespace 225 f = TestReadlineFile(tempfile.TemporaryFile())
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
testbase.py | 8 import tempfile namespace 31 os.path.realpath(tempfile.gettempdir()),
|
/external/chromium_org/chrome/test/functional/ |
omnibox.py | 10 import tempfile namespace 153 temp_dir = tempfile.mkdtemp(prefix='omnibox')
|
/external/chromium_org/tools/gyp/pylib/gyp/ |
common.py | 11 import tempfile namespace 335 tmp_fd, self.tmp_path = tempfile.mkstemp( 370 # tempfile.mkstemp uses an overly restrictive mode, resulting in a
|
/external/chromium_org/tools/telemetry/telemetry/page/ |
page_runner_unittest.py | 6 import tempfile namespace 185 with tempfile.NamedTemporaryFile(delete=False) as f:
|
/external/chromium_org/tools/win/split_link/ |
split_link.py | 17 import tempfile namespace 211 temp = tempfile.NamedTemporaryFile(
|
/external/skia/tools/skpdiff/ |
skpdiff_server.py | 13 import tempfile namespace 232 image_output_dir = os.path.realpath(tempfile.mkdtemp('skpdiff'))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
cgitb.py | 30 import tempfile namespace 297 (fd, path) = tempfile.mkstemp(suffix=suffix, dir=self.logdir)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
util.py | 404 from tempfile import mkstemp 407 from tempfile import mktemp
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
cgitb.py | 30 import tempfile namespace 297 (fd, path) = tempfile.mkstemp(suffix=suffix, dir=self.logdir)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
util.py | 404 from tempfile import mkstemp 407 from tempfile import mktemp
|
/external/chromium_org/build/android/pylib/base/ |
base_test_runner.py | 11 import tempfile namespace
|
/external/chromium_org/build/mac/ |
tweak_info_plist.py | 30 import tempfile namespace 321 temp_info_plist = tempfile.NamedTemporaryFile()
|
/external/chromium_org/chrome/tools/ |
webforms_aggregator_unittests.py | 9 import tempfile namespace 220 self.temp_dir = tempfile.mkdtemp()
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/ |
svn.py | 37 import tempfile namespace
|
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/ |
cros_interface.py | 10 import tempfile namespace 219 with tempfile.NamedTemporaryFile() as f: 226 with tempfile.NamedTemporaryFile() as f:
|
/external/chromium_org/v8/tools/ |
merge-to-branch.sh | 32 PERSISTFILE_BASENAME=/tmp/v8-merge-to-branch-tempfile
|
/external/v8/tools/ |
merge-to-branch.sh | 32 PERSISTFILE_BASENAME=/tmp/v8-merge-to-branch-tempfile
|
/frameworks/base/packages/Keyguard/scripts/ |
new_merge.py | 7 import tempfile namespace
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/ |
heap.py | 37 import tempfile namespace
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/ |
heap.py | 37 import tempfile namespace
|