Searched refs:__ok (Results 1 - 25 of 42) sorted by relevance

12

/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
H A D_string_io.c39 bool __ok = false; local
42 __ok = true;
53 __ok = __stlp_string_fill(__os, __buf, __pad_len);
55 __ok = __ok && (__buf->sputn(__s.data(), streamsize(__n)) == streamsize(__n));
58 __ok = __ok && __stlp_string_fill(__os, __buf, __pad_len);
61 if (!__ok)
H A D_fstream.c82 bool __ok = this->is_open(); local
85 __ok = __ok && !_Traits::eq_int_type(this->overflow(traits_type::eof()),
87 __ok == __ok && this->_M_unshift();
92 // Note order of arguments. We close the file even if __ok is false.
93 __ok = _M_base._M_close() && __ok;
111 return __ok ? this : 0;
707 bool __ok local
[all...]
H A D_num_get.c316 bool __ok = false; local
322 __ok = true;
327 return __ok;
336 bool __ok = false; local
350 __ok = true;
362 return __ok;
376 bool __ok; local
410 __ok = __digits_before_dot || __digits_after_dot;
413 if (__ok && __in_ite != __end && (*__in_ite == __pow_e || *__in_ite == __pow_E)) {
417 __ok
434 bool __ok = __read_float(__buf, __in_ite, __end, __ctype, __numpunct); local
[all...]
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
H A D_string_io.c39 bool __ok = false; local
42 __ok = true;
53 __ok = __stlp_string_fill(__os, __buf, __pad_len);
55 __ok = __ok && (__buf->sputn(__s.data(), streamsize(__n)) == streamsize(__n));
58 __ok = __ok && __stlp_string_fill(__os, __buf, __pad_len);
61 if (!__ok)
H A D_fstream.c82 bool __ok = this->is_open(); local
85 __ok = __ok && !_Traits::eq_int_type(this->overflow(traits_type::eof()),
87 __ok == __ok && this->_M_unshift();
92 // Note order of arguments. We close the file even if __ok is false.
93 __ok = _M_base._M_close() && __ok;
111 return __ok ? this : 0;
707 bool __ok local
[all...]
H A D_num_get.c316 bool __ok = false; local
322 __ok = true;
327 return __ok;
336 bool __ok = false; local
350 __ok = true;
362 return __ok;
376 bool __ok; local
410 __ok = __digits_before_dot || __digits_after_dot;
413 if (__ok && __in_ite != __end && (*__in_ite == __pow_e || *__in_ite == __pow_E)) {
417 __ok
434 bool __ok = __read_float(__buf, __in_ite, __end, __ctype, __numpunct); local
[all...]
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
H A D_string_io.c39 bool __ok = false; local
42 __ok = true;
53 __ok = __stlp_string_fill(__os, __buf, __pad_len);
55 __ok = __ok && (__buf->sputn(__s.data(), streamsize(__n)) == streamsize(__n));
58 __ok = __ok && __stlp_string_fill(__os, __buf, __pad_len);
61 if (!__ok)
H A D_fstream.c82 bool __ok = this->is_open(); local
85 __ok = __ok && !_Traits::eq_int_type(this->overflow(traits_type::eof()),
87 __ok = __ok && this->_M_unshift();
92 // Note order of arguments. We close the file even if __ok is false.
93 __ok = _M_base._M_close() && __ok;
111 return __ok ? this : 0;
707 bool __ok local
[all...]
H A D_num_get.c316 bool __ok = false; local
322 __ok = true;
327 return __ok;
336 bool __ok = false; local
350 __ok = true;
362 return __ok;
376 bool __ok; local
410 __ok = __digits_before_dot || __digits_after_dot;
413 if (__ok && __in_ite != __end && (*__in_ite == __pow_e || *__in_ite == __pow_E)) {
417 __ok
434 bool __ok = __read_float(__buf, __in_ite, __end, __ctype, __numpunct); local
[all...]
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
H A D_string_io.c39 bool __ok = false; local
42 __ok = true;
53 __ok = __stlp_string_fill(__os, __buf, __pad_len);
55 __ok = __ok && (__buf->sputn(__s.data(), streamsize(__n)) == streamsize(__n));
58 __ok = __ok && __stlp_string_fill(__os, __buf, __pad_len);
61 if (!__ok)
H A D_fstream.c82 bool __ok = this->is_open(); local
85 __ok = __ok && !_Traits::eq_int_type(this->overflow(traits_type::eof()),
87 __ok = __ok && this->_M_unshift();
92 // Note order of arguments. We close the file even if __ok is false.
93 __ok = _M_base._M_close() && __ok;
111 return __ok ? this : 0;
707 bool __ok local
[all...]
H A D_num_get.c316 bool __ok = false; local
322 __ok = true;
327 return __ok;
336 bool __ok = false; local
350 __ok = true;
362 return __ok;
376 bool __ok; local
410 __ok = __digits_before_dot || __digits_after_dot;
413 if (__ok && __in_ite != __end && (*__in_ite == __pow_e || *__in_ite == __pow_E)) {
417 __ok
434 bool __ok = __read_float(__buf, __in_ite, __end, __ctype, __numpunct); local
[all...]
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_string_io.c39 bool __ok = false; local
42 __ok = true;
53 __ok = __stlp_string_fill(__os, __buf, __pad_len);
55 __ok = __ok && (__buf->sputn(__s.data(), streamsize(__n)) == streamsize(__n));
58 __ok = __ok && __stlp_string_fill(__os, __buf, __pad_len);
61 if (!__ok)
H A D_fstream.c82 bool __ok = this->is_open(); local
85 __ok = __ok && !_Traits::eq_int_type(this->overflow(traits_type::eof()),
87 __ok = __ok && this->_M_unshift();
92 // Note order of arguments. We close the file even if __ok is false.
93 __ok = _M_base._M_close() && __ok;
111 return __ok ? this : 0;
707 bool __ok local
[all...]
H A D_num_get.c316 bool __ok = false; local
322 __ok = true;
327 return __ok;
336 bool __ok = false; local
350 __ok = true;
362 return __ok;
376 bool __ok; local
410 __ok = __digits_before_dot || __digits_after_dot;
413 if (__ok && __in_ite != __end && (*__in_ite == __pow_e || *__in_ite == __pow_E)) {
417 __ok
434 bool __ok = __read_float(__buf, __in_ite, __end, __ctype, __numpunct); local
[all...]
/prebuilts/ndk/9/sources/cxx-stl/stlport/stlport/stl/
H A D_string_io.c39 bool __ok = false; local
42 __ok = true;
53 __ok = __stlp_string_fill(__os, __buf, __pad_len);
55 __ok = __ok && (__buf->sputn(__s.data(), streamsize(__n)) == streamsize(__n));
58 __ok = __ok && __stlp_string_fill(__os, __buf, __pad_len);
61 if (!__ok)
H A D_fstream.c82 bool __ok = this->is_open(); local
85 __ok = __ok && !_Traits::eq_int_type(this->overflow(traits_type::eof()),
87 __ok = __ok && this->_M_unshift();
92 // Note order of arguments. We close the file even if __ok is false.
93 __ok = _M_base._M_close() && __ok;
111 return __ok ? this : 0;
707 bool __ok local
[all...]
H A D_num_get.c316 bool __ok = false; local
322 __ok = true;
327 return __ok;
336 bool __ok = false; local
350 __ok = true;
362 return __ok;
376 bool __ok; local
410 __ok = __digits_before_dot || __digits_after_dot;
413 if (__ok && __in_ite != __end && (*__in_ite == __pow_e || *__in_ite == __pow_E)) {
417 __ok
434 bool __ok = __read_float(__buf, __in_ite, __end, __ctype, __numpunct); local
[all...]
/prebuilts/ndk/current/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_string_io.c39 bool __ok = false; local
42 __ok = true;
53 __ok = __stlp_string_fill(__os, __buf, __pad_len);
55 __ok = __ok && (__buf->sputn(__s.data(), streamsize(__n)) == streamsize(__n));
58 __ok = __ok && __stlp_string_fill(__os, __buf, __pad_len);
61 if (!__ok)
H A D_fstream.c82 bool __ok = this->is_open(); local
85 __ok = __ok && !_Traits::eq_int_type(this->overflow(traits_type::eof()),
87 __ok = __ok && this->_M_unshift();
92 // Note order of arguments. We close the file even if __ok is false.
93 __ok = _M_base._M_close() && __ok;
111 return __ok ? this : 0;
707 bool __ok local
[all...]
H A D_num_get.c316 bool __ok = false; local
322 __ok = true;
327 return __ok;
336 bool __ok = false; local
350 __ok = true;
362 return __ok;
376 bool __ok; local
410 __ok = __digits_before_dot || __digits_after_dot;
413 if (__ok && __in_ite != __end && (*__in_ite == __pow_e || *__in_ite == __pow_E)) {
417 __ok
434 bool __ok = __read_float(__buf, __in_ite, __end, __ctype, __numpunct); local
[all...]
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_string_io.c39 bool __ok = false; local
42 __ok = true;
53 __ok = __stlp_string_fill(__os, __buf, __pad_len);
55 __ok = __ok && (__buf->sputn(__s.data(), streamsize(__n)) == streamsize(__n));
58 __ok = __ok && __stlp_string_fill(__os, __buf, __pad_len);
61 if (!__ok)
H A D_fstream.c82 bool __ok = this->is_open(); local
85 __ok = __ok && !_Traits::eq_int_type(this->overflow(traits_type::eof()),
87 __ok = __ok && this->_M_unshift();
92 // Note order of arguments. We close the file even if __ok is false.
93 __ok = _M_base._M_close() && __ok;
111 return __ok ? this : 0;
707 bool __ok local
[all...]
H A D_num_get.c316 bool __ok = false; local
322 __ok = true;
327 return __ok;
336 bool __ok = false; local
350 __ok = true;
362 return __ok;
376 bool __ok; local
410 __ok = __digits_before_dot || __digits_after_dot;
413 if (__ok && __in_ite != __end && (*__in_ite == __pow_e || *__in_ite == __pow_E)) {
417 __ok
434 bool __ok = __read_float(__buf, __in_ite, __end, __ctype, __numpunct); local
[all...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
H A Dvalarray_array.h629 bool* __ok(__m._M_data); \
632 ++__q, ++__ok, ++__p) \
634 while (! *__ok) \
636 ++__ok; \
648 bool* __ok(__m._M_data); \
651 ++__p, ++__ok, ++__q) \
653 while (! *__ok) \
655 ++__ok; \
667 bool* __ok(__m._M_data); \
669 for (size_t __i = 0; __i < __n; ++__i, ++__ok,
[all...]

Completed in 245 milliseconds

12