HomeSort by relevance Sort by last modified time
    Searched full:__value (Results 26 - 50 of 417) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_heap.h 131 _Distance __holeIndex, _Distance __topIndex, _Tp __value)
134 while (__holeIndex > __topIndex && *(__first + __parent) < __value)
140 *(__first + __holeIndex) = _GLIBCXX_MOVE(__value);
168 _ValueType __value = _GLIBCXX_MOVE(*(__last - 1)); local
170 _DistanceType(0), _GLIBCXX_MOVE(__value));
177 _Distance __topIndex, _Tp __value, _Compare __comp)
181 && __comp(*(__first + __parent), __value))
187 *(__first + __holeIndex) = _GLIBCXX_MOVE(__value);
217 _ValueType __value = _GLIBCXX_MOVE(*(__last - 1)); local
219 _DistanceType(0), _GLIBCXX_MOVE(__value), __comp)
258 _ValueType __value = _GLIBCXX_MOVE(*__result); local
330 _ValueType __value = _GLIBCXX_MOVE(*__result); local
393 _ValueType __value = _GLIBCXX_MOVE(*(__first + __parent)); local
433 _ValueType __value = _GLIBCXX_MOVE(*(__first + __parent)); local
    [all...]
stl_algobase.h 138 std::__iter_swap<__are_same<_ValueType1, _ValueType2>::__value
139 && __are_same<_ValueType1&, _ReferenceType1>::__value
140 && __are_same<_ValueType2&, _ReferenceType2>::__value>::
265 bool _IsNormal = __is_normal_iterator<_Iterator>::__value>
283 bool _IsMove = __is_move_iterator<_Iterator>::__value>
392 && __is_pointer<_II>::__value
393 && __is_pointer<_OI>::__value
394 && __are_same<_ValueTypeI, _ValueTypeO>::__value);
412 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value,
418 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value,
738 std::__niter_base<_ForwardIterator>::__b(__last), __value); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_heap.h 133 _Distance __holeIndex, _Distance __topIndex, _Tp __value)
136 while (__holeIndex > __topIndex && *(__first + __parent) < __value)
142 *(__first + __holeIndex) = _GLIBCXX_MOVE(__value);
170 _ValueType __value = _GLIBCXX_MOVE(*(__last - 1)); local
172 _DistanceType(0), _GLIBCXX_MOVE(__value));
179 _Distance __topIndex, _Tp __value, _Compare __comp)
183 && __comp(*(__first + __parent), __value))
189 *(__first + __holeIndex) = _GLIBCXX_MOVE(__value);
219 _ValueType __value = _GLIBCXX_MOVE(*(__last - 1)); local
221 _DistanceType(0), _GLIBCXX_MOVE(__value), __comp)
260 _ValueType __value = _GLIBCXX_MOVE(*__result); local
332 _ValueType __value = _GLIBCXX_MOVE(*__result); local
395 _ValueType __value = _GLIBCXX_MOVE(*(__first + __parent)); local
435 _ValueType __value = _GLIBCXX_MOVE(*(__first + __parent)); local
    [all...]
stl_algobase.h 139 std::__iter_swap<__are_same<_ValueType1, _ValueType2>::__value
140 && __are_same<_ValueType1&, _ReferenceType1>::__value
141 && __are_same<_ValueType2&, _ReferenceType2>::__value>::
266 : _Iter_base<_Iterator, __is_normal_iterator<_Iterator>::__value>
277 : _Iter_base<_Iterator, __is_move_iterator<_Iterator>::__value>
379 && __is_pointer<_II>::__value
380 && __is_pointer<_OI>::__value
381 && __are_same<_ValueTypeI, _ValueTypeO>::__value);
399 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value,
405 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value,
723 __value); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_heap.h 133 _Distance __holeIndex, _Distance __topIndex, _Tp __value)
136 while (__holeIndex > __topIndex && *(__first + __parent) < __value)
142 *(__first + __holeIndex) = _GLIBCXX_MOVE(__value);
170 _ValueType __value = _GLIBCXX_MOVE(*(__last - 1)); local
172 _DistanceType(0), _GLIBCXX_MOVE(__value));
179 _Distance __topIndex, _Tp __value, _Compare __comp)
183 && __comp(*(__first + __parent), __value))
189 *(__first + __holeIndex) = _GLIBCXX_MOVE(__value);
219 _ValueType __value = _GLIBCXX_MOVE(*(__last - 1)); local
221 _DistanceType(0), _GLIBCXX_MOVE(__value), __comp)
260 _ValueType __value = _GLIBCXX_MOVE(*__result); local
332 _ValueType __value = _GLIBCXX_MOVE(*__result); local
395 _ValueType __value = _GLIBCXX_MOVE(*(__first + __parent)); local
435 _ValueType __value = _GLIBCXX_MOVE(*(__first + __parent)); local
    [all...]
