HomeSort by relevance Sort by last modified time
    Searched refs:isEqual (Results 1 - 25 of 182) sorted by null

1 2 3 4 5 6 7 8

  /external/webkit/Tools/DumpRenderTree/mac/
AccessibilityTextMarkerMac.mm 47 bool AccessibilityTextMarker::isEqual(AccessibilityTextMarker* other)
49 return [(id)platformTextMarker() isEqual:(id)other->platformTextMarker()];
73 bool AccessibilityTextMarkerRange::isEqual(AccessibilityTextMarkerRange* other)
75 return [(id)platformTextMarkerRange() isEqual:(id)other->platformTextMarkerRange()];
  /external/bouncycastle/src/main/java/org/bouncycastle/util/io/pem/
PemHeader.java 38 return other == this || (isEqual(this.name, other.name) && isEqual(this.value, other.value));
51 private boolean isEqual(String s1, String s2)
  /external/llvm/include/llvm/ADT/
DenseMapInfo.h 27 //static bool isEqual(const T &LHS, const T &RHS);
47 static bool isEqual(const T *LHS, const T *RHS) { return LHS == RHS; }
55 static bool isEqual(const char &LHS, const char &RHS) {
65 static bool isEqual(const unsigned& LHS, const unsigned& RHS) {
77 static bool isEqual(const unsigned long& LHS, const unsigned long& RHS) {
89 static bool isEqual(const unsigned long long& LHS,
100 static bool isEqual(const int& LHS, const int& RHS) {
114 static bool isEqual(const long& LHS, const long& RHS) {
126 static bool isEqual(const long long& LHS,
160 static bool isEqual(const Pair &LHS, const Pair &RHS)
    [all...]
DenseMap.h 68 if (!KeyInfoT::isEqual(P->first, EmptyKey) &&
69 !KeyInfoT::isEqual(P->first, TombstoneKey))
118 if (!KeyInfoT::isEqual(P->first, EmptyKey)) {
119 if (!KeyInfoT::isEqual(P->first, TombstoneKey)) {
152 /// getHashValue(LookupKeyT) and isEqual(LookupKeyT, KeyT) for each key
261 if (!KeyInfoT::isEqual(P->first, EmptyKey) &&
262 !KeyInfoT::isEqual(P->first, TombstoneKey))
292 if (!KeyInfoT::isEqual(Buckets[i].first, getEmptyKey()) &&
293 !KeyInfoT::isEqual(Buckets[i].first, getTombstoneKey()))
320 if (!KeyInfoT::isEqual(TheBucket->first, getEmptyKey())
    [all...]
  /external/webkit/Source/WebKit/win/
WebElementPropertyBag.cpp 96 static bool isEqual(LPCWSTR s1, LPCWSTR s2)
122 if (isEqual(WebElementDOMNodeKey, key)) {
127 } else if (isEqual(WebElementFrameKey, key)) {
139 } else if (isEqual(WebElementImageAltStringKey, key))
141 else if (isEqual(WebElementImageKey, key)) {
145 } else if (isEqual(WebElementImageRectKey, key)) {
151 } else if (isEqual(WebElementImageURLKey, key))
153 else if (isEqual(WebElementIsSelectedKey, key)) {
161 if (isEqual(WebElementMediaURLKey, key))
163 if (isEqual(WebElementSpellingToolTipKey, key))
    [all...]
WebActionPropertyBag.cpp 96 static bool isEqual(LPCWSTR s1, LPCWSTR s2)
116 if (isEqual(pszPropName, WebActionNavigationTypeKey)) {
121 if (isEqual(pszPropName, WebActionElementKey)) {
128 if (isEqual(pszPropName, WebActionButtonKey)) {
135 if (isEqual(pszPropName, WebActionOriginalURLKey)) {
140 if (isEqual(pszPropName, WebActionModifierFlagsKey)) {
156 if (isEqual(pszPropName, WebActionFormKey)) {
  /external/webkit/Tools/DumpRenderTree/
AccessibilityTextMarker.h 57 bool isEqual(AccessibilityTextMarker*);
77 bool isEqual(AccessibilityTextMarkerRange*);
95 inline bool AccessibilityTextMarker::isEqual(AccessibilityTextMarker*) { return false; }
101 inline bool AccessibilityTextMarkerRange::isEqual(AccessibilityTextMarkerRange*) { return false; }
  /external/webkit/Source/WebCore/inspector/
ScriptCallFrame.h 50 bool isEqual(const ScriptCallFrame&) const;
ScriptCallStack.h 54 bool isEqual(ScriptCallStack*) const;
ScriptArguments.h 56 bool isEqual(ScriptArguments*) const;
ScriptArguments.cpp 82 bool ScriptArguments::isEqual(ScriptArguments* other) const
93 if (!m_arguments[i].isEqual(other->globalState(), other->m_arguments[i]))
ScriptCallStack.cpp 63 bool ScriptCallStack::isEqual(ScriptCallStack* o) const
73 if (!m_frames[i].isEqual(o->m_frames[i]))
ScriptCallFrame.cpp 51 bool ScriptCallFrame::isEqual(const ScriptCallFrame& o) const
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
EncodedKeySpec2Test.java 52 isEqual(key, keys.getPublic()));
59 isEqual(key, keys.getPrivate()));
62 private boolean isEqual(Key key1, Key key2) {
  /libcore/luni/src/test/java/tests/security/spec/
EncodedKeySpec2Test.java 53 isEqual(key, keys.getPublic()));
60 isEqual(key, keys.getPrivate()));
63 private boolean isEqual(Key key1, Key key2) {
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
SimPhoneBookTest.java 76 assertTrue(firstAdn.isEqual(tmpAdn));
85 assertFalse(firstAdn.isEqual(tmpAdn));
86 assertTrue(secondAdn.isEqual(tmpAdn));
104 assertTrue(originalAdn.isEqual(tmpAdn));
  /external/clang/include/clang/AST/
TypeOrdering.h 51 static bool isEqual(clang::QualType LHS, clang::QualType RHS) {
71 static bool isEqual(clang::CanQualType LHS, clang::CanQualType RHS) {
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodeisequalnode28.js 94 var isEqual;
104 isEqual = text1.isEqualNode(text2);
105 assertTrue("nodeisequalnodeTrue28",isEqual);
106 isEqual = text1.isEqualNode(text3);
107 assertFalse("nodeisequalnodeFalse28",isEqual);
nodeisequalnode29.js 94 var isEqual;
104 isEqual = comment1.isEqualNode(comment2);
105 assertTrue("nodeisequalnodeTrue29",isEqual);
106 isEqual = comment1.isEqualNode(comment3);
107 assertFalse("nodeisequalnodeFalse29",isEqual);
nodeisequalnode31.js 94 var isEqual;
104 isEqual = cdata1.isEqualNode(cdata2);
105 assertTrue("nodeisequalnodeTrue29",isEqual);
106 isEqual = cdata1.isEqualNode(cdata3);
107 assertFalse("nodeisequalnodeFalse29",isEqual);
nodeisequalnode32.js 94 var isEqual;
104 isEqual = pi1.isEqualNode(pi2);
105 assertTrue("nodeisequalnodeTrue29",isEqual);
106 isEqual = pi1.isEqualNode(pi3);
107 assertFalse("nodeisequalnodeFalse29",isEqual);
nodeisequalnode13.js 80 Element Node are not equal. Now import it once more with deep=true and using isEqual
97 var isEqual;
120 isEqual = elem1.isEqualNode(elem2);
121 assertFalse("nodeisequalnodeFalse13",isEqual);
123 isEqual = elem1.isEqualNode(elem3);
124 assertTrue("nodeisequalnodeTrue13",isEqual);
  /external/webkit/Source/WebCore/bindings/js/
ScriptValue.h 56 bool isEqual(ScriptState*, const ScriptValue&) const;
  /external/webkit/Source/WebCore/storage/
IDBKey.cpp 65 bool IDBKey::isEqual(const IDBKey* other) const
  /external/clang/test/Sema/
block-return.c 60 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) {

Completed in 243 milliseconds

1 2 3 4 5 6 7 8