HomeSort by relevance Sort by last modified time
    Searched full:sync_with_stdio (Results 1 - 25 of 44) sorted by null

1 2

  /external/libcxx/test/std/input.output/iostreams.base/ios.base/ios.members.static/
sync_with_stdio.pass.cpp 12 // bool sync_with_stdio(bool sync = true);
19 assert( std::ios_base::sync_with_stdio(false));
20 assert(!std::ios_base::sync_with_stdio(false));
21 assert(!std::ios_base::sync_with_stdio(true));
22 assert( std::ios_base::sync_with_stdio(true));
23 assert( std::ios_base::sync_with_stdio());
24 assert( std::ios_base::sync_with_stdio(false));
25 assert(!std::ios_base::sync_with_stdio());
26 assert( std::ios_base::sync_with_stdio());
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostreams.base/ios.base/ios.members.static/
sync_with_stdio.pass.cpp 12 // bool sync_with_stdio(bool sync = true);
19 assert( std::ios_base::sync_with_stdio(false));
20 assert(!std::ios_base::sync_with_stdio(false));
21 assert(!std::ios_base::sync_with_stdio(true));
22 assert( std::ios_base::sync_with_stdio(true));
23 assert( std::ios_base::sync_with_stdio());
24 assert( std::ios_base::sync_with_stdio(false));
25 assert(!std::ios_base::sync_with_stdio());
26 assert( std::ios_base::sync_with_stdio());
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_ios.i 129 sync_with_stdio(bool __sync = true);
  /external/libcxx/include/
ios 104 static bool sync_with_stdio(bool sync = true);
317 static bool sync_with_stdio(bool __sync = true);
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
ios 104 static bool sync_with_stdio(bool sync = true);
317 static bool sync_with_stdio(bool __sync = true);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
ios 104 static bool sync_with_stdio(bool sync = true);
317 static bool sync_with_stdio(bool __sync = true);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
ios 104 static bool sync_with_stdio(bool sync = true);
317 static bool sync_with_stdio(bool __sync = true);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
ios 104 static bool sync_with_stdio(bool sync = true);
317 static bool sync_with_stdio(bool __sync = true);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
ios 104 static bool sync_with_stdio(bool sync = true);
317 static bool sync_with_stdio(bool __sync = true);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
ios 104 static bool sync_with_stdio(bool sync = true);
317 static bool sync_with_stdio(bool __sync = true);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
ios 104 static bool sync_with_stdio(bool sync = true);
317 static bool sync_with_stdio(bool __sync = true);
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
ios 104 static bool sync_with_stdio(bool sync = true);
317 static bool sync_with_stdio(bool __sync = true);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
ios 104 static bool sync_with_stdio(bool sync = true);
317 static bool sync_with_stdio(bool __sync = true);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
ios 104 static bool sync_with_stdio(bool sync = true);
317 static bool sync_with_stdio(bool __sync = true);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
ios 104 static bool sync_with_stdio(bool sync = true);
317 static bool sync_with_stdio(bool __sync = true);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
ios 104 static bool sync_with_stdio(bool sync = true);
317 static bool sync_with_stdio(bool __sync = true);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
ios 104 static bool sync_with_stdio(bool sync = true);
317 static bool sync_with_stdio(bool __sync = true);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
ios 104 static bool sync_with_stdio(bool sync = true);
317 static bool sync_with_stdio(bool __sync = true);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
ios 104 static bool sync_with_stdio(bool sync = true);
317 static bool sync_with_stdio(bool __sync = true);
  /external/libcxx/src/
ios.cpp 459 ios_base::sync_with_stdio(bool sync) function in class:ios_base
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
ios.cpp 462 ios_base::sync_with_stdio(bool sync) function in class:ios_base
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
ios_base.h 672 sync_with_stdio(bool __sync = true);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
fstream 88 friend class ios_base; // For sync_with_stdio.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
ios_base.h 672 sync_with_stdio(bool __sync = true);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
fstream 88 friend class ios_base; // For sync_with_stdio.

Completed in 712 milliseconds

1 2