/external/chromium_org/tools/valgrind/ |
gdb_helper.py | 10 import tempfile namespace 24 commands = tempfile.NamedTemporaryFile()
|
/external/chromium_org/tools/win/link_limiter/ |
build_link_limiter.py | 11 import tempfile namespace 17 fd, filename = tempfile.mkstemp('.bat', text=True)
|
/external/clang/tools/scan-build/ |
set-xcode-analyzer | 15 import tempfile namespace 28 t = tempfile.NamedTemporaryFile(delete=False)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_modulefinder.py | 5 import tempfile namespace 18 TEST_DIR = tempfile.mkdtemp()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_modulefinder.py | 5 import tempfile namespace 18 TEST_DIR = tempfile.mkdtemp()
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/ |
test_importer_unittest.py | 30 import tempfile namespace
|
/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/compiler-rt/test/asan/android_commands/ |
android_run.py | 3 import os, sys, subprocess, tempfile namespace
|
/external/flac/libFLAC/ |
metadata_iterators.c | 127 static FLAC__bool simple_iterator_copy_file_prefix_(FLAC__Metadata_SimpleIterator *iterator, FILE **tempfile, char **tempfilename, FLAC__bool append); 128 static FLAC__bool simple_iterator_copy_file_postfix_(FLAC__Metadata_SimpleIterator *iterator, FILE **tempfile, char **tempfilename, int fixup_is_last_code, off_t fixup_is_last_flag_offset, FLAC__bool backup); 130 static FLAC__bool copy_n_bytes_from_file_(FILE *file, FILE *tempfile, off_t bytes, FLAC__Metadata_SimpleIteratorStatus *status); 132 static FLAC__bool copy_remaining_bytes_from_file_(FILE *file, FILE *tempfile, FLAC__Metadata_SimpleIteratorStatus *status); 135 static FLAC__bool open_tempfile_(const char *filename, const char *tempfile_path_prefix, FILE **tempfile, char **tempfilename, FLAC__Metadata_SimpleIteratorStatus *status); 136 static FLAC__bool transport_tempfile_(const char *filename, FILE **tempfile, char **tempfilename, FLAC__Metadata_SimpleIteratorStatus *status); 137 static void cleanup_tempfile_(FILE **tempfile, char **tempfilename); 487 * original with the tempfile fast but requires extra space in the same 488 * partition for the tempfile. If space is a problem, you can pass a 1399 FILE *f, *tempfile; local 2904 FILE *tempfile; local [all...] |
/build/tools/releasetools/ |
add_img_to_target_files | 36 import tempfile namespace 176 temp_dir = tempfile.mkdtemp() 179 img = tempfile.NamedTemporaryFile() 213 temp_dir = tempfile.mkdtemp() 216 img = tempfile.NamedTemporaryFile()
|
add_img_to_target_files.py | 36 import tempfile namespace 176 temp_dir = tempfile.mkdtemp() 179 img = tempfile.NamedTemporaryFile() 213 temp_dir = tempfile.mkdtemp() 216 img = tempfile.NamedTemporaryFile()
|
/external/chromium_org/tools/find_runtime_symbols/ |
prepare_symbol_info.py | 15 import tempfile namespace 31 handle_out, filename_out = tempfile.mkstemp( 33 handle_err, filename_err = tempfile.mkstemp( 124 output_dir_path = tempfile.mkdtemp() 137 output_dir_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/build/android/pylib/gtest/ |
test_package_apk.py | 12 import tempfile namespace 43 command_line_file = tempfile.NamedTemporaryFile()
|
/external/chromium_org/build/win/importlibs/ |
create_importlib_win.py | 15 import tempfile namespace 198 temp_dir = tempfile.mkdtemp()
|
/external/chromium_org/chrome/test/chromedriver/ |
util.py | 14 import tempfile namespace 90 path = tempfile.mkdtemp(dir=parent_dir)
|
/external/chromium_org/content/shell/tools/ |
breakpad_integration_test.py | 19 import tempfile namespace 55 crash_dir = tempfile.mkdtemp()
|
/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)
|