HomeSort by relevance Sort by last modified time
    Searched defs:operator (Results 1 - 25 of 6351) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/oprofile/libpp/
symbol_functors.cpp 14 bool less_symbol::operator()(symbol_entry const & lhs,
  /external/stlport/test/eh/
TestClass.cpp 20 std::ostream& operator << (std::ostream& s, const TestClass& t) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/list_update_policy/
counter_lu_policy_imp.hpp 44 operator()() const
45 { return (base_type::operator()(max_count)); }
50 operator()(metadata_reference r_data) const
51 { return (base_type::operator()(r_data, max_count)); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/list_update_policy/
counter_lu_policy_imp.hpp 44 operator()() const
45 { return (base_type::operator()(max_count)); }
50 operator()(metadata_reference r_data) const
51 { return (base_type::operator()(r_data, max_count)); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/list_update_policy/
counter_lu_policy_imp.hpp 44 operator()() const
45 { return (base_type::operator()(max_count)); }
50 operator()(metadata_reference r_data) const
51 { return (base_type::operator()(r_data, max_count)); }
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_policy/
counter_lu_policy_imp.hpp 44 operator()() const
45 { return (base_type::operator()(max_count)); }
50 operator()(metadata_reference r_data) const
51 { return (base_type::operator()(r_data, max_count)); }
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_policy/
counter_lu_policy_imp.hpp 44 operator()() const
45 { return (base_type::operator()(max_count)); }
50 operator()(metadata_reference r_data) const
51 { return (base_type::operator()(r_data, max_count)); }
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_policy/
counter_lu_policy_imp.hpp 44 operator()() const
45 { return (base_type::operator()(max_count)); }
50 operator()(metadata_reference r_data) const
51 { return (base_type::operator()(r_data, max_count)); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/list_update_policy/
counter_lu_policy_imp.hpp 44 operator()() const
45 { return (base_type::operator()(max_count)); }
50 operator()(metadata_reference r_data) const
51 { return (base_type::operator()(r_data, max_count)); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/list_update_policy/
counter_lu_policy_imp.hpp 44 operator()() const
45 { return (base_type::operator()(max_count)); }
50 operator()(metadata_reference r_data) const
51 { return (base_type::operator()(r_data, max_count)); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/list_update_policy/
counter_lu_policy_imp.hpp 44 operator()() const
45 { return (base_type::operator()(max_count)); }
50 operator()(metadata_reference r_data) const
51 { return (base_type::operator()(r_data, max_count)); }
  /external/eigen/Eigen/src/plugins/
ArrayCwiseBinaryOps.h 7 operator*(const EIGEN_CURRENT_STORAGE_BASE_CLASS<OtherDerived> &other) const
18 operator/(const EIGEN_CURRENT_STORAGE_BASE_CLASS<OtherDerived> &other) const
61 /** \returns an expression of the coefficient-wise \< operator of *this and \a other
66 * \sa all(), any(), operator>(), operator<=()
68 EIGEN_MAKE_CWISE_BINARY_OP(operator<,std::less)
70 /** \returns an expression of the coefficient-wise \<= operator of *this and \a other
75 * \sa all(), any(), operator>=(), operator<()
77 EIGEN_MAKE_CWISE_BINARY_OP(operator<=,std::less_equal
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SMILTime.cpp 38 SMILTime WebCore::operator+(const SMILTime& a, const SMILTime& b)
47 SMILTime WebCore::operator-(const SMILTime& a, const SMILTime& b)
56 SMILTime WebCore::operator*(const SMILTime& a, const SMILTime& b)
  /external/chromium_org/printing/
page_number.cc 25 void PageNumber::operator=(const PageNumber& other) {
49 int PageNumber::operator++() {
74 bool PageNumber::operator==(const PageNumber& other) const {
78 bool PageNumber::operator!=(const PageNumber& other) const {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_relops.h 85 operator!=(const _Tp& __x, const _Tp& __y)
98 operator>(const _Tp& __x, const _Tp& __y)
111 operator<=(const _Tp& __x, const _Tp& __y)
124 operator>=(const _Tp& __x, const _Tp& __y)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_relops.h 88 operator!=(const _Tp& __x, const _Tp& __y)
101 operator>(const _Tp& __x, const _Tp& __y)
114 operator<=(const _Tp& __x, const _Tp& __y)
127 operator>=(const _Tp& __x, const _Tp& __y)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_relops.h 88 operator!=(const _Tp& __x, const _Tp& __y)
101 operator>(const _Tp& __x, const _Tp& __y)
114 operator<=(const _Tp& __x, const _Tp& __y)
127 operator>=(const _Tp& __x, const _Tp& __y)
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_relops.h 85 operator!=(const _Tp& __x, const _Tp& __y)
98 operator>(const _Tp& __x, const _Tp& __y)
111 operator<=(const _Tp& __x, const _Tp& __y)
124 operator>=(const _Tp& __x, const _Tp& __y)
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_relops.h 85 operator!=(const _Tp& __x, const _Tp& __y)
98 operator>(const _Tp& __x, const _Tp& __y)
111 operator<=(const _Tp& __x, const _Tp& __y)
124 operator>=(const _Tp& __x, const _Tp& __y)
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_relops.h 85 operator!=(const _Tp& __x, const _Tp& __y)
98 operator>(const _Tp& __x, const _Tp& __y)
111 operator<=(const _Tp& __x, const _Tp& __y)
124 operator>=(const _Tp& __x, const _Tp& __y)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_relops.h 85 operator!=(const _Tp& __x, const _Tp& __y)
98 operator>(const _Tp& __x, const _Tp& __y)
111 operator<=(const _Tp& __x, const _Tp& __y)
124 operator>=(const _Tp& __x, const _Tp& __y)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_relops.h 88 operator!=(const _Tp& __x, const _Tp& __y)
101 operator>(const _Tp& __x, const _Tp& __y)
114 operator<=(const _Tp& __x, const _Tp& __y)
127 operator>=(const _Tp& __x, const _Tp& __y)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_relops.h 88 operator!=(const _Tp& __x, const _Tp& __y)
101 operator>(const _Tp& __x, const _Tp& __y)
114 operator<=(const _Tp& __x, const _Tp& __y)
127 operator>=(const _Tp& __x, const _Tp& __y)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_relops.h 88 operator!=(const _Tp& __x, const _Tp& __y)
101 operator>(const _Tp& __x, const _Tp& __y)
114 operator<=(const _Tp& __x, const _Tp& __y)
127 operator>=(const _Tp& __x, const _Tp& __y)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_relops.h 88 operator!=(const _Tp& __x, const _Tp& __y)
101 operator>(const _Tp& __x, const _Tp& __y)
114 operator<=(const _Tp& __x, const _Tp& __y)
127 operator>=(const _Tp& __x, const _Tp& __y)

Completed in 553 milliseconds

1 2 3 4 5 6 7 8 91011>>