Searched defs:operator (Results 226 - 250 of 309) sorted by relevance

1234567891011>>

/frameworks/base/libs/hwui/
H A DSnapshot.h47 static void* operator new(size_t size) = delete;
48 static void* operator new(size_t size, LinearAllocator& allocator) {
/frameworks/base/libs/hwui/hwui/
H A DCanvas.cpp97 void operator()(size_t start, size_t end) {
193 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.cpp32 std::ostream& operator<<(std::ostream& out, const Value& value) {
365 std::ostream& operator<<(std::ostream& out, const Attribute::Symbol& s) {
612 std::ostream& operator<<(std::ostream& out, const Style::Entry& entry) {
878 bool operator<(const Reference& a, const Reference& b) {
884 bool operator==(const Reference& a, const Reference& b) {
888 bool operator!=(const Reference& a, const Reference& b) {
893 bool operator()(const Reference& a, const Reference& b) const {
/frameworks/base/tools/aapt2/compile/
H A DPseudolocaleGenerator.cpp44 inline static bool operator<(const UnifiedSpan& left, const UnifiedSpan& right) {
/frameworks/base/tools/aapt2/util/
H A DFiles.cpp208 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.h53 bool operator==(const FontStyle other) const {
174 void operator=(const FontFamily&) = delete;
H A DHyphenator.h106 bool operator==(const HyphenEdit &other) const { return hyphen == other.hyphen; }
/frameworks/native/cmds/cmd/
H A Dcmd.cpp54 void operator()(security_context_t p) const {
/frameworks/native/include/binder/
H A DTextOutput.h69 TextOutput& operator<<(TextOutput& to, const T& val)
78 TextOutput& operator<<(TextOutput& to, TextOutputManipFunc func);
92 TextOutput& operator<<(TextOutput& to, const TypeCode& val);
121 TextOutput& operator<<(TextOutput& to, const HexDump& val);
122 inline TextOutput& operator<<(TextOutput& to,
130 inline TextOutput& operator<<(TextOutput& to, const char &c)
136 inline TextOutput& operator<<(TextOutput& to, const bool &val)
143 inline TextOutput& operator<<(TextOutput& to, const String16& val)
170 inline TextOutput& operator<<(TextOutput& to, TextOutputManipFunc func)
/frameworks/native/include/private/ui/
H A DRegionHelper.h65 virtual void operator()(const RECT& rect) = 0;
75 void operator()(region_rasterizer& rasterizer) {
/frameworks/native/libs/binder/include/binder/
H A DTextOutput.h69 TextOutput& operator<<(TextOutput& to, const T& val)
78 TextOutput& operator<<(TextOutput& to, TextOutputManipFunc func);
92 TextOutput& operator<<(TextOutput& to, const TypeCode& val);
121 TextOutput& operator<<(TextOutput& to, const HexDump& val);
122 inline TextOutput& operator<<(TextOutput& to,
130 inline TextOutput& operator<<(TextOutput& to, const char &c)
136 inline TextOutput& operator<<(TextOutput& to, const bool &val)
143 inline TextOutput& operator<<(TextOutput& to, const String16& val)
170 inline TextOutput& operator<<(TextOutput& to, TextOutputManipFunc func)
/frameworks/native/libs/vr/libbufferhub/include/private/dvr/
H A Dbufferhub_rpc.h41 NativeBufferHandle& operator=(NativeBufferHandle&& other) = default;
93 void operator=(const NativeBufferHandle&) = delete;
106 FenceHandle& operator=(FenceHandle&&) = default;
108 explicit operator bool() const { return fence_.IsValid(); }
126 void operator=(const FenceHandle&) = delete;
/frameworks/native/libs/vr/libdvr/
H A Ddvr_display_manager.cpp28 void operator()(int32_t value) {
32 void operator()(int64_t value) {
36 void operator()(bool value) {
40 void operator()(float value) {
44 void operator()(const std::array<float, 2>& value) {
48 void operator()(const std::array<float, 3>& value) {
52 void operator()(const std::array<float, 4>& value) {
56 void operator()(const std::array<float, 8>& value) {
60 void operator()(const std::array<float, 16>& value) {
64 void operator()(EmptyVarian
[all...]
/frameworks/rs/cpp/util/
H A DTypeHelpers.h237 inline bool operator < (const key_value_pair_t& o) const {

Completed in 290 milliseconds

1234567891011>>