HomeSort by relevance Sort by last modified time
    Searched refs:isEqual (Results 51 - 75 of 179) sorted by null

1 23 4 5 6 7 8

  /external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/selfbraille/
SelfBrailleClient.java 179 if (MessageDigest.isEqual(EYES_FREE_CERT_SHA1, digest.digest())) {
  /external/clang/include/clang/AST/
CharUnits.h 210 static bool isEqual(const clang::CharUnits &LHS,
  /external/clang/lib/CodeGen/
CodeGenTBAA.h 150 static bool isEqual(const clang::CodeGen::TBAAPathTag &LHS,
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 84 static bool isEqual(SimpleValue LHS, SimpleValue RHS);
142 bool DenseMapInfo<SimpleValue>::isEqual(SimpleValue LHS, SimpleValue RHS) {
227 static bool isEqual(CallValue LHS, CallValue RHS);
244 bool DenseMapInfo<CallValue>::isEqual(CallValue LHS, CallValue RHS) {
  /libcore/luni/src/main/java/java/security/
MessageDigest.java 302 public static boolean isEqual(byte[] digesta, byte[] digestb) {
  /external/llvm/include/llvm/IR/
ValueMap.h 270 static bool isEqual(const VH &LHS, const VH &RHS) {
273 static bool isEqual(const KeyT &LHS, const VH &RHS) {
ValueHandle.h 251 static bool isEqual(const AssertingVH<T> &LHS, const AssertingVH<T> &RHS) {
  /libcore/luni/src/main/java/java/util/jar/
JarVerifier.java 131 if (!MessageDigest.isEqual(d, Base64.decode(hash))) {
391 return MessageDigest.isEqual(b, Base64.decode(hashBytes));
  /external/chromium_org/third_party/WebKit/Source/wtf/
Deque.h 135 bool isEqual(const DequeIteratorBase&) const;
165 bool operator==(const Iterator& other) const { return Base::isEqual(other); }
166 bool operator!=(const Iterator& other) const { return !Base::isEqual(other); }
198 bool operator==(const Iterator& other) const { return Base::isEqual(other); }
199 bool operator!=(const Iterator& other) const { return !Base::isEqual(other); }
467 inline bool DequeIteratorBase<T, inlineCapacity, Allocator>::isEqual(const DequeIteratorBase& other) const
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
DOMExtension.js 237 Constraints.prototype.isEqual = function(constraints)
239 return !!constraints && this.minimum.isEqual(constraints.minimum) && this.preferred.isEqual(constraints.preferred);
Geometry.js 189 Size.prototype.isEqual = function(size)
  /external/chromium_org/third_party/jsoncpp/overrides/include/json/
value.h 936 return isEqual( other );
941 return !isEqual( other );
967 bool isEqual( const SelfType &other ) const;
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrDrawState.h     [all...]
  /external/jsoncpp/chromium-overrides/include/json/
value.h 936 return isEqual( other );
941 return !isEqual( other );
967 bool isEqual( const SelfType &other ) const;
    [all...]
  /external/jsoncpp/include/json/
value.h 936 return isEqual( other );
941 return !isEqual( other );
967 bool isEqual( const SelfType &other ) const;
    [all...]
  /external/skia/src/gpu/
GrDrawState.h     [all...]
  /external/deqp/modules/gles2/scripts/
genutil.py 159 def isEqual(a, b): return Scalar(a.isEqual(b))
162 def isNotEqual(a, b): return Scalar(not a.isEqual(b))
200 def isEqual(self, other): assert isinstance(other, Scalar); return (self.x == other.x)
291 def isEqual(self, other):
627 def isEqual(self, other):
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
FontCacheMac.mm 132 if ([[substituteFont familyName] isEqual:@"Apple Color Emoji"])
SimpleFontDataMac.mm 163 if ([[m_platformData.font() familyName] isEqual:@"Times"])
179 if ([fallbackFontFamily isEqual:@"Times New Roman"]) {
  /external/chromium_org/third_party/skia/src/effects/
SkLightingImageFilter.cpp 523 virtual bool isEqual(const SkLight& other) const {
577 virtual bool isEqual(const SkLight& other) const SK_OVERRIDE {
583 return INHERITED::isEqual(other) &&
633 virtual bool isEqual(const SkLight& other) const SK_OVERRIDE {
638 return INHERITED::isEqual(other) &&
774 virtual bool isEqual(const SkLight& other) const SK_OVERRIDE {
780 return INHERITED::isEqual(other) &&
    [all...]
  /external/skia/src/effects/
SkLightingImageFilter.cpp 523 virtual bool isEqual(const SkLight& other) const {
577 virtual bool isEqual(const SkLight& other) const SK_OVERRIDE {
583 return INHERITED::isEqual(other) &&
633 virtual bool isEqual(const SkLight& other) const SK_OVERRIDE {
638 return INHERITED::isEqual(other) &&
774 virtual bool isEqual(const SkLight& other) const SK_OVERRIDE {
780 return INHERITED::isEqual(other) &&
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
RedundentExprEliminator.java 619 boolean isEqual = expr2.deepEquals(lpi);
620 if(isEqual)
696 boolean isEqual = expr2.deepEquals(lpi);
697 if(isEqual)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
IDBBindingUtilitiesTest.cpp 65 EXPECT_TRUE(key->isEqual(extractedKey));
  /external/clang/test/Analysis/Inputs/
system-header-simulator-objc.h 45 - (BOOL)isEqual:(id)object;
  /external/llvm/include/llvm/ADT/
PointerIntPair.h 177 static bool isEqual(const Ty &LHS, const Ty &RHS) { return LHS == RHS; }

Completed in 783 milliseconds

1 23 4 5 6 7 8