/external/parameter-framework/test/functional-tests/PfwTestCase/Domains/ |
D | tDomain_creation_deletion.py | 282 tempfile = open("tempfile", "w") 283 tempfile.write(out) 284 tempfile.close() 287 tempfile = open("tempfile", "r") 289 line=tempfile.readline() 291 line=tempfile.readline() 293 tempfile.close() 295 tempfile = open("tempfile", "r") 299 domain_created = tempfile.readline().strip('\n'), 302 domain_created = tempfile.readline() [all …]
|
/external/chromium-trace/trace-viewer/third_party/Paste/tests/ |
D | test_fileapp.py | 7 import tempfile 102 tempfile = "test_fileapp.%s.txt" % (random.random()) 106 with open(tempfile, "wb") as fp: 109 app = fileapp.FileApp(tempfile) 116 print("updating", tempfile) 117 file = open(tempfile,"a+") 125 file = open(tempfile,"a+") 136 os.unlink(tempfile) 139 tmpdir = tempfile.mkdtemp() 194 tempfile = "test_fileapp.%s.txt" % (random.random()) [all …]
|
/external/llvm/utils/release/ |
D | merge.sh | 61 tempfile=`mktemp /tmp/merge.XXXXXX` || exit 1 63 echo "Merging r$rev:" > $tempfile 64 svn log -c $rev http://llvm.org/svn/llvm-project/$proj/trunk >> $tempfile 2>&1 74 echo svn commit -F $tempfile
|
/external/skia/platform_tools/android/tests/ |
D | makefile_writer_tests.py | 16 import tempfile 128 f = tempfile.TemporaryFile() 138 fd, filename = tempfile.mkstemp() 156 fd, outfile = tempfile.mkstemp() 176 outdir = tempfile.mkdtemp() 185 outdir = tempfile.mkdtemp()
|
D | android_framework_gyp_tests.py | 15 import tempfile 31 self.__tmp_dir = tempfile.mkdtemp() 44 f = tempfile.mkstemp(dir=self.__tmp_dir)
|
D | generate_user_config_tests.py | 16 import tempfile 50 tmp = tempfile.mkdtemp() 76 tmp = tempfile.mkdtemp()
|
D | gyp_to_android_tests.py | 15 import tempfile 30 self.__tmp_dir = tempfile.mkdtemp()
|
/external/flac/libFLAC/ |
D | metadata_iterators.c | 127 …rator_copy_file_prefix_(FLAC__Metadata_SimpleIterator *iterator, FILE **tempfile, char **tempfilen… 128 …ator_copy_file_postfix_(FLAC__Metadata_SimpleIterator *iterator, FILE **tempfile, char **tempfilen… 130 static FLAC__bool copy_n_bytes_from_file_(FILE *file, FILE *tempfile, off_t bytes, FLAC__Metadata_S… 132 static FLAC__bool copy_remaining_bytes_from_file_(FILE *file, FILE *tempfile, FLAC__Metadata_Simple… 135 …empfile_(const char *filename, const char *tempfile_path_prefix, FILE **tempfile, char **tempfilen… 136 static FLAC__bool transport_tempfile_(const char *filename, FILE **tempfile, char **tempfilename, F… 137 static void cleanup_tempfile_(FILE **tempfile, char **tempfilename); 1399 FILE *f, *tempfile; in chain_rewrite_file_() local 1413 if(!open_tempfile_(chain->filename, tempfile_path_prefix, &tempfile, &tempfilename, &status)) { in chain_rewrite_file_() 1415 cleanup_tempfile_(&tempfile, &tempfilename); in chain_rewrite_file_() [all …]
|
/external/fonttools/MetaTools/ |
D | roundTrip.py | 19 import tempfile 34 xmlFile1 = tempfile.mktemp(".%s.ttx1" % fn) 35 ttFile2 = tempfile.mktemp(".%s" % fn) 36 xmlFile2 = tempfile.mktemp(".%s.ttx2" % fn)
|
/external/vboot_reference/tests/ |
D | run_vbutil_kernel_arg_tests.sh | 156 tempfile="${TMPDIR}/foo.bin" 157 cat "${SSD_KERN}" > "$tempfile" 158 dd if="${USB_KERN}" bs=65536 skip=1 >> $tempfile 2>/dev/null 163 --verify "$tempfile" \ 184 repacked=$("${FUTILITY}" dump_kernel_config "${tempfile}")
|
/external/v8/tools/ |
D | android-run.py | 42 import tempfile 50 (fd_out, outname) = tempfile.mkstemp() 51 (fd_err, errname) = tempfile.mkstemp() 79 (fd, fname) = tempfile.mkstemp()
|
D | nacl-run.py | 37 import tempfile 45 (fd_out, outname) = tempfile.mkstemp() 46 (fd_err, errname) = tempfile.mkstemp() 74 (fd, fname) = tempfile.mkstemp()
|
D | disasm.py | 33 import tempfile 63 tmp_name = tempfile.mktemp(".v8code")
|
/external/toybox/toys/other/ |
D | dos2unix.c | 31 char *tempfile; in GLOBALS() argument 39 if (fd) outfd = copy_tempfile(fd, name, &TT.tempfile); 65 if (fd) replace_tempfile(-1, outfd, &TT.tempfile);
|
/external/mesa3d/src/glsl/tests/ |
D | compare_ir | 32 import tempfile 48 file1, path1 = tempfile.mkstemp(os.path.basename(sys.argv[1])) 49 file2, path2 = tempfile.mkstemp(os.path.basename(sys.argv[2]))
|
/external/chromium-trace/trace-viewer/tracing/build/ |
D | vulcanize_trace_viewer_unittest.py | 8 import tempfile 19 raw_tmpfile = tempfile.NamedTemporaryFile(
|
D | run_dev_server_tests | 12 import tempfile 97 tmpdir = tempfile.mkdtemp() 127 tmpdir = tempfile.mkdtemp() 141 user_data_dir = tempfile.mkdtemp()
|
D | generate_about_tracing_contents_unittest.py | 7 import tempfile 23 tmpdir = tempfile.mkdtemp()
|
D | trace2html_unittest.py | 7 import tempfile 19 raw_tmpfile = tempfile.NamedTemporaryFile(
|
/external/v8/tools/testrunner/local/ |
D | commands.py | 33 import tempfile 133 (fd_out, outname) = tempfile.mkstemp() 134 (fd_err, errname) = tempfile.mkstemp()
|
/external/skia/tools/ |
D | find_bad_images_in_skps.py | 29 import tempfile 101 self.saved_image_dir = tempfile.mkdtemp(prefix='skia_skp_test_') 119 temp_image_dir = tempfile.mkdtemp(prefix='skia_skp_test___') 171 temp_dir = tempfile.mkdtemp(prefix='skia_skp_test_')
|
/external/libcxx/test/libcxx/ |
D | util.py | 3 import tempfile 17 handle, name = tempfile.mkstemp(suffix=suffix, prefix=prefix, dir=dir)
|
/external/compiler-rt/test/asan/android_commands/ |
D | android_common.py | 1 import os, subprocess, tempfile 18 tmp = tempfile.mktemp()
|
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/vinn/ |
D | d8_runner_unittest.py | 9 import tempfile 51 tmp_dir = tempfile.mkdtemp() 63 tmp_dir = tempfile.mkdtemp() 76 tmp_dir = tempfile.mkdtemp() 88 tmp_dir = tempfile.mkdtemp() 300 tmp_dir = tempfile.mkdtemp()
|
/external/boringssl/src/util/bot/ |
D | update_clang.py | 19 import tempfile 60 with tempfile.NamedTemporaryFile() as temp:
|