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

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/
profiler_vector_to_list.h 243 * _GLIBCXX_PROFILE_DATA(__vector_shift_cost_factor).__value
245 * _GLIBCXX_PROFILE_DATA(__vector_iterate_cost_factor).__value
247 * _GLIBCXX_PROFILE_DATA(__vector_resize_cost_factor).__value);
255 * _GLIBCXX_PROFILE_DATA(__list_shift_cost_factor).__value
257 * _GLIBCXX_PROFILE_DATA(__list_iterate_cost_factor).__value
259 * _GLIBCXX_PROFILE_DATA(__list_resize_cost_factor).__value);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_tempbuf.h 188 _Tp& __value)
197 _GLIBCXX_MOVE(__value));
203 __value = _GLIBCXX_MOVE(*__prev);
226 // While __value may altered during this algorithm, it will have
235 _Tp& __value)
242 __ucr(__first, __last, __value);
stl_iterator.h 419 * @param __value An instance of whatever type
431 operator=(typename _Container::const_reference __value)
433 container->push_back(__value);
438 operator=(const typename _Container::value_type& __value)
440 container->push_back(__value);
445 operator=(typename _Container::value_type&& __value)
447 container->push_back(std::move(__value));
509 * @param __value An instance of whatever type
521 operator=(typename _Container::const_reference __value)
523 container->push_front(__value);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/
profiler_vector_to_list.h 236 * _GLIBCXX_PROFILE_DATA(__vector_shift_cost_factor).__value
238 * _GLIBCXX_PROFILE_DATA(__vector_iterate_cost_factor).__value
240 * _GLIBCXX_PROFILE_DATA(__vector_resize_cost_factor).__value);
248 * _GLIBCXX_PROFILE_DATA(__list_shift_cost_factor).__value
250 * _GLIBCXX_PROFILE_DATA(__list_iterate_cost_factor).__value
252 * _GLIBCXX_PROFILE_DATA(__list_resize_cost_factor).__value);
profiler_list_to_vector.h 235 * _GLIBCXX_PROFILE_DATA(__vector_shift_cost_factor).__value
237 * _GLIBCXX_PROFILE_DATA(__vector_iterate_cost_factor).__value);
244 * _GLIBCXX_PROFILE_DATA(__list_shift_cost_factor).__value
246 * _GLIBCXX_PROFILE_DATA(__list_iterate_cost_factor).__value);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/impl/
profiler_vector_to_list.h 236 * _GLIBCXX_PROFILE_DATA(__vector_shift_cost_factor).__value
238 * _GLIBCXX_PROFILE_DATA(__vector_iterate_cost_factor).__value
240 * _GLIBCXX_PROFILE_DATA(__vector_resize_cost_factor).__value);
248 * _GLIBCXX_PROFILE_DATA(__list_shift_cost_factor).__value
250 * _GLIBCXX_PROFILE_DATA(__list_iterate_cost_factor).__value
252 * _GLIBCXX_PROFILE_DATA(__list_resize_cost_factor).__value);
profiler_list_to_vector.h 235 * _GLIBCXX_PROFILE_DATA(__vector_shift_cost_factor).__value
237 * _GLIBCXX_PROFILE_DATA(__vector_iterate_cost_factor).__value);
244 * _GLIBCXX_PROFILE_DATA(__list_shift_cost_factor).__value
246 * _GLIBCXX_PROFILE_DATA(__list_iterate_cost_factor).__value);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/
profiler_vector_to_list.h 236 * _GLIBCXX_PROFILE_DATA(__vector_shift_cost_factor).__value
238 * _GLIBCXX_PROFILE_DATA(__vector_iterate_cost_factor).__value
240 * _GLIBCXX_PROFILE_DATA(__vector_resize_cost_factor).__value);
248 * _GLIBCXX_PROFILE_DATA(__list_shift_cost_factor).__value
250 * _GLIBCXX_PROFILE_DATA(__list_iterate_cost_factor).__value
252 * _GLIBCXX_PROFILE_DATA(__list_resize_cost_factor).__value);
profiler_list_to_vector.h 235 * _GLIBCXX_PROFILE_DATA(__vector_shift_cost_factor).__value
237 * _GLIBCXX_PROFILE_DATA(__vector_iterate_cost_factor).__value);
244 * _GLIBCXX_PROFILE_DATA(__list_shift_cost_factor).__value
246 * _GLIBCXX_PROFILE_DATA(__list_iterate_cost_factor).__value);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
mathcalls.h 193 __MATHDECL_1 (int,__isinf,, (_Mdouble_ __value)) __attribute__ ((__const__));
196 __MATHDECL_1 (int,__finite,, (_Mdouble_ __value)) __attribute__ ((__const__));
202 __MATHDECL_1 (int,isinf,, (_Mdouble_ __value)) __attribute__ ((__const__));
205 __MATHDECL_1 (int,finite,, (_Mdouble_ __value)) __attribute__ ((__const__));
231 __MATHDECL_1 (int,__isnan,, (_Mdouble_ __value)) __attribute__ ((__const__));
235 __MATHDECL_1 (int,isnan,, (_Mdouble_ __value)) __attribute__ ((__const__));
346 __MATHDECL_1 (int, __fpclassify,, (_Mdouble_ __value))
350 __MATHDECL_1 (int, __signbit,, (_Mdouble_ __value))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
mathcalls.h 193 __MATHDECL_1 (int,__isinf,, (_Mdouble_ __value)) __attribute__ ((__const__));
196 __MATHDECL_1 (int,__finite,, (_Mdouble_ __value)) __attribute__ ((__const__));
202 __MATHDECL_1 (int,isinf,, (_Mdouble_ __value)) __attribute__ ((__const__));
205 __MATHDECL_1 (int,finite,, (_Mdouble_ __value)) __attribute__ ((__const__));
231 __MATHDECL_1 (int,__isnan,, (_Mdouble_ __value)) __attribute__ ((__const__));
235 __MATHDECL_1 (int,isnan,, (_Mdouble_ __value)) __attribute__ ((__const__));
346 __MATHDECL_1 (int, __fpclassify,, (_Mdouble_ __value))
350 __MATHDECL_1 (int, __signbit,, (_Mdouble_ __value))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_iterator.h 417 * @param __value An instance of whatever type
429 operator=(typename _Container::const_reference __value)
431 container->push_back(__value);
436 operator=(const typename _Container::value_type& __value)
438 container->push_back(__value);
443 operator=(typename _Container::value_type&& __value)
445 container->push_back(std::move(__value));
507 * @param __value An instance of whatever type
519 operator=(typename _Container::const_reference __value)
521 container->push_front(__value);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_iterator.h 417 * @param __value An instance of whatever type
429 operator=(typename _Container::const_reference __value)
431 container->push_back(__value);
436 operator=(const typename _Container::value_type& __value)
438 container->push_back(__value);
443 operator=(typename _Container::value_type&& __value)
445 container->push_back(std::move(__value));
507 * @param __value An instance of whatever type
519 operator=(typename _Container::const_reference __value)
521 container->push_front(__value);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_iterator.h 419 * @param __value An instance of whatever type
431 operator=(typename _Container::const_reference __value)
433 container->push_back(__value);
438 operator=(const typename _Container::value_type& __value)
440 container->push_back(__value);
445 operator=(typename _Container::value_type&& __value)
447 container->push_back(std::move(__value));
509 * @param __value An instance of whatever type
521 operator=(typename _Container::const_reference __value)
523 container->push_front(__value);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_iterator.h 417 * @param __value An instance of whatever type
429 operator=(typename _Container::const_reference __value)
431 container->push_back(__value);
436 operator=(const typename _Container::value_type& __value)
438 container->push_back(__value);
443 operator=(typename _Container::value_type&& __value)
445 container->push_back(std::move(__value));
507 * @param __value An instance of whatever type
519 operator=(typename _Container::const_reference __value)
521 container->push_front(__value);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_iterator.h 418 * @param __value An instance of whatever type
430 operator=(typename _Container::const_reference __value)
432 container->push_back(__value);
437 operator=(const typename _Container::value_type& __value)
439 container->push_back(__value);
444 operator=(typename _Container::value_type&& __value)
446 container->push_back(std::move(__value));
508 * @param __value An instance of whatever type
520 operator=(typename _Container::const_reference __value)
522 container->push_front(__value);
    [all...]
