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

<<51525354555657585960>>

  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptprogram.cpp 80 QScriptProgram& QScriptProgram::operator=(const QScriptProgram& other)
123 bool QScriptProgram::operator==(const QScriptProgram& other) const
132 bool QScriptProgram::operator!=(const QScriptProgram& other) const
  /external/webkit/Source/WebCore/css/
CSSParserValues.h 38 operator String() const { return String(characters, length); }
39 operator AtomicString() const { return AtomicString(characters, length); }
54 Operator = 0x100000,
  /external/webkit/Source/WebCore/dom/
DocumentMarker.h 65 bool operator==(const MarkerTypes& other) const { return m_mask == other.m_mask; }
88 bool operator==(const DocumentMarker& o) const
93 bool operator!=(const DocumentMarker& o) const
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontPlatformDataChromiumWin.h 64 FontPlatformData& operator=(const FontPlatformData&);
81 bool operator==(const FontPlatformData& other) const
112 bool operator==(const RefCountedHFONT& other) const
  /external/webkit/Source/WebCore/platform/graphics/openvg/
VGUtils.h 72 operator AffineTransform() const;
73 operator TransformationMatrix() const;
83 operator FloatRect() const;
  /external/webkit/Source/WebCore/platform/network/
Credential.cpp 30 // Need to enforce empty, non-null strings due to the pickiness of the String == String operator
42 // Need to enforce empty, non-null strings due to the pickiness of the String == String operator
123 bool operator==(const Credential& a, const Credential& b)
ProtectionSpace.cpp 36 // Need to enforce empty, non-null strings due to the pickiness of the String == String operator
48 // Need to enforce empty, non-null strings due to the pickiness of the String == String operator
106 bool operator==(const ProtectionSpace& a, const ProtectionSpace& b)
  /external/webkit/Source/WebKit/chromium/public/
WebAccessibilityObject.h 59 WebAccessibilityObject& operator=(const WebAccessibilityObject& o)
125 WebAccessibilityObject& operator=(const WTF::PassRefPtr<WebCore::AccessibilityObject>&);
126 operator WTF::PassRefPtr<WebCore::AccessibilityObject>() const;
WebDragData.h 57 WebDragData& operator=(const WebDragData& d)
103 WebDragData& operator=(const WTF::PassRefPtr<WebCore::ChromiumDataObject>&);
104 operator WTF::PassRefPtr<WebCore::ChromiumDataObject>() const;
WebHTTPBody.h 64 WebHTTPBody& operator=(const WebHTTPBody& b)
97 WebHTTPBody& operator=(const WTF::PassRefPtr<WebCore::FormData>&);
98 operator WTF::PassRefPtr<WebCore::FormData>() const;
WebHistoryItem.h 57 WebHistoryItem& operator=(const WebHistoryItem& h)
126 WebHistoryItem& operator=(const WTF::PassRefPtr<WebCore::HistoryItem>&);
127 operator WTF::PassRefPtr<WebCore::HistoryItem>() const;
WebInputElement.h 48 WebInputElement& operator=(const WebInputElement& element)
86 WebInputElement& operator=(const WTF::PassRefPtr<WebCore::HTMLInputElement>&);
87 operator WTF::PassRefPtr<WebCore::HTMLInputElement>() const;
WebSecurityOrigin.h 53 WebSecurityOrigin& operator=(const WebSecurityOrigin& s)
101 WebSecurityOrigin& operator=(const WTF::PassRefPtr<WebCore::SecurityOrigin>&);
102 operator WTF::PassRefPtr<WebCore::SecurityOrigin>() const;
  /external/webkit/Source/WebKit/chromium/src/
WebElement.cpp 63 tagName.operator String());
108 WebElement& WebElement::operator=(const PassRefPtr<Element>& elem)
114 WebElement::operator PassRefPtr<Element>() const
  /frameworks/base/libs/hwui/
GradientCache.h 53 GradientCacheEntry& operator=(const GradientCacheEntry& entry) {
64 bool operator<(const GradientCacheEntry& r) const {
113 void operator()(GradientCacheEntry& shader, Texture*& texture);
  /frameworks/base/opengl/tests/hwc/
hwcTestLib.h 65 operator std::string();
100 operator std::string();
101 operator hwc_rect() const;
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_warnings_off.h 19 # pragma warning( disable : 4284 ) // for -> operator
37 # pragma warning( disable : 4146 ) // unary minus operator applied to unsigned type, result still unsigned
41 # pragma warning( disable : 4512 ) // assignment operator could not be generated
  /packages/apps/Camera/jni/feature_stab/src/dbregtest/
PgmImage.h 30 friend std::ostream& operator<< (std::ostream& o, const PgmImage& im);
52 PgmImage& operator= (const PgmImage &im);
95 std::ostream& operator<< (std::ostream& o, const PgmImage& im);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/gp_hash_table_map_/
insert_no_store_hash_fn_imps.hpp 47 size_type hash = ranged_probe_fn_base::operator()(r_key);
57 const size_type pos = ranged_probe_fn_base::operator()(r_key, hash, i);
74 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), r_key))
insert_store_hash_fn_imps.hpp 48 comp_hash pos_hash_pair = ranged_probe_fn_base::operator()(r_key);
59 const size_type pos = ranged_probe_fn_base::operator()(r_key, pos_hash_pair.second, i);
79 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), p_e->m_hash,
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
functional 447 operator=(const reference_wrapper<_Tp>& __inref)
453 operator _Tp&() const
462 operator()(_Args&... __args) const
546 operator()(_Class& __object, _ArgTypes... __args) const
551 operator()(_Class* __object, _ArgTypes... __args) const
557 operator()(_Tp& __object, _ArgTypes... __args) const
590 operator()(const _Class& __object, _ArgTypes... __args) const
595 operator()(const _Class* __object, _ArgTypes... __args) const
600 _Res operator()(_Tp& __object, _ArgTypes... __args) const
633 operator()(volatile _Class& __object, _ArgTypes... __args) cons
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
insert_no_store_hash_fn_imps.hpp 47 size_type hash = ranged_probe_fn_base::operator()(r_key);
57 const size_type pos = ranged_probe_fn_base::operator()(r_key, hash, i);
74 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), r_key))
insert_store_hash_fn_imps.hpp 48 comp_hash pos_hash_pair = ranged_probe_fn_base::operator()(r_key);
59 const size_type pos = ranged_probe_fn_base::operator()(r_key, pos_hash_pair.second, i);
79 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), p_e->m_hash,
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
functional 447 operator=(const reference_wrapper<_Tp>& __inref)
453 operator _Tp&() const
462 operator()(_Args&... __args) const
546 operator()(_Class& __object, _ArgTypes... __args) const
551 operator()(_Class* __object, _ArgTypes... __args) const
557 operator()(_Tp& __object, _ArgTypes... __args) const
590 operator()(const _Class& __object, _ArgTypes... __args) const
595 operator()(const _Class* __object, _ArgTypes... __args) const
600 _Res operator()(_Tp& __object, _ArgTypes... __args) const
633 operator()(volatile _Class& __object, _ArgTypes... __args) cons
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_warnings_off.h 19 # pragma warning( disable : 4284 ) // for -> operator
37 # pragma warning( disable : 4146 ) // unary minus operator applied to unsigned type, result still unsigned
41 # pragma warning( disable : 4512 ) // assignment operator could not be generated

Completed in 681 milliseconds

<<51525354555657585960>>