Searched refs:isEqual (Results 1 - 25 of 127) sorted by relevance

123456

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/pem/
H A DPemHeader.java38 return other == this || (isEqual(this.name, other.name) && isEqual(this.value, other.value));
51 private boolean isEqual(String s1, String s2) method in class:PemHeader
/external/llvm/include/llvm/ADT/
H A DDenseMapInfo.h27 //static bool isEqual(const T &LHS, const T &RHS);
47 static bool isEqual(const T *LHS, const T *RHS) { return LHS == RHS; } function in struct:llvm::DenseMapInfo
55 static bool isEqual(const char &LHS, const char &RHS) { function in struct:llvm::DenseMapInfo
65 static bool isEqual(const unsigned& LHS, const unsigned& RHS) { function in struct:llvm::DenseMapInfo
77 static bool isEqual(const unsigned long& LHS, const unsigned long& RHS) { function in struct:llvm::DenseMapInfo
89 static bool isEqual(const unsigned long long& LHS, function in struct:llvm::DenseMapInfo
100 static bool isEqual(const int& LHS, const int& RHS) { function in struct:llvm::DenseMapInfo
114 static bool isEqual(const long& LHS, const long& RHS) { function in struct:llvm::DenseMapInfo
126 static bool isEqual(const long long& LHS, function in struct:llvm::DenseMapInfo
160 static bool isEqual(cons function in struct:llvm::DenseMapInfo
[all...]
H A DDenseMap.h91 if (!KeyInfoT::isEqual(P->first, EmptyKey)) {
92 if (!KeyInfoT::isEqual(P->first, TombstoneKey)) {
125 /// getHashValue(LookupKeyT) and isEqual(LookupKeyT, KeyT) for each key
253 if (!KeyInfoT::isEqual(P->first, EmptyKey) &&
254 !KeyInfoT::isEqual(P->first, TombstoneKey))
282 if (!KeyInfoT::isEqual(B->first, EmptyKey) &&
283 !KeyInfoT::isEqual(B->first, TombstoneKey)) {
319 if (!KeyInfoT::isEqual(getBuckets()[i].first, getEmptyKey()) &&
320 !KeyInfoT::isEqual(getBuckets()[i].first, getTombstoneKey()))
448 if (!KeyInfoT::isEqual(TheBucke
[all...]
H A DImmutableList.h113 /// isEqual - Returns true if two lists are equal. Because all lists created
118 bool isEqual(const ImmutableList& L) const { return X == L.X; } function in class:llvm::ImmutableList
120 bool operator==(const ImmutableList& L) const { return isEqual(L); }
218 static bool isEqual(ImmutableList<T> X1, ImmutableList<T> X2) { function in struct:llvm::DenseMapInfo
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
H A DEncodedKeySpec2Test.java52 isEqual(key, keys.getPublic()));
59 isEqual(key, keys.getPrivate()));
62 private boolean isEqual(Key key1, Key key2) { method in class:EncodedKeySpec2Test
/external/chromium_org/third_party/webrtc/modules/video_capture/ios/
H A Ddevice_info_ios_objc.mm33 if ([uniqueId isEqual:device.uniqueID]) {
/external/clang/include/clang/AST/
H A DTypeOrdering.h53 static bool isEqual(clang::QualType LHS, clang::QualType RHS) { function in struct:llvm::DenseMapInfo
73 static bool isEqual(clang::CanQualType LHS, clang::CanQualType RHS) { function in struct:llvm::DenseMapInfo
H A DBaseSubobject.h74 static bool isEqual(const clang::BaseSubobject &LHS, function in struct:llvm::DenseMapInfo
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
H A DRTCMediaStreamTrack.mm57 - (BOOL)isEqual:(id)other {
66 return [self.label isEqual:otherMediaStream.label];
/external/clang/test/Analysis/inlining/
H A DInlineObjCInstanceMethod.h11 @protocol NSObject - (BOOL)isEqual:(id)object; @end
/external/clang/test/Sema/
H A Dblock-return.c60 Boolean (^isEqual)(const CFBasicHash *, uintptr_t stack_value_or_key1, uintptr_t stack_value_or_key2, Boolean is_key);
68 cb.isEqual = ^(const CFBasicHash *table, uintptr_t stack_value_or_key1, uintptr_t stack_value_or_key2, Boolean is_key) {
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DMessageDigest1Test.java186 * @tests java.security.MessageDigest#isEqual(byte[], byte[])
194 assertTrue(MessageDigest.isEqual(b1, b4));
195 assertFalse(MessageDigest.isEqual(b1, b2));
196 assertFalse(MessageDigest.isEqual(b1, b3));
H A DMessageDigest2Test.java80 + digestAlgs[i], MessageDigest.isEqual(d1.digest(), d2
224 assertTrue("bug in SHA", MessageDigest.isEqual(digest, MESSAGE_DIGEST));
232 assertTrue("bug in SHA", MessageDigest.isEqual(digest,
241 assertTrue("bug in SHA", MessageDigest.isEqual(digest,
250 assertTrue("bug in SHA", MessageDigest.isEqual(digest,
402 * @tests java.security.MessageDigest#isEqual(byte[], byte[])
405 assertTrue("isEqual is not correct", MessageDigest.isEqual(AR1, AR2));
H A DDigestInputStream2Test.java74 MessageDigest.isEqual(noChangeDigest.digest(), originalDigest
86 !MessageDigest.isEqual(digest.digest(), changeDigest.digest()));
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objctests/
H A DRTCPeerConnectionTest.mm71 return [session1.type isEqual:session2.type];
139 EXPECT_TRUE([offerDC.label isEqual:@"offerDC"]);
216 EXPECT_TRUE([offerSDP.type isEqual:pcOffer.localDescription.type]);
217 EXPECT_TRUE([answerSDP.type isEqual:pcOffer.remoteDescription.type]);
218 EXPECT_TRUE([offerSDP.type isEqual:pcAnswer.remoteDescription.type]);
219 EXPECT_TRUE([answerSDP.type isEqual:pcAnswer.localDescription.type]);
H A DRTCPeerConnectionSyncObserver.m174 NSAssert([expectedLabel isEqual:stream.label], @"Stream not expected");
181 NSAssert([expectedLabel isEqual:stream.label], @"Stream not expected");
221 NSAssert([expectedLabel isEqual:dataChannel.label],
245 NSAssert([expectedBuffer.data isEqual:buffer.data],
/external/skia/include/gpu/
H A DGrEffectStage.h54 if (!(*this->getEffect())->isEqual(*other.getEffect())) {
164 bool isEqual(const GrEffectStage& stage, bool ignoreCoordChange) const { function in class:GrEffectStage::DeferredStage
170 if (!(*stage.getEffect())->isEqual(*fEffect)) {
H A DGrEffect.h122 A return value of true from isEqual() should not be used to test whether the effects would
127 bool isEqual(const GrEffectRef& other) const { function in class:GrEffect
128 return this->isEqual(*other.get());
302 bool isEqual(const GrEffect& other) const { function in class:GrEffect
317 /** Subclass implements this to support isEqual(). It will only be called if it is known that
326 // from deferred state, to call isEqual on naked GrEffects, and
/external/llvm/lib/IR/
H A DLLVMContextImpl.h67 static bool isEqual(const KeyTy &LHS, const KeyTy &RHS) { function in struct:llvm::DenseMapAPIntKeyInfo
95 static bool isEqual(const KeyTy &LHS, const KeyTy &RHS) { function in struct:llvm::DenseMapAPFloatKeyInfo
134 static bool isEqual(const KeyTy& LHS, const StructType *RHS) { function in struct:llvm::AnonStructTypeKeyInfo
139 static bool isEqual(const StructType *LHS, const StructType *RHS) { function in struct:llvm::AnonStructTypeKeyInfo
183 static bool isEqual(const KeyTy& LHS, const FunctionType *RHS) { function in struct:llvm::FunctionTypeKeyInfo
188 static bool isEqual(const FunctionType *LHS, const FunctionType *RHS) { function in struct:llvm::FunctionTypeKeyInfo
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBKey.h76 if (array[i]->isEqual(result[j].get())) {
144 bool isEqual(const IDBKey* other) const;
H A DIDBKey.cpp104 bool IDBKey::isEqual(const IDBKey* other) const function in class:blink::IDBKey
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DAMutableDictionary.h42 - (BOOL) isEqual:(id)object;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
H A DNativeImageSkia.h124 bool isEqual(const SkISize& otherScaledImageSize, const SkIRect& otherScaledImageSubset) const;
/external/guava/guava/src/com/google/common/hash/
H A DHashCode.java82 return MessageDigest.isEqual(this.asBytes(), that.asBytes());
/external/llvm/include/llvm/IR/
H A DDebugLoc.h119 static bool isEqual(DebugLoc LHS, DebugLoc RHS) { return LHS == RHS; } function in struct:llvm::DenseMapInfo

Completed in 449 milliseconds

123456