HomeSort by relevance Sort by last modified time
    Searched defs:__w (Results 1 - 25 of 53) sorted by null

1 2 3

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
ostream_insert.h 85 const streamsize __w = __out.width(); local
86 if (__w > __n)
92 __ostream_fill(__out, __w - __n);
96 __ostream_fill(__out, __w - __n);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
ostream_insert.h 87 const streamsize __w = __out.width(); local
88 if (__w > __n)
94 __ostream_fill(__out, __w - __n);
98 __ostream_fill(__out, __w - __n);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
ostream_insert.h 87 const streamsize __w = __out.width(); local
88 if (__w > __n)
94 __ostream_fill(__out, __w - __n);
98 __ostream_fill(__out, __w - __n);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
ostream_insert.h 85 const streamsize __w = __out.width(); local
86 if (__w > __n)
92 __ostream_fill(__out, __w - __n);
96 __ostream_fill(__out, __w - __n);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
ostream_insert.h 85 const streamsize __w = __out.width(); local
86 if (__w > __n)
92 __ostream_fill(__out, __w - __n);
96 __ostream_fill(__out, __w - __n);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
ostream_insert.h 85 const streamsize __w = __out.width(); local
86 if (__w > __n)
92 __ostream_fill(__out, __w - __n);
96 __ostream_fill(__out, __w - __n);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
ostream_insert.h 85 const streamsize __w = __out.width(); local
86 if (__w > __n)
92 __ostream_fill(__out, __w - __n);
96 __ostream_fill(__out, __w - __n);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
ostream_insert.h 87 const streamsize __w = __out.width(); local
88 if (__w > __n)
94 __ostream_fill(__out, __w - __n);
98 __ostream_fill(__out, __w - __n);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
ostream_insert.h 87 const streamsize __w = __out.width(); local
88 if (__w > __n)
94 __ostream_fill(__out, __w - __n);
98 __ostream_fill(__out, __w - __n);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
ostream_insert.h 87 const streamsize __w = __out.width(); local
88 if (__w > __n)
94 __ostream_fill(__out, __w - __n);
98 __ostream_fill(__out, __w - __n);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
ostream_insert.h 87 const streamsize __w = __out.width(); local
88 if (__w > __n)
94 __ostream_fill(__out, __w - __n);
98 __ostream_fill(__out, __w - __n);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
ostream_insert.h 87 const streamsize __w = __out.width(); local
88 if (__w > __n)
94 __ostream_fill(__out, __w - __n);
98 __ostream_fill(__out, __w - __n);
  /external/stlport/stlport/stl/
