Searched defs:isEqual (Results 1 - 25 of 62) sorted by relevance

123

/external/webkit/Source/WebCore/storage/
H A DIDBKey.cpp65 bool IDBKey::isEqual(const IDBKey* other) const function in class:WebCore::IDBKey
/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/clang/include/clang/AST/
H A DTypeOrdering.h51 static bool isEqual(clang::QualType LHS, clang::QualType RHS) { function in struct:llvm::DenseMapInfo
71 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
H A DGlobalDecl.h109 static bool isEqual(clang::GlobalDecl LHS, function in struct:llvm::DenseMapInfo
H A DCharUnits.h205 static bool isEqual(const clang::CharUnits &LHS, function in struct:llvm::DenseMapInfo
/external/webkit/Source/WebCore/inspector/
H A DScriptArguments.cpp82 bool ScriptArguments::isEqual(ScriptArguments* other) const function in class:WebCore::ScriptArguments
93 if (!m_arguments[i].isEqual(other->globalState(), other->m_arguments[i]))
H A DScriptCallFrame.cpp51 bool ScriptCallFrame::isEqual(const ScriptCallFrame& o) const function in class:WebCore::ScriptCallFrame
H A DScriptCallStack.cpp63 bool ScriptCallStack::isEqual(ScriptCallStack* o) const function in class:WebCore::ScriptCallStack
73 if (!m_frames[i].isEqual(o->m_frames[i]))
H A DConsoleMessage.cpp168 bool ConsoleMessage::isEqual(ConsoleMessage* msg) const function in class:WebCore::ConsoleMessage
171 if (!m_arguments->isEqual(msg->m_arguments.get()))
177 if (!m_callStack->isEqual(msg->m_callStack.get()))
/external/webkit/Tools/DumpRenderTree/
H A DAccessibilityTextMarker.h57 bool isEqual(AccessibilityTextMarker*);
77 bool isEqual(AccessibilityTextMarkerRange*);
95 inline bool AccessibilityTextMarker::isEqual(AccessibilityTextMarker*) { return false; } function in class:AccessibilityTextMarker
101 inline bool AccessibilityTextMarkerRange::isEqual(AccessibilityTextMarkerRange*) { return false; } function in class:AccessibilityTextMarkerRange
/external/bouncycastle/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 DImmutableIntervalMap.h50 static bool isEqual(key_type_ref L, key_type_ref R) { function in struct:llvm::ImutIntervalInfo
55 return ImutContainerInfo<T>::isEqual(L,R);
H A DImmutableList.h114 /// isEqual - Returns true if two lists are equal. Because all lists created
119 bool isEqual(const ImmutableList& L) const { return X == L.X; } function in class:llvm::ImmutableList
121 bool operator==(const ImmutableList& L) const { return isEqual(L); }
219 static bool isEqual(ImmutableList<T> X1, ImmutableList<T> X2) { function in struct:llvm::DenseMapInfo
/external/clang/include/clang/Index/
H A DEntity.h139 isEqual(clang::idx::Entity LHS, clang::idx::Entity RHS) { function in struct:llvm::DenseMapInfo
H A DGlobalSelector.h90 isEqual(clang::idx::GlobalSelector LHS, clang::idx::GlobalSelector RHS) { function in struct:llvm::DenseMapInfo
/external/webkit/Source/WebCore/bindings/v8/
H A DScriptValue.h98 bool isEqual(ScriptState*, const ScriptValue& value) const function in class:WebCore::ScriptValue
/external/webkit/Source/WebKit/win/
H A DWebActionPropertyBag.cpp96 static bool isEqual(LPCWSTR s1, LPCWSTR s2) function
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)) {
H A DWebElementPropertyBag.cpp96 static bool isEqual(LPCWSTR s1, LPCWSTR s2) function
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(WebElementSpellingToolTipKe
[all...]
/external/chromium/webkit/glue/
H A Dcpp_variant.cc43 bool CppVariant::isEqual(const CppVariant& other) const { function in class:CppVariant
/external/webkit/Source/WebCore/bindings/js/
H A DScriptValue.cpp68 bool ScriptValue::isEqual(ScriptState* scriptState, const ScriptValue& anotherValue) const function in class:WebCore::ScriptValue
/external/webkit/Tools/DumpRenderTree/chromium/
H A DCppVariant.cpp73 bool CppVariant::isEqual(const CppVariant& other) const function in class:CppVariant
/external/clang/lib/StaticAnalyzer/Core/
H A DBasicConstraintManager.cpp104 bool isEqual(const ProgramState *state,
295 bool BasicConstraintManager::isEqual(const ProgramState *state, function in class:BasicConstraintManager
/external/icu4c/test/intltest/
H A Dplurults.cpp276 UBool isEqual = TRUE; local
280 isEqual = FALSE;
283 return isEqual;

Completed in 379 milliseconds

123