Home
last modified time | relevance | path

Searched defs:rhs (Results 126 – 150 of 474) sorted by relevance

12345678910>>...19

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dbig_integer.cpp72 bool BigInteger::operator<(const BigInteger &rhs) in operator <()
/aosp12/art/compiler/optimizing/
H A Dcode_generator_vector_arm64_neon.cc443 VRegister rhs = VRegisterFrom(locations->InAt(1)); in VisitVecAdd() local
485 VRegister rhs = VRegisterFrom(locations->InAt(1)); in VisitVecSaturationAdd() local
517 VRegister rhs = VRegisterFrom(locations->InAt(1)); in VisitVecHalvingAdd() local
557 VRegister rhs = VRegisterFrom(locations->InAt(1)); in VisitVecSub() local
599 VRegister rhs = VRegisterFrom(locations->InAt(1)); in VisitVecSaturationSub() local
631 VRegister rhs = VRegisterFrom(locations->InAt(1)); in VisitVecMul() local
669 VRegister rhs = VRegisterFrom(locations->InAt(1)); in VisitVecDiv() local
693 VRegister rhs = VRegisterFrom(locations->InAt(1)); in VisitVecMin() local
741 VRegister rhs = VRegisterFrom(locations->InAt(1)); in VisitVecMax() local
790 VRegister rhs = VRegisterFrom(locations->InAt(1)); in VisitVecAnd() local
[all …]
/aosp12/art/test/021-string2/src/
H A DMain.java326 String rhs = strings[j]; in testCompareToAndEquals() local
883 public static int $noinline$compareTo(String lhs, String rhs) { in $noinline$compareTo()
887 public static boolean $noinline$equals(String lhs, String rhs) { in $noinline$equals()
/aosp12/system/apex/libs/libapexutil/
H A Dapexutil_test.cpp66 bool operator==(const ApexManifest &lhs, const ApexManifest &rhs) { in operator ==()
/aosp12/hardware/interfaces/keymaster/4.1/support/include/keymasterV4_1/
H A DKeymaster.h59 auto rhs = std::tie(other.securityLevel, other.majorVersion, other.minorVersion, member
/aosp12/frameworks/base/wifi/java/src/android/net/wifi/nl80211/
H A DPnoNetwork.java111 public boolean equals(Object rhs) { in equals()
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/tests/
H A DProtoMessageConverter_test.cpp56 auto& rhs = tmpConfig.areaConfigs[idx]; in CheckPropConfigConversion() local
/aosp12/frameworks/base/lowpan/java/android/net/lowpan/
H A DLowpanProvision.java99 LowpanProvision rhs = (LowpanProvision) obj; in equals() local
/aosp12/frameworks/base/services/people/java/com/android/server/people/data/
H A DAggregateEventHistoryImpl.java80 private List<Event> combineEventLists(List<Event> lhs, List<Event> rhs) { in combineEventLists()
/aosp12/system/core/libutils/include/utils/
H A DSortedVector.h169 SortedVector<TYPE>::SortedVector(const SortedVector<TYPE>& rhs) in SortedVector()
287 int SortedVector<TYPE>::do_compare(const void* lhs, const void* rhs) const { in do_compare()
H A DList.h98 _ListIterator(const _Iter& rhs) : mpNode(rhs.mpNode) {} in _ListIterator()
106 _ListIterator(const V& rhs) : mpNode(rhs.mpNode) {} in _ListIterator()
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DBarringInfo.java196 public boolean equals(Object rhs) { in equals()
373 public boolean equals(Object rhs) { in equals()
/aosp12/frameworks/base/tools/aapt2/configuration/
H A DConfigurationParser.internal.h88 const Maybe<std::string>& rhs) { in Add()
96 ComparisonChain& Add(int lhs, int rhs) { in Add()
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/test/unittest/src/
H A Dpasteboard_deduplicate_memory_test.cpp55 bool operator==(const RadarReportIdentity &lhs, const RadarReportIdentity &rhs) in operator ==()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dconcurrent_map.h30 ConcurrentMap(const ConcurrentMap &rhs) in ConcurrentMap()
/aosp12/system/teeui/libteeui/include/teeui/
H A Dutf8range.h81 Iter(const Iter& rhs) : begin_(rhs.begin_) {} in Iter()
/aosp12/frameworks/base/rs/java/android/renderscript/
H A DMatrix3f.java211 public void loadMultiply(Matrix3f lhs, Matrix3f rhs) { in loadMultiply()
233 public void multiply(Matrix3f rhs) { in multiply()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/sorting/
H A DSortingCursorWrapper.java223 final String rhs = sortKey[mid]; in binarySort() local
304 final long rhs = sortKey[mid]; in binarySort() local
/aosp12/frameworks/rs/support/java/src/androidx/renderscript/
H A DMatrix3f.java214 public void loadMultiply(Matrix3f lhs, Matrix3f rhs) { in loadMultiply()
236 public void multiply(Matrix3f rhs) { in multiply()
/aosp12/art/compiler/driver/
H A Dcompiled_method_storage_test.cc81 CompiledMethod* rhs = compiled_methods[j]; in TEST() local
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DBarringInfoTest.java129 BarringInfo rhs = new BarringInfo(null, getBarringServiceInfos(false)); in testEquals() local
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/profiles/
H A DProfilesBasePreferenceController.java125 private boolean preferencesAreDifferent(Preference lhs, Preference rhs) { in preferencesAreDifferent()
/aosp12/frameworks/base/tools/aapt2/util/
H A DBigBuffer.h139 inline BigBuffer::BigBuffer(BigBuffer&& rhs) noexcept in BigBuffer() function
/aosp12/system/keymaster/include/keymaster/
H A DList.h89 _ListIterator(const _Iter& rhs) : mpNode(rhs.mpNode) {} in _ListIterator()
96 template <typename V> explicit _ListIterator(const V& rhs) : mpNode(rhs.mpNode) {} in _ListIterator()
/aosp12/art/libartbase/base/
H A Dcompiler_filter.cc223 std::ostream& operator<<(std::ostream& os, const CompilerFilter::Filter& rhs) { in operator <<()

12345678910>>...19