Searched defs:operator (Results 151 - 175 of 182) sorted by relevance

12345678

/frameworks/av/media/libstagefright/wifi-display/source/
H A DWifiDisplaySource.h91 bool operator<(const ResponseID &other) const {
/frameworks/base/libs/hwui/
H A DPathCache.cpp199 void PathCache::operator()(PathDescription& entry, PathTexture*& texture) {
H A DTessellationCache.cpp368 void TessellationCache::BufferRemovedListener::operator()(Description& description,
H A DFontRenderer.cpp50 status_t TextSetupFunctor::operator ()(int what, void* data) {
H A DRenderNode.cpp588 inline void operator()(DisplayListOp* operation, int saveCount, bool clipToBounds) {
612 inline void operator()(DisplayListOp* operation, int saveCount, bool clipToBounds) {
H A DDisplayListOp.h67 static void operator delete(void* ptr) { CRASH(); }
68 /** static void* operator new(size_t size); PURPOSELY OMITTED **/
69 static void* operator new(size_t size, LinearAllocator& allocator) {
/frameworks/compile/mclinker/include/mcld/Script/
H A DOutputSectDesc.h86 bool operator==(const Prolog& pRHS) const {
138 bool operator==(const Epilog& pRHS) const {
/frameworks/compile/mclinker/lib/LD/
H A DEhFrame.cpp379 bool mcld::operator==(const EhFrame::CIE& p1, const EhFrame::CIE& p2)
/frameworks/native/services/sensorservice/
H A DFusion.cpp142 mat<TYPE, SIZE, SIZE> operator()() const {
/frameworks/rs/
H A DrsElement.cpp37 void Element::operator delete(void* ptr) {
H A DrsType.cpp48 void Type::operator delete(void* ptr) {
H A DrsAllocation.cpp44 void Allocation::operator delete(void* ptr) {
/frameworks/av/drm/mediadrm/plugins/mock/
H A DMockDrmCryptoPlugin.cpp714 bool operator<(Vector<uint8_t> const &lhs, Vector<uint8_t> const &rhs) {
/frameworks/av/media/libmediaplayerservice/
H A DDrm.cpp50 static bool operator<(const Vector<uint8_t> &lhs, const Vector<uint8_t> &rhs) {
/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h487 bool operator()(const Relocation* X, const Relocation* Y) const;
497 bool operator()(const LDSymbol* X, const LDSymbol* Y) const;
502 bool operator()(const LDSymbol* X, const LDSymbol* Y) const
508 size_t operator()(const LDSymbol* pKey) const
/frameworks/native/libs/gui/tests/
H A DCpuConsumer_test.cpp50 ::std::ostream& operator<<(::std::ostream& os, const CpuConsumerTestParams& p) {
/frameworks/native/libs/input/
H A DInput.cpp178 bool PointerCoords::operator==(const PointerCoords& other) const {
202 bool PointerProperties::operator==(const PointerProperties& other) const {
/frameworks/minikin/libs/minikin/
H A DLayout.cpp84 bool operator==(const LayoutCacheKey &other) const;
144 void operator()(LayoutCacheKey& key, Layout*& value) {
165 void operator()(int32_t& key, hb_face_t*& value) {
187 bool LayoutCacheKey::operator==(const LayoutCacheKey& other) const {
/frameworks/native/services/inputflinger/
H A DInputDispatcher.h911 bool operator==(const KeyReplacement& rhs) const {
914 bool operator<(const KeyReplacement& rhs) const {
/frameworks/base/tools/aapt/
H A DResourceTable.h291 Item& operator=(const Item& o) {
320 Entry& operator=(const Entry& entry);
440 Public& operator=(const Public& o) {
H A DResourceTable.cpp657 inline bool operator < (const type_ident_pair_t& o) const {
3359 ResourceTable::Entry& ResourceTable::Entry::operator=(const Entry& entry) {
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp303 bool operator()(const LDSymbol* X, const LDSymbol* Y) const
/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/base/core/java/android/app/
H A DDownloadManager.java906 private String statusClause(String operator, int value) { argument
907 return Downloads.Impl.COLUMN_STATUS + operator + "'" + value + "'";
/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp737 void operator()(size_t start, size_t end) {

Completed in 699 milliseconds

12345678