HomeSort by relevance Sort by last modified time
    Searched full:__result (Results 401 - 425 of 576) sorted by null

<<11121314151617181920>>

  /external/stlport/stlport/stl/
_alloc.h 72 void *__result = malloc(__n);
73 if (__result == 0) {
76 return __result;
_hashtable.h 523 size_type __result = 1; local
526 ++__result, ++__cur);
527 return __result;
_string_workaround.h 441 void _M_copyT(_InputIterator __first, _InputIterator __last, pointer __result) {
443 for ( ; __first != __last; ++__first, ++__result)
444 _Traits::assign(*__result, *__first);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 72 void *__result = malloc(__n);
73 if (__result == 0) {
76 return __result;
_hashtable.h 523 size_type __result = 1; local
526 ++__result, ++__cur);
527 return __result;
_string_workaround.h 441 void _M_copyT(_InputIterator __first, _InputIterator __last, pointer __result) {
443 for ( ; __first != __last; ++__first, ++__result)
444 _Traits::assign(*__result, *__first);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
gthr-default.h 289 int __result;
296 __result = __gthrw_(pthread_create) (&__t, &__a, __gthread_start, NULL);
297 if (__result != ENOSYS)
gthr-posix.h 289 int __result;
296 __result = __gthrw_(pthread_create) (&__t, &__a, __gthread_start, NULL);
297 if (__result != ENOSYS)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/impl/
profiler_trace.h 375 int __result = 0; local
386 ++__result;
389 return __sign * __result;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/impl/
profiler_trace.h 375 int __result = 0; local
386 ++__result;
389 return __sign * __result;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 72 void *__result = malloc(__n);
73 if (__result == 0) {
76 return __result;
_hashtable.h 523 size_type __result = 1; local
526 ++__result, ++__cur);
527 return __result;
_string_workaround.h 441 void _M_copyT(_InputIterator __first, _InputIterator __last, pointer __result) {
443 for ( ; __first != __last; ++__first, ++__result)
444 _Traits::assign(*__result, *__first);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 72 void *__result = malloc(__n);
73 if (__result == 0) {
76 return __result;
_hashtable.h 523 size_type __result = 1; local
526 ++__result, ++__cur);
527 return __result;
_string_workaround.h 441 void _M_copyT(_InputIterator __first, _InputIterator __last, pointer __result) {
443 for ( ; __first != __last; ++__first, ++__result)
444 _Traits::assign(*__result, *__first);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 72 void *__result = malloc(__n);
73 if (__result == 0) {
76 return __result;
_hashtable.h 523 size_type __result = 1; local
526 ++__result, ++__cur);
527 return __result;
_string_workaround.h 441 void _M_copyT(_InputIterator __first, _InputIterator __last, pointer __result) {
443 for ( ; __first != __last; ++__first, ++__result)
444 _Traits::assign(*__result, *__first);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/
profiler_trace.h 375 int __result = 0; local
386 ++__result;
389 return __sign * __result;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/
profiler_trace.h 368 int __result = 0; local
379 ++__result;
382 return __sign * __result;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 72 void *__result = malloc(__n);
73 if (__result == 0) {
76 return __result;
_hashtable.h 523 size_type __result = 1; local
526 ++__result, ++__cur);
527 return __result;
_string_workaround.h 441 void _M_copyT(_InputIterator __first, _InputIterator __last, pointer __result) {
443 for ( ; __first != __last; ++__first, ++__result)
444 _Traits::assign(*__result, *__first);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/
hashtable.h 424 size_type __result = 0; local
426 __result += 1;
427 return __result;
531 size_type __result = 0; local
536 ++__result;
537 return __result;
    [all...]

Completed in 618 milliseconds

<<11121314151617181920>>