HomeSort by relevance Sort by last modified time
    Searched defs:MatchFinder (Results 1 - 7 of 7) sorted by null

  /external/droiddriver/src/com/google/android/droiddriver/finders/
MatchFinder.java 29 public class MatchFinder implements Finder {
32 public MatchFinder(Predicate<? super UiElement> predicate) {
64 * {@link By#anyOf(MatchFinder...)}.
  /external/clang/include/clang/ASTMatchers/
ASTMatchFinder.h 22 // class HandleMatch : public MatchFinder::MatchCallback {
24 // virtual void Run(const MatchFinder::MatchResult &Result) {
33 // MatchFinder finder;
52 /// After creation, you can add multiple matchers to the MatchFinder via
61 /// were added to the MatchFinder.
66 class MatchFinder {
70 /// Every time a match is found, the MatchFinder will invoke the registered
93 /// \brief Called on every match by the \c MatchFinder.
114 MatchFinder();
115 ~MatchFinder();
    [all...]
  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaAlone.cs 72 MatchFinder,
181 if (parser[(int)Key.MatchFinder].ThereIs)
182 mf = (string)parser[(int)Key.MatchFinder].PostStrings[0];
280 CoderPropID.MatchFinder,
  /external/lzma/CS/7zip/
ICoder.cs 119 MatchFinder,
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 31 typedef MatchFinder::MatchCallback MatchCallback;
572 MatchFinder::MatchCallback* Callback)
577 Callback->run(MatchFinder::MatchResult(BoundNodesView, Context));
582 MatchFinder::MatchCallback* Callback;
741 MatchASTConsumer(MatchFinder *Finder,
742 MatchFinder::ParsingDoneTestCallback *ParsingDone)
753 MatchFinder *Finder;
754 MatchFinder::ParsingDoneTestCallback *ParsingDone;
760 MatchFinder::MatchResult::MatchResult(const BoundNodes &Nodes,
765 MatchFinder::MatchCallback::~MatchCallback() {
    [all...]
  /external/lzma/C/
LzFindMt.h 91 CMatchFinder *MatchFinder;
  /external/lzma/Java/SevenZip/
LzmaAlone.java 27 public int MatchFinder = 1;
58 MatchFinder = 0;
60 MatchFinder = 1;
62 MatchFinder = 2;
186 if (params.MatchFinder > 1)
210 if (!encoder.SetMatchFinder(params.MatchFinder))

Completed in 91 milliseconds