HomeSort by relevance Sort by last modified time
    Searched refs:tmpfile (Results 176 - 200 of 229) sorted by null

1 2 3 4 5 6 78 910

  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/
stdio.h 260 FILE *tmpfile(void);
  /prebuilts/ndk/r11/platforms/android-3/arch-arm/usr/include/
stdio.h 254 FILE *tmpfile(void);
  /prebuilts/ndk/r11/platforms/android-4/arch-arm/usr/include/
stdio.h 254 FILE *tmpfile(void);
  /prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/
stdio.h 254 FILE *tmpfile(void);
  /prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/
stdio.h 254 FILE *tmpfile(void);
  /prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/
stdio.h 254 FILE *tmpfile(void);
  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/
stdio.h 254 FILE *tmpfile(void);
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/
stdio.h 254 FILE *tmpfile(void);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
stdio_h.pass.cpp 92 static_assert((std::is_same<decltype(tmpfile()), FILE*>::value), "");
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
cstdio.pass.cpp 93 static_assert((std::is_same<decltype(std::tmpfile()), std::FILE*>::value), "");
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
stdio_h.pass.cpp 123 static_assert((std::is_same<decltype(tmpfile()), FILE*>::value), "");
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/c.files/
cstdio.pass.cpp 137 static_assert((std::is_same<decltype(std::tmpfile()), std::FILE*>::value), "");
  /external/autotest/client/cros/audio/
audio_helper.py 385 def record_sample(tmpfile, record_command=_DEFAULT_REC_COMMAND):
388 @param tmpfile: The file to record to.
391 utils.system('%s %s' % (record_command, tmpfile))
    [all...]
  /bionic/tests/
sys_stat_test.cpp 27 FILE* fp = tmpfile();
  /device/linaro/bootloader/edk2/StdLib/Include/
stdio.h 9 FILE *tmpfile (void);
363 FILE *tmpfile (void);
    [all...]
  /external/libpng/contrib/examples/
simpleover.c 278 sprite->file = tmpfile();
308 fprintf(stderr, "simpleover: sprite %s: could not allocate tmpfile: %s\n",
  /external/skia/tools/
ok.cpp 71 crash_stacktrace_fd = fileno(tmpfile());
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_os.py 97 if not hasattr(os, "tmpfile"):
99 # As with test_tmpnam() below, the Windows implementation of tmpfile()
103 # XP and below, the semantics of tmpfile() are the same, but the user
105 # their account already. If that's the case, then os.tmpfile() should
110 # test that a subsequent call to os.tmpfile() raises the same error. If
114 warnings.filterwarnings("ignore", "tmpfile", DeprecationWarning)
123 # open() failed, assert tmpfile() fails in the same way.
124 # Although open() raises an IOError and os.tmpfile() raises an
128 fp = os.tmpfile()
132 self.fail("expected os.tmpfile() to raise OSError")
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 662 #define tmpfile macro
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...]
  /system/core/fastboot/
fastboot.cpp 519 // Windows' tmpfile(3) requires administrator rights because
538 #define tmpfile win32_tmpfile macro
595 FILE* fp = tmpfile();
    [all...]
  /bionic/libc/include/
stdio.h 168 __warnattr("tempnam is unsafe, use mkstemp or tmpfile instead");
171 __warnattr("tempnam is unsafe, use mkstemp or tmpfile instead");
218 FILE* tmpfile(void);

Completed in 2144 milliseconds

1 2 3 4 5 6 78 910