HomeSort by relevance Sort by last modified time
    Searched refs:__pos (Results 501 - 525 of 593) sorted by null

<<21222324

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/
profiler_trace.h 523 std::string::size_type __pos = __line.find("="); local
524 std::string __factor_name = __line.substr(0, __pos);
526 std::string __factor_value = __line.substr(__pos + 1, __end - __pos);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/
profiler_trace.h 516 std::string::size_type __pos = __line.find("="); local
517 std::string __factor_name = __line.substr(0, __pos);
519 std::string __factor_value = __line.substr(__pos + 1, __end - __pos);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
unordered_set.h 305 * @param __pos An iterator that serves as a hint as to where the
326 emplace_hint(const_iterator __pos, _Args&&... __args)
327 { return _M_h.emplace_hint(__pos, std::forward<_Args>(__args)...); }
902 * @param __pos An iterator that serves as a hint as to where the
919 emplace_hint(const_iterator __pos, _Args&&... __args)
920 { return _M_h.emplace_hint(__pos, std::forward<_Args>(__args)...); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/impl/
profiler_trace.h 516 std::string::size_type __pos = __line.find("="); local
517 std::string __factor_name = __line.substr(0, __pos);
519 std::string __factor_value = __line.substr(__pos + 1, __end - __pos);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
unordered_set.h 334 * @param __pos An iterator that serves as a hint as to where the
355 emplace_hint(const_iterator __pos, _Args&&... __args)
356 { return _M_h.emplace_hint(__pos, std::forward<_Args>(__args)...); }
961 * @param __pos An iterator that serves as a hint as to where the
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/
profiler_trace.h 516 std::string::size_type __pos = __line.find("="); local
517 std::string __factor_name = __line.substr(0, __pos);
519 std::string __factor_value = __line.substr(__pos + 1, __end - __pos);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/
ropeimpl.h 74 size_t __pos = __x._M_current_pos; local
80 __x._M_buf_ptr = __x._M_buf_start + (__pos - __leaf_pos);
91 if (__buf_start_pos + __len <= __pos)
93 __buf_start_pos = __pos - __len / 4;
100 __x._M_buf_ptr = __x._M_tmp_buf + (__pos - __buf_start_pos);
121 size_t __pos = __x._M_current_pos; local
124 if (__pos >= __x._M_root->_M_size)
135 __x._M_buf_ptr = __curr_rope->_M_c_string + __pos;
160 if (__pos >= __curr_start_pos + __left_len)
318 _Rope_iterator(rope<_CharT, _Alloc>& __r, size_t __pos)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
ropeimpl.h 73 size_t __pos = __x._M_current_pos; local
79 __x._M_buf_ptr = __x._M_buf_start + (__pos - __leaf_pos);
90 if (__buf_start_pos + __len <= __pos)
92 __buf_start_pos = __pos - __len / 4;
99 __x._M_buf_ptr = __x._M_tmp_buf + (__pos - __buf_start_pos);
120 size_t __pos = __x._M_current_pos; local
123 if (__pos >= __x._M_root->_M_size)
134 __x._M_buf_ptr = __curr_rope->_M_c_string + __pos;
159 if (__pos >= __curr_start_pos + __left_len)
317 _Rope_iterator(rope<_CharT, _Alloc>& __r, size_t __pos)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
ropeimpl.h 73 size_t __pos = __x._M_current_pos; local
79 __x._M_buf_ptr = __x._M_buf_start + (__pos - __leaf_pos);
90 if (__buf_start_pos + __len <= __pos)
92 __buf_start_pos = __pos - __len / 4;
99 __x._M_buf_ptr = __x._M_tmp_buf + (__pos - __buf_start_pos);
120 size_t __pos = __x._M_current_pos; local
123 if (__pos >= __x._M_root->_M_size)
134 __x._M_buf_ptr = __curr_rope->_M_c_string + __pos;
159 if (__pos >= __curr_start_pos + __left_len)
317 _Rope_iterator(rope<_CharT, _Alloc>& __r, size_t __pos)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
ropeimpl.h 72 size_t __pos = __x._M_current_pos; local
78 __x._M_buf_ptr = __x._M_buf_start + (__pos - __leaf_pos);
89 if (__buf_start_pos + __len <= __pos)
91 __buf_start_pos = __pos - __len / 4;
98 __x._M_buf_ptr = __x._M_tmp_buf + (__pos - __buf_start_pos);
119 size_t __pos = __x._M_current_pos; local
122 if (__pos >= __x._M_root->_M_size)
133 __x._M_buf_ptr = __curr_rope->_M_c_string + __pos;
158 if (__pos >= __curr_start_pos + __left_len)
316 _Rope_iterator(rope<_CharT, _Alloc>& __r, size_t __pos)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
ropeimpl.h 72 size_t __pos = __x._M_current_pos; local
78 __x._M_buf_ptr = __x._M_buf_start + (__pos - __leaf_pos);
89 if (__buf_start_pos + __len <= __pos)
91 __buf_start_pos = __pos - __len / 4;
98 __x._M_buf_ptr = __x._M_tmp_buf + (__pos - __buf_start_pos);
119 size_t __pos = __x._M_current_pos; local
122 if (__pos >= __x._M_root->_M_size)
133 __x._M_buf_ptr = __curr_rope->_M_c_string + __pos;
158 if (__pos >= __curr_start_pos + __left_len)
316 _Rope_iterator(rope<_CharT, _Alloc>& __r, size_t __pos)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
ropeimpl.h 72 size_t __pos = __x._M_current_pos; local
78 __x._M_buf_ptr = __x._M_buf_start + (__pos - __leaf_pos);
89 if (__buf_start_pos + __len <= __pos)
91 __buf_start_pos = __pos - __len / 4;
98 __x._M_buf_ptr = __x._M_tmp_buf + (__pos - __buf_start_pos);
119 size_t __pos = __x._M_current_pos; local
122 if (__pos >= __x._M_root->_M_size)
133 __x._M_buf_ptr = __curr_rope->_M_c_string + __pos;
158 if (__pos >= __curr_start_pos + __left_len)
316 _Rope_iterator(rope<_CharT, _Alloc>& __r, size_t __pos)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
ropeimpl.h 72 size_t __pos = __x._M_current_pos; local
78 __x._M_buf_ptr = __x._M_buf_start + (__pos - __leaf_pos);
89 if (__buf_start_pos + __len <= __pos)
91 __buf_start_pos = __pos - __len / 4;
98 __x._M_buf_ptr = __x._M_tmp_buf + (__pos - __buf_start_pos);
119 size_t __pos = __x._M_current_pos; local
122 if (__pos >= __x._M_root->_M_size)
133 __x._M_buf_ptr = __curr_rope->_M_c_string + __pos;
158 if (__pos >= __curr_start_pos + __left_len)
316 _Rope_iterator(rope<_CharT, _Alloc>& __r, size_t __pos)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
ropeimpl.h 74 size_t __pos = __x._M_current_pos; local
80 __x._M_buf_ptr = __x._M_buf_start + (__pos - __leaf_pos);
91 if (__buf_start_pos + __len <= __pos)
93 __buf_start_pos = __pos - __len / 4;
100 __x._M_buf_ptr = __x._M_tmp_buf + (__pos - __buf_start_pos);
121 size_t __pos = __x._M_current_pos; local
124 if (__pos >= __x._M_root->_M_size)
135 __x._M_buf_ptr = __curr_rope->_M_c_string + __pos;
160 if (__pos >= __curr_start_pos + __left_len)
318 _Rope_iterator(rope<_CharT, _Alloc>& __r, size_t __pos)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
ropeimpl.h 74 size_t __pos = __x._M_current_pos; local
80 __x._M_buf_ptr = __x._M_buf_start + (__pos - __leaf_pos);
91 if (__buf_start_pos + __len <= __pos)
93 __buf_start_pos = __pos - __len / 4;
100 __x._M_buf_ptr = __x._M_tmp_buf + (__pos - __buf_start_pos);
121 size_t __pos = __x._M_current_pos; local
124 if (__pos >= __x._M_root->_M_size)
135 __x._M_buf_ptr = __curr_rope->_M_c_string + __pos;
160 if (__pos >= __curr_start_pos + __left_len)
318 _Rope_iterator(rope<_CharT, _Alloc>& __r, size_t __pos)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
ropeimpl.h 74 size_t __pos = __x._M_current_pos; local
80 __x._M_buf_ptr = __x._M_buf_start + (__pos - __leaf_pos);
91 if (__buf_start_pos + __len <= __pos)
93 __buf_start_pos = __pos - __len / 4;
100 __x._M_buf_ptr = __x._M_tmp_buf + (__pos - __buf_start_pos);
121 size_t __pos = __x._M_current_pos; local
124 if (__pos >= __x._M_root->_M_size)
135 __x._M_buf_ptr = __curr_rope->_M_c_string + __pos;
160 if (__pos >= __curr_start_pos + __left_len)
318 _Rope_iterator(rope<_CharT, _Alloc>& __r, size_t __pos)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
ropeimpl.h 74 size_t __pos = __x._M_current_pos; local
80 __x._M_buf_ptr = __x._M_buf_start + (__pos - __leaf_pos);
91 if (__buf_start_pos + __len <= __pos)
93 __buf_start_pos = __pos - __len / 4;
100 __x._M_buf_ptr = __x._M_tmp_buf + (__pos - __buf_start_pos);
121 size_t __pos = __x._M_current_pos; local
124 if (__pos >= __x._M_root->_M_size)
135 __x._M_buf_ptr = __curr_rope->_M_c_string + __pos;
160 if (__pos >= __curr_start_pos + __left_len)
318 _Rope_iterator(rope<_CharT, _Alloc>& __r, size_t __pos)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
ropeimpl.h 73 size_t __pos = __x._M_current_pos; local
79 __x._M_buf_ptr = __x._M_buf_start + (__pos - __leaf_pos);
90 if (__buf_start_pos + __len <= __pos)
92 __buf_start_pos = __pos - __len / 4;
99 __x._M_buf_ptr = __x._M_tmp_buf + (__pos - __buf_start_pos);
120 size_t __pos = __x._M_current_pos; local
123 if (__pos >= __x._M_root->_M_size)
134 __x._M_buf_ptr = __curr_rope->_M_c_string + __pos;
159 if (__pos >= __curr_start_pos + __left_len)
317 _Rope_iterator(rope<_CharT, _Alloc>& __r, size_t __pos)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
ropeimpl.h 73 size_t __pos = __x._M_current_pos; local
79 __x._M_buf_ptr = __x._M_buf_start + (__pos - __leaf_pos);
90 if (__buf_start_pos + __len <= __pos)
92 __buf_start_pos = __pos - __len / 4;
99 __x._M_buf_ptr = __x._M_tmp_buf + (__pos - __buf_start_pos);
120 size_t __pos = __x._M_current_pos; local
123 if (__pos >= __x._M_root->_M_size)
134 __x._M_buf_ptr = __curr_rope->_M_c_string + __pos;
159 if (__pos >= __curr_start_pos + __left_len)
317 _Rope_iterator(rope<_CharT, _Alloc>& __r, size_t __pos)
    [all...]
  /external/stlport/stlport/stl/
_ostream.h 147 _Self& seekp(pos_type __pos) {
149 if (this->rdbuf()->pubseekpos(__pos, ios_base::out) == pos_type(-1)) {
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ostream.h 147 _Self& seekp(pos_type __pos) {
149 if (this->rdbuf()->pubseekpos(__pos, ios_base::out) == pos_type(-1)) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_multiset.h 414 * @param __pos An iterator that serves as a hint as to where the
435 emplace_hint(const_iterator __pos, _Args&&... __args)
437 return _M_t._M_emplace_hint_equal(__pos,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_multiset.h 414 * @param __pos An iterator that serves as a hint as to where the
435 emplace_hint(const_iterator __pos, _Args&&... __args)
437 return _M_t._M_emplace_hint_equal(__pos,
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_ostream.h 147 _Self& seekp(pos_type __pos) {
149 if (this->rdbuf()->pubseekpos(__pos, ios_base::out) == pos_type(-1)) {
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_ostream.h 147 _Self& seekp(pos_type __pos) {
149 if (this->rdbuf()->pubseekpos(__pos, ios_base::out) == pos_type(-1)) {

Completed in 2187 milliseconds

<<21222324