/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/ |
D | 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; fi [all …]
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
D | FileOutputStreamTest.java | 266 File tmpfile = File.createTempFile("FileOutputStream", "tmp"); in test_getChannel() local 267 tmpfile.deleteOnExit(); in test_getChannel() 268 FileOutputStream fos = new FileOutputStream(tmpfile); in test_getChannel() 272 FileOutputStream f = new FileOutputStream(tmpfile, true); in test_getChannel() 278 File tmpfile = File.createTempFile("FileOutputStream", "tmp"); in test_getChannel_Append() local 279 tmpfile.deleteOnExit(); in test_getChannel_Append() 280 FileOutputStream fos = new FileOutputStream(tmpfile, true); in test_getChannel_Append() 299 File tmpfile = File.createTempFile("FileOutputStream", "tmp"); in test_getChannel_UnAppend() local 300 tmpfile.deleteOnExit(); in test_getChannel_UnAppend() 301 FileOutputStream fos = new FileOutputStream(tmpfile, false); in test_getChannel_UnAppend() [all …]
|
/external/v8/test/sputnik/ |
D | testcfg.py | 41 self.tmpfile = None 54 self.tmpfile = sputnik.TempFile(suffix='.js', prefix='sputnik-', text=True) 55 self.tmpfile.Write(self.GetSource()) 56 self.tmpfile.Close() 60 if result is None or not result.HasPreciousOutput(): self.tmpfile.Dispose() 61 self.tmpfile = None 65 result.append(self.tmpfile.name)
|
/external/elfutils/tests/ |
D | run-arsymtest.sh | 31 tmpfile=arsymtest.tmp 34 tempfiles $okfile $tmpfile $testfile 44 testrun ./arsymtest $lib $tmpfile || exit 1 45 sort $tmpfile > $testfile
|
/external/chromium/chrome/browser/chromeos/login/ |
D | owner_key_utils_unittest.cc | 48 FilePath tmpfile; in TEST_F() local 50 ASSERT_TRUE(file_util::CreateTemporaryFileInDir(tmpdir.path(), &tmpfile)); in TEST_F() 51 ASSERT_TRUE(utils_->ExportPublicKeyToFile(pair.get(), tmpfile)); in TEST_F() 57 ASSERT_TRUE(utils_->ImportPublicKey(tmpfile, &from_disk)); in TEST_F()
|
/external/scrypt/ |
D | import_scrypt.sh | 183 declare -r tmpfile=$(mktemp) 184 (grep -e -D Makefile | grep -v CONFIGURE_ARGS= | grep -v OPTIONS=) > $tmpfile 186 declare -r cflags=$(filter_by_egrep "^-D" $(grep -e "^CFLAG=" $tmpfile)) 187 declare -r depflags=$(filter_by_egrep "^-D" $(grep -e "^DEPFLAG=" $tmpfile)) 188 rm -f $tmpfile
|
/external/bison/lib/ |
D | stdio--.h | 34 # undef tmpfile 35 # define tmpfile tmpfile_safer macro
|
D | stdio.in.h | 1084 # define tmpfile rpl_tmpfile 1086 _GL_FUNCDECL_RPL (tmpfile, FILE *, (void)); 1087 _GL_CXXALIAS_RPL (tmpfile, FILE *, (void)); 1089 _GL_CXXALIAS_SYS (tmpfile, FILE *, (void)); 1091 _GL_CXXALIASWARN (tmpfile); 1093 # undef tmpfile 1095 _GL_WARN_ON_USE (tmpfile, "tmpfile is not usable on mingw - "
|
/external/openssl/ |
D | import_openssl.sh | 180 declare -r tmpfile=$(mktemp) 181 …efile | grep -v CONFIGURE_ARGS= | grep -v OPTIONS= | grep -v -e -DOPENSSL_NO_DEPRECATED) > $tmpfile 183 declare -r cflags=$(filter_by_egrep "^-D" $(grep -e "^CFLAG=" $tmpfile)) 184 declare -r depflags=$(filter_by_egrep "^-D" $(grep -e "^DEPFLAG=" $tmpfile)) 185 rm -f $tmpfile
|
/external/chromium_org/third_party/openssl/openssl/ |
D | import_openssl.sh | 180 declare -r tmpfile=$(mktemp) 181 …efile | grep -v CONFIGURE_ARGS= | grep -v OPTIONS= | grep -v -e -DOPENSSL_NO_DEPRECATED) > $tmpfile 183 declare -r cflags=$(filter_by_egrep "^-D" $(grep -e "^CFLAG=" $tmpfile)) 184 declare -r depflags=$(filter_by_egrep "^-D" $(grep -e "^DEPFLAG=" $tmpfile)) 185 rm -f $tmpfile
|
/external/clang/test/Analysis/ |
D | stream.c | 9 extern FILE *tmpfile(void); 57 FILE *p = tmpfile(); in f7()
|
/external/chromium_org/tools/gyp/test/win/ |
D | gyptest-link-pgo.py | 25 tmpfile = test.read(test.built_file_path('linker_options.txt', chdir=CHDIR)) 26 return any(line.find('PGOPTIMIZE') for line in tmpfile)
|
/external/libpng/contrib/gregbook/ |
D | wpng.c | 160 FILE *tmpfile; /* or we could just use keybd, since no overlap */ in main() local 209 tmpfile = fopen("/etc/config/system.glGammaVal", "r"); in main() 210 if (tmpfile) { in main() 213 fgets(tmpline, 80, tmpfile); in main() 214 fclose(tmpfile); in main()
|
/external/e2fsprogs/lib/ext2fs/ |
D | tst_badblocks.c | 177 f = tmpfile(); in file_test() 232 f = tmpfile(); in file_test_invalid()
|
/external/bison/linux-lib/ |
D | stdio.h | 1396 # define tmpfile rpl_tmpfile 1398 _GL_FUNCDECL_RPL (tmpfile, FILE *, (void)); 1399 _GL_CXXALIAS_RPL (tmpfile, FILE *, (void)); 1401 _GL_CXXALIAS_SYS (tmpfile, FILE *, (void)); 1403 _GL_CXXALIASWARN (tmpfile); 1405 # undef tmpfile 1407 _GL_WARN_ON_USE (tmpfile, "tmpfile is not usable on mingw - "
|
/external/bison/darwin-lib/ |
D | stdio.h | 1396 # define tmpfile rpl_tmpfile 1398 _GL_FUNCDECL_RPL (tmpfile, FILE *, (void)); 1399 _GL_CXXALIAS_RPL (tmpfile, FILE *, (void)); 1401 _GL_CXXALIAS_SYS (tmpfile, FILE *, (void)); 1403 _GL_CXXALIASWARN (tmpfile); 1405 # undef tmpfile 1407 _GL_WARN_ON_USE (tmpfile, "tmpfile is not usable on mingw - "
|
/external/qemu/distrib/jpeg-6b/ |
D | jmemansi.c | 144 if ((info->temp_file = tmpfile()) == NULL) in jpeg_open_backing_store()
|
/external/jpeg/ |
D | jmemansi.c | 144 if ((info->temp_file = tmpfile()) == NULL) in jpeg_open_backing_store()
|
/external/stlport/stlport/stl/ |
D | _cstdio.h | 108 using _STLP_VENDOR_CSTD::tmpfile;
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/dbg/ |
D | dbg-objfmt.c | 48 objfmt_dbg->dbgfile = tmpfile(); in dbg_objfmt_create()
|
/external/libmtp/examples/ |
D | detect.c | 213 FILE *xmltmp = tmpfile(); in main()
|
/external/llvm/include/llvm/Target/ |
D | TargetLibraryInfo.h | 596 tmpfile, enumerator
|
/external/v8/src/ |
D | platform-posix.cc | 232 return tmpfile(); in OpenTemporaryFile()
|
/external/bison/m4/ |
D | stdio_h.m4 | 78 renameat snprintf tmpfile vdprintf vsnprintf])
|
/external/chromium_org/v8/src/ |
D | platform-posix.cc | 388 return tmpfile(); in OpenTemporaryFile()
|