HomeSort by relevance Sort by last modified time
    Searched full:ios_base (Results 551 - 575 of 879) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.objects/narrow.stream.objects/
cerr.pass.cpp 27 assert(std::cerr.flags() & std::ios_base::unitbuf);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.objects/wide.stream.objects/
wcerr.pass.cpp 27 assert(std::wcerr.flags() & std::ios_base::unitbuf);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostreams.base/ios.base/fmtflags.state/
flags.pass.cpp 12 // class ios_base
precision.pass.cpp 12 // class ios_base
precision_streamsize.pass.cpp 12 // class ios_base
unsetf_mask.pass.cpp 12 // class ios_base
width.pass.cpp 12 // class ios_base
width_streamsize.pass.cpp 12 // class ios_base
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostreams.base/ios.base/ios.base.locales/
getloc.pass.cpp 12 // class ios_base
  /external/llvm/test/Transforms/Inline/
2006-11-09-InlineCGUpdate-2.ll 13 %"struct.std::basic_ios<char,std::char_traits<char> >" = type { %"struct.std::ios_base", %"struct.std::basic_ostream<char,std::char_traits<char> >"*, i8, i1, %"struct.std::basic_streambuf<char,std::char_traits<char> >"*, %"struct.std::ctype<char>"*, %"struct.std::__codecvt_abstract_base<char,char,__mbstate_t>"*, %"struct.std::__codecvt_abstract_base<char,char,__mbstate_t>"* }
24 %"struct.std::ios_base" = type { i32 (...)**, i32, i32, i32, i32, i32, %"struct.std::ios_base::_Callback_list"*, %struct.__sbuf, [8 x %struct.__sbuf], i32, %struct.__sbuf*, %"struct.std::locale" }
25 %"struct.std::ios_base::_Callback_list" = type { %"struct.std::ios_base::_Callback_list"*, void (i32, %"struct.std::ios_base"*, i32)*, i32, i32 }
26 %"struct.std::ios_base::_Words" = type { i8*, i32 }
  /external/swiftshader/third_party/LLVM/test/Transforms/Inline/
2006-11-09-InlineCGUpdate-2.ll 14 %"struct.std::basic_ios<char,std::char_traits<char> >" = type { %"struct.std::ios_base", %"struct.std::basic_ostream<char,std::char_traits<char> >"*, i8, i1, %"struct.std::basic_streambuf<char,std::char_traits<char> >"*, %"struct.std::ctype<char>"*, %"struct.std::__codecvt_abstract_base<char,char,__mbstate_t>"*, %"struct.std::__codecvt_abstract_base<char,char,__mbstate_t>"* }
25 %"struct.std::ios_base" = type { i32 (...)**, i32, i32, i32, i32, i32, %"struct.std::ios_base::_Callback_list"*, %struct.__sbuf, [8 x %struct.__sbuf], i32, %struct.__sbuf*, %"struct.std::locale" }
26 %"struct.std::ios_base::_Callback_list" = type { %"struct.std::ios_base::_Callback_list"*, void (i32, %"struct.std::ios_base"*, i32)*, i32, i32 }
27 %"struct.std::ios_base::_Words" = type { i8*, i32 }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
basic_ios.h 66 class basic_ios : public ios_base
127 * See std::ios_base::iostate for the possible bit values. Most
138 * See std::ios_base::iostate for the possible bit values. Most
148 * See std::ios_base::iostate for the possible bit values.
226 * std::ios_base::failure is thrown.
243 * f.setstate (std::ios_base::badbit);
246 * f.exceptions (std::ios_base::badbit);
265 : ios_base(), _M_tie(0), _M_fill(), _M_fill_init(false), _M_streambuf(0),
397 * Calls @c ios_base::imbue(loc), and if a stream buffer is associated
455 : ios_base(), _M_tie(0), _M_fill(char_type()), _M_fill_init(false),
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
basic_ios.h 66 class basic_ios : public ios_base
127 * See std::ios_base::iostate for the possible bit values. Most
138 * See std::ios_base::iostate for the possible bit values. Most
148 * See std::ios_base::iostate for the possible bit values.
226 * std::ios_base::failure is thrown.
243 * f.setstate (std::ios_base::badbit);
246 * f.exceptions (std::ios_base::badbit);
265 : ios_base(), _M_tie(0), _M_fill(), _M_fill_init(false), _M_streambuf(0),
397 * Calls @c ios_base::imbue(loc), and if a stream buffer is associated
455 : ios_base(), _M_tie(0), _M_fill(char_type()), _M_fill_init(false),
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
streambuf 41 #include <bits/ios_base.h>
245 * @param __way Value for ios_base::seekdir.
246 * @param __mode Value for ios_base::openmode.
251 pubseekoff(off_type __off, ios_base::seekdir __way,
252 ios_base::openmode __mode = ios_base::in | ios_base::out)
258 * @param __mode Value for ios_base::openmode.
264 ios_base::openmode __mode = ios_base::in | ios_base::out
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
streambuf 41 #include <bits/ios_base.h>
245 * @param __way Value for ios_base::seekdir.
246 * @param __mode Value for ios_base::openmode.
251 pubseekoff(off_type __off, ios_base::seekdir __way,
252 ios_base::openmode __mode = ios_base::in | ios_base::out)
258 * @param __mode Value for ios_base::openmode.
264 ios_base::openmode __mode = ios_base::in | ios_base::out
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
JitManager.cpp 103 std::stringstream fnName("JitModule", std::ios_base::in | std::ios_base::out | std::ios_base::ate);
178 std::stringstream fnName("JitModule", std::ios_base::in | std::ios_base::out | std::ios_base::ate);
  /hardware/interfaces/keymaster/3.0/vts/functional/
