HomeSort by relevance Sort by last modified time
    Searched refs:__ok (Results 1 - 10 of 10) sorted by null

  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string_io.c 39 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)
_num_get.c 316 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 = __copy_digits(__in_ite, __end, __buf, __digits)
434 bool __ok = __read_float(__buf, __in_ite, __end, __ctype, __numpunct); local
    [all...]
_fstream.c 82 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 = !traits_type::eq_int_type(this->overflow(traits_type::eof()) local
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_string_io.c 39 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)
_num_get.c 316 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 = __copy_digits(__in_ite, __end, __buf, __digits)
434 bool __ok = __read_float(__buf, __in_ite, __end, __ctype, __numpunct); local
    [all...]
_fstream.c 82 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 = !traits_type::eq_int_type(this->overflow(traits_type::eof()) local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
valarray_array.h 624 bool* __ok(__m._M_data); \
627 ++__q, ++__ok, ++__p) \
629 while (! *__ok) \
631 ++__ok; \
643 bool* __ok(__m._M_data); \
646 ++__p, ++__ok, ++__q) \
648 while (! *__ok) \
650 ++__ok; \
662 bool* __ok(__m._M_data); \
664 for (size_t __i = 0; __i < __n; ++__i, ++__ok, ++__p)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
valarray_array.h 624 bool* __ok(__m._M_data); \
627 ++__q, ++__ok, ++__p) \
629 while (! *__ok) \
631 ++__ok; \
643 bool* __ok(__m._M_data); \
646 ++__p, ++__ok, ++__q) \
648 while (! *__ok) \
650 ++__ok; \
662 bool* __ok(__m._M_data); \
664 for (size_t __i = 0; __i < __n; ++__i, ++__ok, ++__p)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
valarray_array.h 624 bool* __ok(__m._M_data); \
627 ++__q, ++__ok, ++__p) \
629 while (! *__ok) \
631 ++__ok; \
643 bool* __ok(__m._M_data); \
646 ++__p, ++__ok, ++__q) \
648 while (! *__ok) \
650 ++__ok; \
662 bool* __ok(__m._M_data); \
664 for (size_t __i = 0; __i < __n; ++__i, ++__ok, ++__p)
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
valarray_array.h 624 bool* __ok(__m._M_data); \
627 ++__q, ++__ok, ++__p) \
629 while (! *__ok) \
631 ++__ok; \
643 bool* __ok(__m._M_data); \
646 ++__p, ++__ok, ++__q) \
648 while (! *__ok) \
650 ++__ok; \
662 bool* __ok(__m._M_data); \
664 for (size_t __i = 0; __i < __n; ++__i, ++__ok, ++__p)
    [all...]

Completed in 8911 milliseconds