HomeSort by relevance Sort by last modified time
    Searched full:__io (Results 26 - 50 of 98) sorted by null

12 3 4

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
locale_facets.tcc 130 _M_extract_float(_InIter __beg, _InIter __end, ios_base& __io,
136 const locale& __loc = __io._M_getloc();
355 _M_extract_int(_InIter __beg, _InIter __end, ios_base& __io,
363 const locale& __loc = __io._M_getloc();
369 const ios_base::fmtflags __basefield = __io.flags()
575 do_get(iter_type __beg, iter_type __end, ios_base& __io,
578 if (!(__io.flags() & ios_base::boolalpha))
584 __beg = _M_extract_int(__beg, __end, __io, __err, __l);
602 const locale& __loc = __io._M_getloc();
671 do_get(iter_type __beg, iter_type __end, ios_base& __io,
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_facets.tcc 147 _M_extract_float(_InIter __beg, _InIter __end, ios_base& __io,
153 const locale& __loc = __io._M_getloc();
372 _M_extract_int(_InIter __beg, _InIter __end, ios_base& __io,
380 const locale& __loc = __io._M_getloc();
386 const ios_base::fmtflags __basefield = __io.flags()
592 do_get(iter_type __beg, iter_type __end, ios_base& __io,
595 if (!(__io.flags() & ios_base::boolalpha))
601 __beg = _M_extract_int(__beg, __end, __io, __err, __l);
619 const locale& __loc = __io._M_getloc();
688 do_get(iter_type __beg, iter_type __end, ios_base& __io,
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_facets.tcc 147 _M_extract_float(_InIter __beg, _InIter __end, ios_base& __io,
153 const locale& __loc = __io._M_getloc();
372 _M_extract_int(_InIter __beg, _InIter __end, ios_base& __io,
380 const locale& __loc = __io._M_getloc();
386 const ios_base::fmtflags __basefield = __io.flags()
592 do_get(iter_type __beg, iter_type __end, ios_base& __io,
595 if (!(__io.flags() & ios_base::boolalpha))
601 __beg = _M_extract_int(__beg, __end, __io, __err, __l);
619 const locale& __loc = __io._M_getloc();
688 do_get(iter_type __beg, iter_type __end, ios_base& __io,
    [all...]
locale_facets_nonio.h 425 * @param __io Source of the locale.
431 get_time(iter_type __beg, iter_type __end, ios_base& __io,
433 { return this->do_get_time(__beg, __end, __io, __err, __tm); }
450 * @param __io Source of the locale.
456 get_date(iter_type __beg, iter_type __end, ios_base& __io,
458 { return this->do_get_date(__beg, __end, __io, __err, __tm); }
478 * @param __io Source of the locale.
484 get_weekday(iter_type __beg, iter_type __end, ios_base& __io,
486 { return this->do_get_weekday(__beg, __end, __io, __err, __tm); }
507 * @param __io Source of the locale
    [all...]
locale_facets.h 93 _S_pad(ios_base& __io, _CharT __fill, _CharT* __news,
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_facets.tcc 147 _M_extract_float(_InIter __beg, _InIter __end, ios_base& __io,
153 const locale& __loc = __io._M_getloc();
372 _M_extract_int(_InIter __beg, _InIter __end, ios_base& __io,
380 const locale& __loc = __io._M_getloc();
386 const ios_base::fmtflags __basefield = __io.flags()
592 do_get(iter_type __beg, iter_type __end, ios_base& __io,
595 if (!(__io.flags() & ios_base::boolalpha))
601 __beg = _M_extract_int(__beg, __end, __io, __err, __l);
619 const locale& __loc = __io._M_getloc();
688 do_get(iter_type __beg, iter_type __end, ios_base& __io,
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_facets.tcc 147 _M_extract_float(_InIter __beg, _InIter __end, ios_base& __io,
153 const locale& __loc = __io._M_getloc();
372 _M_extract_int(_InIter __beg, _InIter __end, ios_base& __io,
380 const locale& __loc = __io._M_getloc();
386 const ios_base::fmtflags __basefield = __io.flags()
592 do_get(iter_type __beg, iter_type __end, ios_base& __io,
595 if (!(__io.flags() & ios_base::boolalpha))
601 __beg = _M_extract_int(__beg, __end, __io, __err, __l);
619 const locale& __loc = __io._M_getloc();
688 do_get(iter_type __beg, iter_type __end, ios_base& __io,
    [all...]
locale_facets_nonio.h 425 * @param __io Source of the locale.
431 get_time(iter_type __beg, iter_type __end, ios_base& __io,
433 { return this->do_get_time(__beg, __end, __io, __err, __tm); }
450 * @param __io Source of the locale.
456 get_date(iter_type __beg, iter_type __end, ios_base& __io,
458 { return this->do_get_date(__beg, __end, __io, __err, __tm); }
478 * @param __io Source of the locale.
484 get_weekday(iter_type __beg, iter_type __end, ios_base& __io,
486 { return this->do_get_weekday(__beg, __end, __io, __err, __tm); }
507 * @param __io Source of the locale
    [all...]
locale_facets.h 93 _S_pad(ios_base& __io, _CharT __fill, _CharT* __news,
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
locale_facets.tcc 145 _M_extract_float(_InIter __beg, _InIter __end, ios_base& __io,
151 const locale& __loc = __io._M_getloc();
370 _M_extract_int(_InIter __beg, _InIter __end, ios_base& __io,
378 const locale& __loc = __io._M_getloc();
384 const ios_base::fmtflags __basefield = __io.flags()
590 do_get(iter_type __beg, iter_type __end, ios_base& __io,
593 if (!(__io.flags() & ios_base::boolalpha))
599 __beg = _M_extract_int(__beg, __end, __io, __err, __l);
617 const locale& __loc = __io._M_getloc();
686 do_get(iter_type __beg, iter_type __end, ios_base& __io,
    [all...]
locale_facets_nonio.h 425 * @param __io Source of the locale.
431 get_time(iter_type __beg, iter_type __end, ios_base& __io,
433 { return this->do_get_time(__beg, __end, __io, __err, __tm); }
450 * @param __io Source of the locale.
456 get_date(iter_type __beg, iter_type __end, ios_base& __io,
458 { return this->do_get_date(__beg, __end, __io, __err, __tm); }
478 * @param __io Source of the locale.
484 get_weekday(iter_type __beg, iter_type __end, ios_base& __io,
486 { return this->do_get_weekday(__beg, __end, __io, __err, __tm); }
507 * @param __io Source of the locale
    [all...]
locale_facets.h 91 _S_pad(ios_base& __io, _CharT __fill, _CharT* __news,
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
locale_facets.tcc 145 _M_extract_float(_InIter __beg, _InIter __end, ios_base& __io,
151 const locale& __loc = __io._M_getloc();
370 _M_extract_int(_InIter __beg, _InIter __end, ios_base& __io,
378 const locale& __loc = __io._M_getloc();
384 const ios_base::fmtflags __basefield = __io.flags()
590 do_get(iter_type __beg, iter_type __end, ios_base& __io,
593 if (!(__io.flags() & ios_base::boolalpha))
599 __beg = _M_extract_int(__beg, __end, __io, __err, __l);
617 const locale& __loc = __io._M_getloc();
686 do_get(iter_type __beg, iter_type __end, ios_base& __io,
    [all...]
locale_facets_nonio.h 425 * @param __io Source of the locale.
431 get_time(iter_type __beg, iter_type __end, ios_base& __io,
433 { return this->do_get_time(__beg, __end, __io, __err, __tm); }
450 * @param __io Source of the locale.
456 get_date(iter_type __beg, iter_type __end, ios_base& __io,
458 { return this->do_get_date(__beg, __end, __io, __err, __tm); }
478 * @param __io Source of the locale.
484 get_weekday(iter_type __beg, iter_type __end, ios_base& __io,
486 { return this->do_get_weekday(__beg, __end, __io, __err, __tm); }
507 * @param __io Source of the locale
    [all...]
locale_facets.h 91 _S_pad(ios_base& __io, _CharT __fill, _CharT* __news,
    [all...]
  /external/clang/test/Parser/
cxx-member-crash.cpp 13 template<typename _CharT, typename _InIter> _InIter num_get<_CharT, _InIter>:: _M_extract_float(_InIter __beg, _InIter __end, ios_base& __io, ios_base::iostate& __err, string& __xtrc) const {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
locale_facets_nonio.h 425 * @param __io Source of the locale.
431 get_time(iter_type __beg, iter_type __end, ios_base& __io,
433 { return this->do_get_time(__beg, __end, __io, __err, __tm); }
450 * @param __io Source of the locale.
456 get_date(iter_type __beg, iter_type __end, ios_base& __io,
458 { return this->do_get_date(__beg, __end, __io, __err, __tm); }
478 * @param __io Source of the locale.
484 get_weekday(iter_type __beg, iter_type __end, ios_base& __io,
486 { return this->do_get_weekday(__beg, __end, __io, __err, __tm); }
507 * @param __io Source of the locale
    [all...]
locale_facets.h 91 _S_pad(ios_base& __io, _CharT __fill, _CharT* __news,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
locale_facets_nonio.h 425 * @param __io Source of the locale.
431 get_time(iter_type __beg, iter_type __end, ios_base& __io,
433 { return this->do_get_time(__beg, __end, __io, __err, __tm); }
450 * @param __io Source of the locale.
456 get_date(iter_type __beg, iter_type __end, ios_base& __io,
458 { return this->do_get_date(__beg, __end, __io, __err, __tm); }
478 * @param __io Source of the locale.
484 get_weekday(iter_type __beg, iter_type __end, ios_base& __io,
486 { return this->do_get_weekday(__beg, __end, __io, __err, __tm); }
507 * @param __io Source of the locale
    [all...]
locale_facets.h 91 _S_pad(ios_base& __io, _CharT __fill, _CharT* __news,
    [all...]
  /development/ndk/platforms/android-3/arch-arm/include/asm/arch/
io.h 19 #define __io(a) ((void __iomem *)(PCIO_BASE + (a))) macro
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm/arch/
io.h 19 #define __io(a) ((void __iomem *)(PCIO_BASE + (a))) macro
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm/arch/
io.h 19 #define __io(a) ((void __iomem *)(PCIO_BASE + (a))) macro
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm/arch/
io.h 19 #define __io(a) ((void __iomem *)(PCIO_BASE + (a))) macro
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm/arch/
io.h 19 #define __io(a) ((void __iomem *)(PCIO_BASE + (a))) macro

Completed in 7087 milliseconds

12 3 4