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 abstract class MatchFinder implements Finder {
  /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;
573 MatchFinder::MatchCallback* Callback)
578 Callback->run(MatchFinder::MatchResult(BoundNodesView, Context));
583 MatchFinder::MatchCallback* Callback;
748 MatchFinder::ParsingDoneTestCallback *ParsingDone)
765 MatchFinder::ParsingDoneTestCallback *ParsingDone;
771 MatchFinder::MatchResult::MatchResult(const BoundNodes &Nodes,
776 MatchFinder::MatchCallback::~MatchCallback() {}
777 MatchFinder::ParsingDoneTestCallback::~ParsingDoneTestCallback() {}
779 MatchFinder::MatchFinder() : ParsingDone(NULL) {
    [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 75 milliseconds