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

1 2

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
locale_facets_nonio.tcc 116 _M_extract(iter_type __beg, iter_type __end, ios_base& __io,
124 const locale& __loc = __io._M_getloc();
164 // if (__io.flags() & ios_base::showbase), otherwise
167 if (__io.flags() & ios_base::showbase || __sign_size > 1
186 && (__j || __io.flags() & ios_base::showbase))
334 __do_get(iter_type __beg, iter_type __end, bool __intl, ios_base& __io,
338 __beg = __intl ? _M_extract<true>(__beg, __end, __io, __err, __str)
339 : _M_extract<false>(__beg, __end, __io, __err, __str);
348 do_get(iter_type __beg, iter_type __end, bool __intl, ios_base& __io,
352 __beg = __intl ? _M_extract<true>(__beg, __end, __io, __err, __str
    [all...]
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...]
locale_facets_nonio.h 424 get_time(iter_type __beg, iter_type __end, ios_base& __io,
426 { return this->do_get_time(__beg, __end, __io, __err, __tm); }
449 get_date(iter_type __beg, iter_type __end, ios_base& __io,
451 { return this->do_get_date(__beg, __end, __io, __err, __tm); }
477 get_weekday(iter_type __beg, iter_type __end, ios_base& __io,
479 { return this->do_get_weekday(__beg, __end, __io, __err, __tm); }
506 get_monthname(iter_type __beg, iter_type __end, ios_base& __io,
508 { return this->do_get_monthname(__beg, __end, __io, __err, __tm); }
532 get_year(iter_type __beg, iter_type __end, ios_base& __io,
534 { return this->do_get_year(__beg, __end, __io, __err, __tm);
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets_nonio.tcc 116 _M_extract(iter_type __beg, iter_type __end, ios_base& __io,
124 const locale& __loc = __io._M_getloc();
164 // if (__io.flags() & ios_base::showbase), otherwise
167 if (__io.flags() & ios_base::showbase || __sign_size > 1
186 && (__j || __io.flags() & ios_base::showbase))
334 __do_get(iter_type __beg, iter_type __end, bool __intl, ios_base& __io,
338 __beg = __intl ? _M_extract<true>(__beg, __end, __io, __err, __str)
339 : _M_extract<false>(__beg, __end, __io, __err, __str);
348 do_get(iter_type __beg, iter_type __end, bool __intl, ios_base& __io,
352 __beg = __intl ? _M_extract<true>(__beg, __end, __io, __err, __str
    [all...]
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...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets_nonio.tcc 116 _M_extract(iter_type __beg, iter_type __end, ios_base& __io,
124 const locale& __loc = __io._M_getloc();
164 // if (__io.flags() & ios_base::showbase), otherwise
167 if (__io.flags() & ios_base::showbase || __sign_size > 1
186 && (__j || __io.flags() & ios_base::showbase))
334 __do_get(iter_type __beg, iter_type __end, bool __intl, ios_base& __io,
338 __beg = __intl ? _M_extract<true>(__beg, __end, __io, __err, __str)
339 : _M_extract<false>(__beg, __end, __io, __err, __str);
348 do_get(iter_type __beg, iter_type __end, bool __intl, ios_base& __io,
352 __beg = __intl ? _M_extract<true>(__beg, __end, __io, __err, __str
    [all...]
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...]
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets_nonio.tcc 116 _M_extract(iter_type __beg, iter_type __end, ios_base& __io,
124 const locale& __loc = __io._M_getloc();
164 // if (__io.flags() & ios_base::showbase), otherwise
167 if (__io.flags() & ios_base::showbase || __sign_size > 1
186 && (__j || __io.flags() & ios_base::showbase))
334 __do_get(iter_type __beg, iter_type __end, bool __intl, ios_base& __io,
338 __beg = __intl ? _M_extract<true>(__beg, __end, __io, __err, __str)
339 : _M_extract<false>(__beg, __end, __io, __err, __str);
348 do_get(iter_type __beg, iter_type __end, bool __intl, ios_base& __io,
352 __beg = __intl ? _M_extract<true>(__beg, __end, __io, __err, __str
    [all...]
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...]
  /external/kernel-headers/original/asm-arm/
io.h 101 * The machine specific io.h include defines __io to translate an "IO"
110 #ifdef __io
111 #define outb(v,p) __raw_writeb(v,__io(p))
113 cpu_to_le16(v),__io(p))
115 cpu_to_le32(v),__io(p))
117 #define inb(p) ({ __u8 __v = __raw_readb(__io(p)); __v; })
119 __raw_readw(__io(p))); __v; })
121 __raw_readl(__io(p))); __v; })
123 #define outsb(p,d,l) __raw_writesb(__io(p),d,l)
124 #define outsw(p,d,l) __raw_writesw(__io(p),d,l
    [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 {
  /bionic/libc/kernel/arch-arm/asm/arch/
io.h 19 #define __io(a) ((void __iomem *)(PCIO_BASE + (a))) macro
  /development/ndk/platforms/android-3/arch-arm/include/asm/arch/
io.h 19 #define __io(a) ((void __iomem *)(PCIO_BASE + (a))) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm/arch/
io.h 19 #define __io(a) ((void __iomem *)(PCIO_BASE + (a))) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm/arch/
io.h 19 #define __io(a) ((void __iomem *)(PCIO_BASE + (a))) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm/arch/
io.h 19 #define __io(a) ((void __iomem *)(PCIO_BASE + (a))) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm/arch/
io.h 19 #define __io(a) ((void __iomem *)(PCIO_BASE + (a))) macro
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/asm/arch/
io.h 19 #define __io(a) ((void __iomem *)(PCIO_BASE + (a))) macro
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/asm/arch/
io.h 19 #define __io(a) ((void __iomem *)(PCIO_BASE + (a))) macro
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/asm/arch/
io.h 19 #define __io(a) ((void __iomem *)(PCIO_BASE + (a))) macro
  /prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/asm/arch/
io.h 19 #define __io(a) ((void __iomem *)(PCIO_BASE + (a))) macro
  /prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/asm/arch/
io.h 19 #define __io(a) ((void __iomem *)(PCIO_BASE + (a))) macro
  /prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/asm/arch/
io.h 19 #define __io(a) ((void __iomem *)(PCIO_BASE + (a))) macro
  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/asm/arch/
io.h 19 #define __io(a) ((void __iomem *)(PCIO_BASE + (a))) macro
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/asm/arch/
io.h 19 #define __io(a) ((void __iomem *)(PCIO_BASE + (a))) macro

Completed in 4920 milliseconds

1 2