Searched defs:isEqual (Results 1 - 25 of 81) sorted by path

1234

/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/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/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
H A DGeometry.js189 Size.prototype.isEqual = function(size)
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DConsoleModel.js317 isEqual: function(msg)
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DDOMExtension.js230 Constraints.prototype.isEqual = function(constraints)
232 return !!constraints && this.minimum.isEqual(constraints.minimum) && this.preferred.isEqual(constraints.preferred);
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBKey.cpp104 bool IDBKey::isEqual(const IDBKey* other) const function in class:blink::IDBKey
/external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
H A DNativeImageSkia.cpp311 bool matchesPreviousRequest = m_cachedImageInfo.isEqual(scaledImageSize, scaledImageSubset);
360 bool NativeImageSkia::ImageResourceInfo::isEqual(const SkISize& otherScaledImageSize, const SkIRect& otherScaledImageSubset) const function in class:blink::NativeImageSkia::ImageResourceInfo
/external/chromium_org/third_party/icu/source/i18n/
H A Ddtptngen.cpp1579 UBool isEqual=TRUE; local
1582 isEqual=FALSE;
1586 if (isEqual) {
H A Dtzfmt.cpp471 UBool isEqual = local
477 for (int32_t i = 0; i < UTZFMT_PAT_COUNT && isEqual; i++) {
478 isEqual = fGMTOffsetPatterns[i] == tzfmt->fGMTOffsetPatterns[i];
480 for (int32_t i = 0; i < 10 && isEqual; i++) {
481 isEqual = fGMTOffsetDigits[i] == tzfmt->fGMTOffsetDigits[i];
487 return isEqual;
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Didnatest.c521 UBool isEqual){
526 if(isEqual==TRUE && retVal !=0){
536 if(isEqual==TRUE && retVal !=0){
546 if(isEqual==TRUE && retVal !=0){
556 if(isEqual==TRUE && retVal !=0){
518 testCompareWithSrc(const UChar* s1, int32_t s1Len, const UChar* s2, int32_t s2Len, const char* testName, CompareFunc func, UBool isEqual) argument
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dplurults.cpp281 UBool isEqual = TRUE; local
285 isEqual = FALSE;
288 return isEqual;
H A Dtestidna.cpp649 UBool isEqual){
654 if(isEqual==TRUE && retVal !=0){
664 if(isEqual==TRUE && retVal !=0){
674 if(isEqual==TRUE && retVal !=0){
684 if(isEqual==TRUE && retVal !=0){
646 testCompare(const UChar* s1, int32_t s1Len, const UChar* s2, int32_t s2Len, const char* testName, CompareFunc func, UBool isEqual) argument
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/skia/include/gpu/
H A DGrProcessor.h70 A return value of true from isEqual() should not be used to test whether the effects would
74 bool isEqual(const GrProcessor& other) const { function in class:GrProcessor
156 /** Subclass implements this to support isEqual(). It will only be called if it is known that
/external/chromium_org/third_party/skia/src/effects/
H A DSkLightingImageFilter.cpp555 virtual bool isEqual(const SkLight& other) const { function in class:SkLight
609 virtual bool isEqual(const SkLight& other) const SK_OVERRIDE {
615 return INHERITED::isEqual(other) &&
665 virtual bool isEqual(const SkLight& other) const SK_OVERRIDE {
670 return INHERITED::isEqual(other) &&
806 virtual bool isEqual(const SkLight& other) const SK_OVERRIDE {
812 return INHERITED::isEqual(other) &&
1309 fLight->isEqual(*s.fLight) &&
/external/chromium_org/third_party/skia/src/gpu/
H A DGrRODrawState.cpp20 bool GrRODrawState::isEqual(const GrRODrawState& that) const { function in class:GrRODrawState
/external/clang/include/clang/AST/
H A DBaseSubobject.h74 static bool isEqual(const clang::BaseSubobject &LHS, function in struct:llvm::DenseMapInfo
H A DCharUnits.h210 static bool isEqual(const clang::CharUnits &LHS, function in struct:llvm::DenseMapInfo
H A DDeclarationName.h587 isEqual(clang::DeclarationName LHS, clang::DeclarationName RHS) { function in struct:llvm::DenseMapInfo
H A DGlobalDecl.h110 static bool isEqual(clang::GlobalDecl LHS, function in struct:llvm::DenseMapInfo
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
/external/clang/include/clang/Analysis/
H A DProgramPoint.h693 static bool isEqual(const clang::ProgramPoint &L, function in struct:llvm::DenseMapInfo
/external/clang/include/clang/Basic/
H A DSourceLocation.h413 static bool isEqual(clang::FileID LHS, clang::FileID RHS) { function in struct:clang::llvm::DenseMapInfo
/external/clang/include/clang/Sema/
H A DScopeInfo.h242 static bool isEqual(const WeakObjectProfileTy &LHS, function in class:clang::sema::FunctionScopeInfo::WeakObjectProfileTy::DenseMapInfo
/external/clang/include/clang/Serialization/
H A DASTBitCodes.h109 static inline bool isEqual(QualType A, QualType B) { return A == B; } function in struct:clang::serialization::UnsafeQualTypeDenseMapInfo

Completed in 3829 milliseconds

1234