_string_io.c 45 const streamsize __w = __os.width(0); local
48 const bool __need_pad = (((sizeof(streamsize) > sizeof(size_t)) && (__STATIC_CAST(streamsize, __n) < __w)) ||
49 ((sizeof(streamsize) <= sizeof(size_t)) && (__n < __STATIC_CAST(size_t, __w))));
50 streamsize __pad_len = __need_pad ? __w - __n : 0;
_tree.c 216 _Rb_tree_node_base* __w = __x_parent->_M_right; local
217 if (__w->_M_color == _S_rb_tree_red) {
218 __w->_M_color = _S_rb_tree_black;
221 __w = __x_parent->_M_right;
223 if ((__w->_M_left == 0 ||
224 __w->_M_left->_M_color == _S_rb_tree_black) && (__w->_M_right == 0 ||
225 __w->_M_right->_M_color == _S_rb_tree_black)) {
226 __w->_M_color = _S_rb_tree_red;
230 if (__w->_M_right == 0 |
244 _Rb_tree_node_base* __w = __x_parent->_M_left; local
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string_io.c 45 const streamsize __w = __os.width(0); local
48 const bool __need_pad = (((sizeof(streamsize) > sizeof(size_t)) && (__STATIC_CAST(streamsize, __n) < __w)) ||
49 ((sizeof(streamsize) <= sizeof(size_t)) && (__n < __STATIC_CAST(size_t, __w))));
50 streamsize __pad_len = __need_pad ? __w - __n : 0;
_tree.c 216 _Rb_tree_node_base* __w = __x_parent->_M_right; local
217 if (__w->_M_color == _S_rb_tree_red) {
218 __w->_M_color = _S_rb_tree_black;
221 __w = __x_parent->_M_right;
223 if ((__w->_M_left == 0 ||
224 __w->_M_left->_M_color == _S_rb_tree_black) && (__w->_M_right == 0 ||
225 __w->_M_right->_M_color == _S_rb_tree_black)) {
226 __w->_M_color = _S_rb_tree_red;
230 if (__w->_M_right == 0 |
244 _Rb_tree_node_base* __w = __x_parent->_M_left; local
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_string_io.c 45 const streamsize __w = __os.width(0); local
48 const bool __need_pad = (((sizeof(streamsize) > sizeof(size_t)) && (__STATIC_CAST(streamsize, __n) < __w)) ||
49 ((sizeof(streamsize) <= sizeof(size_t)) && (__n < __STATIC_CAST(size_t, __w))));
50 streamsize __pad_len = __need_pad ? __w - __n : 0;
_tree.c 216 _Rb_tree_node_base* __w = __x_parent->_M_right; local
217 if (__w->_M_color == _S_rb_tree_red) {
218 __w->_M_color = _S_rb_tree_black;
221 __w = __x_parent->_M_right;
223 if ((__w->_M_left == 0 ||
224 __w->_M_left->_M_color == _S_rb_tree_black) && (__w->_M_right == 0 ||
225 __w->_M_right->_M_color == _S_rb_tree_black)) {
226 __w->_M_color = _S_rb_tree_red;
230 if (__w->_M_right == 0 |
244 _Rb_tree_node_base* __w = __x_parent->_M_left; local
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_string_io.c 45 const streamsize __w = __os.width(0); local
48 const bool __need_pad = (((sizeof(streamsize) > sizeof(size_t)) && (__STATIC_CAST(streamsize, __n) < __w)) ||
49 ((sizeof(streamsize) <= sizeof(size_t)) && (__n < __STATIC_CAST(size_t, __w))));
50 streamsize __pad_len = __need_pad ? __w - __n : 0;
_tree.c 216 _Rb_tree_node_base* __w = __x_parent->_M_right; local
217 if (__w->_M_color == _S_rb_tree_red) {
218 __w->_M_color = _S_rb_tree_black;
221 __w = __x_parent->_M_right;
223 if ((__w->_M_left == 0 ||
224 __w->_M_left->_M_color == _S_rb_tree_black) && (__w->_M_right == 0 ||
225 __w->_M_right->_M_color == _S_rb_tree_black)) {
226 __w->_M_color = _S_rb_tree_red;
230 if (__w->_M_right == 0 |
244 _Rb_tree_node_base* __w = __x_parent->_M_left; local
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_string_io.c 45 const streamsize __w = __os.width(0); local
48 const bool __need_pad = (((sizeof(streamsize) > sizeof(size_t)) && (__STATIC_CAST(streamsize, __n) < __w)) ||
49 ((sizeof(streamsize) <= sizeof(size_t)) && (__n < __STATIC_CAST(size_t, __w))));
50 streamsize __pad_len = __need_pad ? __w - __n : 0;
_tree.c 216 _Rb_tree_node_base* __w = __x_parent->_M_right; local
217 if (__w->_M_color == _S_rb_tree_red) {
218 __w->_M_color = _S_rb_tree_black;
221 __w = __x_parent->_M_right;
223 if ((__w->_M_left == 0 ||
224 __w->_M_left->_M_color == _S_rb_tree_black) && (__w->_M_right == 0 ||
225 __w->_M_right->_M_color == _S_rb_tree_black)) {
226 __w->_M_color = _S_rb_tree_red;
230 if (__w->_M_right == 0 |
244 _Rb_tree_node_base* __w = __x_parent->_M_left; local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_string_io.c 45 const streamsize __w = __os.width(0); local
48 const bool __need_pad = (((sizeof(streamsize) > sizeof(size_t)) && (__STATIC_CAST(streamsize, __n) < __w)) ||
49 ((sizeof(streamsize) <= sizeof(size_t)) && (__n < __STATIC_CAST(size_t, __w))));
50 streamsize __pad_len = __need_pad ? __w - __n : 0;
_tree.c 216 _Rb_tree_node_base* __w = __x_parent->_M_right; local
217 if (__w->_M_color == _S_rb_tree_red) {
218 __w->_M_color = _S_rb_tree_black;
221 __w = __x_parent->_M_right;
223 if ((__w->_M_left == 0 ||
224 __w->_M_left->_M_color == _S_rb_tree_black) && (__w->_M_right == 0 ||
225 __w->_M_right->_M_color == _S_rb_tree_black)) {
226 __w->_M_color = _S_rb_tree_red;
230 if (__w->_M_right == 0 |
244 _Rb_tree_node_base* __w = __x_parent->_M_left; local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_string_io.c 45 const streamsize __w = __os.width(0); local
48 const bool __need_pad = (((sizeof(streamsize) > sizeof(size_t)) && (__STATIC_CAST(streamsize, __n) < __w)) ||
49 ((sizeof(streamsize) <= sizeof(size_t)) && (__n < __STATIC_CAST(size_t, __w))));
50 streamsize __pad_len = __need_pad ? __w - __n : 0;

Completed in 892 milliseconds

1 2 3