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

1 2 3 45 6

  /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...]
test_posix.py 354 if hasattr(posix, 'tmpfile'):
356 warnings.filterwarnings("ignore", "tmpfile", DeprecationWarning)
357 fp = posix.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...]
test_posix.py 354 if hasattr(posix, 'tmpfile'):
356 warnings.filterwarnings("ignore", "tmpfile", DeprecationWarning)
357 fp = posix.tmpfile()
  /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...]
test_posix.py 354 if hasattr(posix, 'tmpfile'):
356 warnings.filterwarnings("ignore", "tmpfile", DeprecationWarning)
357 fp = posix.tmpfile()
  /bionic/tools/versioner/src/
versioner.cpp 220 FILE* empty_file = tmpfile();
227 errx(1, "fileno failed on tmpfile");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
liolib.c 258 p->f = tmpfile();
599 {"tmpfile", io_tmpfile},
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_posix.py 302 if hasattr(posix, 'tmpfile'):
304 warnings.filterwarnings("ignore", "tmpfile", DeprecationWarning)
305 fp = posix.tmpfile()
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc     [all...]
  /external/libpng/contrib/libtests/
pngstest.c     [all...]
makepng.c 998 FILE *fp = tmpfile();
    [all...]
  /external/syslinux/com32/lua/src/
liolib.c 259 p->f = tmpfile();
616 {"tmpfile", io_tmpfile},
  /external/v8/src/base/platform/
platform-posix.cc 445 return tmpfile();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
FileChannelTest.java 1708 File tmpfile = File.createTempFile("FileOutputStream", "tmp"); local
    [all...]
  /external/selinux/libsepol/tests/policies/test-cond/
refpolicy-base.conf 653 attribute tmpfile;
1119 typeattribute cardmgr_dev_t tmpfile;
    [all...]
  /system/core/fastboot/
fastboot.cpp 522 // Windows' tmpfile(3) requires administrator rights because
539 #define tmpfile win32_tmpfile macro
547 return fileno(tmpfile());
    [all...]
  /external/python/cpython2/Lib/test/
test_posix.py 428 @unittest.skipUnless(hasattr(posix, 'tmpfile'),
429 'test needs posix.tmpfile()')
432 warnings.filterwarnings("ignore", "tmpfile", DeprecationWarning)
433 fp = posix.tmpfile()
  /external/selinux/python/semanage/
seobject.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_posix.py 354 if hasattr(posix, 'tmpfile'):
356 warnings.filterwarnings("ignore", "tmpfile", DeprecationWarning)
357 fp = posix.tmpfile()
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 571 case LibFunc::tmpfile:
    [all...]
  /external/syslinux/gpxe/src/util/
nrv2b.c 1472 if ((f = tmpfile()) == NULL) {
1473 perror("tmpfile");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h 536 FILE *__cdecl tmpfile(void) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
    [all...]
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 820 case LibFunc::tmpfile:
    [all...]
  /external/python/cpython3/Lib/test/
test_subprocess.py     [all...]

Completed in 992 milliseconds

1 2 3 45 6