HomeSort by relevance Sort by last modified time
    Searched defs:result_type (Results 51 - 75 of 231) sorted by null

1 23 4 5 6 7 8 910

  /external/libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/
values.pass.cpp 17 // static constexpr result_type multiplier = a;
18 // static constexpr result_type increment = c;
19 // static constexpr result_type modulus = m;
20 // static constexpr result_type min() { return c == 0u ? 1u: 0u;}
21 // static constexpr result_type max() { return m - 1u;}
22 // static constexpr result_type default_seed = 1u;
36 typedef typename LCE::result_type result_type; typedef
41 /*static_*/assert((LCE::max() == result_type(m - 1u))/*, ""*/);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/
default.pass.cpp 25 typedef typename LCE::result_type result_type; typedef
values.pass.cpp 17 // static constexpr result_type multiplier = a;
18 // static constexpr result_type increment = c;
19 // static constexpr result_type modulus = m;
20 // static constexpr result_type min() { return c == 0u ? 1u: 0u;}
21 // static constexpr result_type max() { return m - 1u;}
22 // static constexpr result_type default_seed = 1u;
36 typedef typename LCE::result_type result_type; typedef
41 /*static_*/assert((LCE::max() == result_type(m - 1u))/*, ""*/);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
output_test_stream.hpp 42 typedef predicate_result result_type; typedef in class:boost::test_tools::output_test_stream
53 result_type is_empty( bool flush_stream = true );
54 result_type check_length( std::size_t length, bool flush_stream = true );
55 result_type is_equal( const_string arg_, bool flush_stream = true );
56 result_type match_pattern( bool flush_stream = true );
  /external/libcxx/test/depr/depr.lib.binders/
test_func.h 19 typedef long double result_type; typedef in class:test_func
25 result_type operator() (const first_argument_type& x, second_argument_type& y) const
27 result_type operator() (const first_argument_type& x, const second_argument_type& y) const
29 result_type operator() (first_argument_type& x, const second_argument_type& y) const
  /external/libcxx/test/utilities/function.objects/refwrap/
