/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_pkgimport.py | 1 import os, sys, string, random, tempfile, unittest namespace 20 self.test_dir = tempfile.mkdtemp()
|
test_pkgutil.py | 8 import tempfile namespace 17 self.dirname = tempfile.mkdtemp()
|
test_defaultdict.py | 5 import tempfile namespace 79 # NOTE: We can't use tempfile.[Named]TemporaryFile since this 82 tfn = tempfile.mktemp() 164 tfn = tempfile.mktemp()
|
test_filecmp.py | 2 import os, filecmp, shutil, tempfile namespace 20 self.dir = tempfile.gettempdir() 45 tmpdir = tempfile.gettempdir()
|
test_shutil.py | 5 import tempfile namespace 73 d = tempfile.mkdtemp() 78 filename = tempfile.mktemp() 137 handle, path = tempfile.mkstemp() 154 src_dir = tempfile.mkdtemp() 155 dst_dir = os.path.join(tempfile.mkdtemp(), 'destination') 203 src_dir = tempfile.mkdtemp() 205 dst_dir = join(tempfile.mkdtemp(), 'destination') 603 self.src_dir = tempfile.mkdtemp() 604 self.dst_dir = tempfile.mkdtemp( [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/ |
run_tests.py | 10 import tempfile namespace
|
build_jsdoc_validator_jar.py | 10 import tempfile namespace 99 bin_path = tempfile.mkdtemp() 100 manifest_file = tempfile.NamedTemporaryFile(mode='wt', delete=False)
|
/external/chromium_org/tools/ipc_fuzzer/mutate/ |
ipc_fuzzer_gen.py | 17 import tempfile namespace
|
/external/lldb/scripts/ |
checkpoint-llvm.pl | 11 use File::Temp qw/ tempfile tempdir /;
|
/external/skia/tools/tests/ |
render_pictures_test.py | 17 import tempfile namespace 157 self._expectations_dir = tempfile.mkdtemp() 158 self._input_skp_dir = tempfile.mkdtemp() 160 self._output_dir = tempfile.mkdtemp()
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
executive_unittest.py | 84 tempfile, temp_name = fs.open_binary_tempfile('') 85 tempfile.write(content) 86 tempfile.close()
|
filesystem.py | 39 import tempfile namespace 140 This is like tempfile.mkdtemp, but if used in a with statement 152 self._directory_path = tempfile.mkdtemp(**self._kwargs) 188 temp_fd, temp_name = tempfile.mkstemp(suffix)
|
/external/chromium_org/third_party/closure_compiler/ |
checker.py | 13 import tempfile namespace 152 with tempfile.NamedTemporaryFile(mode="wt", delete=False) as tmp_file: 184 tmp_dir = tempfile.gettempdir()
|
/external/chromium_org/third_party/cython/src/Cython/Debugger/Tests/ |
TestLibCython.py | 9 import tempfile namespace 58 python_version_script = tempfile.NamedTemporaryFile(mode='w+') 98 self.tempdir = tempfile.mkdtemp()
|
/external/chromium_org/tools/profile_chrome/ |
perf_controller.py | 10 import tempfile namespace 52 self._log_file = tempfile.TemporaryFile() 147 symfs_dir = os.path.join(tempfile.gettempdir(),
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_defaultdict.py | 5 import tempfile namespace 79 # NOTE: We can't use tempfile.[Named]TemporaryFile since this 82 tfn = tempfile.mktemp() 164 tfn = tempfile.mktemp()
|
test_filecmp.py | 2 import os, filecmp, shutil, tempfile namespace 20 self.dir = tempfile.gettempdir() 45 tmpdir = tempfile.gettempdir()
|
test_shutil.py | 5 import tempfile namespace 73 d = tempfile.mkdtemp() 78 filename = tempfile.mktemp() 137 handle, path = tempfile.mkstemp() 154 src_dir = tempfile.mkdtemp() 155 dst_dir = os.path.join(tempfile.mkdtemp(), 'destination') 203 src_dir = tempfile.mkdtemp() 205 dst_dir = join(tempfile.mkdtemp(), 'destination') 603 self.src_dir = tempfile.mkdtemp() 604 self.dst_dir = tempfile.mkdtemp( [all...] |
/build/tools/releasetools/ |
sign_target_files_apks | 82 import tempfile namespace 131 unsigned = tempfile.NamedTemporaryFile() 135 signed = tempfile.NamedTemporaryFile() 154 tmpdir = tempfile.mkdtemp() 382 tempfile = cStringIO.StringIO() 383 certs_zip = zipfile.ZipFile(tempfile, "w") 388 tempfile.getvalue())
|
/external/chromium_org/chrome/test/chromedriver/ |
run_buildbot_steps.py | 20 import tempfile namespace 69 for server_log in glob.glob(os.path.join(tempfile.gettempdir(), 102 temp_log = tempfile.mkstemp()[1] 215 (latest_fd, latest_file) = tempfile.mkstemp() 331 temp_notes_fname = tempfile.mkstemp()[1] 367 temp_latest_release_fname = tempfile.mkstemp()[1] 376 tmp_dir = tempfile.gettempdir()
|
/external/chromium_org/content/test/gpu/gpu_tests/ |
cloud_storage_test_base.py | 10 import tempfile namespace 144 temp_file = tempfile.NamedTemporaryFile().name 170 temp_file = tempfile.NamedTemporaryFile().name
|
/external/chromium_org/native_client_sdk/src/doc/doxygen/ |
generate_docs.py | 14 import tempfile namespace 210 svn_dirname = tempfile.mkdtemp(prefix=pepper_dirname) 211 doxyfile_dirname = tempfile.mkdtemp(prefix='%s_doxyfiles' % pepper_dirname)
|
/external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/ |
browserlauncher.py | 10 import tempfile namespace 111 self.tool_log_dir = tempfile.mkdtemp(prefix='vglogs_') 137 self.profile = tempfile.mkdtemp(prefix='browserprofile_')
|
/external/chromium_org/third_party/skia/tools/ |
svndiff.py | 27 import tempfile namespace 232 dest_dir = tempfile.mkdtemp() 266 original_file = tempfile.NamedTemporaryFile(delete = False)
|
/external/chromium_org/tools/telemetry/telemetry/core/ |
bitmap_unittest.py | 6 import tempfile namespace 94 temp_file = tempfile.NamedTemporaryFile().name 105 temp_file = tempfile.NamedTemporaryFile().name
|