Searched defs:operator (Results 1 - 25 of 222) sorted by last modified time

123456789

/frameworks/webview/chromium/plat_support/
H A Ddraw_gl_functor.cpp47 virtual status_t operator ()(int what, void* data) {
/frameworks/rs/cpp/util/
H A DStrongPointer.h38 inline bool operator _op_ (const sp<T>& o) const { \
41 inline bool operator _op_ (const T* o) const { \
45 inline bool operator _op_ (const sp<U>& o) const { \
49 inline bool operator _op_ (const U* o) const { \
52 inline bool operator _op_ (const wp<T>& o) const { \
56 inline bool operator _op_ (const wp<U>& o) const { \
77 sp& operator = (T* other);
78 sp& operator = (const sp<T>& other);
80 template<typename U> sp& operator = (const sp<U>& other);
81 template<typename U> sp& operator
[all...]
H A DTypeHelpers.h237 inline bool operator < (const key_value_pair_t& o) const {
/frameworks/rs/
H A DrsAllocation.cpp55 void Allocation::operator delete(void* ptr) {
H A DrsElement.cpp37 void Element::operator delete(void* ptr) {
H A DrsList.h69 iterator& operator++() {
82 bool operator==(const iterator& other) const {
86 bool operator!=(const iterator& other) const {
90 const T& operator*() const { return *p; }
92 T* operator->() { return p; }
H A DrsMap.h55 ValueType& operator[](const KeyType& key) {
82 iterator& operator++() {
103 bool operator==(const iterator& other) const {
108 bool operator!=(const iterator& other) const {
113 const MapEntry& operator*() const {
H A DrsObjectBase.h121 ObjectBaseRef & operator= (const ObjectBaseRef &ref) {
157 inline T * operator-> () const {
H A DrsSampler.cpp122 void Sampler::operator delete(void* ptr) {
H A DrsScriptGroup.cpp108 bool operator() (const ScriptGroup::Node* lhs,
H A DrsType.cpp48 void Type::operator delete(void* ptr) {
/frameworks/rs/server/
H A DStrongPointer.h37 inline bool operator _op_ (const sp<T>& o) const { \
40 inline bool operator _op_ (const T* o) const { \
44 inline bool operator _op_ (const sp<U>& o) const { \
48 inline bool operator _op_ (const U* o) const { \
51 inline bool operator _op_ (const wp<T>& o) const { \
55 inline bool operator _op_ (const wp<U>& o) const { \
76 sp& operator = (T* other);
77 sp& operator = (const sp<T>& other);
79 template<typename U> sp& operator = (const sp<U>& other);
80 template<typename U> sp& operator
[all...]
H A DTypeHelpers.h237 inline bool operator < (const key_value_pair_t& o) const {
/frameworks/opt/net/wifi/service/jni/
H A Djni_helper.h38 operator T() const {
51 JNIObject<T>& operator = (const JNIObject<T>& rhs) {
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/native/include/binder/
H A DParcel.h364 Parcel& operator=(const Parcel& o);
763 inline TextOutput& operator<<(TextOutput& to, const Parcel& parcel)
H A DPermissionCache.h46 inline bool operator < (const Entry& e) const {
H A DPersistableBundle.h82 friend bool operator==(const PersistableBundle& lhs, const PersistableBundle& rhs) {
93 friend bool operator!=(const PersistableBundle& lhs, const PersistableBundle& rhs) {
H A DStatus.h97 Status& operator=(const Status& status) = default;
146 T& operator<< (T& stream, const Status& s) {
H A DTextOutput.h69 TextOutput& operator<<(TextOutput& to, const char* str);
70 TextOutput& operator<<(TextOutput& to, char); // writes raw character
71 TextOutput& operator<<(TextOutput& to, bool);
72 TextOutput& operator<<(TextOutput& to, int);
73 TextOutput& operator<<(TextOutput& to, long);
74 TextOutput& operator<<(TextOutput& to, unsigned int);
75 TextOutput& operator<<(TextOutput& to, unsigned long);
76 TextOutput& operator<<(TextOutput& to, long long);
77 TextOutput& operator<<(TextOutput& to, unsigned long long);
78 TextOutput& operator<<(TextOutpu
[all...]
/frameworks/native/include/input/
H A DInput.h256 bool operator==(const PointerCoords& other) const;
257 inline bool operator!=(const PointerCoords& other) const {
282 bool operator==(const PointerProperties& other) const;
283 inline bool operator!=(const PointerProperties& other) const {
/frameworks/native/include/private/ui/
H A DRegionHelper.h64 virtual void operator()(const RECT& rect) = 0;
74 void operator()(region_rasterizer& rasterizer) {
/frameworks/native/include/ui/
H A DPoint.h31 // we don't provide copy-ctor and operator= on purpose
40 inline bool operator == (const Point& rhs) const {
43 inline bool operator != (const Point& rhs) const {
44 return !operator == (rhs);
51 // operator < defines an order which allows to use points in sorted
53 bool operator < (const Point& rhs) const {
57 inline Point& operator - () {
63 inline Point& operator += (const Point& rhs) {
68 inline Point& operator -= (const Point& rhs) {
74 const Point operator
[all...]
H A DRect.h37 // we don't provide copy-ctor and operator= on purpose
128 inline bool operator == (const Rect& rhs) const {
133 inline bool operator != (const Rect& rhs) const {
134 return !operator == (rhs);
137 // operator < defines an order which allows to use rectangles in sorted
139 bool operator < (const Rect& rhs) const;
141 const Rect operator + (const Point& rhs) const;
142 const Rect operator - (const Point& rhs) const;
144 Rect& operator += (const Point& rhs) {
147 Rect& operator
[all...]
H A DRegion.h46 Region& operator = (const Region& rhs);
103 inline const Region operator | (const Region& rhs) const;
104 inline const Region operator ^ (const Region& rhs) const;
105 inline const Region operator & (const Region& rhs) const;
106 inline const Region operator - (const Region& rhs) const;
107 inline const Region operator + (const Point& pt) const;
109 inline Region& operator |= (const Region& rhs);
110 inline Region& operator ^= (const Region& rhs);
111 inline Region& operator &= (const Region& rhs);
112 inline Region& operator
[all...]

Completed in 7478 milliseconds

123456789