/external/skia/gpu/include/ |
GrClip.h | 43 GrClip& operator=(const GrClip& src); 97 friend bool operator==(const GrClip& a, const GrClip& b) { 109 friend bool operator!=(const GrClip& a, const GrClip& b) { 120 bool operator ==(const Element& e) const { 135 bool operator !=(const Element& e) const { return !(*this == e); }
|
/external/stlport/stlport/stl/ |
_function.h | 45 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x != __y; } 50 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x > __y; } 55 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x >= __y; } 60 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x <= __y; } 65 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x / __y; } 70 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x % __y; } 75 _Tp operator()(const _Tp& __x) const { return -__x; } 80 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x && __y; } 85 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x || __y; } 90 bool operator()(const _Tp& __x) const { return !__x; [all...] |
_bvector.h | 51 operator bool() const { 54 _Bit_reference& operator = (bool __x) { 59 _Bit_reference& operator = (const _Bit_reference& __x) { 62 bool operator == (const _Bit_reference& __x) const { 65 bool operator < (const _Bit_reference& __x) const { 69 _Bit_reference& operator |= (bool __x) { 74 _Bit_reference& operator &= (bool __x) { 129 // _Bit_iterator_base& operator = ( const _Bit_iterator_base& __x) { _M_p = __x._M_p ; _M_offset = __x._M_offset ; return *this; } 147 inline bool _STLP_CALL operator==(const _Bit_iterator_base& __x, const _Bit_iterator_base& __y) { 150 inline bool _STLP_CALL operator!=(const _Bit_iterator_base& __x, const _Bit_iterator_base& __y) [all...] |
/external/v8/src/ |
allocation.cc | 40 v8::internal::FatalProcessOutOfMemory("Malloced operator new"); 60 void* Embedded::operator new(size_t size) { 66 void Embedded::operator delete(void* p) { 71 void* AllStatic::operator new(size_t size) { 77 void AllStatic::operator delete(void* p) {
|
/external/webkit/Source/JavaScriptCore/wtf/ |
PageAllocation.h | 92 using PageBlock::operator bool; 95 // control warning when a client tries to use operator bool exposed above via "using PageBlock::operator bool". 96 operator bool() const { return PageBlock::operator bool(); }
|
/external/webkit/Source/WebCore/rendering/ |
LayoutState.h | 60 // Overloaded new operator. 61 void* operator new(size_t, RenderArena*) throw(); 64 void operator delete(void*, size_t); 80 // The normal operator new is disallowed. 81 void* operator new(size_t) throw();
|
RenderTreeAsText.h | 70 TextStream& operator<<(TextStream&, const IntPoint&); 71 TextStream& operator<<(TextStream&, const IntRect&); 72 TextStream& operator<<(TextStream&, const FloatPoint&); 73 TextStream& operator<<(TextStream&, const FloatSize&); 76 TextStream& operator<<(TextStream& ts, const Vector<Item>& vector)
|
/external/webkit/Source/WebCore/rendering/svg/ |
SVGRenderTreeAsText.h | 62 TextStream& operator<<(TextStream&, const AffineTransform&); 63 TextStream& operator<<(TextStream&, const Color&); 64 TextStream& operator<<(TextStream&, const FloatRect&); 70 TextStream& operator<<(TextStream& ts, const Vector<Item*>& v) 85 TextStream& operator<<(TextStream& ts, Pointer* t)
|
/frameworks/base/include/drm/ |
DrmSupportInfo.h | 44 MimeTypeIterator& operator=(const MimeTypeIterator& iterator); 67 FileSuffixIterator& operator=(const FileSuffixIterator& iterator); 95 DrmSupportInfo& operator=(const DrmSupportInfo& drmSupportInfo); 96 bool operator<(const DrmSupportInfo& drmSupportInfo) const; 97 bool operator==(const DrmSupportInfo& drmSupportInfo) const;
|
/frameworks/compile/linkloader/utils/ |
serialize.h | 103 void operator&(char (&array)[size]) { 109 void operator&(unsigned char (&array)[size]) { 115 void operator&(T &v) { 126 operator void const *() const { 130 bool operator!() const {
|
/libcore/include/ |
ScopedPrimitiveArray.h | 43 const PRIMITIVE_TYPE& operator[](size_t n) const { return mRawArray[n]; } \ 50 void operator=(const Scoped ## NAME ## ArrayRO&); \ 85 const PRIMITIVE_TYPE& operator[](size_t n) const { return mRawArray[n]; } \ 87 PRIMITIVE_TYPE& operator[](size_t n) { return mRawArray[n]; } \ 94 void operator=(const Scoped ## NAME ## ArrayRW&); \
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_function.h | 45 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x != __y; } 50 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x > __y; } 55 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x >= __y; } 60 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x <= __y; } 65 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x / __y; } 70 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x % __y; } 75 _Tp operator()(const _Tp& __x) const { return -__x; } 80 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x && __y; } 85 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x || __y; } 90 bool operator()(const _Tp& __x) const { return !__x; [all...] |
_bvector.h | 51 operator bool() const { 54 _Bit_reference& operator = (bool __x) { 59 _Bit_reference& operator = (const _Bit_reference& __x) { 62 bool operator == (const _Bit_reference& __x) const { 65 bool operator < (const _Bit_reference& __x) const { 69 _Bit_reference& operator |= (bool __x) { 74 _Bit_reference& operator &= (bool __x) { 129 // _Bit_iterator_base& operator = ( const _Bit_iterator_base& __x) { _M_p = __x._M_p ; _M_offset = __x._M_offset ; return *this; } 147 inline bool _STLP_CALL operator==(const _Bit_iterator_base& __x, const _Bit_iterator_base& __y) { 150 inline bool _STLP_CALL operator!=(const _Bit_iterator_base& __x, const _Bit_iterator_base& __y) [all...] |
/packages/apps/Settings/tests/src/com/android/settings/ |
SettingsHookTests.java | 20 import com.android.settings.tests.Operator; 38 * Tests for the Settings operator/manufacturer hook. 71 * Test that the operator/manufacturer settings hook test application is 82 * Test that the operator test activity has registered an intent-filter for 118 * Test that the operator preference is available in the Settings
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binary_heap_/ |
const_iterator.hpp | 113 operator==(const PB_DS_CLASS_C_DEC& other) const 120 operator!=(const PB_DS_CLASS_C_DEC& other) const 126 operator++() 134 operator++(int) 137 operator++();
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/left_child_next_sibling_heap_/ |
const_iterator.hpp | 110 operator==(const PB_DS_CLASS_C_DEC& other) const 115 operator!=(const PB_DS_CLASS_C_DEC& other) const 119 operator++() 127 operator++(int) 130 operator++();
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/ |
const_iterator.hpp | 113 operator==(const PB_DS_CLASS_C_DEC& other) const 120 operator!=(const PB_DS_CLASS_C_DEC& other) const 126 operator++() 134 operator++(int) 137 operator++();
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/ |
const_iterator.hpp | 110 operator==(const PB_DS_CLASS_C_DEC& other) const 115 operator!=(const PB_DS_CLASS_C_DEC& other) const 119 operator++() 127 operator++(int) 130 operator++();
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_function.h | 45 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x != __y; } 50 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x > __y; } 55 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x >= __y; } 60 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x <= __y; } 65 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x / __y; } 70 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x % __y; } 75 _Tp operator()(const _Tp& __x) const { return -__x; } 80 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x && __y; } 85 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x || __y; } 90 bool operator()(const _Tp& __x) const { return !__x; [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/ |
const_iterator.hpp | 113 operator==(const PB_DS_CLASS_C_DEC& other) const 120 operator!=(const PB_DS_CLASS_C_DEC& other) const 126 operator++() 134 operator++(int) 137 operator++();
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/ |
const_iterator.hpp | 110 operator==(const PB_DS_CLASS_C_DEC& other) const 115 operator!=(const PB_DS_CLASS_C_DEC& other) const 119 operator++() 127 operator++(int) 130 operator++();
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_function.h | 45 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x != __y; } 50 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x > __y; } 55 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x >= __y; } 60 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x <= __y; } 65 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x / __y; } 70 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x % __y; } 75 _Tp operator()(const _Tp& __x) const { return -__x; } 80 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x && __y; } 85 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x || __y; } 90 bool operator()(const _Tp& __x) const { return !__x; [all...] |
/external/clang/include/clang/AST/ |
CanonicalType.h | 81 operator QualType() const { return Stored; } 84 operator bool() const { return !isNull(); } 111 /// \brief Overloaded arrow operator that produces a canonical type 113 CanProxy<T> operator->() const; 187 inline bool operator==(CanQual<T> x, CanQual<U> y) { 192 inline bool operator!=(CanQual<T> x, CanQual<U> y) { 203 inline const DiagnosticBuilder &operator<<(const DiagnosticBuilder &DB, 239 operator const T*() const { return this->Stored.getTypePtrOrNull(); } 301 /// This arrow operator is used when CanProxyAdaptor has been specialized 303 /// CanProxyAdaptor specialization. Otherwise, this operator will be hidde [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/ |
shared_ptr.h | 83 _Sp_counted_base_impl& operator=(const _Sp_counted_base_impl&); 97 void operator()(_Tp* __p) const { delete __p; } 164 operator=(const __shared_count& __r) // nothrow 195 operator==(const __shared_count& __a, const __shared_count& __b) 199 operator<(const __shared_count& __a, const __shared_count& __b) 242 operator=(const __shared_count<_Lp>& __r) // nothrow 254 operator=(const __weak_count<_Lp>& __r) // nothrow 278 operator==(const __weak_count<_Lp>& __a, const __weak_count<_Lp>& __b) 282 operator<(const __weak_count<_Lp>& __a, const __weak_count<_Lp>& __b) 478 operator=(const __shared_ptr<_Tp1, _Lp>& __r) // never throw [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
shared_ptr.h | 83 _Sp_counted_base_impl& operator=(const _Sp_counted_base_impl&); 97 void operator()(_Tp* __p) const { delete __p; } 164 operator=(const __shared_count& __r) // nothrow 195 operator==(const __shared_count& __a, const __shared_count& __b) 199 operator<(const __shared_count& __a, const __shared_count& __b) 242 operator=(const __shared_count<_Lp>& __r) // nothrow 254 operator=(const __weak_count<_Lp>& __r) // nothrow 278 operator==(const __weak_count<_Lp>& __a, const __weak_count<_Lp>& __b) 282 operator<(const __weak_count<_Lp>& __a, const __weak_count<_Lp>& __b) 478 operator=(const __shared_ptr<_Tp1, _Lp>& __r) // never throw [all...] |