stl_algobase.h 139 std::__iter_swap<__are_same<_ValueType1, _ValueType2>::__value
140 && __are_same<_ValueType1&, _ReferenceType1>::__value
141 && __are_same<_ValueType2&, _ReferenceType2>::__value>::
266 : _Iter_base<_Iterator, __is_normal_iterator<_Iterator>::__value>
277 : _Iter_base<_Iterator, __is_move_iterator<_Iterator>::__value>
379 && __is_pointer<_II>::__value
380 && __is_pointer<_OI>::__value
381 && __are_same<_ValueTypeI, _ValueTypeO>::__value);
399 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value,
405 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value,
723 __value); local
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_heap.h 131 _Distance __holeIndex, _Distance __topIndex, _Tp __value)
134 while (__holeIndex > __topIndex && *(__first + __parent) < __value)
140 *(__first + __holeIndex) = _GLIBCXX_MOVE(__value);
168 _ValueType __value = _GLIBCXX_MOVE(*(__last - 1)); local
170 _DistanceType(0), _GLIBCXX_MOVE(__value));
177 _Distance __topIndex, _Tp __value, _Compare __comp)
181 && __comp(*(__first + __parent), __value))
187 *(__first + __holeIndex) = _GLIBCXX_MOVE(__value);
217 _ValueType __value = _GLIBCXX_MOVE(*(__last - 1)); local
219 _DistanceType(0), _GLIBCXX_MOVE(__value), __comp)
258 _ValueType __value = _GLIBCXX_MOVE(*__result); local
330 _ValueType __value = _GLIBCXX_MOVE(*__result); local
393 _ValueType __value = _GLIBCXX_MOVE(*(__first + __parent)); local
433 _ValueType __value = _GLIBCXX_MOVE(*(__first + __parent)); local
    [all...]
stl_algobase.h 138 std::__iter_swap<__are_same<_ValueType1, _ValueType2>::__value
139 && __are_same<_ValueType1&, _ReferenceType1>::__value
140 && __are_same<_ValueType2&, _ReferenceType2>::__value>::
265 bool _IsNormal = __is_normal_iterator<_Iterator>::__value>
283 bool _IsMove = __is_move_iterator<_Iterator>::__value>
392 && __is_pointer<_II>::__value
393 && __is_pointer<_OI>::__value
394 && __are_same<_ValueTypeI, _ValueTypeO>::__value);
412 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value,
418 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value,
738 std::__niter_base<_ForwardIterator>::__b(__last), __value); local
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_heap.h 131 _Distance __holeIndex, _Distance __topIndex, _Tp __value)
134 while (__holeIndex > __topIndex && *(__first + __parent) < __value)
140 *(__first + __holeIndex) = _GLIBCXX_MOVE(__value);
168 _ValueType __value = _GLIBCXX_MOVE(*(__last - 1)); local
170 _DistanceType(0), _GLIBCXX_MOVE(__value));
177 _Distance __topIndex, _Tp __value, _Compare __comp)
181 && __comp(*(__first + __parent), __value))
187 *(__first + __holeIndex) = _GLIBCXX_MOVE(__value);
217 _ValueType __value = _GLIBCXX_MOVE(*(__last - 1)); local
219 _DistanceType(0), _GLIBCXX_MOVE(__value), __comp)
258 _ValueType __value = _GLIBCXX_MOVE(*__result); local
330 _ValueType __value = _GLIBCXX_MOVE(*__result); local
393 _ValueType __value = _GLIBCXX_MOVE(*(__first + __parent)); local
433 _ValueType __value = _GLIBCXX_MOVE(*(__first + __parent)); local
    [all...]