binary.pass.cpp 34 typedef float result_type; typedef in class:functor3
47 typedef int result_type; typedef in struct:C
unary.pass.cpp 34 typedef float result_type; typedef in class:functor3
47 typedef int result_type; typedef in struct:C
weak_result.pass.cpp 34 typedef float result_type; typedef in class:functor3
52 template <class U> static char test(typename U::result_type* = 0);
59 static_assert((std::is_same<std::reference_wrapper<functor1>::result_type,
61 static_assert((std::is_same<std::reference_wrapper<functor2>::result_type,
63 static_assert((std::is_same<std::reference_wrapper<functor3>::result_type,
65 static_assert((std::is_same<std::reference_wrapper<void()>::result_type,
67 static_assert((std::is_same<std::reference_wrapper<int*(double*)>::result_type,
69 static_assert((std::is_same<std::reference_wrapper<void(*)()>::result_type,
71 static_assert((std::is_same<std::reference_wrapper<int*(*)(double*)>::result_type,
73 static_assert((std::is_same<std::reference_wrapper<int*(C::*)(double*)>::result_type,
    [all...]
  /external/stlport/stlport/stl/
_istream.c 54 typedef bool result_type; typedef in struct:_Is_not_wspace
66 typedef bool result_type;
82 typedef char_type* result_type;
98 typedef char_type* result_type;
116 typedef char_type* result_type;
132 typedef char_type* result_type;
150 typedef char_type* result_type;
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.lib.binders/
test_func.h 19 typedef long double result_type; typedef in class:test_func
25 result_type operator() (const first_argument_type& x, second_argument_type& y) const
27 result_type operator() (const first_argument_type& x, const second_argument_type& y) const
29 result_type operator() (first_argument_type& x, const second_argument_type& y) const
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/refwrap/
binary.pass.cpp 34 typedef float result_type; typedef in class:functor3
47 typedef int result_type; typedef in struct:C
unary.pass.cpp 34 typedef float result_type; typedef in class:functor3
47 typedef int result_type; typedef in struct:C
weak_result.pass.cpp 34 typedef float result_type; typedef in class:functor3
52 template <class U> static char test(typename U::result_type* = 0);
59 static_assert((std::is_same<std::reference_wrapper<functor1>::result_type,
61 static_assert((std::is_same<std::reference_wrapper<functor2>::result_type,
63 static_assert((std::is_same<std::reference_wrapper<functor3>::result_type,
65 static_assert((std::is_same<std::reference_wrapper<void()>::result_type,
67 static_assert((std::is_same<std::reference_wrapper<int*(double*)>::result_type,
69 static_assert((std::is_same<std::reference_wrapper<void(*)()>::result_type,
71 static_assert((std::is_same<std::reference_wrapper<int*(*)(double*)>::result_type,
73 static_assert((std::is_same<std::reference_wrapper<int*(C::*)(double*)>::result_type,
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_istream.c 54 typedef bool result_type; typedef in struct:_Is_not_wspace
66 typedef bool result_type;
82 typedef char_type* result_type;
98 typedef char_type* result_type;
116 typedef char_type* result_type;
132 typedef char_type* result_type;
150 typedef char_type* result_type;
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
bind_template.hpp 15 typedef typename result_traits<R, F>::type result_type; typedef
17 result_type operator()()
20 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0);
23 result_type operator()() const
26 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0);
29 template<class A1> result_type operator()(A1 & a1)
32 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0);
35 template<class A1> result_type operator()(A1 & a1) const
38 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0);
44 template<class A1> result_type operator()(A1 const & a1
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
checked_delete.hpp 46 typedef void result_type; typedef in struct:boost::checked_deleter
58 typedef void result_type; typedef in struct:boost::checked_array_deleter
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/
conversion_traits.hpp 28 typedef typename base_::result_type result_type; typedef in struct:boost::numeric::conversion_traits
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_istream.c 54 typedef bool result_type; typedef in struct:_Is_not_wspace
66 typedef bool result_type;
82 typedef char_type* result_type;
98 typedef char_type* result_type;
116 typedef char_type* result_type;
132 typedef char_type* result_type;
150 typedef char_type* result_type;
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_istream.c 54 typedef bool result_type; typedef in struct:_Is_not_wspace
66 typedef bool result_type;
82 typedef char_type* result_type;
98 typedef char_type* result_type;
116 typedef char_type* result_type;
132 typedef char_type* result_type;
150 typedef char_type* result_type;
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_istream.c 54 typedef bool result_type; typedef in struct:_Is_not_wspace
66 typedef bool result_type;
82 typedef char_type* result_type;
98 typedef char_type* result_type;
116 typedef char_type* result_type;
132 typedef char_type* result_type;
150 typedef char_type* result_type;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_istream.c 54 typedef bool result_type; typedef in struct:_Is_not_wspace
66 typedef bool result_type;
82 typedef char_type* result_type;
98 typedef char_type* result_type;
116 typedef char_type* result_type;
132 typedef char_type* result_type;
150 typedef char_type* result_type;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_istream.c 54 typedef bool result_type; typedef in struct:_Is_not_wspace
66 typedef bool result_type;
82 typedef char_type* result_type;
98 typedef char_type* result_type;
116 typedef char_type* result_type;
132 typedef char_type* result_type;
150 typedef char_type* result_type;
    [all...]
  /art/compiler/sea_ir/types/
type_inference_visitor.cc 44 const Type* result_type = MergeTypes(types_to_merge); local
45 crt_type_.push_back(result_type);
67 const Type* result_type = fti.GetReturnValueType(); local
68 crt_type_.push_back(result_type);
  /external/blktrace/
strverscmp.c 79 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */
108 static const int result_type[] = local
139 state = result_type[state << 2 | (((c2 == '0') + (isdigit (c2) != 0)))];
  /external/chromium_org/cc/debug/
micro_benchmark_controller_impl.cc 20 typedef bool result_type; typedef in class:cc::__anon7245::IsDonePredicate
22 result_type operator()(argument_type benchmark) const {

Completed in 1377 milliseconds

1 23 4 5 6 7 8 910