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

1 2 3 4

  /libcore/ojluni/src/main/java/java/util/regex/
MatchResult.java 34 * a <code>MatchResult</code>.
40 public interface MatchResult {
  /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/tensorflow/tensorflow/contrib/quantize/python/
graph_matcher.py 47 MatchResult.
71 match_result = MatchResult()
103 class MatchResult(object):
106 MatchResult contains a map from OpTypePattern to the matching op and tensor.
218 Returns a `MatchResult` if `op` matches the pattern; otherwise, returns
221 self._match_result = MatchResult()
233 `MatchResult` for each `tf.Operation` that matches the pattern.
247 `MatchResult` for each `tf.Operation` in `graph` that matches the pattern.
  /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/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 {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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;
279 void run(const MatchFinder::MatchResult &Result) override {
  /prebuilts/clang/host/darwin-x86/clang-4393122/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;
279 void run(const MatchFinder::MatchResult &Result) override {
  /prebuilts/clang/host/darwin-x86/clang-4479392/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;
279 void run(const MatchFinder::MatchResult &Result) override {
  /prebuilts/clang/host/darwin-x86/clang-4579689/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;
279 void run(const MatchFinder::MatchResult &Result) override {
  /prebuilts/clang/host/darwin-x86/clang-4630689/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;
279 void run(const MatchFinder::MatchResult &Result) override {
  /prebuilts/clang/host/darwin-x86/clang-4639204/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;
279 void run(const MatchFinder::MatchResult &Result) override {
  /prebuilts/clang/host/darwin-x86/clang-4691093/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;
279 void run(const MatchFinder::MatchResult &Result) override {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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;
279 void run(const MatchFinder::MatchResult &Result) override {
  /prebuilts/clang/host/linux-x86/clang-4393122/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;
279 void run(const MatchFinder::MatchResult &Result) override {
  /prebuilts/clang/host/linux-x86/clang-4479392/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;
279 void run(const MatchFinder::MatchResult &Result) override {
  /prebuilts/clang/host/linux-x86/clang-4579689/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;
279 void run(const MatchFinder::MatchResult &Result) override {
  /prebuilts/clang/host/linux-x86/clang-4630689/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;
279 void run(const MatchFinder::MatchResult &Result) override {
  /prebuilts/clang/host/linux-x86/clang-4639204/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;
279 void run(const MatchFinder::MatchResult &Result) override {
  /prebuilts/clang/host/linux-x86/clang-4691093/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;
279 void run(const MatchFinder::MatchResult &Result) override {
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 705 Callback->run(MatchFinder::MatchResult(BoundNodesView, Context));
888 MatchFinder::MatchResult::MatchResult(const BoundNodes &Nodes,
    [all...]
  /external/llvm/lib/Target/Sparc/AsmParser/
SparcAsmParser.cpp 549 unsigned MatchResult = MatchInstructionImpl(Operands, Inst, ErrorInfo,
551 switch (MatchResult) {
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]
SemaTemplate.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/AsmParser/
SystemZAsmParser.cpp 791 unsigned MatchResult;
793 MatchResult = MatchInstructionImpl(Operands, Inst, ErrorInfo,
795 switch (MatchResult) {
    [all...]

Completed in 1399 milliseconds

1 2 3 4