stl_algobase.h 138 std::__iter_swap<__are_same<_ValueType1, _ValueType2>::__value
139 && __are_same<_ValueType1&, _ReferenceType1>::__value
140 && __are_same<_ValueType2&, _ReferenceType2>::__value>::
265 bool _IsNormal = __is_normal_iterator<_Iterator>::__value>
283 bool _IsMove = __is_move_iterator<_Iterator>::__value>
392 && __is_pointer<_II>::__value
393 && __is_pointer<_OI>::__value
394 && __are_same<_ValueTypeI, _ValueTypeO>::__value);
412 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value,
418 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value,
738 std::__niter_base<_ForwardIterator>::__b(__last), __value); local
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_heap.h 131 _Distance __holeIndex, _Distance __topIndex, _Tp __value)
134 while (__holeIndex > __topIndex && *(__first + __parent) < __value)
140 *(__first + __holeIndex) = _GLIBCXX_MOVE(__value);
168 _ValueType __value = _GLIBCXX_MOVE(*(__last - 1)); local
170 _DistanceType(0), _GLIBCXX_MOVE(__value));
177 _Distance __topIndex, _Tp __value, _Compare __comp)
181 && __comp(*(__first + __parent), __value))
187 *(__first + __holeIndex) = _GLIBCXX_MOVE(__value);
217 _ValueType __value = _GLIBCXX_MOVE(*(__last - 1)); local
219 _DistanceType(0), _GLIBCXX_MOVE(__value), __comp)
258 _ValueType __value = _GLIBCXX_MOVE(*__result); local
330 _ValueType __value = _GLIBCXX_MOVE(*__result); local
393 _ValueType __value = _GLIBCXX_MOVE(*(__first + __parent)); local
433 _ValueType __value = _GLIBCXX_MOVE(*(__first + __parent)); local
    [all...]
stl_algobase.h 138 std::__iter_swap<__are_same<_ValueType1, _ValueType2>::__value
139 && __are_same<_ValueType1&, _ReferenceType1>::__value
140 && __are_same<_ValueType2&, _ReferenceType2>::__value>::
265 bool _IsNormal = __is_normal_iterator<_Iterator>::__value>
283 bool _IsMove = __is_move_iterator<_Iterator>::__value>
392 && __is_pointer<_II>::__value
393 && __is_pointer<_OI>::__value
394 && __are_same<_ValueTypeI, _ValueTypeO>::__value);
412 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value,
418 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value,
738 std::__niter_base<_ForwardIterator>::__b(__last), __value); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
cmath 307 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value,
317 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value,
326 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value,
335 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value,
344 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value,
353 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value,
362 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value,
371 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value,
380 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value,
389 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
cmath 307 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value,
317 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value,
326 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value,
335 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value,
344 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value,
353 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value,
362 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value,
371 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value,
380 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value,
389 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value,
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/impl/
profiler_map_to_unordered_map.h 58 { return (_GLIBCXX_PROFILE_DATA(__map_insert_cost_factor).__value
63 { return (_GLIBCXX_PROFILE_DATA(__map_erase_cost_factor).__value
68 { return (_GLIBCXX_PROFILE_DATA(__map_find_cost_factor).__value
127 * _GLIBCXX_PROFILE_DATA(__umap_insert_cost_factor).__value);
137 * _GLIBCXX_PROFILE_DATA(__umap_erase_cost_factor).__value);
145 _M_umap_cost += _GLIBCXX_PROFILE_DATA(__umap_find_cost_factor).__value;
154 * _GLIBCXX_PROFILE_DATA(__map_iterate_cost_factor).__value);
157 * _GLIBCXX_PROFILE_DATA(__umap_iterate_cost_factor).__value);
profiler_algos.h 49 const typename _Container::value_type& __value,
66 if (*__it < __value)
73 __output.insert(__it, __value);
102 const _Tp& __value)
109 if(!(*__first == __value))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/impl/
profiler_map_to_unordered_map.h 58 { return (_GLIBCXX_PROFILE_DATA(__map_insert_cost_factor).__value
63 { return (_GLIBCXX_PROFILE_DATA(__map_erase_cost_factor).__value
68 { return (_GLIBCXX_PROFILE_DATA(__map_find_cost_factor).__value
127 * _GLIBCXX_PROFILE_DATA(__umap_insert_cost_factor).__value);
137 * _GLIBCXX_PROFILE_DATA(__umap_erase_cost_factor).__value);
145 _M_umap_cost += _GLIBCXX_PROFILE_DATA(__umap_find_cost_factor).__value;
154 * _GLIBCXX_PROFILE_DATA(__map_iterate_cost_factor).__value);
157 * _GLIBCXX_PROFILE_DATA(__umap_iterate_cost_factor).__value);
profiler_algos.h 49 const typename _Container::value_type& __value,
66 if (*__it < __value)
73 __output.insert(__it, __value);
102 const _Tp& __value)
109 if(!(*__first == __value))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
functions.h 334 _ForwardIterator __last, const _Tp& __value)
336 while (__first != __last && *__first < __value)
338 while (__first != __last && !(*__first < __value))
346 _ForwardIterator __last, const _Tp& __value)
348 while (__first != __last && !(__value < *__first))
350 while (__first != __last && __value < *__first)
359 _ForwardIterator __last, const _Tp& __value,
362 while (__first != __last && bool(__pred(*__first, __value)))
364 while (__first != __last && !bool(__pred(*__first, __value)))
372 _ForwardIterator __last, const _Tp& __value,
    [all...]
