Searched refs:isEqual (Results 76 - 100 of 158) sorted by relevance

1234567

/external/llvm/unittests/ADT/
H A DDenseMapTest.cpp188 static bool isEqual(const unsigned& LHS, const unsigned& RHS) { function in struct:__anon7908::TestDenseMapInfo
191 static bool isEqual(const char* LHS, const unsigned& RHS) { function in struct:__anon7908::TestDenseMapInfo
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/String/
H A D15.5.4.12-2.js70 var isEqual = EXPECT_STRING == (new String( TEST_STRING )).toUpperCase();
73 "isEqual",
75 isEqual);
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebSecurityOrigin.mm80 - (BOOL)isEqual:(id)anObject
/external/icu4c/test/intltest/
H A Dplurults.cpp285 UBool isEqual = TRUE; local
289 isEqual = FALSE;
292 return isEqual;
/external/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp294 while (OptionIdx != e && OptionsToMatch[OptionIdx]->isEqual(Optn))
310 if (Optn->isEqual(ScanMatcher)) {
333 (M2->isEqual(Optn) || M2->isContradictory(Optn))) {
/external/webkit/Tools/DumpRenderTree/mac/
H A DEventSendingController.mm306 if ([modifierName isEqual:@"ctrlKey"])
308 else if ([modifierName isEqual:@"shiftKey"] || [modifierName isEqual:@"rangeSelectionKey"])
310 else if ([modifierName isEqual:@"altKey"])
312 else if ([modifierName isEqual:@"metaKey"] || [modifierName isEqual:@"addSelectionKey"])
/external/clang/include/clang/AST/
H A DCharUnits.h205 static bool isEqual(const clang::CharUnits &LHS, function in struct:llvm::DenseMapInfo
H A DDeclarationName.h570 isEqual(clang::DeclarationName LHS, clang::DeclarationName RHS) { function in struct:llvm::DenseMapInfo
/external/llvm/include/llvm/ADT/
H A DPointerIntPair.h144 static bool isEqual(const Ty &LHS, const Ty &RHS) { return LHS == RHS; }
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);
/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/Source/WebKit/win/
H A DWebMutableURLRequest.h114 virtual HRESULT STDMETHODCALLTYPE isEqual(
/external/webkit/Tools/DumpRenderTree/
H A DAccessibilityUIElement.h73 bool isEqual(AccessibilityUIElement* otherElement);
/external/clang/lib/StaticAnalyzer/Core/
H A DBasicConstraintManager.cpp104 bool isEqual(ProgramStateRef state,
295 bool BasicConstraintManager::isEqual(ProgramStateRef state, function in class:BasicConstraintManager
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DRedundentExprEliminator.java619 boolean isEqual = expr2.deepEquals(lpi);
620 if(isEqual)
696 boolean isEqual = expr2.deepEquals(lpi);
697 if(isEqual)
/external/chromium/webkit/glue/
H A Dcpp_variant.cc43 bool CppVariant::isEqual(const CppVariant& other) const { function in class:CppVariant
/external/clang/test/Analysis/
H A Dsystem-header-simulator-objc.h40 - (BOOL)isEqual:(id)object;
/external/webkit/Source/WebCore/inspector/
H A DInspectorConsoleAgent.cpp244 if (m_previousMessage && m_previousMessage->type() != EndGroupMessageType && m_previousMessage->isEqual(consoleMessage.get())) {
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DSimpleFontDataMac.mm169 if ([[m_platformData.font() familyName] isEqual:@"Times"])
189 if ([fallbackFontFamily isEqual:@"Times New Roman"]) {
/external/webkit/Tools/DumpRenderTree/chromium/
H A DCppVariant.cpp73 bool CppVariant::isEqual(const CppVariant& other) const function in class:CppVariant
/external/icu4c/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/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
H A DWebDragClientMac.mm241 if ([type isEqual:NSTIFFPboardType]) {
/external/clang/include/clang/Basic/
H A DSourceLocation.h401 static bool isEqual(clang::FileID LHS, clang::FileID RHS) { function in struct:llvm::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
/external/llvm/include/llvm/Support/
H A DValueHandle.h263 static bool isEqual(const AssertingVH<T> &LHS, const AssertingVH<T> &RHS) { function in struct:llvm::DenseMapInfo

Completed in 1094 milliseconds

1234567