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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SMILTime.cpp 34 SMILTime blink::operator*(const SMILTime& a, const SMILTime& b)
  /external/lldb/source/Core/
UserID.cpp 19 lldb_private::operator << (Stream& strm, const UserID& uid)
  /external/oprofile/libpp/
symbol_functors.cpp 14 bool less_symbol::operator()(symbol_entry const & lhs,
  /external/llvm/lib/Support/
BlockFrequency.cpp 21 BlockFrequency &BlockFrequency::operator*=(const BranchProbability &Prob) {
27 BlockFrequency::operator*(const BranchProbability &Prob) const {
33 BlockFrequency &BlockFrequency::operator/=(const BranchProbability &Prob) {
38 BlockFrequency BlockFrequency::operator/(const BranchProbability &Prob) const {
44 BlockFrequency &BlockFrequency::operator+=(const BlockFrequency &Freq) {
56 BlockFrequency::operator+(const BlockFrequency &Prob) const {
62 BlockFrequency &BlockFrequency::operator>>=(const unsigned 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
73 /** \returns an expression of the coefficient-wise \< operator of *this and \a other
78 * \sa all(), any(), operator>(), operator<=()
80 EIGEN_MAKE_CWISE_BINARY_OP(operator<,std::less)
82 /** \returns an expression of the coefficient-wise \<= operator of *this and \a other
87 * \sa all(), any(), operator>=(), operator<()
89 EIGEN_MAKE_CWISE_BINARY_OP(operator<=,std::less_equal
    [all...]
  /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 {
  /external/libcxx/test/support/
test_iterators.h 35 reference operator*() const {return *it_;}
37 output_iterator& operator++() {++it_; return *this;}
38 output_iterator operator++(int)
62 reference operator*() const {return *it_;}
63 pointer operator->() const {return it_;}
65 input_iterator& operator++() {++it_; return *this;}
66 input_iterator operator++(int)
69 friend bool operator==(const input_iterator& x, const input_iterator& y)
71 friend bool operator!=(const input_iterator& x, const input_iterator& y)
78 operator==(const input_iterator<T>& x, const input_iterator<U>& y
    [all...]
  /external/llvm/include/llvm/ADT/
iterator.h 50 DerivedT operator+(DifferenceTypeT n) const {
53 "The '+' operator is only defined for random access iterators.");
58 friend DerivedT operator+(DifferenceTypeT n, const DerivedT &i) {
61 "The '+' operator is only defined for random access iterators.");
64 DerivedT operator-(DifferenceTypeT n) const {
67 "The '-' operator is only defined for random access iterators.");
73 DerivedT &operator++() {
74 return static_cast<DerivedT *>(this)->operator+=(1);
76 DerivedT operator++(int) {
81 DerivedT &operator--()
    [all...]
APSInt.h 36 APSInt &operator=(APInt RHS) {
38 APInt::operator=(std::move(RHS));
42 APSInt &operator=(uint64_t RHS) {
44 APInt::operator=(RHS);
83 const APSInt &operator%=(const APSInt &RHS) {
91 const APSInt &operator/=(const APSInt &RHS) {
99 APSInt operator%(const APSInt &RHS) const {
103 APSInt operator/(const APSInt &RHS) const {
108 APSInt operator>>(unsigned Amt) const {
111 APSInt& operator>>=(unsigned Amt)
    [all...]
  /art/compiler/dex/
reg_storage_eq.h 28 inline bool operator==(const RegStorage& lhs, const RegStorage& rhs) {
32 inline bool operator!=(const RegStorage& lhs, const RegStorage& rhs) {
  /external/chromium_org/cc/layers/
layer_position_constraint.cc 15 bool LayerPositionConstraint::operator==(
24 bool LayerPositionConstraint::operator!=(
  /external/chromium_org/content/browser/renderer_host/media/
video_capture_controller_event_handler.cc 13 bool VideoCaptureControllerID::operator<(
18 bool VideoCaptureControllerID::operator==(
  /external/chromium_org/content/public/browser/android/
synchronous_compositor.cc 12 bool SynchronousCompositorMemoryPolicy::operator==(
18 bool SynchronousCompositorMemoryPolicy::operator!=(
  /external/chromium_org/third_party/libjingle/overrides/allocator_shim/
allocator_proxy.cc 21 void* operator new(std::size_t n) throw() {
25 void operator delete(void* p) throw() {
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
bitmap_glyph_info.cc 46 bool BitmapGlyphInfo::operator==(const BitmapGlyphInfo& rhs) const {
53 bool BitmapGlyphInfo::operator==(BitmapGlyphInfo* rhs) {
63 bool StartOffsetComparator::operator()(BitmapGlyphInfo* lhs,
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsPoint.cpp 9 SkDVector operator-(const SkDPoint& a, const SkDPoint& b) {
14 SkDPoint operator+(const SkDPoint& a, const SkDVector& b) {
  /external/chromium_org/ui/base/ime/
infolist_entry.cc 13 bool InfolistEntry::operator==(const InfolistEntry& other) const {
18 bool InfolistEntry::operator!=(const InfolistEntry& other) const {
  /external/clang/test/SemaCXX/Inputs/
warn-new-overaligned-3.h 6 void* operator new(unsigned long) {
9 void* operator new[](unsigned long) {
13 void* operator new(unsigned long, void *) {
17 void* operator new[](unsigned long, void *) {
  /external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/
pointer01.fail.cpp 28 Deleter& operator=(Deleter&) {}
30 void operator()(void*) const {}
  /external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/
pointer01.fail.cpp 27 Deleter& operator=(Deleter&) {}
29 void operator()(void*) const {}
  /external/eigen/Eigen/src/Eigen2Support/
CwiseOperators.h 52 /** \deprecated ArrayBase::operator*() */
56 Cwise<ExpressionType>::operator*(const MatrixBase<OtherDerived> &other) const
61 /** \deprecated ArrayBase::operator/() */
65 Cwise<ExpressionType>::operator/(const MatrixBase<OtherDerived> &other) const
70 /** \deprecated ArrayBase::operator*=() */
73 inline ExpressionType& Cwise<ExpressionType>::operator*=(const MatrixBase<OtherDerived> &other)
78 /** \deprecated ArrayBase::operator/=() */
81 inline ExpressionType& Cwise<ExpressionType>::operator/=(const MatrixBase<OtherDerived> &other)
154 /** \deprecated ArrayBase::operator<() */
158 Cwise<ExpressionType>::operator<(const MatrixBase<OtherDerived> &other) cons
    [all...]
  /external/chromium_org/v8/src/base/
flags.h 32 Flags& operator&=(const Flags& flags) {
36 Flags& operator|=(const Flags& flags) {
40 Flags& operator^=(const Flags& flags) {
45 Flags operator&(const Flags& flags) const { return Flags(*this) &= flags; }
46 Flags operator|(const Flags& flags) const { return Flags(*this) |= flags; }
47 Flags operator^(const Flags& flags) const { return Flags(*this) ^= flags; }
49 Flags& operator&=(flag_type flag) { return operator&=(Flags(flag)); }
50 Flags& operator|=(flag_type flag) { return operator|=(Flags(flag));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValueMappings.h 63 template<> inline CSSPrimitiveValue::operator short() const
76 template<> inline CSSPrimitiveValue::operator unsigned short() const
82 template<> inline CSSPrimitiveValue::operator int() const
88 template<> inline CSSPrimitiveValue::operator unsigned() const
102 template<> inline CSSPrimitiveValue::operator float() const
115 template<> inline CSSPrimitiveValue::operator LineClampValue() const
146 template<> inline CSSPrimitiveValue::operator CSSReflectionDirection() const
180 template<> inline CSSPrimitiveValue::operator ColumnFill() const
206 template<> inline CSSPrimitiveValue::operator ColumnSpan() const
241 template<> inline CSSPrimitiveValue::operator PrintColorAdjust() cons
    [all...]
  /external/chromium_org/dbus/
object_path.cc 17 bool ObjectPath::operator<(const ObjectPath& that) const {
21 bool ObjectPath::operator==(const ObjectPath& that) const {
25 bool ObjectPath::operator!=(const ObjectPath& that) const {
  /external/chromium_org/tools/gn/
location.cc 27 bool Location::operator==(const Location& other) const {
33 bool Location::operator!=(const Location& other) const {
34 return !operator==(other);
37 bool Location::operator<(const Location& other) const {

Completed in 668 milliseconds

1 2 3 4 5 6 7 8 91011>>