HomeSort by relevance Sort by last modified time
    Searched full:freopen (Results 401 - 425 of 1008) sorted by null

<<11121314151617181920>>

  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_output_test_.cc 1016 posix::FReopen("nul:", "w", stdout);
1018 posix::FReopen("/dev/null", "w", stdout);
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/test/
gtest_output_test_.cc 1016 posix::FReopen("nul:", "w", stdout);
1018 posix::FReopen("/dev/null", "w", stdout);
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/test/
gtest_output_test_.cc 1016 posix::FReopen("nul:", "w", stdout);
1018 posix::FReopen("/dev/null", "w", stdout);
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h.orig     [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /system/core/adb/
adb.cpp 682 // stdin/stdout/stderr to be closed. At that point, freopen() could be used
684 // descriptor number that freopen() uses. It's simplest to avoid all of this
    [all...]
sysdeps.h 286 #define freopen freopen_utf8_not_yet_implemented macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
main.c 273 if(freopen("stdout:", "w", stderr) == NULL) {
  /external/arm-neon-tests/
compute_ref.axf 
  /external/clang/lib/StaticAnalyzer/Checkers/
GenericTaintChecker.cpp 387 .Case("freopen", &GenericTaintChecker::postRetTaint)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tchar.h 693 #define _tfreopen freopen
stdio.h 467 FILE *__cdecl freopen(const char * __restrict__ _Filename,const char * __restrict__ _Mode,FILE * __restrict__ _File) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
    [all...]
  /external/libpng/contrib/gregbook/
rpng2-win.c 308 freopen("CONOUT$", "a", stderr);
309 freopen("CONOUT$", "a", stdout);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8/lib/linux/
libclang_rt.asan-mips-android.so 
  /prebuilts/clang/host/linux-x86/clang-2812033/lib64/clang/3.8/lib/linux/
libclang_rt.asan-mips-android.so 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lauxlib.c 648 lf.f = freopen(filename, "rb", lf.f); /* reopen in binary mode */
  /external/skia/third_party/lua/src/
lauxlib.c 648 lf.f = freopen(filename, "rb", lf.f); /* reopen in binary mode */
  /external/syslinux/com32/lua/src/
lauxlib.c 649 lf.f = freopen(filename, "rb", lf.f); /* reopen in binary mode */
  /external/webrtc/webrtc/modules/audio_coding/test/
APITest.cc 280 EXPECT_TRUE(freopen("APITest_log.txt", "w", stdout) != 0);
  /external/googletest/googletest/include/gtest/internal/
gtest-port.h     [all...]

Completed in 1778 milliseconds

<<11121314151617181920>>