HomeSort by relevance Sort by last modified time
    Searched full:operator (Results 1576 - 1600 of 6015) sorted by null

<<61626364656667686970>>

  /external/skia/gpu/include/
GrGLIRect.h 74 bool operator ==(const GrGLIRect& glRect) const {
78 bool operator !=(const GrGLIRect& glRect) const {return !(*this == glRect);}
  /external/skia/include/pdf/
SkPDFShader.h 77 bool operator==(const State& b) const;
89 bool operator==(const ShaderCanonicalEntry& b) const {
  /external/skia/src/images/
bmpdecoderhelper.h 35 scoped_array& operator=(const scoped_array&);
50 T& operator[](int i) const {
  /external/stlport/stlport/
bitset 36 // The C++ standard does not define the precise semantics of operator[].
37 // In this implementation the const version of operator[] is equivalent
  /external/stlport/test/eh/
test_hash_set.cpp 57 // TestMultiSet == TestMultiSet: no such operator! - ptr
104 // TestMultiSet == TestMultiSet: no such operator! - ptr
  /external/v8/src/
handles.h 63 INLINE(T* operator ->() const) { return operator*(); }
67 return operator*() == *other;
70 // Provides the C++ dereference operator.
71 INLINE(T* operator*() const);
142 void operator=(const HandleScope&);
143 void* operator new(size_t size);
144 void operator delete(void* size_t);
  /external/valgrind/main/massif/tests/
peak2.stderr.exp 4 Massif: operator new(unsigned)
5 Massif: operator new(unsigned long)
7 Massif: operator new[](unsigned)
8 Massif: operator new[](unsigned long)
14 Massif: operator new(unsigned, std::nothrow_t const&)
15 Massif: operator new[](unsigned, std::nothrow_t const&)
16 Massif: operator new(unsigned long, std::nothrow_t const&)
17 Massif: operator new[](unsigned long, std::nothrow_t const&)
  /external/webkit/Source/JavaScriptCore/runtime/
PropertyNameArray.h 75 Identifier& operator[](unsigned i) { return m_data->propertyNameVector()[i]; }
76 const Identifier& operator[](unsigned i) const { return m_data->propertyNameVector()[i]; }
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.14-1.js 24 ECMA Section: 11.14 Comma operator (,)
49 writeHeaderToLog( SECTION + " Comma operator (,)");
11.2.2-6-n.js 24 ECMA Section: 11.2.2. The new operator
67 var TITLE = "The new operator";
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/operator/
equality.js 24 Description: 'This tests the operator =='
33 var TITLE = 'operator "=="';
  /external/webkit/Source/JavaScriptCore/wtf/
MallocZoneSupport.h 46 void* operator()(vm_address_t address, size_t size) const
56 T* operator()(T* address, size_t size=sizeof(T)) const
ThreadSpecific.h 68 T* operator->();
69 operator T*();
70 T& operator*();
305 inline ThreadSpecific<T>::operator T*()
319 inline T* ThreadSpecific<T>::operator->()
321 return operator T*();
325 inline T& ThreadSpecific<T>::operator*()
327 return *operator T*();
  /external/webkit/Source/JavaScriptCore/wtf/text/
CString.h 80 bool operator==(const CString& a, const CString& b);
81 inline bool operator!=(const CString& a, const CString& b) { return !(a == b); }
  /external/webkit/Source/WebCore/bindings/cpp/
WebDOMCString.cpp 94 WebDOMCString& WebDOMCString::operator=(const WTF::CString& s)
100 WebDOMCString::operator WTF::CString() const
  /external/webkit/Source/WebCore/bindings/js/
ScriptFunctionCall.h 72 void* operator new(size_t) { ASSERT_NOT_REACHED(); return reinterpret_cast<void*>(0xbadbeef); }
73 void* operator new[](size_t) { ASSERT_NOT_REACHED(); return reinterpret_cast<void*>(0xbadbeef); }
  /external/webkit/Source/WebCore/css/
CSSProperty.h 44 CSSProperty& operator=(const CSSProperty& other)
66 friend bool operator==(const CSSProperty&, const CSSProperty&);
  /external/webkit/Source/WebCore/dom/
SpaceSplitString.h 56 const AtomicString& operator[](size_t i) { ensureVector(); ASSERT(i < size()); return m_vector[i]; }
84 const AtomicString& operator[](size_t i) const { ASSERT(i < size()); return (*m_data)[i]; }
  /external/webkit/Source/WebCore/page/
OriginAccessEntry.h 62 inline bool operator==(const OriginAccessEntry& a, const OriginAccessEntry& b)
67 inline bool operator!=(const OriginAccessEntry& a, const OriginAccessEntry& b)
  /external/webkit/Source/WebCore/platform/
LengthBox.h 70 bool operator==(const LengthBox& o) const
75 bool operator!=(const LengthBox& o) const
  /external/webkit/Source/WebCore/platform/graphics/freetype/
FontPlatformData.h 83 bool operator==(const FontPlatformData&) const;
84 FontPlatformData& operator=(const FontPlatformData&);
  /external/webkit/Source/WebCore/platform/graphics/mac/
IconMac.mm 57 // Need 0U here to disambiguate String::operator[] from operator(NSString*, int)[]
  /external/webkit/Source/WebCore/platform/graphics/pango/
FontPlatformData.h 81 bool operator==(const FontPlatformData&) const;
82 FontPlatformData& operator=(const FontPlatformData&);
  /external/webkit/Source/WebCore/platform/graphics/skia/
TransformationMatrixSkia.cpp 38 TransformationMatrix::operator SkMatrix() const
58 AffineTransform::operator SkMatrix() const
  /external/webkit/Source/WebCore/platform/graphics/transforms/
TransformOperation.h 56 virtual bool operator==(const TransformOperation&) const = 0;
57 bool operator!=(const TransformOperation& o) const { return !(*this == o); }

Completed in 622 milliseconds

<<61626364656667686970>>