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

12345678

/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/cpu_ref/linkloader/include/
H A DELFSectionBits.h46 unsigned char &operator[](size_t index) {
50 unsigned char const &operator[](size_t index) const {
H A DELFSectionHeaderTable.h46 ELFSectionHeaderTy const *operator[](size_t i) const {
50 ELFSectionHeaderTy *operator[](size_t i) {
H A DELFSectionRelTable.h49 ELFRelocTy const *operator[](size_t index) const {
53 ELFRelocTy *operator[](size_t index) {
H A DELFSectionStrTab.h43 char const *operator[](size_t index) const {
H A DELFSectionSymTab.h52 ELFSymbolTy const *operator[](size_t index) const {
56 ELFSymbolTy *operator[](size_t index) {
H A DMemChunk.h57 unsigned char &operator[](size_t index) {
61 unsigned char const &operator[](size_t index) const {
/frameworks/rs/cpu_ref/linkloader/utils/
H A Draw_ostream.cpp47 llvm::raw_ostream &operator<<(llvm::raw_ostream &os, MyFormat const &mf) {
H A Dserialize.h103 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 {
/frameworks/rs/
H A DrsAllocation.cpp44 void Allocation::operator delete(void* ptr) {
H A DrsElement.cpp37 void Element::operator delete(void* ptr) {
H A DrsObjectBase.h116 ObjectBaseRef & operator= (const ObjectBaseRef &ref) {
152 inline T * operator-> () const {
H A DrsSampler.cpp122 void Sampler::operator delete(void* ptr) {
H A DrsScriptGroup.cpp92 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/ml/bordeaux/learning/stochastic_linear_ranker/native/
H A Dsparse_weight_vector.h48 void operator=(const SparseWeightVector<Key, Hash> &other) {
174 // if it does not find the key through [] operator. It implements a lookup
190 std::ostream& operator<<(std::ostream &stream,
/frameworks/native/include/binder/
H A DParcel.h232 Parcel& operator=(const Parcel& o);
391 inline TextOutput& operator<<(TextOutput& to, const Parcel& parcel)
H A DPermissionCache.h46 inline bool operator < (const Entry& e) const {
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.h225 bool operator==(const PointerCoords& other) const;
226 inline bool operator!=(const PointerCoords& other) const {
251 bool operator==(const PointerProperties& other) const;
252 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) {

Completed in 6007 milliseconds

12345678