Searched defs:operator (Results 276 - 300 of 309) sorted by relevance

<<111213

/frameworks/native/libs/vr/libbroadcastring/
H A Dbroadcast_ring_test.cc33 bool operator==(const Sized& right) const {
/frameworks/native/libs/vr/libpdx/
H A Dservice.cpp39 Message& Message::operator=(Message&& other) {
/frameworks/native/services/inputflinger/host/
H A DInputDriver.cpp79 std::size_t operator()(const input_collection_id& id) const {
/frameworks/native/services/sensorservice/
H A DFusion.cpp159 mat<TYPE, SIZE, SIZE> operator()() const {
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp123 Value *operator[](unsigned i) const {
170 Metadata *operator[](unsigned i) const {
545 void operator=(const ConstantPlaceHolder &) = delete;
548 void *operator new(size_t s) {
549 return User::operator new(s, 1);
655 Value *RealVal = operator[](ResolveConstants.back().second);
692 NewOp = operator[](It->second);
/frameworks/native/libs/hwc2on1adapter/include/hwc2on1adapter/
H A DHWC2On1Adapter.h133 bool operator()(const std::shared_ptr<Layer>& lhs,
528 bool operator==(const Layer& other) { return mId == other.mId; }
529 bool operator!=(const Layer& other) { return !(*this == other); }
/frameworks/native/services/inputflinger/
H A DInputDispatcher.h927 bool operator==(const KeyReplacement& rhs) const {
930 bool operator<(const KeyReplacement& rhs) const {
/frameworks/av/include/media/
H A DVolumeShaper.h536 R operator()(R in) const {
/frameworks/av/media/libstagefright/
H A DACodec.cpp7400 VendorExtension operator*() {
7405 VendorExtensionIterator &operator++() { // prefix
7414 bool operator==(const VendorExtensionIterator &o) {
7418 bool operator!=(const VendorExtensionIterator &o) {
H A DUtils.cpp1753 bool operator <(const HLSTime &t0, const HLSTime &t1) {
/frameworks/base/tools/aapt/
H A DResourceTable.h312 Item& operator=(const Item& o) {
341 Entry& operator=(const Entry& entry);
465 Public& operator=(const Public& o) {
H A DResourceTable.cpp675 inline bool operator < (const type_ident_pair_t& o) const {
3492 ResourceTable::Entry& ResourceTable::Entry::operator=(const Entry& entry) {
/frameworks/base/tools/aapt2/
H A DResourceParser.cpp944 bool operator()(const Attribute::Symbol& a, const Attribute::Symbol& b) {
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp104 bool operator()(const Fragment& a, const Fragment& b) {
/frameworks/native/libs/vr/libpdx_uds/
H A Dremote_method_tests.cpp64 // Make gtest expressions simpler by defining equality operator. This is not
66 bool operator==(const TestType& other) const {
339 void operator=(const TestClient&) = delete;
543 void operator=(const TestService&) = delete;
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h242 State& operator=(const State& other) {
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp365 Value *operator[](unsigned i) const {
412 Metadata *operator[](unsigned i) const {
820 void operator=(const ConstantPlaceHolder &) = delete;
823 void *operator new(size_t s) {
824 return User::operator new(s, 1);
930 Value *RealVal = operator[](ResolveConstants.back().second);
967 NewOp = operator[](It->second);
/frameworks/native/cmds/installd/
H A Ddexopt.cpp57 void operator()(const void* ptr) const {
1001 Dex2oatFileWrapper& operator=(Dex2oatFileWrapper&& other) {
/frameworks/av/media/libstagefright/codec2/tests/
H A DC2Param_test.cpp104 bool operator==(const C2FieldDescriptor &a, const C2FieldDescriptor &b) {
759 bool operator==(const _test0&);
760 bool operator!=(const _test0&);
763 bool operator==(const _test1&);
766 bool operator!=(const _test2&);
936 EXPECT_FALSE(tun.operator==(btun));
938 EXPECT_TRUE(tun.operator!=(btun));
1486 EXPECT_FALSE(tun->operator==(*btun));
1488 EXPECT_TRUE(tun->operator!=(*btun));
/frameworks/av/services/audioflinger/
H A DThreads.h233 PMDeathRecipient& operator = (const PMDeathRecipient&);
546 sp<T> operator[](size_t index) const {
904 PlaybackThread& operator = (const PlaybackThread&);
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.h288 size_t operator()(const buffer_handle_t& buf) const {
302 bool operator()(const buffer_handle_t& buf1, const buffer_handle_t& buf2) const {
/frameworks/base/core/java/android/app/
H A DDownloadManager.java990 private String statusClause(String operator, int value) { argument
991 return Downloads.Impl.COLUMN_STATUS + operator + "'" + value + "'";
/frameworks/base/core/jni/android/graphics/
H A DBitmap.cpp153 BitmapWrapper* operator->() {
H A DPaint.cpp285 void operator()(size_t start, size_t end) {
/frameworks/base/libs/hwui/
H A DVectorDrawable.h134 bool operator==(const Data& data) const {

Completed in 554 milliseconds

<<111213