/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/ |
sendEmailAlert.sh | 62 tmpfile="/tmp/sendEmailAlert.sh.tmp"; 63 echo "" > $tmpfile; 66 echo "Eclipse RSS Feed has been updated." >> $tmpfile; 67 echo "" >> $tmpfile; 68 echo "Here's what happened:" >> $tmpfile; 69 echo "" >> $tmpfile; 71 if [ "x$xpath" != "x" ]; then echo "Changed Node: "$xpath >> $tmpfile; fi 72 if [ "x$oldvalue" != "x" ]; then echo "Old Value: "$oldvalue >> $tmpfile; fi 73 if [ "x$newvalue" != "x" ]; then echo "New Value: "$newvalue >> $tmpfile; fi 74 if [ "x$feedURL" != "x" ]; then echo "Feed URL: "$feedURL >> $tmpfile; f [all...] |
/external/strace/tests/ |
read-write.test | 11 tmpfile=read-write-tmpfile 12 > $tmpfile 16 -P $tmpfile -P /dev/zero -P /dev/null 18 rm -f $tmpfile
|
pread64-pwrite64.test | 11 tmpfile=pread64-pwrite64-tmpfile 12 > $tmpfile 16 -P $tmpfile -P /dev/zero -P /dev/null 18 rm -f $tmpfile
|
/external/strace/tests-m32/ |
read-write.test | 11 tmpfile=read-write-tmpfile 12 > $tmpfile 16 -P $tmpfile -P /dev/zero -P /dev/null 18 rm -f $tmpfile
|
pread64-pwrite64.test | 11 tmpfile=pread64-pwrite64-tmpfile 12 > $tmpfile 16 -P $tmpfile -P /dev/zero -P /dev/null 18 rm -f $tmpfile
|
/external/strace/tests-mx32/ |
read-write.test | 11 tmpfile=read-write-tmpfile 12 > $tmpfile 16 -P $tmpfile -P /dev/zero -P /dev/null 18 rm -f $tmpfile
|
pread64-pwrite64.test | 11 tmpfile=pread64-pwrite64-tmpfile 12 > $tmpfile 16 -P $tmpfile -P /dev/zero -P /dev/null 18 rm -f $tmpfile
|
/external/parameter-framework/upstream/tools/xmlGenerator/ |
lightRoutingUpdate.sh | 42 tmpfile="/tmp/pfw_commands" 80 echo > "${tmpfile}" 86 echo "setTuningMode on" >> "${tmpfile}" 87 echo "setAutoSync off" >> "${tmpfile}" 94 echo "deleteDomain $domain" >> "${tmpfile}" 103 | $(dirname $0)/PFWScriptGenerator.py --output-kind pfw >> "${tmpfile}" 106 echo "setAutoSync off" >> "${tmpfile}" 107 echo "setTuningMode off" >> "${tmpfile}" 128 "${tmpfile}" 130 echo "set -xeu" > "${tmpfile}2 [all...] |
/external/toybox/tests/ |
cksum.test | 10 echo -n "hello" > tmpfile 11 testing "on file" "cksum tmpfile" "3287646509 5 tmpfile\n" "" "" 12 rm -f tmpfile
|
/dalvik/opcode-gen/ |
opcode-gen | 27 tmpfile="/tmp/$$.txt" 59 "$file" > "$tmpfile" 62 cp "$tmpfile" "$file" 63 rm "$tmpfile"
|
/external/bison/lib/ |
stdio--.h | 34 # undef tmpfile macro 35 # define tmpfile tmpfile_safer macro
|
/external/elfutils/tests/ |
run-arsymtest.sh | 23 tmpfile=arsymtest.tmp 26 tempfiles $okfile $tmpfile $testfile 36 testrun ${abs_builddir}/arsymtest $lib $tmpfile || exit 1 37 sort $tmpfile > $testfile
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/ |
move-faqwiz.sh | 32 tmpfile=$(tempfile -d .)
34 tmpfile=tmp$RANDOM.tmp
36 tmpfile=tmp$$.tmp
43 sed -e "s/$1\./$2\./g" data/$file1 > ${tmpfile}1
44 sed -e "s/$1\./$2\./g" data/RCS/$file1,v > ${tmpfile}2
51 mv ${tmpfile}1 data/$file2
52 mv ${tmpfile}2 data/RCS/$file2,v
|
/system/extras/simpleperf/ |
cmd_report_sample_test.cpp | 35 TemporaryFile tmpfile; local 37 {"-i", GetTestData(PERF_DATA_WITH_SYMBOLS), "-o", tmpfile.path})); 41 TemporaryFile tmpfile; local 43 "-o", tmpfile.path, "--show-callchain"})); 47 TemporaryFile tmpfile; local 50 "-o", tmpfile.path, "--protobuf"})); 52 {"--dump-protobuf-report", tmpfile.path, "-o", tmpfile2.path}));
|
cmd_record_test.cpp | 43 std::unique_ptr<TemporaryFile> tmpfile; local 48 tmpfile.reset(new TemporaryFile); 49 out_file = tmpfile->path; 75 TemporaryFile tmpfile; local 76 ASSERT_TRUE(RecordCmd()->Run({"-o", tmpfile.path, "sleep", SLEEP_SEC})); 80 TemporaryFile tmpfile; local 81 ASSERT_TRUE(RunRecordCmd({}, tmpfile.path)); 83 RecordFileReader::CreateInstance(tmpfile.path); 103 TemporaryFile tmpfile; local 104 ASSERT_TRUE(RunRecordCmd({}, tmpfile.path)) 241 TemporaryFile tmpfile; local 292 TemporaryFile tmpfile; local 320 TemporaryFile tmpfile; local 350 TemporaryFile tmpfile; local 367 TemporaryFile tmpfile; local 377 TemporaryFile tmpfile; local 393 TemporaryFile tmpfile; local [all...] |
/external/ltp/testcases/commands/at/ |
at_allow01 | 39 tmpfile="$TMP/at_allow_test" 52 rm "${tmpfile}" >/dev/null 2>&1 102 rm "${tmpfile}" >/dev/null 2>&1 116 echo "echo 'TEST JOB RAN' >>\"${tmpfile}\" 2>&1" | 125 test -e "${tmpfile}" && exit_code=0 132 rm -f "${tmpfile}" >/dev/null 2>&1 142 echo "echo 'TEST JOB RAN' >>\"${tmpfile}\" 2>&1" | 150 test -e "${tmpfile}" || exit_code=0 157 rm -f "${tmpfile}" >/dev/null 2>&1
|
at_deny01 | 37 tmpfile="$TMP/at_deny_test" 50 rm "${tmpfile}" >/dev/null 2>&1 106 rm "${tmpfile}" >/dev/null 2>&1 124 echo "echo 'TEST JOB RAN' >>\"${tmpfile}\" 2>&1" | 133 test -e "${tmpfile}" && exit_code=0 140 rm -f "${tmpfile}" >/dev/null 2>&1 150 echo "echo 'TEST JOB RAN' >>\"${tmpfile}\" 2>&1" | 158 test -e "${tmpfile}" || exit_code=0 165 rm -f "${tmpfile}" >/dev/null 2>&1
|
/external/autotest/server/self-test/ |
utils_test.py | 32 tmpfile = file(tmppath, 'w') 33 print >> tmpfile, 'Test string' 34 tmpfile.close() 35 tmpfile = file(tmppath) 36 newtmppath = utils.get(tmpfile)
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
sanitizer_libc_test.cc | 93 char tmpfile[128]; local 94 temp_file_name(tmpfile, sizeof(tmpfile), "sanitizer_common.fileops.tmp."); 95 fd_t fd = OpenFile(tmpfile, WrOnly); 104 EXPECT_TRUE(FileExists(tmpfile)); 106 fd = OpenFile(tmpfile, RdOnly); 115 EXPECT_EQ(0u, internal_stat(tmpfile, &st1)); 116 EXPECT_EQ(0u, internal_lstat(tmpfile, &st2)); 145 ::DeleteFileA(&tmpfile[0]); 147 internal_unlink(tmpfile); 215 char tmpfile[128]; local [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
FileOutputStreamTest.java | 291 File tmpfile = File.createTempFile("FileOutputStream", "tmp"); local 292 tmpfile.deleteOnExit(); 293 try (FileOutputStream fos = new FileOutputStream(tmpfile)) { 297 try (FileOutputStream f = new FileOutputStream(tmpfile, true)) { 303 File tmpfile = File.createTempFile("FileOutputStream", "tmp"); local 304 tmpfile.deleteOnExit(); 305 FileOutputStream fos = new FileOutputStream(tmpfile, true); 324 File tmpfile = File.createTempFile("FileOutputStream", "tmp"); local 325 tmpfile.deleteOnExit(); 326 FileOutputStream fos = new FileOutputStream(tmpfile, false) 345 File tmpfile = File.createTempFile("FileOutputStream", "tmp"); local 359 File tmpfile = File.createTempFile("FileOutputStream", "tmp"); local 373 File tmpfile = File.createTempFile("FileOutputStream", "tmp"); local 387 File tmpfile = File.createTempFile("FileOutputStream", "tmp"); local [all...] |
/external/vulkan-validation-layers/demos/smoke/ |
glsl-to-spirv | 43 def compile_glsl(filename, tmpfile): 46 args = [validator, "-V", "-H", "-o", tmpfile, filename] 54 with open(tmpfile, "rb") as f: 67 os.remove(tmpfile)
|
/external/linux-kselftest/tools/testing/selftests/powerpc/tm/ |
tm-vmxcopy.c | 43 char tmpfile[] = "/tmp/page_faultXXXXXX"; local 50 fd = mkstemp(tmpfile); 57 unlink(tmpfile);
|
/external/parameter-framework/support/android/asio/ |
asio_shrinker.sh | 100 tmpfile=$(mktemp) 106 list_compiled_files "$ANDROID_PRODUCT_OUT" $tmpfile 109 list_compiled_files "$ANDROID_HOST_OUT" $tmpfile 115 -e 's@ @\n@' $tmpfile | \ 118 rm $tmpfile
|
/external/autotest/server/ |
base_utils.py | 70 tmpfile = os.path.join(tmpdir, "file") 71 tmpfileobj = file(tmpfile, 'w') 74 return tmpfile 79 tmpfile = os.path.join(tmpdir, os.path.basename(location)) 80 utils.urlretrieve(location, tmpfile) 81 return tmpfile 89 tmpfile = os.path.join(tmpdir, os.path.basename(location)) 91 tmpfile += '/' 92 shutil.copytree(location, tmpfile, symlinks=True) 93 return tmpfile [all...] |
/external/ltp/testcases/network/stress/multicast/grp-operation/ |
mcast4-grpope01 | 178 tmpfile=$TMPDIR/ns-mcast_join.$$ 179 ns-mcast_join -f 4 -I $lhost_ifname -n $MCASTNUM_HEAVY -p $MCAST_ADDR_PREFIX > $tmpfile 182 rm -f $tmpfile 185 msg=`cat $tmpfile | grep groups` 187 rm -f $tmpfile
|