/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...] |
/dalvik/opcode-gen/ |
opcode-gen | 27 tmpfile="/tmp/$$.txt" 59 "$file" > "$tmpfile" 62 cp "$tmpfile" "$file" 63 rm "$tmpfile"
|
/external/elfutils/tests/ |
run-arsymtest.sh | 31 tmpfile=arsymtest.tmp 34 tempfiles $okfile $tmpfile $testfile 44 testrun ./arsymtest $lib $tmpfile || exit 1 45 sort $tmpfile > $testfile
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
FileOutputStreamTest.java | 266 File tmpfile = File.createTempFile("FileOutputStream", "tmp"); local 267 tmpfile.deleteOnExit(); 268 FileOutputStream fos = new FileOutputStream(tmpfile); 272 FileOutputStream f = new FileOutputStream(tmpfile, true); 278 File tmpfile = File.createTempFile("FileOutputStream", "tmp"); local 279 tmpfile.deleteOnExit(); 280 FileOutputStream fos = new FileOutputStream(tmpfile, true); 299 File tmpfile = File.createTempFile("FileOutputStream", "tmp"); local 300 tmpfile.deleteOnExit(); 301 FileOutputStream fos = new FileOutputStream(tmpfile, false) 320 File tmpfile = File.createTempFile("FileOutputStream", "tmp"); local 334 File tmpfile = File.createTempFile("FileOutputStream", "tmp"); local 349 File tmpfile = File.createTempFile("FileOutputStream", "tmp"); local 363 File tmpfile = File.createTempFile("FileOutputStream", "tmp"); local [all...] |
/external/chromium/chrome/browser/chromeos/login/ |
owner_key_utils_unittest.cc | 48 FilePath tmpfile; local 50 ASSERT_TRUE(file_util::CreateTemporaryFileInDir(tmpdir.path(), &tmpfile)); 51 ASSERT_TRUE(utils_->ExportPublicKeyToFile(pair.get(), tmpfile)); 57 ASSERT_TRUE(utils_->ImportPublicKey(tmpfile, &from_disk));
|
/external/v8/test/sputnik/ |
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)
|
/device/ti/panda/audio/test/ |
TestFlinger.py | 228 tmpfile = None 230 tmpfile = override_logfile_name 231 if os.path.exists(tmpfile): 232 os.unlink(tmpfile) 234 tmpfile = time.strftime("test-log-%Y.%m.%d.%H%M%S.txt") 235 while os.path.exists(tmpfile): 236 tmpfile = time.strftime("test-log-%Y.%m.%d.%H%M%S.txt") 237 fobj = open(tmpfile, 'wt') 238 print "Logging to", tmpfile
|
/external/clang/test/Analysis/ |
stream.c | 9 extern FILE *tmpfile(void); 57 FILE *p = tmpfile();
|
/bionic/libc/stdio/ |
tmpfile.c | 1 /* $OpenBSD: tmpfile.c,v 1.10 2005/10/10 12:00:52 espie Exp $ */ 45 tmpfile(void) function
|
/system/extras/tests/bionic/libc/glibc/assert/ |
test-assert.c | 53 stderr = tmpfile ();
|
/packages/apps/Browser/src/com/android/browser/ |
BrowserBackupAgent.java | 94 File tmpfile = File.createTempFile("rst", null, getFilesDir()); local 99 crc = copyBackupToFile(data, tmpfile, data.getDataSize()); 101 FileInputStream infstream = new FileInputStream(tmpfile); 157 writeBackupState(tmpfile.length(), crc, newState); 161 tmpfile.delete();
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
port_testcase.py | 108 tmpfd, tmpfile = port._filesystem.open_binary_tempfile('') 114 self.assertTrue(port.diff_image(contents1, contents2, tmpfile)) 116 port._filesystem.remove(tmpfile)
|
/bionic/libstdc++/include/ |
cstdio | 80 using ::tmpfile;
|
/ndk/sources/cxx-stl/gabi++/include/ |
cstdio | 80 using ::tmpfile;
|
/ndk/sources/cxx-stl/system/include/ |
cstdio | 80 using ::tmpfile;
|
/prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/ |
cstdio | 78 using ::tmpfile;
|
/prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/ |
cstdio | 78 using ::tmpfile;
|
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/system/include/ |
cstdio | 80 using ::tmpfile;
|
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/system/include/ |
cstdio | 80 using ::tmpfile;
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gabi++/include/ |
cstdio | 80 using ::tmpfile;
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/system/include/ |
cstdio | 80 using ::tmpfile;
|
/external/jpeg/ |
jmemansi.c | 10 * assumes that you have the ANSI-standard library routine tmpfile(). 126 /* Since this implementation uses tmpfile() to create the file, 135 * This version uses tmpfile(), which constructs a suitable file name 144 if ((info->temp_file = tmpfile()) == NULL)
|
/external/qemu/distrib/jpeg-6b/ |
jmemansi.c | 10 * assumes that you have the ANSI-standard library routine tmpfile(). 126 /* Since this implementation uses tmpfile() to create the file, 135 * This version uses tmpfile(), which constructs a suitable file name 144 if ((info->temp_file = tmpfile()) == NULL)
|
/system/extras/tests/bionic/libstdc++/ |
test_cstdio.cpp | 140 using std::tmpfile;
|
/external/stlport/stlport/stl/ |
_cstdio.h | 108 using _STLP_VENDOR_CSTD::tmpfile;
|