HomeSort by relevance Sort by last modified time
    Searched refs:__result (Results 176 - 200 of 326) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
pool_allocator.h 225 _Obj* __restrict__ __result = *__free_list; local
226 if (__builtin_expect(__result == 0, 0))
230 *__free_list = __result->_M_free_list_link;
231 __ret = reinterpret_cast<_Tp*>(__result);
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_string_operators.h 35 _Str __result = _Str(_Reserve_t(), __s.size() + __y.size(), __s.get_allocator()); local
37 _Str __result(_Reserve_t(), __s.size() + __y.size(), __s.get_allocator());
39 __result.append(__s);
40 __result.append(__y);
41 return __result;
53 _Str __result = _Str(_Reserve_t(), __n + __y.size(), __y.get_allocator()); local
55 _Str __result(_Reserve_t(), __n + __y.size(), __y.get_allocator());
57 __result.append(__s, __s + __n);
58 __result.append(__y);
59 return __result;
69 _Str __result = _Str(_Reserve_t(), 1 + __y.size(), __y.get_allocator()); local
87 _Str __result = _Str(_Reserve_t(), __x.size() + __n, __x.get_allocator()); local
103 _Str __result = _Str(_Reserve_t(), __x.size() + 1, __x.get_allocator()); local
    [all...]
_monetary.c 169 __result = __get_string(__s, __end, __curs.begin(), __curs.end()); local
170 if (!__result.second && __symbol_required)
172 __s = __result.first;
222 bool __result; local
227 __result = __get_monetary_value(__s, __end, __out_ite, __c_type,
234 if (!__result) {
247 __result = __get_string(__s, __end, __ps.begin() + 1, __ps.end()); local
248 __s = __result.first;
249 if (!__result.second)
258 __result = __get_string(__s, __end, __ns.begin() + 1, __ns.end()) local
    [all...]
_string.c 431 const_pointer __result = local
434 return __result != this->_M_Finish() ? __result - this->_M_Start() : npos;
444 const_pointer __result = local
447 return __result != this->_M_Finish() ? __result - this->_M_Start() : npos;
462 const_pointer __result = _STLP_STD::find_end(this->_M_Start(), __last, local
464 return __result != __last ? __result - this->_M_Start() : npos;
487 const_iterator __result = _STLP_PRIV __str_find_first_of(begin() + __pos, end() local
519 const_pointer __result = _STLP_PRIV __str_find_first_not_of(this->_M_Start() + __pos, this->_M_Finish(), local
532 const_pointer __result = _STLP_STD::find_if(this->_M_Start() + __pos, this->_M_Finish(), local
    [all...]
_time_facets.c 313 string_iterator __result local
317 if (__result == __format_end)
336 string_iterator __result local
340 __err = __result == __format_end ? ios_base::goodbit
371 bool __result = local
373 if (__result)
388 bool __result = local
390 if (__result)
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/
pool_allocator.h 225 _Obj* __restrict__ __result = *__free_list; local
226 if (__builtin_expect(__result == 0, 0))
230 *__free_list = __result->_M_free_list_link;
231 __ret = reinterpret_cast<_Tp*>(__result);
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_string_operators.h 35 _Str __result = _Str(_Reserve_t(), __s.size() + __y.size(), __s.get_allocator()); local
37 _Str __result(_Reserve_t(), __s.size() + __y.size(), __s.get_allocator());
39 __result.append(__s);
40 __result.append(__y);
41 return __result;
53 _Str __result = _Str(_Reserve_t(), __n + __y.size(), __y.get_allocator()); local
55 _Str __result(_Reserve_t(), __n + __y.size(), __y.get_allocator());
57 __result.append(__s, __s + __n);
58 __result.append(__y);
59 return __result;
69 _Str __result = _Str(_Reserve_t(), 1 + __y.size(), __y.get_allocator()); local
87 _Str __result = _Str(_Reserve_t(), __x.size() + __n, __x.get_allocator()); local
103 _Str __result = _Str(_Reserve_t(), __x.size() + 1, __x.get_allocator()); local
    [all...]
_monetary.c 169 __result = __get_string(__s, __end, __curs.begin(), __curs.end()); local
170 if (!__result.second && __symbol_required)
172 __s = __result.first;
222 bool __result; local
227 __result = __get_monetary_value(__s, __end, __out_ite, __c_type,
234 if (!__result) {
247 __result = __get_string(__s, __end, __ps.begin() + 1, __ps.end()); local
248 __s = __result.first;
249 if (!__result.second)
258 __result = __get_string(__s, __end, __ns.begin() + 1, __ns.end()) local
    [all...]
_string.c 431 const_pointer __result = local
434 return __result != this->_M_Finish() ? __result - this->_M_Start() : npos;
444 const_pointer __result = local
447 return __result != this->_M_Finish() ? __result - this->_M_Start() : npos;
462 const_pointer __result = _STLP_STD::find_end(this->_M_Start(), __last, local
464 return __result != __last ? __result - this->_M_Start() : npos;
487 const_iterator __result = _STLP_PRIV __str_find_first_of(begin() + __pos, end() local
519 const_pointer __result = _STLP_PRIV __str_find_first_not_of(this->_M_Start() + __pos, this->_M_Finish(), local
532 const_pointer __result = _STLP_STD::find_if(this->_M_Start() + __pos, this->_M_Finish(), local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cxxabi.h 436 __upcast_result& __restrict __result) const;
460 __dyncast_result& __result) const;
496 __dyncast_result& __result) const;
505 __upcast_result& __restrict __result) const;
541 __dyncast_result& __result) const;
550 __upcast_result& __restrict __result) const;
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h 436 __upcast_result& __restrict __result) const;
460 __dyncast_result& __result) const;
496 __dyncast_result& __result) const;
505 __upcast_result& __restrict __result) const;
541 __dyncast_result& __result) const;
550 __upcast_result& __restrict __result) const;
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h 436 __upcast_result& __restrict __result) const;
460 __dyncast_result& __result) const;
496 __dyncast_result& __result) const;
505 __upcast_result& __restrict __result) const;
541 __dyncast_result& __result) const;
550 __upcast_result& __restrict __result) const;
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h 436 __upcast_result& __restrict __result) const;
460 __dyncast_result& __result) const;
496 __dyncast_result& __result) const;
505 __upcast_result& __restrict __result) const;
541 __dyncast_result& __result) const;
550 __upcast_result& __restrict __result) const;
  /external/bluetooth/glib/glib/
