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

  /external/droiddriver/src/io/appium/droiddriver/finders/
By.java 31 private static final MatchFinder ANY = new MatchFinder(null);
34 public static MatchFinder any() {
39 public static MatchFinder is(Attribute attribute) {
40 return new MatchFinder(Predicates.attributeTrue(attribute));
46 public static MatchFinder not(Attribute attribute) {
47 return new MatchFinder(Predicates.attributeFalse(attribute));
51 public static MatchFinder resourceId(int resourceId) {
60 public static MatchFinder resourceId(String resourceId) {
61 return new MatchFinder(Predicates.attributeEquals(Attribute.RESOURCE_ID, resourceId))
    [all...]
MatchFinder.java 29 public class MatchFinder implements Finder {
32 public MatchFinder(Predicate<? super UiElement> predicate) {
64 * {@link By#anyOf(MatchFinder...)}.
  /external/clang/include/clang/Tooling/
RefactoringCallbacks.h 19 // MatchFinder Finder;
41 class RefactoringCallback : public ast_matchers::MatchFinder::MatchCallback {
55 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
67 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
80 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
  /external/clang/unittests/AST/
DeclTest.cpp 22 MatchFinder Finder;
MatchVerifier.h 42 class MatchVerifier : public MatchFinder::MatchCallback {
66 void run(const MatchFinder::MatchResult &Result) override;
67 virtual void verify(const MatchFinder::MatchResult &Result,
90 MatchFinder Finder;
131 void MatchVerifier<NodeType>::run(const MatchFinder::MatchResult &Result) {
144 const MatchFinder::MatchResult &Result) {
169 void verify(const MatchFinder::MatchResult &Result,
209 void verify(const MatchFinder::MatchResult &Result,
248 void verify(const MatchFinder::MatchResult &Result,
275 void verify(const MatchFinder::MatchResult &Result
    [all...]
NamedDeclPrinterTest.cpp 31 class PrintMatch : public MatchFinder::MatchCallback {
40 void run(const MatchFinder::MatchResult &Result) override {
69 MatchFinder Finder;
StmtPrinterTest.cpp 40 class PrintMatch : public MatchFinder::MatchCallback {
47 void run(const MatchFinder::MatchResult &Result) override {
74 MatchFinder Finder;
DeclPrinterTest.cpp 40 class PrintMatch : public MatchFinder::MatchCallback {
47 void run(const MatchFinder::MatchResult &Result) override {
75 MatchFinder Finder;
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchFinder.h 22 // class HandleMatch : public MatchFinder::MatchCallback {
24 // virtual void Run(const MatchFinder::MatchResult &Result) {
33 // MatchFinder finder;
55 /// After creation, you can add multiple matchers to the MatchFinder via
64 /// were added to the MatchFinder.
69 class MatchFinder {
73 /// Every time a match is found, the MatchFinder will invoke the registered
96 /// \brief Called on every match by the \c MatchFinder.
138 MatchFinder(MatchFinderOptions Options = MatchFinderOptions());
139 ~MatchFinder();
    [all...]
  /external/clang/lib/Tooling/
RefactoringCallbacks.cpp 41 const ast_matchers::MatchFinder::MatchResult &Result) {
54 const ast_matchers::MatchFinder::MatchResult &Result) {
67 const ast_matchers::MatchFinder::MatchResult &Result) {
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 35 typedef MatchFinder::MatchCallback MatchCallback;
296 MatchASTVisitor(const MatchFinder::MatchersByType *Matchers,
297 const MatchFinder::MatchFinderOptions &Options)
689 MatchFinder::MatchCallback* Callback)
694 Callback->run(MatchFinder::MatchResult(BoundNodesView, Context));
699 MatchFinder::MatchCallback* Callback;
723 const MatchFinder::MatchersByType *Matchers;
736 const MatchFinder::MatchFinderOptions &Options;
876 MatchASTConsumer(MatchFinder *Finder,
877 MatchFinder::ParsingDoneTestCallback *ParsingDone
    [all...]
  /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))
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.h 38 class VerifyMatch : public MatchFinder::MatchCallback {
43 void run(const MatchFinder::MatchResult &Result) override {
68 MatchFinder Finder;
168 MatchFinder Finder;
222 MatchFinder Finder;
ASTMatchersTest.cpp 46 MatchFinder Finder;
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/utils/compression/
Lzma.java 50 public int MatchFinder = 1;
69 if (!encoder.SetMatchFinder(params.MatchFinder)) throw new RuntimeException("Incorrect -mf value");
  /external/lzma/C/
LzFindMt.h 89 CMatchFinder *MatchFinder;
LzFindMt.c 170 CMatchFinder *mf = mt->MatchFinder;
469 CMatchFinder *mf = p->MatchFinder;
493 CMatchFinder *mf = p->MatchFinder;
519 /* p->MatchFinder->ReleaseStream(); */
766 switch(p->MatchFinder->numHashBytes)
781 p->GetHeadsFunc = p->MatchFinder->bigHash ? GetHeads4b : GetHeads4;
LzmaEnc.c 271 IMatchFinder matchFinder;
823 p->matchFinder.Skip(p->matchFinderObj, num);
830 p->numAvail = p->matchFinder.GetNumAvailableBytes(p->matchFinderObj);
831 numPairs = p->matchFinder.GetMatches(p->matchFinderObj, p->matches);
848 const Byte *pby = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1;
977 data = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1;
    [all...]
  /external/clang/unittests/Tooling/
RefactoringCallbacksTest.cpp 26 MatchFinder Finder;
  /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,
  /prebuilts/misc/common/droiddriver/
droiddriver-1.0.0-BETA1.jar 
droiddriver-0.9.jar 
  /external/lzma/CS/7zip/Compress/LZMA/
LzmaEncoder.cs     [all...]

Completed in 722 milliseconds