Home
last modified time | relevance | path

Searched refs:sync_with_stdio (Results 1 – 25 of 84) sorted by relevance

1234

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/iostreams.base/ios.base/ios.members.static/
H A Dsync_with_stdio.pass.cpp20 assert( std::ios_base::sync_with_stdio(false)); in main()
21 assert(!std::ios_base::sync_with_stdio(false)); in main()
22 assert(!std::ios_base::sync_with_stdio(true)); in main()
23 assert( std::ios_base::sync_with_stdio(true)); in main()
24 assert( std::ios_base::sync_with_stdio()); in main()
25 assert( std::ios_base::sync_with_stdio(false)); in main()
26 assert(!std::ios_base::sync_with_stdio()); in main()
27 assert( std::ios_base::sync_with_stdio()); in main()
/aosp_15_r20/external/libcxx/test/std/input.output/iostreams.base/ios.base/ios.members.static/
H A Dsync_with_stdio.pass.cpp19 assert( std::ios_base::sync_with_stdio(false)); in main()
20 assert(!std::ios_base::sync_with_stdio(false)); in main()
21 assert(!std::ios_base::sync_with_stdio(true)); in main()
22 assert( std::ios_base::sync_with_stdio(true)); in main()
23 assert( std::ios_base::sync_with_stdio()); in main()
24 assert( std::ios_base::sync_with_stdio(false)); in main()
25 assert(!std::ios_base::sync_with_stdio()); in main()
26 assert( std::ios_base::sync_with_stdio()); in main()
/aosp_15_r20/external/marisa-trie/tools/
H A Dmarisa-lookup.cc79 std::ios::sync_with_stdio(false); in main()
H A Dmarisa-reverse-lookup.cc79 std::ios::sync_with_stdio(false); in main()
H A Dmarisa-dump.cc116 std::ios::sync_with_stdio(false); in main()
H A Dmarisa-predictive-search.cc97 std::ios::sync_with_stdio(false); in main()
H A Dmarisa-common-prefix-search.cc97 std::ios::sync_with_stdio(false); in main()
H A Dmarisa-build.cc126 std::ios::sync_with_stdio(false); in main()
H A Dmarisa-benchmark.cc310 std::ios::sync_with_stdio(false); in main()
/aosp_15_r20/trusty/user/base/app/apploader/package_tool/
Dapploader_package_tool.cpp178 std::ios::sync_with_stdio(false); in read_entire_file()
202 std::ios::sync_with_stdio(false); in write_entire_file()
/aosp_15_r20/external/cronet/base/process/
H A Dlaunch_win.cc233 std::ios::sync_with_stdio(); in RouteStdioToConsole()
/aosp_15_r20/external/cronet/third_party/libc++/src/src/
H A Dios.cpp378 bool ios_base::sync_with_stdio(bool sync) { in sync_with_stdio() function in ios_base
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
Dios_base.h672 sync_with_stdio(bool __sync = true); in _GLIBCXX_VISIBILITY()
/aosp_15_r20/external/libcxx/src/
H A Dios.cpp459 ios_base::sync_with_stdio(bool sync) in sync_with_stdio() function in ios_base
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/bits/
Dios_base.h672 sync_with_stdio(bool __sync = true); in _GLIBCXX_VISIBILITY()
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/libcxx/include/
Dios104 static bool sync_with_stdio(bool sync = true);
317 static bool sync_with_stdio(bool __sync = true);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/
Dios104 static bool sync_with_stdio(bool sync = true);
337 static bool sync_with_stdio(bool __sync = true);
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/libcxx/include/
Dios104 static bool sync_with_stdio(bool sync = true);
317 static bool sync_with_stdio(bool __sync = true);
/aosp_15_r20/prebuilts/vndk/v31/x86/include/external/libcxx/include/
Dios104 static bool sync_with_stdio(bool sync = true);
317 static bool sync_with_stdio(bool __sync = true);
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/libcxx/include/
Dios104 static bool sync_with_stdio(bool sync = true);
317 static bool sync_with_stdio(bool __sync = true);
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/libcxx/include/
Dios104 static bool sync_with_stdio(bool sync = true);
317 static bool sync_with_stdio(bool __sync = true);
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/libcxx/include/
Dios104 static bool sync_with_stdio(bool sync = true);
317 static bool sync_with_stdio(bool __sync = true);
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/libcxx/include/
Dios104 static bool sync_with_stdio(bool sync = true);
317 static bool sync_with_stdio(bool __sync = true);
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/libcxx/include/
Dios104 static bool sync_with_stdio(bool sync = true);
317 static bool sync_with_stdio(bool __sync = true);
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/libcxx/include/
Dios104 static bool sync_with_stdio(bool sync = true);
317 static bool sync_with_stdio(bool __sync = true);

1234