/frameworks/base/core/java/android/hardware/location/ |
D | ContextHubIntentEvent.java | 219 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()
|
D | MemoryRegion.java | 115 boolean isEqual = false; in equals() 118 isEqual = (other.getCapacityBytes() == mSizeBytes) in equals() 125 return isEqual; in equals()
|
D | NanoAppMessage.java | 181 boolean isEqual = false; in equals() 184 isEqual = (other.getNanoAppId() == mNanoAppId) in equals() 190 return isEqual; in equals()
|
D | ContextHubInfo.java | 277 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/ |
D | SimPhoneBookTest.java | 79 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/ |
D | CryptoHelper.java | 130 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/ |
D | GPBUnknownField.m | 96 - (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_];
|
D | GPBDictionary.m | 841 //%- (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 …]
|
D | README.md | 63 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
|
D | GPBDescriptor.m | 238 if ([descriptor.name isEqual:name]) { 247 if ([descriptor.name isEqual:name]) { 319 if ([descriptor.name isEqual:name]) { 765 if ([valueTextFormatName isEqual:textFormatName]) {
|
D | GPBArray.m | 167 //%- (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 {
|
D | GPBMessage.m | 112 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 …]
|
D | GPBUnknownFieldSet.m | 117 - (BOOL)isEqual:(id)object {
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | AdnRecord.java | 211 public boolean isEqual(AdnRecord adn) { in isEqual() method in AdnRecord
|
D | AdnRecordCache.java | 217 if (oldAdn.isEqual(it.next())) { in updateAdnBySearch()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/third_party/jsoncpp/ |
D | json.h | 1063 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;
|
D | jsoncpp.cpp | 2299 bool ValueIteratorBase::isEqual(const SelfType& other) const { in isEqual() function in Json::ValueIteratorBase
|
/frameworks/base/core/java/android/util/apk/ |
D | ApkSignatureSchemeV2Verifier.java | 326 && (!MessageDigest.isEqual(previousSignerDigest, contentDigest))) { in verifySigner()
|
D | ApkSignatureSchemeV3Verifier.java | 339 && (!MessageDigest.isEqual(previousSignerDigest, contentDigest))) { in verifySigner()
|
D | ApkSigningBlockUtils.java | 175 if (!MessageDigest.isEqual(expectedDigest, actualDigest)) { in verifyIntegrityFor1MbChunkBasedAlgorithm()
|
/frameworks/base/core/java/android/util/jar/ |
D | StrictJarVerifier.java | 525 return MessageDigest.isEqual(expected, actual); in verifyMessageDigest()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/ |
D | GPBDictionaryTests+String.m | 155 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]]) {
|
D | GPBDictionaryTests.pddm | 723 //%[KEY1 isEqual:KEY2]
|
D | GPBMessageTests.m | 1381 XCTAssertFalse([message isEqual:message2]);
|
D | GPBMessageTests+Runtime.m | 210 if ([name isEqual:@"Message"]) {
|