Searched refs:findMatch (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/text/
H A DStringImpl.cpp343 PassRefPtr<StringImpl> StringImpl::removeCharacters(CharacterMatchFunctionPtr findMatch) argument
349 while (from != fromend && !findMatch(*from))
362 while (from != fromend && findMatch(*from))
364 while (from != fromend && !findMatch(*from))
H A DWTFString.cpp298 String String::removeCharacters(CharacterMatchFunctionPtr findMatch) const
302 return m_impl->removeCharacters(findMatch);
/external/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp144 bool findMatch(const ast_type_traits::DynTypedNode &DynNode) { function in class:clang::ast_matchers::internal::__anon3535::MatchChildASTVisitor
346 return Visitor.findMatch(Node);
/external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/
H A DMixed.pm236 sub findMatch subroutine
257 } # end findMatch
311 ($opt, $problem) = findMatch($opt)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 242 milliseconds