HomeSort by relevance Sort by last modified time
    Searched refs:tempfile (Results 251 - 275 of 1217) sorted by null

<<11121314151617181920>>

  /external/chromium-trace/catapult/dependency_manager/dependency_manager/
dependency_manager_util_unittest.py 9 import tempfile
24 self.tmp_dir = os.path.abspath(tempfile.mkdtemp(prefix='telemetry'))
108 base_path = os.path.join(tempfile.gettempdir(), str(uuid.uuid4()))
132 unzip_path = os.path.join(tempfile.gettempdir(), str(uuid.uuid4()))
153 base_path = os.path.join(tempfile.gettempdir(), str(uuid.uuid4()))
162 unzip_path = os.path.join(tempfile.gettempdir(), str(uuid.uuid4()))
170 unzip_path = os.path.join(tempfile.gettempdir(), str(uuid.uuid4()))
187 tmp_file = tempfile.NamedTemporaryFile(delete=False)
  /external/clang/tools/scan-build/bin/
set-xcode-analyzer 15 import tempfile
28 t = tempfile.NamedTemporaryFile(delete=False)
  /external/python/cpython2/Lib/test/
test_modulefinder.py 5 import tempfile
18 TEST_DIR = tempfile.mkdtemp()
  /external/python/cpython3/Lib/test/
test_pkgimport.py 6 import tempfile
27 self.test_dir = tempfile.mkdtemp()
  /external/skia/gn/
gn_to_bp_utils.py 16 import tempfile
24 tmp = tempfile.mkdtemp()
  /external/skia/infra/bots/assets/valgrind/
create.py 20 import tempfile
28 TEMP_DIR = os.path.join(tempfile.gettempdir(), 'skia-%s' % VALGRIND)
  /external/skia/tools/skqp/
download_model 12 import tempfile
41 fd, path = tempfile.mkstemp(prefix=prefix)
  /external/skqp/gn/
gn_to_bp_utils.py 16 import tempfile
24 tmp = tempfile.mkdtemp()
  /external/skqp/infra/bots/assets/valgrind/
create.py 20 import tempfile
28 TEMP_DIR = os.path.join(tempfile.gettempdir(), 'skia-%s' % VALGRIND)
  /external/skqp/tools/skqp/
download_model 12 import tempfile
41 fd, path = tempfile.mkstemp(prefix=prefix)
  /external/swiftshader/third_party/subzero/pydir/
sz_driver.py 5 import tempfile
57 tmp_dir = tempfile.mkdtemp()
  /external/tensorflow/tensorflow/contrib/boosted_trees/estimator_batch/
dnn_tree_combined_estimator_test.py 21 import tempfile
84 model_dir = tempfile.mkdtemp()
  /external/tensorflow/tensorflow/contrib/predictor/
core_estimator_predictor_test.py 22 import tempfile
39 model_dir = tempfile.mkdtemp()
  /external/toolchain-utils/cwp/bartlett/test/
server_tester.py 9 import tempfile
34 self.profile_data = tempfile.NamedTemporaryFile(delete=False)
  /external/webrtc/webrtc/tools/
compare_videos.py 15 import tempfile
105 png_working_directory = tempfile.mkdtemp()
  /prebuilts/clang/host/darwin-x86/clang-3289846/tools/scan-build/bin/
set-xcode-analyzer 15 import tempfile
28 t = tempfile.NamedTemporaryFile(delete=False)
  /prebuilts/clang/host/darwin-x86/clang-3859424/tools/scan-build/bin/
set-xcode-analyzer 15 import tempfile
28 t = tempfile.NamedTemporaryFile(delete=False)
  /prebuilts/clang/host/darwin-x86/clang-4053586/tools/scan-build/bin/
set-xcode-analyzer 15 import tempfile
28 t = tempfile.NamedTemporaryFile(delete=False)
  /prebuilts/clang/host/darwin-x86/clang-4393122/share/clang/
run-find-all-symbols.py 34 import tempfile
87 tmpdir = tempfile.mkdtemp()
  /prebuilts/clang/host/darwin-x86/clang-4479392/share/clang/
run-find-all-symbols.py 34 import tempfile
87 tmpdir = tempfile.mkdtemp()
  /prebuilts/clang/host/darwin-x86/clang-4579689/share/clang/
run-find-all-symbols.py 34 import tempfile
87 tmpdir = tempfile.mkdtemp()
  /prebuilts/clang/host/darwin-x86/clang-4630689/share/clang/
run-find-all-symbols.py 34 import tempfile
87 tmpdir = tempfile.mkdtemp()
  /prebuilts/clang/host/darwin-x86/clang-4639204/share/clang/
run-find-all-symbols.py 34 import tempfile
87 tmpdir = tempfile.mkdtemp()
  /prebuilts/clang/host/darwin-x86/clang-4691093/share/clang/
run-find-all-symbols.py 34 import tempfile
87 tmpdir = tempfile.mkdtemp()
  /prebuilts/clang/host/linux-x86/clang-3289846/tools/scan-build/bin/
set-xcode-analyzer 15 import tempfile
28 t = tempfile.NamedTemporaryFile(delete=False)

Completed in 398 milliseconds

<<11121314151617181920>>