/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
D | SmartPtr.h | 41 SmartPtr<T,threadSafe>(const SmartPtr<T,false>& rhs) { 48 m_pRefCount = rhs.m_pRefCount; 49 m_ptr = rhs.m_ptr; 53 SmartPtr<T,threadSafe>(SmartPtr<T,true>& rhs) { 60 if (rhs.m_lock) mutex_lock(rhs.m_lock); 61 m_pRefCount = rhs.m_pRefCount; 62 m_ptr = rhs.m_ptr; 64 if (rhs.m_lock) mutex_unlock(rhs.m_lock); 104 SmartPtr<T,threadSafe>& operator=(const SmartPtr<T,false>& rhs) 106 if (m_ptr == rhs.m_ptr) [all …]
|
D | IndexRangeCache.h | 77 bool operator<(const IndexRangeKey& rhs) const { 79 size_t end_other = rhs.offset + rhs.count * glSizeof(rhs.type); 81 if (offset != rhs.offset) return offset < rhs.offset; 83 if (type != rhs.type) return type < rhs.type; 84 if (primitiveRestartEnabled != rhs.primitiveRestartEnabled)
|
D | auto_goldfish_dma_context.h | 33 AutoGoldfishDmaContext(const AutoGoldfishDmaContext &rhs); 34 AutoGoldfishDmaContext& operator=(const AutoGoldfishDmaContext &rhs);
|
/device/google/contexthub/firmware/os/algos/calibration/online_calibration/common_data/ |
D | calibration_data.cc | 22 CalibrationTypeFlags rhs) { in operator |() argument 24 static_cast<char>(rhs)); in operator |() 27 bool operator&(CalibrationTypeFlags lhs, CalibrationTypeFlags rhs) { in operator &() argument 28 return static_cast<char>(lhs) & static_cast<char>(rhs); in operator &() 32 CalibrationTypeFlags rhs) { in operator |=() argument 34 static_cast<char>(rhs)); in operator |=()
|
D | calibration_data.h | 64 CalibrationTypeFlags rhs); 66 bool operator&(CalibrationTypeFlags lhs, CalibrationTypeFlags rhs); 69 CalibrationTypeFlags rhs);
|
/device/generic/goldfish-opengl/system/hals/ |
D | host_connection_session.h | 34 HostConnectionSession(HostConnectionSession&& rhs) : conn(rhs.conn) { in HostConnectionSession() argument 35 rhs.conn = nullptr; in HostConnectionSession() 38 HostConnectionSession& operator=(HostConnectionSession&& rhs) { 39 if (this != &rhs) { 40 std::swap(conn, rhs.conn);
|
/device/google/cuttlefish/guest/hals/hwcomposer/cutf_cvm/ |
D | MiniFence.h | 40 MiniFence(const MiniFence& rhs) = delete; 41 MiniFence& operator=(const MiniFence& rhs) = delete; 42 MiniFence(MiniFence&& rhs) = delete; 43 MiniFence& operator=(MiniFence&& rhs) = delete;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/ |
D | spark.py | 184 rhs = rules[index[i]+2:index[i+1]] 185 rule = (lhs, tuple(rhs)) 217 rhs = rule[1] 218 if len(rhs) == 0: 227 for sym in rhs: 235 for lhs, rhs in tbd: 238 for sym in rhs: 267 lhs, rhs = rule 268 n = len(rhs) 270 sym = rhs[i] [all …]
|
/device/google/cuttlefish/host/libs/wayland/ |
D | wayland_server.h | 46 WaylandServer(const WaylandServer& rhs) = delete; 47 WaylandServer& operator=(const WaylandServer& rhs) = delete; 49 WaylandServer(WaylandServer&& rhs) = delete; 50 WaylandServer& operator=(WaylandServer&& rhs) = delete;
|
D | wayland_surface.h | 35 Surface(const Surface& rhs) = delete; 36 Surface& operator=(const Surface& rhs) = delete; 38 Surface(Surface&& rhs) = delete; 39 Surface& operator=(Surface&& rhs) = delete;
|
/device/google/trout/hal/vehicle/2.0/agl_build/prebuilt/include/android/hardware/automotive/vehicle/2.0/ |
D | types.h | 4635 …ePropertyType lhs, const ::android::hardware::automotive::vehicle::V2_0::VehiclePropertyType rhs) { 4636 return static_cast<int32_t>(static_cast<int32_t>(lhs) | static_cast<int32_t>(rhs)); 4638 …const int32_t lhs, const ::android::hardware::automotive::vehicle::V2_0::VehiclePropertyType rhs) { 4639 return static_cast<int32_t>(lhs | static_cast<int32_t>(rhs)); 4641 …const ::android::hardware::automotive::vehicle::V2_0::VehiclePropertyType lhs, const int32_t rhs) { 4642 return static_cast<int32_t>(static_cast<int32_t>(lhs) | rhs); 4644 …ePropertyType lhs, const ::android::hardware::automotive::vehicle::V2_0::VehiclePropertyType rhs) { 4645 return static_cast<int32_t>(static_cast<int32_t>(lhs) & static_cast<int32_t>(rhs)); 4647 …const int32_t lhs, const ::android::hardware::automotive::vehicle::V2_0::VehiclePropertyType rhs) { 4648 return static_cast<int32_t>(lhs & static_cast<int32_t>(rhs)); [all …]
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/ |
D | AToken.h | 215 virtual ANTLRCommonNoRefCountToken& operator =(const ANTLRCommonNoRefCountToken& rhs) { 220 *( (ANTLRAbstractToken *) this ) = rhs; 222 setType(rhs._type); 223 setLine(rhs._line); 224 setText(rhs._text); 288 virtual ANTLRCommonToken& operator =(const ANTLRCommonToken& rhs) { 293 *( (ANTLRRefCountToken *) this) = rhs; 295 setType(rhs._type); 296 setLine(rhs._line); 297 setText(rhs._text);
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/ |
D | AToken.h | 235 virtual ANTLRCommonNoRefCountToken& operator =(const ANTLRCommonNoRefCountToken& rhs) { 240 *( (ANTLRAbstractToken *) this ) = rhs; 242 setType(rhs._type); 243 setLine(rhs._line); 244 setText(rhs._text); 308 virtual ANTLRCommonToken& operator =(const ANTLRCommonToken& rhs) { 313 *( (ANTLRRefCountToken *) this) = rhs; 315 setType(rhs._type); 316 setLine(rhs._line); 317 setText(rhs._text);
|
/device/google/cuttlefish/common/libs/fs/ |
D | shared_fd.h | 140 bool operator==(const SharedFD& rhs) const { return value_ == rhs.value_; } 142 bool operator!=(const SharedFD& rhs) const { return value_ != rhs.value_; } 144 bool operator<(const SharedFD& rhs) const { return value_ < rhs.value_; } 146 bool operator<=(const SharedFD& rhs) const { return value_ <= rhs.value_; } 148 bool operator>(const SharedFD& rhs) const { return value_ > rhs.value_; } 150 bool operator>=(const SharedFD& rhs) const { return value_ >= rhs.value_; }
|
D | shared_select.h | 46 void swap(SharedFDSet* rhs) { in swap() argument 47 value_.swap(rhs->value_); in swap()
|
/device/google/cuttlefish/guest/hals/hwcomposer/common/ |
D | gralloc_utils.h | 41 GrallocBuffer(const GrallocBuffer& rhs) = delete; 42 GrallocBuffer& operator=(const GrallocBuffer& rhs) = delete; 44 GrallocBuffer(GrallocBuffer&& rhs); 45 GrallocBuffer& operator=(GrallocBuffer&& rhs);
|
D | gralloc_utils.cpp | 453 GrallocBuffer::GrallocBuffer(GrallocBuffer&& rhs) { in GrallocBuffer() argument 454 *this = std::move(rhs); in GrallocBuffer() 457 GrallocBuffer& GrallocBuffer::operator=(GrallocBuffer&& rhs) { in operator =() argument 458 gralloc_ = rhs.gralloc_; in operator =() 459 buffer_ = rhs.buffer_; in operator =() 460 rhs.gralloc_ = nullptr; in operator =() 461 rhs.buffer_ = nullptr; in operator =()
|
/device/generic/goldfish-opengl/shared/GoldfishAddressSpace/include/ |
D | goldfish_address_space_host.impl | 97 …ldfishAddressSpaceBlock &GoldfishAddressSpaceBlock::operator=(const GoldfishAddressSpaceBlock &rhs) 99 m_mmaped_ptr = rhs.m_mmaped_ptr; 100 m_phys_addr = rhs.m_phys_addr; 101 m_host_addr = rhs.m_host_addr; 102 m_offset = rhs.m_offset; 103 m_size = rhs.m_size; 104 m_is_shared_mapping = rhs.m_is_shared_mapping; 105 m_handle = rhs.m_handle;
|
D | goldfish_address_space_fuchsia.impl | 95 …ldfishAddressSpaceBlock &GoldfishAddressSpaceBlock::operator=(const GoldfishAddressSpaceBlock &rhs) 97 m_vmo = rhs.m_vmo; 98 m_mmaped_ptr = rhs.m_mmaped_ptr; 99 m_phys_addr = rhs.m_phys_addr; 100 m_host_addr = rhs.m_host_addr; 101 m_offset = rhs.m_offset; 102 m_size = rhs.m_size; 103 m_driver = rhs.m_driver;
|
D | goldfish_address_space.h | 60 GoldfishAddressSpaceBlockProvider(const GoldfishAddressSpaceBlockProvider &rhs); 61 GoldfishAddressSpaceBlockProvider &operator=(const GoldfishAddressSpaceBlockProvider &rhs);
|
D | goldfish_address_space_android.impl | 163 …ldfishAddressSpaceBlock &GoldfishAddressSpaceBlock::operator=(const GoldfishAddressSpaceBlock &rhs) 165 m_mmaped_ptr = rhs.m_mmaped_ptr; 166 m_phys_addr = rhs.m_phys_addr; 167 m_host_addr = rhs.m_host_addr; 168 m_offset = rhs.m_offset; 169 m_size = rhs.m_size; 170 m_handle = rhs.m_handle;
|
/device/google/cuttlefish/host/frontend/vnc_server/ |
D | vnc_client_connection.cpp | 136 const VncClientConnection::FrameBufferUpdateRequest& rhs) { in operator ==() argument 137 return lhs.x_pos == rhs.x_pos && lhs.y_pos == rhs.y_pos && in operator ==() 138 lhs.width == rhs.width && lhs.height == rhs.height; in operator ==() 142 const VncClientConnection::FrameBufferUpdateRequest& rhs) { in operator !=() argument 143 return !(lhs == rhs); in operator !=()
|
/device/generic/goldfish/sensors/ |
D | multihal_sensors.h | 124 bool operator<(const BatchEventRef &rhs) const { 126 return timestamp > rhs.timestamp;
|
/device/generic/goldfish-opengl/system/gralloc/ |
D | gralloc_30.cpp | 100 HostConnectionSession(HostConnectionSession&& rhs) : conn(rhs.conn) { in HostConnectionSession() argument 101 rhs.conn = nullptr; in HostConnectionSession() 104 HostConnectionSession& operator=(HostConnectionSession&& rhs) { in operator =() argument 105 if (this != &rhs) { in operator =() 106 std::swap(conn, rhs.conn); in operator =()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ |
D | ddNextToward.decTest | 2 -- ddNextToward.decTest -- decDouble next toward rhs [754r nextafter] -- 50 ------- lhs=rhs 88 ------- lhs<rhs 182 ------- lhs>rhs
|