HomeSort by relevance Sort by last modified time
    Searched defs:tempfile (Results 126 - 150 of 222) sorted by null

1 2 3 4 56 7 8 9

  /external/chromium_org/tools/gn/bootstrap/
bootstrap.py 20 import tempfile namespace
44 path = tempfile.mkdtemp()
  /external/chromium_org/tools/grit/grit/format/
rc_unittest.py 14 import tempfile namespace
198 output_file = '%s/HTML_FILE1_include_test.html' % tempfile.gettempdir()
245 output_dir = tempfile.gettempdir()
259 output_file = '%s/HTML_FILE1_chrome_html.html' % tempfile.gettempdir()
305 output_dir = tempfile.gettempdir()
  /external/chromium_org/tools/gyp/test/ios/
gyptest-per-config-settings.py 17 import tempfile namespace
44 with tempfile.NamedTemporaryFile() as temp:
  /external/chromium_org/tools/perf/profile_creators/
extensions_profile_creator.py 12 import tempfile namespace
123 self._extension_download_dir = 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(),
  /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
extension_unittest.py 8 import tempfile namespace
107 self._extension_dirs = [tempfile.mkdtemp()
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
cros_interface_unittest.py 10 import tempfile namespace
64 f = tempfile.NamedTemporaryFile()
77 f = tempfile.NamedTemporaryFile()
89 f = tempfile.NamedTemporaryFile()
  /external/chromium_org/tools/telemetry/telemetry/core/platform/power_monitor/
powermetrics_power_monitor.py 10 import tempfile namespace
36 # started. In order to avoid various race conditions in tempfile creation
38 # there rather than say, creating a tempfile, deleting it and reusing its
40 self._output_directory = tempfile.mkdtemp()
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
strace_profiler.py 11 import tempfile namespace
168 self._tmp_output_file = tempfile.NamedTemporaryFile('w', 0)
  /external/chromium_org/tools/telemetry/telemetry/page/
page_set_archive_info_unittest.py 7 import tempfile namespace
38 self.tmp_dir = tempfile.mkdtemp()
profile_generator.py 13 import tempfile namespace
74 temp_output_directory = tempfile.mkdtemp()
  /external/clang/utils/
token-delta.py 7 import tempfile namespace
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
attr.py 7 import tempfile namespace
239 tempdir = tempfile.mkdtemp();
  /external/llvm/utils/lit/lit/
TestRunner.py 5 import tempfile namespace
102 r[2] = tempfile.TemporaryFile(mode=r[1])
129 stderr = tempfile.TemporaryFile(mode='w+b')
142 f = tempfile.NamedTemporaryFile(delete=False)
  /build/tools/releasetools/
check_target_files_signatures 52 import tempfile namespace
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/antlr/antlr-3.4/runtime/Python/tests/
testbase.py 8 import tempfile namespace
31 os.path.realpath(tempfile.gettempdir()),
  /external/chromium_org/build/android/pylib/instrumentation/
test_jar.py 13 import tempfile namespace
77 with tempfile.NamedTemporaryFile() as proguard_output:
  /external/chromium_org/build/android/pylib/utils/
parallelizer_test.py 11 import tempfile namespace
116 completion_files = [tempfile.NamedTemporaryFile(delete=False)
  /external/chromium_org/chrome/test/chromedriver/
util.py 14 import tempfile namespace
90 path = tempfile.mkdtemp(dir=parent_dir)
  /external/chromium_org/chrome/tools/build/win/
resedit.py 17 import tempfile namespace
94 self._temp_dir = tempfile.mkdtemp()
  /external/chromium_org/media/tools/constrained_network_server/
cns_test.py 10 import tempfile namespace
190 f, self._file = tempfile.mkstemp(dir=os.getcwd())
  /external/chromium_org/native_client_sdk/src/build_tools/tests/
sdktools_test.py 11 import tempfile namespace
41 self.basedir = tempfile.mkdtemp(prefix=basedir_prefix, dir=tmpdir)
  /external/chromium_org/native_client_sdk/src/tools/tests/
oshelpers_test.py 10 import tempfile namespace
55 self.tempdir = tempfile.mkdtemp()
194 self.tempdir = tempfile.mkdtemp()

Completed in 1899 milliseconds

1 2 3 4 56 7 8 9