gatomic.c 96 gint __result; \
98 : "=r" (__result), "=m" (*(atomic)) \
101 __result == oldval; \
143 gint __result; \
156 "=&r" (__result) \
161 __result != 0; \
528 gint __result = oldval; \
530 : "+d" (__result), "=Q" (*(atomic)) \
532 __result == oldval; \
658 gboolean __result; \
    [all...]
  /external/stlport/stlport/stl/
_monetary.c 169 __result = __get_string(__s, __end, __curs.begin(), __curs.end()); local
170 if (!__result.second && __symbol_required)
172 __s = __result.first;
222 bool __result; local
227 __result = __get_monetary_value(__s, __end, __out_ite, __c_type,
234 if (!__result) {
247 __result = __get_string(__s, __end, __ps.begin() + 1, __ps.end()); local
248 __s = __result.first;
249 if (!__result.second)
258 __result = __get_string(__s, __end, __ns.begin() + 1, __ns.end()) local
    [all...]
_string.c 431 const_pointer __result = local
434 return __result != this->_M_Finish() ? __result - this->_M_Start() : npos;
444 const_pointer __result = local
447 return __result != this->_M_Finish() ? __result - this->_M_Start() : npos;
462 const_pointer __result = _STLP_STD::find_end(this->_M_Start(), __last, local
464 return __result != __last ? __result - this->_M_Start() : npos;
487 const_iterator __result = _STLP_PRIV __str_find_first_of(begin() + __pos, end() local
519 const_pointer __result = _STLP_PRIV __str_find_first_not_of(this->_M_Start() + __pos, this->_M_Finish(), local
532 const_pointer __result = _STLP_STD::find_if(this->_M_Start() + __pos, this->_M_Finish(), local
    [all...]
_time_facets.c 313 string_iterator __result local
317 if (__result == __format_end)
336 string_iterator __result local
340 __err = __result == __format_end ? ios_base::goodbit
371 bool __result = local
373 if (__result)
388 bool __result = local
390 if (__result)
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_monetary.c 169 __result = __get_string(__s, __end, __curs.begin(), __curs.end()); local
170 if (!__result.second && __symbol_required)
172 __s = __result.first;
222 bool __result; local
227 __result = __get_monetary_value(__s, __end, __out_ite, __c_type,
234 if (!__result) {
247 __result = __get_string(__s, __end, __ps.begin() + 1, __ps.end()); local
248 __s = __result.first;
249 if (!__result.second)
258 __result = __get_string(__s, __end, __ns.begin() + 1, __ns.end()) local
    [all...]
_string.c 431 const_pointer __result = local
434 return __result != this->_M_Finish() ? __result - this->_M_Start() : npos;
444 const_pointer __result = local
447 return __result != this->_M_Finish() ? __result - this->_M_Start() : npos;
462 const_pointer __result = _STLP_STD::find_end(this->_M_Start(), __last, local
464 return __result != __last ? __result - this->_M_Start() : npos;
487 const_iterator __result = _STLP_PRIV __str_find_first_of(begin() + __pos, end() local
519 const_pointer __result = _STLP_PRIV __str_find_first_not_of(this->_M_Start() + __pos, this->_M_Finish(), local
532 const_pointer __result = _STLP_STD::find_if(this->_M_Start() + __pos, this->_M_Finish(), local
    [all...]
_time_facets.c 313 string_iterator __result local
317 if (__result == __format_end)
336 string_iterator __result local
340 __err = __result == __format_end ? ios_base::goodbit
371 bool __result = local
373 if (__result)
388 bool __result = local
390 if (__result)
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_monetary.c 169 __result = __get_string(__s, __end, __curs.begin(), __curs.end()); local
170 if (!__result.second && __symbol_required)
172 __s = __result.first;
222 bool __result; local
227 __result = __get_monetary_value(__s, __end, __out_ite, __c_type,
234 if (!__result) {
247 __result = __get_string(__s, __end, __ps.begin() + 1, __ps.end()); local
248 __s = __result.first;
249 if (!__result.second)
258 __result = __get_string(__s, __end, __ns.begin() + 1, __ns.end()) local
    [all...]
_string.c 431 const_pointer __result = local
434 return __result != this->_M_Finish() ? __result - this->_M_Start() : npos;
444 const_pointer __result = local
447 return __result != this->_M_Finish() ? __result - this->_M_Start() : npos;
462 const_pointer __result = _STLP_STD::find_end(this->_M_Start(), __last, local
464 return __result != __last ? __result - this->_M_Start() : npos;
487 const_iterator __result = _STLP_PRIV __str_find_first_of(begin() + __pos, end() local
519 const_pointer __result = _STLP_PRIV __str_find_first_not_of(this->_M_Start() + __pos, this->_M_Finish(), local
532 const_pointer __result = _STLP_STD::find_if(this->_M_Start() + __pos, this->_M_Finish(), local
    [all...]
_time_facets.c 313 string_iterator __result local
317 if (__result == __format_end)
336 string_iterator __result local
340 __err = __result == __format_end ? ios_base::goodbit
371 bool __result = local
373 if (__result)
388 bool __result = local
390 if (__result)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
cxxabi.h 433 __upcast_result& __restrict __result) const;
457 __dyncast_result& __result) const;
493 __dyncast_result& __result) const;
502 __upcast_result& __restrict __result) const;
538 __dyncast_result& __result) const;
547 __upcast_result& __restrict __result) const;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
cxxabi.h 433 __upcast_result& __restrict __result) const;
457 __dyncast_result& __result) const;
493 __dyncast_result& __result) const;
502 __upcast_result& __restrict __result) const;
538 __dyncast_result& __result) const;
547 __upcast_result& __restrict __result) const;

Completed in 495 milliseconds

1 2 3 4 5 6 78 91011>>