HomeSort by relevance Sort by last modified time
    Searched refs:tempfile (Results 101 - 125 of 242) sorted by null

1 2 3 45 6 7 8 910

  /external/chromium_org/native_client_sdk/src/tools/lib/tests/
get_shared_deps_test.py 10 import tempfile namespace
67 self.tempdir = tempfile.mkdtemp()
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
svn-unapply 67 use File::Temp qw(tempfile);
184 my ($fh, $tempPath) = tempfile(basename($fullPath) . "-XXXXXXXX",
  /external/chromium_org/third_party/android_testrunner/
run_command.py 22 import tempfile namespace
88 output_dest = tempfile.TemporaryFile(bufsize=0)
  /external/chromium_org/third_party/cython/src/Cython/Debugger/
Cygdb.py 17 import tempfile namespace
36 fd, tempfilename = tempfile.mkstemp()
  /external/chromium_org/third_party/skia/platform_tools/android/bin/
gyp_to_android.py 16 import tempfile namespace
76 tmp_folder = tempfile.mkdtemp(dir=SKIA_DIR)
  /external/chromium_org/third_party/skia/tools/tests/
base_unittest.py 20 import tempfile namespace
42 self._temp_dir = tempfile.mkdtemp()
skimage_self_test.py 12 import tempfile namespace
165 empty_dir = tempfile.mkdtemp()
  /external/chromium_org/tools/accessibility/nvda/
nvda_chrome_tests.py 31 import tempfile namespace
75 user_data_dir = tempfile.mkdtemp(dir = CHROME_PROFILES_PATH)
  /external/chromium_org/tools/grit/grit/gather/
admin_template_unittest.py 14 import tempfile namespace
99 dirname = tempfile.mkdtemp()
  /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/protoc_wrapper/
protoc_wrapper.py 19 import tempfile namespace
67 wrapper_dir = tempfile.mkdtemp()
  /external/chromium_org/tools/site_compare/commands/
compare2.py 14 import tempfile # Get a temporary directory to hold intermediates namespace
108 if not outdir: outdir = tempfile.gettempdir()
  /external/chromium_org/tools/symsrc/
source_index.py 32 import tempfile namespace
95 (f, fname) = tempfile.mkstemp()
  /external/chromium_org/tools/telemetry/telemetry/core/platform/power_monitor/
monsoon_power_monitor.py 7 import tempfile namespace
69 self._powermonitor_output_file = tempfile.TemporaryFile()
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
tcpdump_profiler.py 9 import tempfile namespace
63 self._tmp_output_file = tempfile.NamedTemporaryFile('w', 0)
vtune_profiler.py 9 import tempfile namespace
22 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/iptables/iptables/
iptables-apply 114 COMMANDS=(tempfile "$SAVE" "$RESTORE")
125 TMPFILE=$(tempfile -p iptap)
  /external/llvm/utils/lit/lit/formats/
base.py 33 import tempfile namespace
95 tmp = tempfile.NamedTemporaryFile(suffix='.cpp')
  /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/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()

Completed in 6440 milliseconds

1 2 3 45 6 7 8 910