authorization_set.cpp 213 out.elements.setstate(std::ios_base::badbit);
224 out.elements.setstate(std::ios_base::badbit);
282 out.setstate(std::ios_base::badbit);
287 out.setstate(std::ios_base::badbit);
293 out.setstate(std::ios_base::badbit);
354 in.elements.setstate(std::ios_base::badbit);
379 in.setstate(std::ios_base::badbit);
391 in.setstate(std::ios_base::badbit);
  /hardware/interfaces/keymaster/4.0/support/
authorization_set.cpp 202 out.elements.setstate(std::ios_base::badbit);
212 out.elements.setstate(std::ios_base::badbit);
277 out.setstate(std::ios_base::badbit);
282 out.setstate(std::ios_base::badbit);
288 out.setstate(std::ios_base::badbit);
354 in.elements.setstate(std::ios_base::badbit);
379 in.setstate(std::ios_base::badbit);
391 in.setstate(std::ios_base::badbit);
  /prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc_util/src/
io.cc 74 input_file.open(input_file_name, std::ios_base::binary);
96 file_stream->open(output_filename.str(), std::ios_base::binary);
  /system/security/keystore/
authorization_set.cpp 209 out.elements.setstate(std::ios_base::badbit);
219 out.elements.setstate(std::ios_base::badbit);
285 out.setstate(std::ios_base::badbit);
290 out.setstate(std::ios_base::badbit);
296 out.setstate(std::ios_base::badbit);
364 in.elements.setstate(std::ios_base::badbit);
389 in.setstate(std::ios_base::badbit);
401 in.setstate(std::ios_base::badbit);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
random.tcc 359 typedef typename __ostream_type::ios_base __ios_base;
393 typedef typename __istream_type::ios_base __ios_base;
469 typedef typename __ostream_type::ios_base __ios_base;
493 typedef typename __istream_type::ios_base __ios_base;
666 typedef typename __ostream_type::ios_base __ios_base;
697 typedef typename __istream_type::ios_base __ios_base;
751 typedef typename __ostream_type::ios_base __ios_base;
777 typedef typename __istream_type::ios_base __ios_base;
817 typedef typename __ostream_type::ios_base __ios_base;
842 typedef typename __istream_type::ios_base __ios_base
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
random.tcc 359 typedef typename __ostream_type::ios_base __ios_base;
393 typedef typename __istream_type::ios_base __ios_base;
469 typedef typename __ostream_type::ios_base __ios_base;
493 typedef typename __istream_type::ios_base __ios_base;
666 typedef typename __ostream_type::ios_base __ios_base;
697 typedef typename __istream_type::ios_base __ios_base;
751 typedef typename __ostream_type::ios_base __ios_base;
777 typedef typename __istream_type::ios_base __ios_base;
817 typedef typename __ostream_type::ios_base __ios_base;
842 typedef typename __istream_type::ios_base __ios_base
    [all...]
  /external/libcxx/test/std/input.output/iostreams.base/ios.base/fmtflags.state/
flags_fmtflags.pass.cpp 12 // class ios_base
setf_fmtflags.pass.cpp 12 // class ios_base
setf_fmtflags_mask.pass.cpp 12 // class ios_base

Completed in 443 milliseconds

<<21222324252627282930>>