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

1 2 3 4 56 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libnsl-2.7.so 
libnsl.so 
libnsl.so.1 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
streambuf_iterator.h 285 ostreambuf_iterator<_CharT> __result)
287 if (__first._M_sbuf && !__last._M_sbuf && !__result._M_failed)
290 __copy_streambufs_eof(__first._M_sbuf, __result._M_sbuf, __ineof);
292 __result._M_failed = true;
294 return __result;
301 ostreambuf_iterator<_CharT> __result)
305 __result._M_put(__first, __num);
306 return __result;
313 ostreambuf_iterator<_CharT> __result)
317 __result._M_put(__first, __num)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libnsl-2.7.so 
libnsl.so 
libnsl.so.1 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
streambuf_iterator.h 285 ostreambuf_iterator<_CharT> __result)
287 if (__first._M_sbuf && !__last._M_sbuf && !__result._M_failed)
290 __copy_streambufs_eof(__first._M_sbuf, __result._M_sbuf, __ineof);
292 __result._M_failed = true;
294 return __result;
301 ostreambuf_iterator<_CharT> __result)
305 __result._M_put(__first, __num);
306 return __result;
313 ostreambuf_iterator<_CharT> __result)
317 __result._M_put(__first, __num)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
streambuf_iterator.h 278 ostreambuf_iterator<_CharT> __result)
280 if (__first._M_sbuf && !__last._M_sbuf && !__result._M_failed)
283 __copy_streambufs_eof(__first._M_sbuf, __result._M_sbuf, __ineof);
285 __result._M_failed = true;
287 return __result;
294 ostreambuf_iterator<_CharT> __result)
298 __result._M_put(__first, __num);
299 return __result;
306 ostreambuf_iterator<_CharT> __result)
310 __result._M_put(__first, __num)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_heap.h 55 _RandomAccessIterator __result, _Tp __val, _Distance*)
57 *__result = *__first;
75 _RandomAccessIterator __result, _Tp __val, _Compare __comp,
78 *__result = *__first;
_num_get.c 122 _Integer __result = 0; local
148 if (__result < __over_base)
151 _Integer __next = __STATIC_CAST(_Integer, __base * __result - __n);
152 if (__result != 0)
153 __ovflow = __ovflow || __next >= __result;
154 __result = __next;
166 : __is_negative ? __result
167 : __STATIC_CAST(_Integer, -__result);
182 _Integer __result = 0; local
208 if (__result > __over_base
261 bool __result; local
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
streambuf_iterator.h 278 ostreambuf_iterator<_CharT> __result)
280 if (__first._M_sbuf && !__last._M_sbuf && !__result._M_failed)
283 __copy_streambufs_eof(__first._M_sbuf, __result._M_sbuf, __ineof);
285 __result._M_failed = true;
287 return __result;
294 ostreambuf_iterator<_CharT> __result)
298 __result._M_put(__first, __num);
299 return __result;
306 ostreambuf_iterator<_CharT> __result)
310 __result._M_put(__first, __num)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_heap.h 55 _RandomAccessIterator __result, _Tp __val, _Distance*)
57 *__result = *__first;
75 _RandomAccessIterator __result, _Tp __val, _Compare __comp,
78 *__result = *__first;
_num_get.c 122 _Integer __result = 0; local
148 if (__result < __over_base)
151 _Integer __next = __STATIC_CAST(_Integer, __base * __result - __n);
152 if (__result != 0)
153 __ovflow = __ovflow || __next >= __result;
154 __result = __next;
166 : __is_negative ? __result
167 : __STATIC_CAST(_Integer, -__result);
182 _Integer __result = 0; local
208 if (__result > __over_base
261 bool __result; local
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
streambuf_iterator.h 278 ostreambuf_iterator<_CharT> __result)
280 if (__first._M_sbuf && !__last._M_sbuf && !__result._M_failed)
283 __copy_streambufs_eof(__first._M_sbuf, __result._M_sbuf, __ineof);
285 __result._M_failed = true;
287 return __result;
294 ostreambuf_iterator<_CharT> __result)
298 __result._M_put(__first, __num);
299 return __result;
306 ostreambuf_iterator<_CharT> __result)
310 __result._M_put(__first, __num)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_heap.h 55 _RandomAccessIterator __result, _Tp __val, _Distance*)
57 *__result = *__first;
75 _RandomAccessIterator __result, _Tp __val, _Compare __comp,
78 *__result = *__first;
_num_get.c 122 _Integer __result = 0; local
148 if (__result < __over_base)
151 _Integer __next = __STATIC_CAST(_Integer, __base * __result - __n);
152 if (__result != 0)
153 __ovflow = __ovflow || __next >= __result;
154 __result = __next;
166 : __is_negative ? __result
167 : __STATIC_CAST(_Integer, -__result);
182 _Integer __result = 0; local
208 if (__result > __over_base
261 bool __result; local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
streambuf_iterator.h 278 ostreambuf_iterator<_CharT> __result)
280 if (__first._M_sbuf && !__last._M_sbuf && !__result._M_failed)
283 __copy_streambufs_eof(__first._M_sbuf, __result._M_sbuf, __ineof);
285 __result._M_failed = true;
287 return __result;
294 ostreambuf_iterator<_CharT> __result)
298 __result._M_put(__first, __num);
299 return __result;
306 ostreambuf_iterator<_CharT> __result)
310 __result._M_put(__first, __num)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
streambuf_iterator.h 285 ostreambuf_iterator<_CharT> __result)
287 if (__first._M_sbuf && !__last._M_sbuf && !__result._M_failed)
290 __copy_streambufs_eof(__first._M_sbuf, __result._M_sbuf, __ineof);
292 __result._M_failed = true;
294 return __result;
301 ostreambuf_iterator<_CharT> __result)
305 __result._M_put(__first, __num);
306 return __result;
313 ostreambuf_iterator<_CharT> __result)
317 __result._M_put(__first, __num)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
streambuf_iterator.h 297 ostreambuf_iterator<_CharT> __result)
299 if (__first._M_sbuf && !__last._M_sbuf && !__result._M_failed)
302 __copy_streambufs_eof(__first._M_sbuf, __result._M_sbuf, __ineof);
304 __result._M_failed = true;
306 return __result;
313 ostreambuf_iterator<_CharT> __result)
317 __result._M_put(__first, __num);
318 return __result;
325 ostreambuf_iterator<_CharT> __result)
329 __result._M_put(__first, __num)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_heap.h 55 _RandomAccessIterator __result, _Tp __val, _Distance*)
57 *__result = *__first;
75 _RandomAccessIterator __result, _Tp __val, _Compare __comp,
78 *__result = *__first;
_num_get.c 122 _Integer __result = 0; local
148 if (__result < __over_base)
151 _Integer __next = __STATIC_CAST(_Integer, __base * __result - __n);
152 if (__result != 0)
153 __ovflow = __ovflow || __next >= __result;
154 __result = __next;
166 : __is_negative ? __result
167 : __STATIC_CAST(_Integer, -__result);
182 _Integer __result = 0; local
208 if (__result > __over_base
261 bool __result; local
    [all...]
  /external/stlport/stlport/stl/
_num_get.c 122 _Integer __result = 0; local
148 if (__result < __over_base)
151 _Integer __next = __STATIC_CAST(_Integer, __base * __result - __n);
152 if (__result != 0)
153 __ovflow = __ovflow || __next >= __result;
154 __result = __next;
166 : __is_negative ? __result
167 : __STATIC_CAST(_Integer, -__result);
182 _Integer __result = 0; local
208 if (__result > __over_base
261 bool __result; local
    [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...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_num_get.c 122 _Integer __result = 0; local
148 if (__result < __over_base)
151 _Integer __next = __STATIC_CAST(_Integer, __base * __result - __n);
152 if (__result != 0)
153 __ovflow = __ovflow || __next >= __result;
154 __result = __next;
166 : __is_negative ? __result
167 : __STATIC_CAST(_Integer, -__result);
182 _Integer __result = 0; local
208 if (__result > __over_base
261 bool __result; local
    [all...]

Completed in 2188 milliseconds

1 2 3 4 56 7 8 91011>>