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

1 2 3 4 5 67 8 91011>>

  /ndk/sources/cxx-stl/stlport/stlport/stl/
_bitset.h 77 size_t __result = 0; local
80 if ((*__beg & (1 << i)) != 0) { ++__result; }
83 return __result;
569 basic_string<_CharT, _Traits, _Alloc> __result; local
570 _M_copy_to_string(__result);
571 return __result;
575 string __result; local
576 _M_copy_to_string(__result);
577 return __result;
603 bitset<_Nb> __result(*this)
    [all...]
_rope.c 381 _RopeLeaf* __result; local
387 __result = _S_new_RopeLeaf(__new_data, __old_len + __len, __r->get_allocator());
391 return __result;
432 _RopeLeaf* __result = _S_leaf_concat_char_iter(__r, __iter, __len); local
433 //_STLP_ASSERT(__result->_M_ref_count == 1)
434 return __result;
444 _RopeConcatenation* __result = local
446 size_t __depth = __result->_M_depth;
449 if (__depth > 20 && (__result->_M_size._M_data < 1000 ||
454 __balanced = _S_balance(__result);
476 _RopeRep* __result; local
519 _RopeRep* __result; local
645 _RopeRep* __result; local
656 __result = _S_concat_rep(__left_result, __right_result); local
664 _RopeLeaf* __result; local
683 _RopeSubstring* __result = _S_new_RopeSubstring(__old->_M_base, local
826 bool __result; local
1030 _RopeRep* __result = 0; local
1154 _CharT __result; local
1319 _CharT* __result = _STLP_CREATE_ALLOCATOR(allocator_type,(const allocator_type&)_M_tree_ptr, _CharT).allocate(__s + 1); local
1345 _CharT* __result = _M_tree_ptr.allocate(_S_rounded_up_size(__s)); local
    [all...]
_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...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_bitset.h 77 size_t __result = 0; local
80 if ((*__beg & (1 << i)) != 0) { ++__result; }
83 return __result;
569 basic_string<_CharT, _Traits, _Alloc> __result; local
570 _M_copy_to_string(__result);
571 return __result;
575 string __result; local
576 _M_copy_to_string(__result);
577 return __result;
603 bitset<_Nb> __result(*this)
    [all...]
_rope.c 381 _RopeLeaf* __result; local
387 __result = _S_new_RopeLeaf(__new_data, __old_len + __len, __r->get_allocator());
391 return __result;
432 _RopeLeaf* __result = _S_leaf_concat_char_iter(__r, __iter, __len); local
433 //_STLP_ASSERT(__result->_M_ref_count == 1)
434 return __result;
444 _RopeConcatenation* __result = local
446 size_t __depth = __result->_M_depth;
449 if (__depth > 20 && (__result->_M_size._M_data < 1000 ||
454 __balanced = _S_balance(__result);
476 _RopeRep* __result; local
519 _RopeRep* __result; local
645 _RopeRep* __result; local
656 __result = _S_concat_rep(__left_result, __right_result); local
664 _RopeLeaf* __result; local
683 _RopeSubstring* __result = _S_new_RopeSubstring(__old->_M_base, local
826 bool __result; local
1030 _RopeRep* __result = 0; local
1154 _CharT __result; local
1319 _CharT* __result = _STLP_CREATE_ALLOCATOR(allocator_type,(const allocator_type&)_M_tree_ptr, _CharT).allocate(__s + 1); local
1345 _CharT* __result = _M_tree_ptr.allocate(_S_rounded_up_size(__s)); local
    [all...]
_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...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_bitset.h 77 size_t __result = 0; local
80 if ((*__beg & (1 << i)) != 0) { ++__result; }
83 return __result;
569 basic_string<_CharT, _Traits, _Alloc> __result; local
570 _M_copy_to_string(__result);
571 return __result;
575 string __result; local
576 _M_copy_to_string(__result);
577 return __result;
603 bitset<_Nb> __result(*this)
    [all...]
_rope.c 381 _RopeLeaf* __result; local
387 __result = _S_new_RopeLeaf(__new_data, __old_len + __len, __r->get_allocator());
391 return __result;
432 _RopeLeaf* __result = _S_leaf_concat_char_iter(__r, __iter, __len); local
433 //_STLP_ASSERT(__result->_M_ref_count == 1)
434 return __result;
444 _RopeConcatenation* __result = local
446 size_t __depth = __result->_M_depth;
449 if (__depth > 20 && (__result->_M_size._M_data < 1000 ||
454 __balanced = _S_balance(__result);
476 _RopeRep* __result; local
519 _RopeRep* __result; local
645 _RopeRep* __result; local
656 __result = _S_concat_rep(__left_result, __right_result); local
664 _RopeLeaf* __result; local
683 _RopeSubstring* __result = _S_new_RopeSubstring(__old->_M_base, local
826 bool __result; local
1030 _RopeRep* __result = 0; local
1154 _CharT __result; local
1319 _CharT* __result = _STLP_CREATE_ALLOCATOR(allocator_type,(const allocator_type&)_M_tree_ptr, _CharT).allocate(__s + 1); local
1345 _CharT* __result = _M_tree_ptr.allocate(_S_rounded_up_size(__s)); local
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_bitset.h 77 size_t __result = 0; local
80 if ((*__beg & (1 << i)) != 0) { ++__result; }
83 return __result;
569 basic_string<_CharT, _Traits, _Alloc> __result; local
570 _M_copy_to_string(__result);
571 return __result;
575 string __result; local
576 _M_copy_to_string(__result);
577 return __result;
603 bitset<_Nb> __result(*this)
    [all...]
_rope.c 381 _RopeLeaf* __result; local
387 __result = _S_new_RopeLeaf(__new_data, __old_len + __len, __r->get_allocator());
391 return __result;
432 _RopeLeaf* __result = _S_leaf_concat_char_iter(__r, __iter, __len); local
433 //_STLP_ASSERT(__result->_M_ref_count == 1)
434 return __result;
444 _RopeConcatenation* __result = local
446 size_t __depth = __result->_M_depth;
449 if (__depth > 20 && (__result->_M_size._M_data < 1000 ||
454 __balanced = _S_balance(__result);
476 _RopeRep* __result; local
519 _RopeRep* __result; local
645 _RopeRep* __result; local
656 __result = _S_concat_rep(__left_result, __right_result); local
664 _RopeLeaf* __result; local
683 _RopeSubstring* __result = _S_new_RopeSubstring(__old->_M_base, local
826 bool __result; local
1030 _RopeRep* __result = 0; local
1154 _CharT __result; local
1319 _CharT* __result = _STLP_CREATE_ALLOCATOR(allocator_type,(const allocator_type&)_M_tree_ptr, _CharT).allocate(__s + 1); local
1345 _CharT* __result = _M_tree_ptr.allocate(_S_rounded_up_size(__s)); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
atomicity.h 64 _Atomic_word __result = *__mem; local
66 return __result;
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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
atomicity.h 66 _Atomic_word __result = *__mem; local
68 return __result;
pool_allocator.h 227 _Obj* __restrict__ __result = *__free_list; local
228 if (__builtin_expect(__result == 0, 0))
232 *__free_list = __result->_M_free_list_link;
233 __ret = reinterpret_cast<_Tp*>(__result);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
atomicity.h 66 _Atomic_word __result = *__mem; local
68 return __result;
pool_allocator.h 227 _Obj* __restrict__ __result = *__free_list; local
228 if (__builtin_expect(__result == 0, 0))
232 *__free_list = __result->_M_free_list_link;
233 __ret = reinterpret_cast<_Tp*>(__result);
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
atomicity.h 64 _Atomic_word __result = *__mem; local
66 return __result;
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/gnu-libstdc++/include/ext/
atomicity.h 64 _Atomic_word __result = *__mem; local
66 return __result;
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/
atomicity.h 64 _Atomic_word __result = *__mem; local
66 return __result;
  /external/stlport/stlport/stl/
_rope.c 381 _RopeLeaf* __result; local
387 __result = _S_new_RopeLeaf(__new_data, __old_len + __len, __r->get_allocator());
391 return __result;
432 _RopeLeaf* __result = _S_leaf_concat_char_iter(__r, __iter, __len); local
433 //_STLP_ASSERT(__result->_M_ref_count == 1)
434 return __result;
444 _RopeConcatenation* __result = local
446 size_t __depth = __result->_M_depth;
449 if (__depth > 20 && (__result->_M_size._M_data < 1000 ||
454 __balanced = _S_balance(__result);
476 _RopeRep* __result; local
519 _RopeRep* __result; local
645 _RopeRep* __result; local
656 __result = _S_concat_rep(__left_result, __right_result); local
664 _RopeLeaf* __result; local
683 _RopeSubstring* __result = _S_new_RopeSubstring(__old->_M_base, local
826 bool __result; local
1030 _RopeRep* __result = 0; local
1154 _CharT __result; local
1319 _CharT* __result = _STLP_CREATE_ALLOCATOR(allocator_type,(const allocator_type&)_M_tree_ptr, _CharT).allocate(__s + 1); local
1345 _CharT* __result = _M_tree_ptr.allocate(_S_rounded_up_size(__s)); local
    [all...]
_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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
mntent.h 77 struct mntent *__restrict __result,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
mntent.h 77 struct mntent *__restrict __result,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
mntent.h 77 struct mntent *__restrict __result,

Completed in 1301 milliseconds

1 2 3 4 5 67 8 91011>>