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

  /external/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)
_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...]
_num_get.c 319 bool __ok = false; local
325 __ok = true;
330 return __ok;
339 bool __ok = false; local
353 __ok = true;
365 return __ok;
379 bool __ok; local
413 __ok = __digits_before_dot || __digits_after_dot;
416 if (__ok && __in_ite != __end && (*__in_ite == __pow_e || *__in_ite == __pow_E)) {
420 __ok = __copy_digits(__in_ite, __end, __buf, __digits)
437 bool __ok = __read_float(__buf, __in_ite, __end, __ctype, __numpunct); local
    [all...]
  /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)
_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...]
_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...]
  /prebuilts/ndk/5/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)
_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...]
_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...]
  /prebuilts/ndk/6/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)
_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...]
_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...]
  /prebuilts/ndk/7/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)
_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...]
_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...]
  /prebuilts/ndk/8/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)
_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...]
_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...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/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)
_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...]
_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...]

Completed in 625 milliseconds