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

1 2 3 4 5 6

  /libcore/ojluni/src/main/java/java/util/regex/
MatchResult.java 34 * a <code>MatchResult</code>.
40 public interface MatchResult {
  /external/clang/include/clang/Tooling/
RefactoringCallbacks.h 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 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 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;
  /cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
SequenceMatcher.java 36 static final class MatchResult<E> {
41 MatchResult(final boolean matched, final List<E> matchedSequence) {
89 MatchResult<E> getResult() {
90 return new MatchResult<>(mSequence.size() == mPredicates.length, mSequence);
97 * specified {@code elements}. It returns {@link MatchResult<E>} of found such sequence.
125 * @return {@link MatchResult<E>} of matcher sequence.
127 static <E> Collector<E, ?, MatchResult<E>> of(final E... elements) {
137 * specified {@code predicates}. It returns {@link MatchResult<E>} of found such sequence.
142 * @return {@link MatchResult<E>} of matched sequence.
144 static <E> Collector<E, ?, MatchResult<E>> of(final Predicate<E>... predicates)
    [all...]
  /external/v8/tools/clang/value_cleanup/
ListValueRewriter.h 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;
81 const clang::ast_matchers::MatchFinder::MatchResult& result) override;
94 const clang::ast_matchers::MatchFinder::MatchResult& result) override;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Tooling/
RefactoringCallbacks.h 82 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
99 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
117 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
130 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Tooling/
RefactoringCallbacks.h 82 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
99 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
117 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
130 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Tooling/
RefactoringCallbacks.h 82 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
99 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
117 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
130 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Tooling/
RefactoringCallbacks.h 82 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
99 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
117 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
130 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Tooling/
RefactoringCallbacks.h 82 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
99 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
117 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
130 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Tooling/
RefactoringCallbacks.h 82 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
99 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
117 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
130 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Tooling/
RefactoringCallbacks.h 82 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
99 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
117 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
130 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Tooling/
RefactoringCallbacks.h 82 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
99 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
117 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
130 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Tooling/
RefactoringCallbacks.h 82 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
99 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
117 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
130 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Tooling/
RefactoringCallbacks.h 82 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
99 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
117 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
130 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Tooling/
RefactoringCallbacks.h 82 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
99 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
117 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
130 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Tooling/
RefactoringCallbacks.h 82 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
99 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
117 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
130 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
  /external/skia/experimental/svg/model/
SkPEG.h 25 struct MatchResult {
26 MatchResult(std::nullptr_t) : fNext(nullptr) {}
27 MatchResult(const char* next, const V& v) : fNext(next), fValue(&v) {}
55 using MatchT = MatchResult<V>;
92 using MatchT = MatchResult<V>;
120 using MatchT = MatchResult<V>;
153 using MatchT = MatchResult<V>;
179 using MatchT = MatchResult<V>;
205 using MatchT = MatchResult<V>;
221 using MatchT = MatchResult<V>
    [all...]
  /external/skqp/experimental/svg/model/
SkPEG.h 25 struct MatchResult {
26 MatchResult(std::nullptr_t) : fNext(nullptr) {}
27 MatchResult(const char* next, const V& v) : fNext(next), fValue(&v) {}
55 using MatchT = MatchResult<V>;
92 using MatchT = MatchResult<V>;
120 using MatchT = MatchResult<V>;
153 using MatchT = MatchResult<V>;
179 using MatchT = MatchResult<V>;
205 using MatchT = MatchResult<V>;
221 using MatchT = MatchResult<V>
    [all...]
  /external/v8/tools/clang/empty_string/
EmptyStringConverter.cpp 35 virtual void run(const MatchFinder::MatchResult& result) override;
48 virtual void run(const MatchFinder::MatchResult& result) override;
61 virtual void run(const MatchFinder::MatchResult& result) override;
110 void ConstructorCallback::run(const MatchFinder::MatchResult& result) {
124 void InitializerCallback::run(const MatchFinder::MatchResult& result) {
136 void TemporaryCallback::run(const MatchFinder::MatchResult& result) {
  /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) {
  /frameworks/base/core/java/android/webkit/
FindAddress.java 20 import java.util.regex.MatchResult;
297 * @return a MatchResult if a valid house number was found.
299 private static MatchResult matchHouseNumber(String content, int offset) {
303 MatchResult matchResult = matcher.toMatchResult();
304 if (checkHouseNumber(matchResult.group(0))) return matchResult;
315 * @return a MatchResult if a valid US state (or two letter code)
318 private static MatchResult matchState(String content, int offset) {
333 private static boolean isValidZipCode(String zipCode, MatchResult stateMatch)
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchFinder.h 24 // virtual void Run(const MatchFinder::MatchResult &Result) {
74 /// MatchCallback with a MatchResult containing information about the match.
75 struct MatchResult {
76 MatchResult(const BoundNodes &Nodes, clang::ASTContext *Context);
97 virtual void run(const MatchResult &Result) = 0;
272 void run(const MatchFinder::MatchResult &Result) override {
  /external/clang/unittests/Analysis/
CFGTest.cpp 35 void run(const ast_matchers::MatchFinder::MatchResult &Result) override {

Completed in 744 milliseconds

1 2 3 4 5 6