HomeSort by relevance Sort by last modified time
    Searched full:tmpfile (Results 101 - 125 of 581) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cstdio 88 #undef tmpfile
135 using ::tmpfile;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
cstdio 85 #undef tmpfile
132 using ::tmpfile;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
cstdio 88 #undef tmpfile
135 using ::tmpfile;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
cstdio 86 #undef tmpfile
133 using ::tmpfile;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/
cstdio 89 #undef tmpfile
139 using ::tmpfile;
  /external/scrypt/
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
  /libcore/benchmarks/src/benchmarks/regression/
ByteBufferBenchmark.java 58 File tmpFile = new File("/sdcard/bm.tmp");
61 tmpFile = File.createTempFile("MappedByteBufferTest", ".tmp");
63 tmpFile.createNewFile();
64 tmpFile.deleteOnExit();
65 RandomAccessFile raf = new RandomAccessFile(tmpFile, "rw");
  /external/ltrace/
configure.ac 330 # unavailable, require that tmpfile be present. There's no
346 AC_CHECK_FUNC([tmpfile], [],
348 [Either open_memstream or tmpfile required.])])])])
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
FileInputStreamTest.java 245 File tmpFile = File.createTempFile("FileOutputStream", "tmp");
246 FileInputStream in = new FileInputStream(tmpFile);
254 tmpFile.delete();
  /bionic/libc/bionic/
tmpfile.cpp 101 FILE* tmpfile() { function
  /external/chromium_org/third_party/cython/src/Cython/Debugger/Tests/
test_libcython_in_gdb.py 342 self.tmpfile = os.fdopen(self.fd, 'r+')
348 self.tmpfile.close()
355 return self.tmpfile.read().strip()
371 result = self.tmpfile.read().rstrip()
  /external/chromium_org/third_party/icu/source/tools/toolutil/
filestrm.c 97 FILE* file = tmpfile();
  /external/chromium_org/tools/relocation_packer/src/
elf_file_unittest.cc 54 FILE* temporary = tmpfile();
  /external/clang/lib/StaticAnalyzer/Checkers/
StreamChecker.cpp 81 void Tmpfile(CheckerContext &C, const CallExpr *CE) const;
117 II_tmpfile = &Ctx.Idents.get("tmpfile");
148 Tmpfile(C, CE);
207 void StreamChecker::Tmpfile(CheckerContext &C, const CallExpr *CE) const {
  /external/icu/icu4c/source/tools/toolutil/
filestrm.c 97 FILE* file = tmpfile();
  /external/stlport/stlport/stl/
_cstdio.h 108 using _STLP_VENDOR_CSTD::tmpfile;
  /external/valgrind/main/none/tests/
faultstatus.c 144 perror("tmpfile");
  /external/valgrind/main/none/tests/x86/
faultstatus.c 123 perror("tmpfile");
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 108 using _STLP_VENDOR_CSTD::tmpfile;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 108 using _STLP_VENDOR_CSTD::tmpfile;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 108 using _STLP_VENDOR_CSTD::tmpfile;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 108 using _STLP_VENDOR_CSTD::tmpfile;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 108 using _STLP_VENDOR_CSTD::tmpfile;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cstdio.h 108 using _STLP_VENDOR_CSTD::tmpfile;
  /system/extras/tests/bionic/libstdc++/
test_cstdio.cpp 140 using std::tmpfile;

Completed in 835 milliseconds

1 2 3 45 6 7 8 91011>>