Home
last modified time | relevance | path

Searched refs:isEqual (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/base/core/java/android/hardware/location/
DContextHubIntentEvent.java219 boolean isEqual = false; in equals()
224 isEqual = true; in equals()
227 isEqual &= (other.getNanoAppId() == mNanoAppId); in equals()
230 isEqual &= (other.getNanoAppAbortCode() == mNanoAppAbortCode); in equals()
233 isEqual &= other.getNanoAppMessage().equals(mNanoAppMessage); in equals()
236 isEqual = false; in equals()
241 return isEqual; in equals()
DMemoryRegion.java115 boolean isEqual = false; in equals()
118 isEqual = (other.getCapacityBytes() == mSizeBytes) in equals()
125 return isEqual; in equals()
DNanoAppMessage.java181 boolean isEqual = false; in equals()
184 isEqual = (other.getNanoAppId() == mNanoAppId) in equals()
190 return isEqual; in equals()
DContextHubInfo.java277 boolean isEqual = false; in equals()
280 isEqual = (other.getId() == mId) in equals()
296 return isEqual; in equals()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimPhoneBookTest.java79 assertTrue(firstAdn.isEqual(tmpAdn)); in testBasic()
88 assertFalse(firstAdn.isEqual(tmpAdn)); in testBasic()
89 assertTrue(secondAdn.isEqual(tmpAdn)); in testBasic()
107 assertTrue(originalAdn.isEqual(tmpAdn)); in testBasic()
/frameworks/base/services/core/java/com/android/server/accounts/
DCryptoHelper.java130 boolean isEqual = true; in constantTimeArrayEquals()
132 isEqual &= (a[i] == b[i]); in constantTimeArrayEquals()
134 return isEqual; in constantTimeArrayEquals()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBUnknownField.m96 - (BOOL)isEqual:(id)object {
102 [mutableVarintList_ isEqual:field->mutableVarintList_];
106 [mutableFixed32List_ isEqual:field->mutableFixed32List_];
110 [mutableFixed64List_ isEqual:field->mutableFixed64List_];
115 [mutableLengthDelimitedList_ isEqual:field->mutableLengthDelimitedList_];
119 [mutableGroupList_ isEqual:field->mutableGroupList_];
DGPBDictionary.m841 //%- (BOOL)isEqual:(id)other {
849 //% return [_dictionary isEqual:otherDictionary->_dictionary];
1021 //%- (BOOL)isEqual:(id)other {
1355 //%![VAL1 isEqual:VAL2]
1610 - (BOOL)isEqual:(id)other {
1618 return [_dictionary isEqual:otherDictionary->_dictionary];
1817 - (BOOL)isEqual:(id)other {
1825 return [_dictionary isEqual:otherDictionary->_dictionary];
2024 - (BOOL)isEqual:(id)other {
2032 return [_dictionary isEqual:otherDictionary->_dictionary];
[all …]
DREADME.md63 string, but also so you can always safely pass them to isEqual:/compare:, etc.
75 using them with isEqual:/etc.; but more importantly, this allows you to write
DGPBDescriptor.m238 if ([descriptor.name isEqual:name]) {
247 if ([descriptor.name isEqual:name]) {
319 if ([descriptor.name isEqual:name]) {
765 if ([valueTextFormatName isEqual:textFormatName]) {
DGPBArray.m167 //%- (BOOL)isEqual:(id)other {
378 - (BOOL)isEqual:(id)other {
626 - (BOOL)isEqual:(id)other {
874 - (BOOL)isEqual:(id)other {
1122 - (BOOL)isEqual:(id)other {
1370 - (BOOL)isEqual:(id)other {
1618 - (BOOL)isEqual:(id)other {
1866 - (BOOL)isEqual:(id)other {
2138 - (BOOL)isEqual:(id)other {
DGPBMessage.m112 if ([exception.name isEqual:GPBCodedInputStreamException]) {
2571 #pragma mark - isEqual: & hash Support
2573 - (BOOL)isEqual:(id)other {
2592 // -isEqual:.
2599 if (![resultMapOrArray isEqual:otherMapOrArray]) {
2666 // Type doesn't matter here, they all implement -isEqual:.
2669 if (![*selfValPtr isEqual:*otherValPtr]) {
2680 if (![extensionMap_ isEqual:otherMsg->extensionMap_]) {
2689 if (![unknownFields_ isEqual:otherUnknowns]) {
2705 // hash, we would strongly recommend overriding isEqual: in your category as
[all …]
DGPBUnknownFieldSet.m117 - (BOOL)isEqual:(id)object {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DAdnRecord.java211 public boolean isEqual(AdnRecord adn) { in isEqual() method in AdnRecord
DAdnRecordCache.java217 if (oldAdn.isEqual(it.next())) { in updateAdnBySearch()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/third_party/jsoncpp/
Djson.h1063 bool operator==(const SelfType& other) const { return isEqual(other); }
1065 bool operator!=(const SelfType& other) const { return !isEqual(other); }
1102 bool isEqual(const SelfType& other) const;
Djsoncpp.cpp2299 bool ValueIteratorBase::isEqual(const SelfType& other) const { in isEqual() function in Json::ValueIteratorBase
/frameworks/base/core/java/android/util/apk/
DApkSignatureSchemeV2Verifier.java326 && (!MessageDigest.isEqual(previousSignerDigest, contentDigest))) { in verifySigner()
DApkSignatureSchemeV3Verifier.java339 && (!MessageDigest.isEqual(previousSignerDigest, contentDigest))) { in verifySigner()
DApkSigningBlockUtils.java175 if (!MessageDigest.isEqual(expectedDigest, actualDigest)) { in verifyIntegrityFor1MbChunkBasedAlgorithm()
/frameworks/base/core/java/android/util/jar/
DStrictJarVerifier.java525 return MessageDigest.isEqual(expected, actual); in verifyMessageDigest()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBDictionaryTests+String.m155 if ([kKeys[i] isEqual:seenKeys[j]]) {
512 if ([kKeys[i] isEqual:seenKeys[j]]) {
869 if ([kKeys[i] isEqual:seenKeys[j]]) {
1226 if ([kKeys[i] isEqual:seenKeys[j]]) {
1583 if ([kKeys[i] isEqual:seenKeys[j]]) {
1940 if ([kKeys[i] isEqual:seenKeys[j]]) {
2297 if ([kKeys[i] isEqual:seenKeys[j]]) {
2654 if ([kKeys[i] isEqual:seenKeys[j]]) {
2988 if ([kKeys[i] isEqual:seenKeys[j]]) {
3010 if ([kKeys[i] isEqual:seenKeys[j]]) {
DGPBDictionaryTests.pddm723 //%[KEY1 isEqual:KEY2]
DGPBMessageTests.m1381 XCTAssertFalse([message isEqual:message2]);
DGPBMessageTests+Runtime.m210 if ([name isEqual:@"Message"]) {

12