formatter.h 192 _Parameter(long __value, const char* __name)
196 _M_variant._M_integer._M_value = __value;
199 _Parameter(const char* __value, const char* __name)
203 _M_variant._M_string._M_value = __value;
318 _M_integer(long __value, const char* __name = 0) const
321 _M_parameters[_M_num_parameters++] = _Parameter(__value, __name);
326 _M_string(const char* __value, const char* __name = 0) const
329 _M_parameters[_M_num_parameters++] = _Parameter(__value, __name);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/
functions.h 334 _ForwardIterator __last, const _Tp& __value)
336 while (__first != __last && *__first < __value)
338 while (__first != __last && !(*__first < __value))
346 _ForwardIterator __last, const _Tp& __value)
348 while (__first != __last && !(__value < *__first))
350 while (__first != __last && __value < *__first)
359 _ForwardIterator __last, const _Tp& __value,
362 while (__first != __last && bool(__pred(*__first, __value)))
364 while (__first != __last && !bool(__pred(*__first, __value)))
372 _ForwardIterator __last, const _Tp& __value,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/
functions.h 334 _ForwardIterator __last, const _Tp& __value)
336 while (__first != __last && *__first < __value)
338 while (__first != __last && !(*__first < __value))
346 _ForwardIterator __last, const _Tp& __value)
348 while (__first != __last && !(__value < *__first))
350 while (__first != __last && __value < *__first)
359 _ForwardIterator __last, const _Tp& __value,
362 while (__first != __last && bool(__pred(*__first, __value)))
364 while (__first != __last && !bool(__pred(*__first, __value)))
372 _ForwardIterator __last, const _Tp& __value,
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/debug/
functions.h 334 _ForwardIterator __last, const _Tp& __value)
336 while (__first != __last && *__first < __value)
338 while (__first != __last && !(*__first < __value))
346 _ForwardIterator __last, const _Tp& __value)
348 while (__first != __last && !(__value < *__first))
350 while (__first != __last && __value < *__first)
359 _ForwardIterator __last, const _Tp& __value,
362 while (__first != __last && bool(__pred(*__first, __value)))
364 while (__first != __last && !bool(__pred(*__first, __value)))
372 _ForwardIterator __last, const _Tp& __value,
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/debug/
functions.h 334 _ForwardIterator __last, const _Tp& __value)
336 while (__first != __last && *__first < __value)
338 while (__first != __last && !(*__first < __value))
346 _ForwardIterator __last, const _Tp& __value)
348 while (__first != __last && !(__value < *__first))
350 while (__first != __last && __value < *__first)
359 _ForwardIterator __last, const _Tp& __value,
362 while (__first != __last && bool(__pred(*__first, __value)))
364 while (__first != __last && !bool(__pred(*__first, __value)))
372 _ForwardIterator __last, const _Tp& __value,
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/debug/
functions.h 334 _ForwardIterator __last, const _Tp& __value)
336 while (__first != __last && *__first < __value)
338 while (__first != __last && !(*__first < __value))
346 _ForwardIterator __last, const _Tp& __value)
348 while (__first != __last && !(__value < *__first))
350 while (__first != __last && __value < *__first)
359 _ForwardIterator __last, const _Tp& __value,
362 while (__first != __last && bool(__pred(*__first, __value)))
364 while (__first != __last && !bool(__pred(*__first, __value)))
372 _ForwardIterator __last, const _Tp& __value,
    [all...]

Completed in 1407 milliseconds

12 3 4 5 6 7 8 91011>>