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

123456789

/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h65 bool operator < (const Frame& rhs) const {
/frameworks/base/cmds/idmap/
H A Dscan.cpp26 bool operator<(Overlay const& rhs) const
/frameworks/base/core/jni/
H A Dandroid_os_SELinux.cpp33 void operator()(security_context_t p) const {
/frameworks/base/libs/hwui/
H A DDisplayList.h120 virtual void operator ()() {}
H A DFrameInfo.h125 inline int64_t operator[](FrameInfoIndex index) const {
129 inline int64_t operator[](int index) const {
H A DGradientCache.cpp96 void GradientCache::operator()(GradientCacheEntry&, Texture*& texture) {
H A DSnapshot.h47 static void* operator new(size_t size) = delete;
48 static void* operator new(size_t size, LinearAllocator& allocator) {
69 static void* operator new(size_t size) = delete;
70 static void* operator new(size_t size, LinearAllocator& allocator) {
/frameworks/base/libs/hwui/hwui/
H A DCanvas.cpp95 void operator()(size_t start, size_t end) {
191 void operator()(size_t start, size_t end) {
/frameworks/base/libs/hwui/utils/
H A DLinearAllocator.cpp96 void* operator new(size_t /*size*/, void* buf) { return buf; }
/frameworks/base/native/android/
H A Dchoreographer.cpp42 inline bool operator<(const FrameCallback& rhs) const {
/frameworks/base/tools/aapt2/
H A DResourceValues.cpp476 static ::std::ostream& operator<<(::std::ostream& out, const Style::Entry& value) {
520 static ::std::ostream& operator<<(::std::ostream& out, const std::unique_ptr<Item>& item) {
/frameworks/base/tools/aapt2/util/
H A DFiles.cpp216 bool FileFilter::operator()(const std::string& filename, FileType type) const {
/frameworks/compile/mclinker/include/mcld/ADT/
H A DStringHash.h30 uint32_t operator()(const llvm::StringRef pKey) const {
42 uint32_t operator()(const llvm::StringRef pKey) const {
61 uint32_t operator()(const llvm::StringRef pKey) const {
77 uint32_t operator()(const llvm::StringRef pKey) const {
105 uint32_t operator()(const llvm::StringRef pKey) const {
125 uint32_t operator()(const llvm::StringRef pKey) const {
142 uint32_t operator()(const llvm::StringRef pKey) const {
158 uint32_t operator()(const llvm::StringRef pKey) const {
175 uint32_t operator()(const llvm::StringRef pKey) const {
192 uint32_t operator()(cons
[all...]
/frameworks/compile/mclinker/include/mcld/
H A DInputTree.h47 Self& operator++() {
55 Self operator++(int) {
/frameworks/compile/mclinker/include/mcld/LD/
H A DArchive.h54 bool operator()(OFFSET_TYPE X, OFFSET_TYPE Y) const { return (X == Y); }
58 size_t operator()(uint32_t pKey) const {
H A DBranchIsland.h120 size_t operator()(const Key& KEY) const {
129 bool operator()(const Key& KEY1, const Key& KEY2) const {
/frameworks/compile/mclinker/include/mcld/Object/
H A DSectionMap.h140 bool operator()(const Output* LHS, const Output* RHS) const {
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOT.h146 bool operator<(const LocalEntry& O) const;
199 bool operator<(const GotEntryKey& key) const {
/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.cpp196 bool operator()(const std::pair<const Value*, unsigned> &LHS,
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.cpp196 bool operator()(const std::pair<const Value*, unsigned> &LHS,
/frameworks/compile/slang/BitWriter_3_2/
H A DValueEnumerator.cpp196 bool operator()(const std::pair<const Value*, unsigned> &LHS,
/frameworks/minikin/include/minikin/
H A DFontFamily.h51 bool operator==(const FontStyle other) const {
H A DMinikinFont.h38 bool operator==(const HyphenEdit &other) const { return hyphen == other.hyphen; }
/frameworks/native/include/binder/
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/private/ui/
H A DRegionHelper.h64 virtual void operator()(const RECT& rect) = 0;
74 void operator()(region_rasterizer& rasterizer) {

Completed in 516 milliseconds

123456789