HomeSort by relevance Sort by last modified time
    Searched refs:__id (Results 1 - 25 of 122) sorted by null

1 2 3 4 5

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
utmp.h 73 extern struct utmp *getutid (__const struct utmp *__id) __THROW;
87 extern int getutid_r (__const struct utmp *__id, struct utmp *__buffer,
utmpx.h 72 extern struct utmpx *getutxid (__const struct utmpx *__id);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
utmp.h 73 extern struct utmp *getutid (__const struct utmp *__id) __THROW;
87 extern int getutid_r (__const struct utmp *__id, struct utmp *__buffer,
utmpx.h 72 extern struct utmpx *getutxid (__const struct utmpx *__id);
  /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...]
  /prebuilts/ndk/5/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...]
  /prebuilts/ndk/6/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...]
  /prebuilts/ndk/7/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...]
  /prebuilts/ndk/8/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...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/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...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex_automaton.h 101 _M_dot(std::ostream& __ostr, _StateIdT __id) const;
196 auto __id = this->_M_subexpr_count++; local
197 this->_M_paren_stack.push_back(__id);
199 __tmp._M_subexpr = __id;
281 _M_append(_StateIdT __id)
283 _M_nfa[_M_end]._M_next = __id;
284 _M_end = __id;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/profile/impl/
profiler_hashtable_size.h 55 { __id = "hashtable-size"; }
profiler_vector_size.h 55 { __id = "vector-size"; }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/impl/
profiler_hashtable_size.h 48 { __id = "hashtable-size"; }
profiler_vector_size.h 48 { __id = "vector-size"; }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/impl/
profiler_hashtable_size.h 48 { __id = "hashtable-size"; }
profiler_vector_size.h 48 { __id = "vector-size"; }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/
profiler_hashtable_size.h 55 { __id = "hashtable-size"; }
profiler_vector_size.h 55 { __id = "vector-size"; }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/
profiler_hashtable_size.h 48 { __id = "hashtable-size"; }
profiler_vector_size.h 48 { __id = "vector-size"; }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/
profiler_hashtable_size.h 55 { __id = "hashtable-size"; }
profiler_vector_size.h 55 { __id = "vector-size"; }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/
profiler_hashtable_size.h 48 { __id = "hashtable-size"; }

Completed in 319 milliseconds

1 2 3 4 5