OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmpfile
(Results
101 - 125
of
142
) sorted by null
1
2
3
4
5
6
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/
stdio.h
267
FILE *
tmpfile
(void);
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/
stdio.h
267
FILE *
tmpfile
(void);
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/
stdio.h
267
FILE *
tmpfile
(void);
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
stdio.h
267
FILE *
tmpfile
(void);
/prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/
stdio.h
246
FILE *
tmpfile
(void);
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/
stdio.h
246
FILE *
tmpfile
(void);
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/
stdio.h
246
FILE *
tmpfile
(void);
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/
stdio.h
246
FILE *
tmpfile
(void);
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/
stdio.h
246
FILE *
tmpfile
(void);
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/
stdio.h
246
FILE *
tmpfile
(void);
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
stdio.h
246
FILE *
tmpfile
(void);
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
stdio.h
246
FILE *
tmpfile
(void);
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
stdio.h
246
FILE *
tmpfile
(void);
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
stdio.h
246
FILE *
tmpfile
(void);
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
stdio.h
246
FILE *
tmpfile
(void);
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
stdio.h
246
FILE *
tmpfile
(void);
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
stdio.h
246
FILE *
tmpfile
(void);
/art/runtime/base/unix_file/
mapped_file_test.cc
75
FILE* f =
tmpfile
();
/bionic/libc/include/
stdio.h
246
FILE *
tmpfile
(void);
/external/llvm/include/llvm/Target/
TargetLibraryInfo.h
595
/// FILE *
tmpfile
(void);
596
tmpfile
,
enumerator in enum:llvm::LibFunc::Func
/external/v8/src/
platform-posix.cc
232
return
tmpfile
();
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_os.py
98
if not hasattr(os, "
tmpfile
"):
100
# As with test_tmpnam() below, the Windows implementation of
tmpfile
()
104
# XP and below, the semantics of
tmpfile
() are the same, but the user
106
# their account already. If that's the case, then os.
tmpfile
() should
111
# test that a subsequent call to os.
tmpfile
() raises the same error. If
115
warnings.filterwarnings("ignore", "
tmpfile
", DeprecationWarning)
124
# open() failed, assert
tmpfile
() fails in the same way.
125
# Although open() raises an IOError and os.
tmpfile
() raises an
129
fp = os.
tmpfile
()
133
self.fail("expected os.
tmpfile
() to raise OSError"
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_os.py
98
if not hasattr(os, "
tmpfile
"):
100
# As with test_tmpnam() below, the Windows implementation of
tmpfile
()
104
# XP and below, the semantics of
tmpfile
() are the same, but the user
106
# their account already. If that's the case, then os.
tmpfile
() should
111
# test that a subsequent call to os.
tmpfile
() raises the same error. If
115
warnings.filterwarnings("ignore", "
tmpfile
", DeprecationWarning)
124
# open() failed, assert
tmpfile
() fails in the same way.
125
# Although open() raises an IOError and os.
tmpfile
() raises an
129
fp = os.
tmpfile
()
133
self.fail("expected os.
tmpfile
() to raise OSError"
[
all
...]
/external/libvorbis/vq/
vqgen.c
266
v->asciipoints=
tmpfile
();
/libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
FileChannelTest.java
1610
File
tmpfile
= File.createTempFile("FileOutputStream", "tmp");
local
[
all
...]
Completed in 1130 milliseconds
1
2
3
4
5
6