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

  /external/droiddriver/src/io/appium/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;
54 /// After creation, you can add multiple matchers to the MatchFinder via
63 /// were added to the MatchFinder.
68 class MatchFinder {
72 /// Every time a match is found, the MatchFinder will invoke the registered
95 /// \brief Called on every match by the \c MatchFinder.
137 MatchFinder(MatchFinderOptions Options = MatchFinderOptions());
138 ~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 35 typedef MatchFinder::MatchCallback MatchCallback;
299 MatchASTVisitor(const MatchFinder::MatchersByType *Matchers,
300 const MatchFinder::MatchFinderOptions &Options)
698 MatchFinder::MatchCallback* Callback)
703 Callback->run(MatchFinder::MatchResult(BoundNodesView, Context));
708 MatchFinder::MatchCallback* Callback;
732 const MatchFinder::MatchersByType *Matchers;
745 const MatchFinder::MatchFinderOptions &Options;
    [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))
  /prebuilts/misc/common/droiddriver/
droiddriver-0.9.jar 

Completed in 102 milliseconds