predefined_ops.h 184 _Iter_equals_val(_Value& __value)
185 : _M_value(__value)
245 _Iter_comp_to_val(_Compare __comp, _Value& __value)
246 : _M_comp(__comp), _M_value(__value)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/impl/
profiler_list_to_vector.h 235 * _GLIBCXX_PROFILE_DATA(__vector_shift_cost_factor).__value
237 * _GLIBCXX_PROFILE_DATA(__vector_iterate_cost_factor).__value);
244 * _GLIBCXX_PROFILE_DATA(__list_shift_cost_factor).__value
246 * _GLIBCXX_PROFILE_DATA(__list_iterate_cost_factor).__value);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/impl/
profiler_list_to_vector.h 235 * _GLIBCXX_PROFILE_DATA(__vector_shift_cost_factor).__value
237 * _GLIBCXX_PROFILE_DATA(__vector_iterate_cost_factor).__value);
244 * _GLIBCXX_PROFILE_DATA(__list_shift_cost_factor).__value
246 * _GLIBCXX_PROFILE_DATA(__list_iterate_cost_factor).__value);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/
profiler_list_to_vector.h 235 * _GLIBCXX_PROFILE_DATA(__vector_shift_cost_factor).__value
237 * _GLIBCXX_PROFILE_DATA(__vector_iterate_cost_factor).__value);
244 * _GLIBCXX_PROFILE_DATA(__list_shift_cost_factor).__value
246 * _GLIBCXX_PROFILE_DATA(__list_iterate_cost_factor).__value);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/tr1/
type_traits 581 static const bool __value = (is_same<_Base, _Derived>::value
590 __is_base_of_helper<_Base, _Derived>::__value>
603 static const bool __value = sizeof(__test(__makeFrom())) == 1;
613 static const bool __value = (is_integral<_Tp>::value
625 && __is_int_or_cref<_To>::__value))>
629 static const bool __value = (__is_convertible_simple<typename
630 add_reference<_From>::type, _To>::__value);
635 { static const bool __value = (is_void<_To>::value
636 || (__is_int_or_cref<_To>::__value
642 __is_convertible_helper<_From, _To>::__value>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
type_traits 577 static const bool __value = (is_same<_Base, _Derived>::value
586 __is_base_of_helper<_Base, _Derived>::__value>
599 static const bool __value = sizeof(__test(__makeFrom())) == 1;
609 static const bool __value = (is_integral<_Tp>::value
621 && __is_int_or_cref<_To>::__value))>
625 static const bool __value = (__is_convertible_simple<typename
626 add_reference<_From>::type, _To>::__value);
631 { static const bool __value = (is_void<_To>::value
632 || (__is_int_or_cref<_To>::__value
638 __is_convertible_helper<_From, _To>::__value>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
type_traits 577 static const bool __value = (is_same<_Base, _Derived>::value
586 __is_base_of_helper<_Base, _Derived>::__value>
599 static const bool __value = sizeof(__test(__makeFrom())) == 1;
609 static const bool __value = (is_integral<_Tp>::value
621 && __is_int_or_cref<_To>::__value))>
625 static const bool __value = (__is_convertible_simple<typename
626 add_reference<_From>::type, _To>::__value);
631 { static const bool __value = (is_void<_To>::value
632 || (__is_int_or_cref<_To>::__value
638 __is_convertible_helper<_From, _To>::__value>
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
type_traits 581 static const bool __value = (is_same<_Base, _Derived>::value
590 __is_base_of_helper<_Base, _Derived>::__value>
603 static const bool __value = sizeof(__test(__makeFrom())) == 1;
613 static const bool __value = (is_integral<_Tp>::value
625 && __is_int_or_cref<_To>::__value))>
629 static const bool __value = (__is_convertible_simple<typename
630 add_reference<_From>::type, _To>::__value);
635 { static const bool __value = (is_void<_To>::value
636 || (__is_int_or_cref<_To>::__value
642 __is_convertible_helper<_From, _To>::__value>
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
type_traits 578 static const bool __value = (is_same<_Base, _Derived>::value
587 __is_base_of_helper<_Base, _Derived>::__value>
600 static const bool __value = sizeof(__test(__makeFrom())) == 1;
610 static const bool __value = (is_integral<_Tp>::value
622 && __is_int_or_cref<_To>::__value))>
626 static const bool __value = (__is_convertible_simple<typename
627 add_reference<_From>::type, _To>::__value);
632 { static const bool __value = (is_void<_To>::value
633 || (__is_int_or_cref<_To>::__value
639 __is_convertible_helper<_From, _To>::__value>
    [all...]

Completed in 570 milliseconds

1 2 3 4 5 6 7 891011>>