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

1 2 3

  /external/droiddriver/src/io/appium/droiddriver/finders/
By.java 35 private static final MatchFinder ANY = new MatchFinder(null);
40 public static MatchFinder any() {
47 public static MatchFinder is(Attribute attribute) {
48 return new MatchFinder(Predicates.attributeTrue(attribute));
54 public static MatchFinder not(Attribute attribute) {
55 return new MatchFinder(Predicates.attributeFalse(attribute));
61 public static MatchFinder resourceId(int resourceId) {
70 public static MatchFinder resourceId(String resourceId) {
71 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;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/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;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/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;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/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;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/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;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/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;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/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;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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/v8/tools/clang/value_cleanup/
ListValueRewriter.h 22 void RegisterMatchers(clang::ast_matchers::MatchFinder* match_finder);
26 : public clang::ast_matchers::MatchFinder::MatchCallback {
32 const clang::ast_matchers::MatchFinder::MatchResult& result) override;
44 const clang::ast_matchers::MatchFinder::MatchResult& result) override;
53 const clang::ast_matchers::MatchFinder::MatchResult& result) override;
62 const clang::ast_matchers::MatchFinder::MatchResult& result) override;
71 const clang::ast_matchers::MatchFinder::MatchResult& result) override;
75 : public clang::ast_matchers::MatchFinder::MatchCallback {
81 const clang::ast_matchers::MatchFinder::MatchResult& result) override;
88 : public clang::ast_matchers::MatchFinder::MatchCallback
    [all...]
  /external/clang/unittests/Analysis/
CFGTest.cpp 31 class CFGCallback : public ast_matchers::MatchFinder::MatchCallback {
35 void run(const ast_matchers::MatchFinder::MatchResult &Result) override {
47 ast_matchers::MatchFinder Finder;
  /external/v8/tools/clang/empty_string/
EmptyStringConverter.cpp 30 class ConstructorCallback : public MatchFinder::MatchCallback {
35 virtual void run(const MatchFinder::MatchResult& result) override;
43 class InitializerCallback : public MatchFinder::MatchCallback {
48 virtual void run(const MatchFinder::MatchResult& result) override;
57 class TemporaryCallback : public MatchFinder::MatchCallback {
61 virtual void run(const MatchFinder::MatchResult& result) override;
74 void SetupMatchers(MatchFinder* match_finder);
82 void EmptyStringConverter::SetupMatchers(MatchFinder* match_finder) {
110 void ConstructorCallback::run(const MatchFinder::MatchResult& result) {
124 void InitializerCallback::run(const MatchFinder::MatchResult& result)
    [all...]
  /external/clang/unittests/AST/
DeclTest.cpp 22 MatchFinder Finder;
  /external/clang/unittests/ASTMatchers/
ASTMatchersInternalTest.cpp 103 TEST(MatchFinder, CheckProfiling) {
104 MatchFinder::MatchFinderOptions Options;
107 MatchFinder Finder(std::move(Options));
109 struct NamedCallback : public MatchFinder::MatchCallback {
110 void run(const MatchFinder::MatchResult &Result) override {}
122 class VerifyStartOfTranslationUnit : public MatchFinder::MatchCallback {
125 void run(const MatchFinder::MatchResult &Result) override {
132 TEST(MatchFinder, InterceptsStartOfTranslationUnit) {
133 MatchFinder Finder;
148 class VerifyEndOfTranslationUnit : public MatchFinder::MatchCallback
    [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...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/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...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/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...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/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...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/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...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/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...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/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...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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...]

Completed in 578 milliseconds

1 2 3