HomeSort by relevance Sort by last modified time
    Searched full:__value (Results 101 - 125 of 928) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/impl/
profiler_algos.h 42 const typename _Container::value_type& __value,
59 if (*__it < __value)
66 __output.insert(__it, __value);
95 const _Tp& __value)
102 if(!(*__first == __value))
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/
profiler_algos.h 42 const typename _Container::value_type& __value,
59 if (*__it < __value)
66 __output.insert(__it, __value);
95 const _Tp& __value)
102 if(!(*__first == __value))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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...]
safe_sequence.h 50 _Type __value; member in class:__gnu_debug::_Not_equal_to
53 explicit _Not_equal_to(const _Type& __v) : __value(__v) { }
57 { return __value != __x; }
65 _Type __value; member in class:__gnu_debug::_Equal_to
68 explicit _Equal_to(const _Type& __v) : __value(__v) { }
72 { return __value == __x; }
  /prebuilts/ndk/5/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...]
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/ndk/6/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...]
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/ndk/7/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...]
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/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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...]
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/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/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/8/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
functions.h 341 _ForwardIterator __last, const _Tp& __value)
343 while (__first != __last && *__first < __value)
345 while (__first != __last && !(*__first < __value))
353 _ForwardIterator __last, const _Tp& __value)
355 while (__first != __last && !(__value < *__first))
357 while (__first != __last && __value < *__first)
366 _ForwardIterator __last, const _Tp& __value,
369 while (__first != __last && bool(__pred(*__first, __value)))
371 while (__first != __last && !bool(__pred(*__first, __value)))
379 _ForwardIterator __last, const _Tp& __value,
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/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/9/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
functions.h 341 _ForwardIterator __last, const _Tp& __value)
343 while (__first != __last && *__first < __value)
345 while (__first != __last && !(*__first < __value))
353 _ForwardIterator __last, const _Tp& __value)
355 while (__first != __last && !(__value < *__first))
357 while (__first != __last && __value < *__first)
366 _ForwardIterator __last, const _Tp& __value,
369 while (__first != __last && bool(__pred(*__first, __value)))
371 while (__first != __last && !bool(__pred(*__first, __value)))
379 _ForwardIterator __last, const _Tp& __value,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_algobase.h 142 std::__iter_swap<__are_same<_ValueType1, _ValueType2>::__value
143 && __are_same<_ValueType1&, _ReferenceType1>::__value
144 && __are_same<_ValueType2&, _ReferenceType2>::__value>::
272 : _Iter_base<_Iterator, __is_normal_iterator<_Iterator>::__value>
283 : _Iter_base<_Iterator, __is_move_iterator<_Iterator>::__value>
385 && __is_pointer<_II>::__value
386 && __is_pointer<_OI>::__value
387 && __are_same<_ValueTypeI, _ValueTypeO>::__value);
405 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value,
411 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value,
729 __value); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_algobase.h 142 std::__iter_swap<__are_same<_ValueType1, _ValueType2>::__value
143 && __are_same<_ValueType1&, _ReferenceType1>::__value
144 && __are_same<_ValueType2&, _ReferenceType2>::__value>::
272 : _Iter_base<_Iterator, __is_normal_iterator<_Iterator>::__value>
283 : _Iter_base<_Iterator, __is_move_iterator<_Iterator>::__value>
385 && __is_pointer<_II>::__value
386 && __is_pointer<_OI>::__value
387 && __are_same<_ValueTypeI, _ValueTypeO>::__value);
405 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value,
411 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value,
729 __value); local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_algobase.h 142 std::__iter_swap<__are_same<_ValueType1, _ValueType2>::__value
143 && __are_same<_ValueType1&, _ReferenceType1>::__value
144 && __are_same<_ValueType2&, _ReferenceType2>::__value>::
272 : _Iter_base<_Iterator, __is_normal_iterator<_Iterator>::__value>
283 : _Iter_base<_Iterator, __is_move_iterator<_Iterator>::__value>
385 && __is_pointer<_II>::__value
386 && __is_pointer<_OI>::__value
387 && __are_same<_ValueTypeI, _ValueTypeO>::__value);
405 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value,
411 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value,
729 __value); local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_algobase.h 143 std::__iter_swap<__are_same<_ValueType1, _ValueType2>::__value
144 && __are_same<_ValueType1&, _ReferenceType1>::__value
145 && __are_same<_ValueType2&, _ReferenceType2>::__value>::
273 : _Iter_base<_Iterator, __is_normal_iterator<_Iterator>::__value>
284 : _Iter_base<_Iterator, __is_move_iterator<_Iterator>::__value>
391 && __is_pointer<_II>::__value
392 && __is_pointer<_OI>::__value
393 && __are_same<_ValueTypeI, _ValueTypeO>::__value);
411 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value,
417 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value,
740 __value); local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/
functions.h 53 { enum { __value = 0 }; }; enumerator in enum:__gnu_debug::_Insert_range_from_self_is_safe::__anon83813
275 return _Insert_range_from_self_is_safe<_Sequence>::__value
458 _ForwardIterator __last, const _Tp& __value)
460 while (__first != __last && *__first < __value)
465 while (__first != __last && !(*__first < __value))
474 _ForwardIterator __last, const _Tp& __value)
476 while (__first != __last && !(__value < *__first))
481 while (__first != __last && __value < *__first)
491 _ForwardIterator __last, const _Tp& __value,
494 while (__first != __last && bool(__pred(*__first, __value)))
526 enum { __value = 0 }; enumerator in enum:__gnu_debug::__is_safe_random_iterator::__anon83814
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
xattr.h 41 __const void *__value, size_t __size, int __flags)
48 __const void *__value, size_t __size, int __flags)
53 extern int fsetxattr (int __fd, __const char *__name, __const void *__value,
59 void *__value, size_t __size) __THROW;
65 void *__value, size_t __size) __THROW;
69 extern ssize_t fgetxattr (int __fd, __const char *__name, void *__value,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
xattr.h 41 __const void *__value, size_t __size, int __flags)
48 __const void *__value, size_t __size, int __flags)
53 extern int fsetxattr (int __fd, __const char *__name, __const void *__value,
59 void *__value, size_t __size) __THROW;
65 void *__value, size_t __size) __THROW;
69 extern ssize_t fgetxattr (int __fd, __const char *__name, void *__value,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/
safe_sequence.h 49 _Type __value; member in class:__gnu_debug::_Not_equal_to
52 explicit _Not_equal_to(const _Type& __v) : __value(__v) { }
56 { return __value != __x; }
64 _Type __value; member in class:__gnu_debug::_Equal_to
67 explicit _Equal_to(const _Type& __v) : __value(__v) { }
71 { return __value == __x; }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/
safe_sequence.h 49 _Type __value; member in class:__gnu_debug::_Not_equal_to
52 explicit _Not_equal_to(const _Type& __v) : __value(__v) { }
56 { return __value != __x; }
64 _Type __value; member in class:__gnu_debug::_Equal_to
67 explicit _Equal_to(const _Type& __v) : __value(__v) { }
71 { return __value == __x; }

Completed in 1191 milliseconds

1 2 3 45 6 7 8 91011>>