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

12 3 4

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
vstring.tcc 551 operator>>(basic_istream<_CharT, _Traits>& __in,
566 typename __istream_type::sentry __cerb(__in, false);
575 const streamsize __w = __in.width();
578 const __ctype_type& __ct = use_facet<__ctype_type>(__in.getloc());
580 __int_type __c = __in.rdbuf()->sgetc();
594 __c = __in.rdbuf()->snextc();
600 __in.width(0);
604 __in._M_setstate(__ios_base::badbit);
612 __in._M_setstate(__ios_base::badbit);
619 __in.setstate(__err)
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
vstring.tcc 552 operator>>(basic_istream<_CharT, _Traits>& __in,
567 typename __istream_type::sentry __cerb(__in, false);
576 const streamsize __w = __in.width();
579 const __ctype_type& __ct = use_facet<__ctype_type>(__in.getloc());
581 __int_type __c = __in.rdbuf()->sgetc();
595 __c = __in.rdbuf()->snextc();
601 __in.width(0);
605 __in._M_setstate(__ios_base::badbit);
613 __in._M_setstate(__ios_base::badbit);
620 __in.setstate(__err)
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
utility 142 get(std::pair<_Tp1, _Tp2>& __in) noexcept
143 { return __pair_get<_Int>::__get(__in); }
147 get(std::pair<_Tp1, _Tp2>&& __in) noexcept
148 { return __pair_get<_Int>::__move_get(std::move(__in)); }
152 get(const std::pair<_Tp1, _Tp2>& __in) noexcept
153 { return __pair_get<_Int>::__const_get(__in); }
istream 712 * @param __in An input stream.
723 operator>>(basic_istream<_CharT, _Traits>& __in, _CharT& __c);
727 operator>>(basic_istream<char, _Traits>& __in, unsigned char& __c)
728 { return (__in >> reinterpret_cast<char&>(__c)); }
732 operator>>(basic_istream<char, _Traits>& __in, signed char& __c)
733 { return (__in >> reinterpret_cast<char&>(__c)); }
739 * @param __in An input stream.
741 * @return __in
765 operator>>(basic_istream<_CharT, _Traits>& __in, _CharT* __s);
770 operator>>(basic_istream<char>& __in, char* __s)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
basic_string.tcc     [all...]
locale_facets.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
basic_string.tcc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
basic_string.tcc     [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
basic_string.tcc     [all...]
  /external/opencv3/modules/videoio/src/cap_winrt/
MFIncludes.hpp 123 HRESULT OriginateError(__in HRESULT hr, __in wchar_t const (&str)[N])
133 inline HRESULT OriginateError(__in HRESULT hr)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/arpa/
inet.h 38 extern in_addr_t inet_lnaof (struct in_addr __in) __THROW;
46 extern in_addr_t inet_netof (struct in_addr __in) __THROW;
54 extern char *inet_ntoa (struct in_addr __in) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/arpa/
inet.h 38 extern in_addr_t inet_lnaof (struct in_addr __in) __THROW;
46 extern in_addr_t inet_netof (struct in_addr __in) __THROW;
54 extern char *inet_ntoa (struct in_addr __in) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
istream 712 * @param __in An input stream.
723 operator>>(basic_istream<_CharT, _Traits>& __in, _CharT& __c);
727 operator>>(basic_istream<char, _Traits>& __in, unsigned char& __c)
728 { return (__in >> reinterpret_cast<char&>(__c)); }
732 operator>>(basic_istream<char, _Traits>& __in, signed char& __c)
733 { return (__in >> reinterpret_cast<char&>(__c)); }
739 * @param __in An input stream.
741 * @return __in
765 operator>>(basic_istream<_CharT, _Traits>& __in, _CharT* __s);
770 operator>>(basic_istream<char>& __in, char* __s)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
istream 712 * @param __in An input stream.
723 operator>>(basic_istream<_CharT, _Traits>& __in, _CharT& __c);
727 operator>>(basic_istream<char, _Traits>& __in, unsigned char& __c)
728 { return (__in >> reinterpret_cast<char&>(__c)); }
732 operator>>(basic_istream<char, _Traits>& __in, signed char& __c)
733 { return (__in >> reinterpret_cast<char&>(__c)); }
739 * @param __in An input stream.
741 * @return __in
765 operator>>(basic_istream<_CharT, _Traits>& __in, _CharT* __s);
770 operator>>(basic_istream<char>& __in, char* __s)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
istream 712 * @param __in An input stream.
723 operator>>(basic_istream<_CharT, _Traits>& __in, _CharT& __c);
727 operator>>(basic_istream<char, _Traits>& __in, unsigned char& __c)
728 { return (__in >> reinterpret_cast<char&>(__c)); }
732 operator>>(basic_istream<char, _Traits>& __in, signed char& __c)
733 { return (__in >> reinterpret_cast<char&>(__c)); }
739 * @param __in An input stream.
741 * @return __in
765 operator>>(basic_istream<_CharT, _Traits>& __in, _CharT* __s);
770 operator>>(basic_istream<char>& __in, char* __s)
    [all...]
  /external/clang/www/
libstdc++4.4-clang0x.patch 577 - _M_swap_impl(_Tuple_impl&& __in)
578 + _M_swap_impl(_Tuple_impl& __in)
580 _Base::_M_swap_impl(__in._M_head());
581 _Inherited::_M_swap_impl(__in._M_tail());
586 - swap(tuple&& __in)
587 + swap(tuple& __in)
588 { _Inherited::_M_swap_impl(__in); }
604 - swap(tuple&& __in)
605 + swap(tuple& __in)
608 swap(this->_M_head(), __in._M_head())
    [all...]
  /external/autotest/cli/
action_common.py 73 assert key.endswith('__in'), 'Key %s does not end with __in' % key
74 new_key = key.replace('__in', '__startswith', 1)
  /external/pdfium/core/src/fxge/win32/
fx_win32_dwrite.cpp 16 __in DWRITE_FACTORY_TYPE,
17 __in REFIID,
104 __in DWRITE_GLYPH_RUN const* glyphRun,
379 __in DWRITE_GLYPH_RUN const* glyphRun,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
wait.h 47 (__extension__ (((union { __typeof(status) __in; int __i; }) \
48 { .__in = (status) }).__i))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr2/
bool_set 142 operator>>(std::basic_istream<CharT, Traits>& __in, bool_set& __b)
145 __in >> __c;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
wait.h 47 (__extension__ (((union { __typeof(status) __in; int __i; }) \
48 { .__in = (status) }).__i))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
wait.h 47 (__extension__ (((union { __typeof(status) __in; int __i; }) \
48 { .__in = (status) }).__i))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr2/
bool_set 142 operator>>(std::basic_istream<CharT, Traits>& __in, bool_set& __b)
145 __in >> __c;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr2/
bool_set 142 operator>>(std::basic_istream<CharT, Traits>& __in, bool_set& __b)
145 __in >> __c;
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr2/
bool_set 142 operator>>(std::basic_istream<CharT, Traits>& __in, bool_set& __b)
145 __in >> __c;

Completed in 1507 milliseconds

12 3 4