Searched defs:tempfile (Results 76 - 100 of 231) sorted by relevance

12345678910

/external/skia/gm/rebaseline_server/
H A Dimagepair_test.py14 import tempfile namespace
28 self._temp_dir = tempfile.mkdtemp()
/external/skia/platform_tools/android/tests/
H A Dgyp_to_android_tests.py15 import tempfile namespace
30 self.__tmp_dir = tempfile.mkdtemp()
/external/skia/tools/tests/
H A Dskimage_self_test.py12 import tempfile namespace
165 empty_dir = tempfile.mkdtemp()
/external/chromium_org/build/android/pylib/gtest/
H A Dtest_package_exe.py10 import tempfile namespace
38 ret_code_file = tempfile.NamedTemporaryFile()
93 sh_script_file = tempfile.NamedTemporaryFile()
/external/chromium_org/build/mac/
H A Dtweak_info_plist.py30 import tempfile namespace
268 temp_info_plist = tempfile.NamedTemporaryFile()
/external/chromium_org/chrome/test/chromedriver/test/
H A Drun_all_tests.py13 import tempfile namespace
34 _, log_path = tempfile.mkstemp(prefix='chromedriver_')
/external/chromium_org/chrome/test/remoting/
H A Dinstall_and_launch_app.py25 import tempfile namespace
56 tmp_dir = tempfile.mkdtemp()
/external/chromium_org/chrome/tools/
H A Dwebforms_aggregator_unittests.py9 import tempfile namespace
220 self.temp_dir = tempfile.mkdtemp()
/external/chromium_org/components/test/data/password_manager/
H A Drun_tests.py10 import tempfile namespace
44 results = tempfile.NamedTemporaryFile(
45 dir=os.path.join(tempfile.gettempdir()), delete=False)
/external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/
H A Dsdk_update.py20 import tempfile namespace
73 tempdir = tempfile.mkdtemp()
/external/chromium_org/ppapi/native_client/tests/breakpad_crash_test/
H A Dcrash_dump_tester.py9 import tempfile namespace
106 temp_dir = tempfile.mkdtemp(prefix='nacl_crash_dump_tester_')
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/compiler-runner/
H A Dbuild_compiler_runner_jar.py7 import tempfile namespace
41 bin_path = tempfile.mkdtemp()
42 manifest_file = tempfile.NamedTemporaryFile(mode='wt', delete=False)
/external/chromium_org/third_party/cython/src/Cython/Build/Tests/
H A DTestInline.py1 import os, tempfile namespace
23 lib_dir = tempfile.mkdtemp(prefix='cython_inline_')
/external/chromium_org/third_party/skia/platform_tools/android/bin/
H A Dgyp_to_android.py16 import tempfile namespace
76 tmp_folder = tempfile.mkdtemp(dir=SKIA_DIR)
/external/chromium_org/third_party/skia/platform_tools/android/tests/
H A Dandroid_framework_gyp_tests.py15 import tempfile namespace
31 self.__tmp_dir = tempfile.mkdtemp()
44 f = tempfile.mkstemp(dir=self.__tmp_dir)
H A Dgenerate_user_config_tests.py16 import tempfile namespace
50 tmp = tempfile.mkdtemp()
76 tmp = tempfile.mkdtemp()
/external/chromium_org/third_party/skia/tools/tests/
H A Dbase_unittest.py20 import tempfile namespace
42 self._temp_dir = tempfile.mkdtemp()
/external/chromium_org/tools/crx_id/
H A Dcrx_id_unittest.py15 import tempfile namespace
51 temp_unpacked_crx = tempfile.mkdtemp()
/external/chromium_org/tools/grit/grit/gather/
H A Dadmin_template_unittest.py14 import tempfile namespace
99 dirname = tempfile.mkdtemp()
/external/chromium_org/tools/ipc_fuzzer/mutate/
H A Dipc_fuzzer_gen.py17 import tempfile namespace
H A Dipc_fuzzer_mut.py20 import tempfile namespace
27 temp_file = tempfile.NamedTemporaryFile(delete=False)
/external/chromium_org/tools/memory_inspector/memory_inspector/data/
H A Dfile_storage_unittest.py8 import tempfile namespace
21 self._storage_path = tempfile.mkdtemp()
/external/chromium_org/tools/perf/benchmarks/
H A Dsession_restore.py6 import tempfile namespace
23 profile_dir = os.path.join(tempfile.gettempdir(), profile_type)
/external/chromium_org/tools/profile_chrome/
H A Dprofiler_unittest.py6 import tempfile namespace
28 with tempfile.NamedTemporaryFile(delete=False) as f:
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
H A Dandroid_profiling_helper_unittest.py9 import tempfile namespace
108 symfs_dir = tempfile.mkdtemp()
132 with tempfile.NamedTemporaryFile() as libc:

Completed in 697 milliseconds

12345678910