Home
last modified time | relevance | path

Searched refs:tempfile (Results 1 – 25 of 98) sorted by relevance

1234

/external/parameter-framework/test/functional-tests/PfwTestCase/Domains/
DtDomain_creation_deletion.py282 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/
Dtest_fileapp.py7 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/
Dmerge.sh61 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/
Dmakefile_writer_tests.py16 import tempfile
128 f = tempfile.TemporaryFile()
138 fd, filename = tempfile.mkstemp()
156 fd, outfile = tempfile.mkstemp()
176 outdir = tempfile.mkdtemp()
185 outdir = tempfile.mkdtemp()
Dandroid_framework_gyp_tests.py15 import tempfile
31 self.__tmp_dir = tempfile.mkdtemp()
44 f = tempfile.mkstemp(dir=self.__tmp_dir)
Dgenerate_user_config_tests.py16 import tempfile
50 tmp = tempfile.mkdtemp()
76 tmp = tempfile.mkdtemp()
Dgyp_to_android_tests.py15 import tempfile
30 self.__tmp_dir = tempfile.mkdtemp()
/external/flac/libFLAC/
Dmetadata_iterators.c127 …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/
DroundTrip.py19 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/
Drun_vbutil_kernel_arg_tests.sh156 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/
Dandroid-run.py42 import tempfile
50 (fd_out, outname) = tempfile.mkstemp()
51 (fd_err, errname) = tempfile.mkstemp()
79 (fd, fname) = tempfile.mkstemp()
Dnacl-run.py37 import tempfile
45 (fd_out, outname) = tempfile.mkstemp()
46 (fd_err, errname) = tempfile.mkstemp()
74 (fd, fname) = tempfile.mkstemp()
Ddisasm.py33 import tempfile
63 tmp_name = tempfile.mktemp(".v8code")
/external/toybox/toys/other/
Ddos2unix.c31 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/
Dcompare_ir32 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/
Dvulcanize_trace_viewer_unittest.py8 import tempfile
19 raw_tmpfile = tempfile.NamedTemporaryFile(
Drun_dev_server_tests12 import tempfile
97 tmpdir = tempfile.mkdtemp()
127 tmpdir = tempfile.mkdtemp()
141 user_data_dir = tempfile.mkdtemp()
Dgenerate_about_tracing_contents_unittest.py7 import tempfile
23 tmpdir = tempfile.mkdtemp()
Dtrace2html_unittest.py7 import tempfile
19 raw_tmpfile = tempfile.NamedTemporaryFile(
/external/v8/tools/testrunner/local/
Dcommands.py33 import tempfile
133 (fd_out, outname) = tempfile.mkstemp()
134 (fd_err, errname) = tempfile.mkstemp()
/external/skia/tools/
Dfind_bad_images_in_skps.py29 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/
Dutil.py3 import tempfile
17 handle, name = tempfile.mkstemp(suffix=suffix, prefix=prefix, dir=dir)
/external/compiler-rt/test/asan/android_commands/
Dandroid_common.py1 import os, subprocess, tempfile
18 tmp = tempfile.mktemp()
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/vinn/
Dd8_runner_unittest.py9 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/
Dupdate_clang.py19 import tempfile
60 with tempfile.NamedTemporaryFile() as temp:

1234