Searched defs:findMatch (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/
H A DMixed.pm236 sub findMatch subroutine
257 } # end findMatch
311 ($opt, $problem) = findMatch($opt)
/external/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp89 bool findMatch(const ast_type_traits::DynTypedNode &DynNode) { function in class:clang::ast_matchers::internal::__anon3669::MatchChildASTVisitor
363 return Visitor.findMatch(Node);
/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))
/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 303 milliseconds