/aosp12/hardware/qcom/display/msm8998/libcopybit/ |
H A D | software_converter.cpp | 185 struct copybit_image_t const *rhs) in convert_yuv_c2d_to_yuv_android() 231 struct copybit_image_t const *rhs) in convert_yuv_android_to_yuv_c2d()
|
/aosp12/hardware/qcom/display/msm8084/libcopybit/ |
H A D | software_converter.cpp | 183 struct copybit_image_t const *rhs) in convert_yuv_c2d_to_yuv_android() 229 struct copybit_image_t const *rhs) in convert_yuv_android_to_yuv_c2d()
|
/aosp12/hardware/qcom/display/msm8226/libcopybit/ |
H A D | software_converter.cpp | 183 struct copybit_image_t const *rhs) in convert_yuv_c2d_to_yuv_android() 229 struct copybit_image_t const *rhs) in convert_yuv_android_to_yuv_c2d()
|
/aosp12/hardware/qcom/display/msm8909/libcopybit/ |
H A D | software_converter.cpp | 183 struct copybit_image_t const *rhs) in convert_yuv_c2d_to_yuv_android() 229 struct copybit_image_t const *rhs) in convert_yuv_android_to_yuv_c2d()
|
/aosp12/hardware/qcom/sdm845/display/libcopybit/ |
H A D | software_converter.cpp | 183 struct copybit_image_t const *rhs) in convert_yuv_c2d_to_yuv_android() 229 struct copybit_image_t const *rhs) in convert_yuv_android_to_yuv_c2d()
|
/aosp12/hardware/qcom/sm7250/display/libcopybit/ |
H A D | software_converter.cpp | 183 struct copybit_image_t const *rhs) in convert_yuv_c2d_to_yuv_android() 229 struct copybit_image_t const *rhs) in convert_yuv_android_to_yuv_c2d()
|
/aosp12/hardware/qcom/sm8150/display/libcopybit/ |
H A D | software_converter.cpp | 183 struct copybit_image_t const *rhs) in convert_yuv_c2d_to_yuv_android() 229 struct copybit_image_t const *rhs) in convert_yuv_android_to_yuv_c2d()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | timeout_recognizer.cpp | 46 auto rhs = AceType::DynamicCast<SingleChildGestureRecognizer>(recognizer); in ReconcileFrom() local 113 auto rhs = AceType::DynamicCast<TimeoutRecognizer>(recognizer); in ReconcileFrom() local
|
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/ |
H A D | InputMethodSubtypePreference.java | 70 public int compareTo(final Preference rhs, final Collator collator) { in compareTo()
|
/aosp12/system/vold/ |
H A D | Keymaster.h | 69 KeymasterOperation(KeymasterOperation&& rhs) { *this = std::move(rhs); } in KeymasterOperation() function
|
/aosp12/system/core/libutils/ |
H A D | VectorImpl.cpp | 49 VectorImpl::VectorImpl(const VectorImpl& rhs) in VectorImpl() 67 VectorImpl& VectorImpl::operator = (const VectorImpl& rhs) in operator =() 160 static int sortProxy(const void* lhs, const void* rhs, void* func) in sortProxy() 565 SortedVectorImpl::SortedVectorImpl(const VectorImpl& rhs) in SortedVectorImpl() 574 SortedVectorImpl& SortedVectorImpl::operator = (const SortedVectorImpl& rhs) in operator =()
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/fuzzing/ |
H A D | RandomVariable.cpp | 82 RandomVariableRange operator&(const RandomVariableRange& lhs, const RandomVariableRange& rhs) { in operator &() 132 RandomVariable::RandomVariable(const RandomVariable& lhs, const RandomVariable& rhs, in RandomVariable() 515 RandomVariable operator+(const RandomVariable& lhs, const RandomVariable& rhs) { in operator +() 519 RandomVariable operator-(const RandomVariable& lhs, const RandomVariable& rhs) { in operator -() 523 RandomVariable operator*(const RandomVariable& lhs, const RandomVariable& rhs) { in operator *() 527 RandomVariable operator*(const RandomVariable& lhs, const float& rhs) { in operator *() 530 RandomVariable operator/(const RandomVariable& lhs, const RandomVariable& rhs) { in operator /() 534 RandomVariable operator%(const RandomVariable& lhs, const RandomVariable& rhs) { in operator %() 538 RandomVariable max(const RandomVariable& lhs, const RandomVariable& rhs) { in max() 541 RandomVariable min(const RandomVariable& lhs, const RandomVariable& rhs) { in min() [all …]
|
/aosp12/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/ |
H A D | autofd.h | 29 UniqueFd(UniqueFd &&rhs) { in UniqueFd() function
|
/aosp12/frameworks/rs/ |
H A D | rsMatrix3x3.cpp | 48 void Matrix3x3::loadMultiply(const rs_matrix3x3 *lhs, const rs_matrix3x3 *rhs) { in loadMultiply()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_material_filter.cpp | 239 std::shared_ptr<RSFilter> RSMaterialFilter::Add(const std::shared_ptr<RSFilter>& rhs) in Add() 254 std::shared_ptr<RSFilter> RSMaterialFilter::Sub(const std::shared_ptr<RSFilter>& rhs) in Sub() 268 std::shared_ptr<RSFilter> RSMaterialFilter::Multiply(float rhs) in Multiply()
|
/aosp12/frameworks/base/tools/aapt2/ |
H A D | ResourceTable.cpp | 45 bool less_than_type(const std::unique_ptr<ResourceTableType>& lhs, ResourceType rhs) { in less_than_type() 50 bool less_than_struct_with_name(const std::unique_ptr<T>& lhs, const StringPiece& rhs) { in less_than_struct_with_name() 55 bool greater_than_struct_with_name(const StringPiece& lhs, const std::unique_ptr<T>& rhs) { in greater_than_struct_with_name() 71 const std::pair<std::string_view, Maybe<U>>& rhs) { in less_than_struct_with_name_and_id() 92 bool lt_config_key_ref(const T& lhs, const ConfigKey& rhs) { in lt_config_key_ref() 305 auto it = std::lower_bound(el.begin(), el.end(), value, [&](auto& lhs, auto& rhs) { in LowerBound()
|
H A D | StringPool.cpp | 36 StringPool::Ref::Ref(const StringPool::Ref& rhs) : entry_(rhs.entry_) { in Ref() 54 StringPool::Ref& StringPool::Ref::operator=(const StringPool::Ref& rhs) { in operator =() 93 StringPool::StyleRef::StyleRef(const StringPool::StyleRef& rhs) in StyleRef() 112 StringPool::StyleRef& StringPool::StyleRef::operator=(const StringPool::StyleRef& rhs) { in operator =()
|
/aosp12/frameworks/base/core/java/com/android/internal/app/ |
H A D | AbstractResolverComparator.java | 162 final ResolveInfo rhs = rhsp.getResolveInfoAt(0); in compare() local 202 abstract int compare(ResolveInfo lhs, ResolveInfo rhs); in compare()
|
/aosp12/hardware/interfaces/broadcastradio/1.1/default/ |
H A D | VirtualProgram.cpp | 77 bool operator<(const VirtualProgram& lhs, const VirtualProgram& rhs) { in operator <()
|
/aosp12/system/security/keystore/include/keystore/ |
H A D | keystore_concurrency.h | 38 UnlockProxyLockHelper(UnlockProxyLockHelper&& rhs) in UnlockProxyLockHelper() function
|
/aosp12/art/compiler/optimizing/ |
H A D | scheduler_arm.cc | 110 HInstruction* rhs = instr->GetRight(); in VisitRor() local 134 HInstruction* rhs = instr->GetRight(); in HandleShiftLatencies() local 834 HInstruction* rhs = instruction->GetRight(); in VisitDiv() local 902 HInstruction* rhs = instruction->GetRight(); in VisitRem() local
|
/ohos5.0/foundation/multimedia/media_foundation/src/meta/ |
H A D | format.cpp | 108 Format::Format(const Format &rhs) in Format() 119 Format::Format(Format &&rhs) noexcept in Format() function in OHOS::Media::Format 125 Format &Format::operator=(const Format &rhs) in operator =() 136 Format &Format::operator=(Format &&rhs) noexcept in operator =()
|
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/ |
H A D | stringbuffer.h | 42 GenericStringBuffer(GenericStringBuffer&& rhs) : stack_(std::move(rhs.stack_)) {} in GenericStringBuffer() function
|
/aosp12/system/tools/hidl/lint/lints/ |
H A D | oneway.cpp | 33 static inline InterfaceMethodType operator|(InterfaceMethodType lhs, InterfaceMethodType rhs) { in operator |()
|
/aosp12/frameworks/base/tools/split-select/ |
H A D | Rule.cpp | 32 Rule::Rule(const Rule& rhs) in Rule()
|