/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
regex_nfa.tcc | 68 _M_dot(std::ostream& __ostr, _StateIdT __id) const 73 __ostr << __id << " [label=\"" << __id << "\\nALT\"];\n" 74 << __id << " -> " << _M_next 76 << __id << " -> " << _M_alt 80 __ostr << __id << " [label=\"" << __id << "\\nSBEGIN " 82 << __id << " -> " << _M_next << " [label=\"epsilon\"];\n"; 85 __ostr << __id << " [label=\"" << __id << "\\nSEND [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
regex_nfa.tcc | 68 _M_dot(std::ostream& __ostr, _StateIdT __id) const 73 __ostr << __id << " [label=\"" << __id << "\\nALT\"];\n" 74 << __id << " -> " << _M_next 76 << __id << " -> " << _M_alt 80 __ostr << __id << " [label=\"" << __id << "\\nSBEGIN " 82 << __id << " -> " << _M_next << " [label=\"epsilon\"];\n"; 85 __ostr << __id << " [label=\"" << __id << "\\nSEND [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
regex_nfa.tcc | 68 _M_dot(std::ostream& __ostr, _StateIdT __id) const 73 __ostr << __id << " [label=\"" << __id << "\\nALT\"];\n" 74 << __id << " -> " << _M_next 76 << __id << " -> " << _M_alt 80 __ostr << __id << " [label=\"" << __id << "\\nSBEGIN " 82 << __id << " -> " << _M_next << " [label=\"epsilon\"];\n"; 85 __ostr << __id << " [label=\"" << __id << "\\nSEND [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
regex_nfa.tcc | 68 _M_dot(std::ostream& __ostr, _StateIdT __id) const 73 __ostr << __id << " [label=\"" << __id << "\\nALT\"];\n" 74 << __id << " -> " << _M_next 76 << __id << " -> " << _M_alt 80 __ostr << __id << " [label=\"" << __id << "\\nSBEGIN " 82 << __id << " -> " << _M_next << " [label=\"epsilon\"];\n"; 85 __ostr << __id << " [label=\"" << __id << "\\nSEND [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
regex_nfa.tcc | 68 _M_dot(std::ostream& __ostr, _StateIdT __id) const 73 __ostr << __id << " [label=\"" << __id << "\\nALT\"];\n" 74 << __id << " -> " << _M_next 76 << __id << " -> " << _M_alt 80 __ostr << __id << " [label=\"" << __id << "\\nSBEGIN " 82 << __id << " -> " << _M_next << " [label=\"epsilon\"];\n"; 85 __ostr << __id << " [label=\"" << __id << "\\nSEND [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
regex_nfa.tcc | 68 _M_dot(std::ostream& __ostr, _StateIdT __id) const 73 __ostr << __id << " [label=\"" << __id << "\\nALT\"];\n" 74 << __id << " -> " << _M_next 76 << __id << " -> " << _M_alt 80 __ostr << __id << " [label=\"" << __id << "\\nSBEGIN " 82 << __id << " -> " << _M_next << " [label=\"epsilon\"];\n"; 85 __ostr << __id << " [label=\"" << __id << "\\nSEND [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
regex_nfa.tcc | 68 _M_dot(std::ostream& __ostr, _StateIdT __id) const 73 __ostr << __id << " [label=\"" << __id << "\\nALT\"];\n" 74 << __id << " -> " << _M_next 76 << __id << " -> " << _M_alt 80 __ostr << __id << " [label=\"" << __id << "\\nSBEGIN " 82 << __id << " -> " << _M_next << " [label=\"epsilon\"];\n"; 85 __ostr << __id << " [label=\"" << __id << "\\nSEND [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ |
thread | 78 id(native_handle_type __id) : _M_thread(__id) { } 94 operator<<(basic_ostream<_CharT, _Traits>& __out, thread::id __id); 227 operator()(const thread::id& __id) const noexcept 228 { return std::_Hash_impl::hash(__id._M_thread); } 233 operator<<(basic_ostream<_CharT, _Traits>& __out, thread::id __id) 235 if (__id == thread::id()) 238 return __out << __id._M_thread;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ |
thread | 78 id(native_handle_type __id) : _M_thread(__id) { } 94 operator<<(basic_ostream<_CharT, _Traits>& __out, thread::id __id); 227 operator()(const thread::id& __id) const noexcept 228 { return std::_Hash_impl::hash(__id._M_thread); } 233 operator<<(basic_ostream<_CharT, _Traits>& __out, thread::id __id) 235 if (__id == thread::id()) 238 return __out << __id._M_thread;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
thread | 78 id(native_handle_type __id) : _M_thread(__id) { } 94 operator<<(basic_ostream<_CharT, _Traits>& __out, thread::id __id); 227 operator()(const thread::id& __id) const noexcept 228 { return std::_Hash_impl::hash(__id._M_thread); } 233 operator<<(basic_ostream<_CharT, _Traits>& __out, thread::id __id) 235 if (__id == thread::id()) 238 return __out << __id._M_thread;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
thread | 76 id(native_handle_type __id) : _M_thread(__id) { } 92 operator<<(basic_ostream<_CharT, _Traits>& __out, thread::id __id); 224 operator()(const thread::id& __id) const noexcept 225 { return std::_Hash_impl::hash(__id._M_thread); } 230 operator<<(basic_ostream<_CharT, _Traits>& __out, thread::id __id) 232 if (__id == thread::id()) 235 return __out << __id._M_thread;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
thread | 78 id(native_handle_type __id) : _M_thread(__id) { } 94 operator<<(basic_ostream<_CharT, _Traits>& __out, thread::id __id); 227 operator()(const thread::id& __id) const noexcept 228 { return std::_Hash_impl::hash(__id._M_thread); } 233 operator<<(basic_ostream<_CharT, _Traits>& __out, thread::id __id) 235 if (__id == thread::id()) 238 return __out << __id._M_thread;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
thread | 76 id(native_handle_type __id) : _M_thread(__id) { } 92 operator<<(basic_ostream<_CharT, _Traits>& __out, thread::id __id); 224 operator()(const thread::id& __id) const noexcept 225 { return std::_Hash_impl::hash(__id._M_thread); } 230 operator<<(basic_ostream<_CharT, _Traits>& __out, thread::id __id) 232 if (__id == thread::id()) 235 return __out << __id._M_thread;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ |
thread | 76 id(native_handle_type __id) : _M_thread(__id) { } 92 operator<<(basic_ostream<_CharT, _Traits>& __out, thread::id __id); 226 operator()(const thread::id& __id) const noexcept 227 { return std::_Hash_impl::hash(__id._M_thread); } 232 operator<<(basic_ostream<_CharT, _Traits>& __out, thread::id __id) 234 if (__id == thread::id()) 237 return __out << __id._M_thread;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
thread | 76 id(native_handle_type __id) : _M_thread(__id) { } 91 operator<<(basic_ostream<_CharT, _Traits>&& __out, thread::id __id); 223 operator<<(basic_ostream<_CharT, _Traits>&& __out, thread::id __id) 225 if (__id == thread::id()) 228 return __out << __id._M_thread;
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ |
thread | 76 id(native_handle_type __id) : _M_thread(__id) { } 91 operator<<(basic_ostream<_CharT, _Traits>&& __out, thread::id __id); 223 operator<<(basic_ostream<_CharT, _Traits>&& __out, thread::id __id) 225 if (__id == thread::id()) 228 return __out << __id._M_thread;
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ |
thread | 76 id(native_handle_type __id) : _M_thread(__id) { } 91 operator<<(basic_ostream<_CharT, _Traits>&& __out, thread::id __id); 223 operator<<(basic_ostream<_CharT, _Traits>&& __out, thread::id __id) 225 if (__id == thread::id()) 228 return __out << __id._M_thread;
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ |
thread | 76 id(native_handle_type __id) : _M_thread(__id) { } 91 operator<<(basic_ostream<_CharT, _Traits>&& __out, thread::id __id); 223 operator<<(basic_ostream<_CharT, _Traits>&& __out, thread::id __id) 225 if (__id == thread::id()) 228 return __out << __id._M_thread;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ |
thread | 76 id(native_handle_type __id) : _M_thread(__id) { } 91 operator<<(basic_ostream<_CharT, _Traits>&& __out, thread::id __id); 223 operator<<(basic_ostream<_CharT, _Traits>&& __out, thread::id __id) 225 if (__id == thread::id()) 228 return __out << __id._M_thread;
|
/external/stlport/stlport/stl/ |
_fstream.h | 61 bool _M_open(int __id, ios_base::openmode = ios_base::__default_mode); 63 bool _M_open(_STLP_fd __id, ios_base::openmode = ios_base::__default_mode); 181 _Self* open(int __id, ios_base::openmode _Init_mode = ios_base::__default_mode) { 182 return this->_M_open(__id, _Init_mode); 186 _Self* open(_STLP_fd __id, ios_base::openmode _Init_mode = ios_base::__default_mode) { 187 return _M_base._M_open(__id, _Init_mode) ? this : 0; 193 _Self* _M_open(int __id, ios_base::openmode _Init_mode = ios_base::__default_mode) { 194 return _M_base._M_open(__id, _Init_mode) ? this : 0; 471 explicit basic_ifstream(int __id, ios_base::openmode __mod = ios_base::in) : 474 if (!_M_buf.open(__id, __mod | ios_base::in) [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_fstream.h | 61 bool _M_open(int __id, ios_base::openmode = ios_base::__default_mode); 63 bool _M_open(_STLP_fd __id, ios_base::openmode = ios_base::__default_mode); 181 _Self* open(int __id, ios_base::openmode _Init_mode = ios_base::__default_mode) { 182 return this->_M_open(__id, _Init_mode); 186 _Self* open(_STLP_fd __id, ios_base::openmode _Init_mode = ios_base::__default_mode) { 187 return _M_base._M_open(__id, _Init_mode) ? this : 0; 193 _Self* _M_open(int __id, ios_base::openmode _Init_mode = ios_base::__default_mode) { 194 return _M_base._M_open(__id, _Init_mode) ? this : 0; 471 explicit basic_ifstream(int __id, ios_base::openmode __mod = ios_base::in) : 474 if (!_M_buf.open(__id, __mod | ios_base::in) [all...] |