Searched defs:MatchResult (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DMatchResult.h78 class MatchResult { class in namespace:blink
81 MatchResult() : isCacheable(true) { } function in class:blink::MatchResult
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/
H A DOriginAccessEntry.h53 enum MatchResult { enum in class:blink::OriginAccessEntry
61 MatchResult matchesOrigin(const SecurityOrigin&) const;
/external/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h24 // virtual void Run(const MatchFinder::MatchResult &Result) {
71 /// MatchCallback with a MatchResult containing information about the match.
72 struct MatchResult { struct in class:clang::ast_matchers::MatchFinder
73 MatchResult(const BoundNodes &Nodes, clang::ASTContext *Context);
94 virtual void run(const MatchResult &Result) = 0;
231 void run(const MatchFinder::MatchResult &Result) override {
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DSelectorChecker.h95 struct MatchResult { struct in class:blink::SelectorChecker
96 MatchResult() function in struct:blink::SelectorChecker::MatchResult
105 Match match(const SelectorCheckingContext&, const SiblingTraversalStrategy&, MatchResult* = 0) const;
128 Match matchForSubSelector(const SelectorCheckingContext&, const SiblingTraversalStrategy&, MatchResult*) const;
130 Match matchForRelation(const SelectorCheckingContext&, const SiblingTraversalStrategy&, MatchResult*) const;
132 Match matchForShadowDistributed(const Element*, const SiblingTraversalStrategy&, SelectorCheckingContext& nextContext, MatchResult* = 0) const;
134 Match matchForPseudoShadow(const ContainerNode*, const SelectorCheckingContext&, const SiblingTraversalStrategy&, MatchResult*) const;
/external/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp577 Callback->run(MatchFinder::MatchResult(BoundNodesView, Context));
760 MatchFinder::MatchResult::MatchResult(const BoundNodes &Nodes, function in class:clang::ast_matchers::MatchFinder::MatchResult
/external/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp393 unsigned MatchResult = MatchInstructionImpl(Operands, Inst, ErrorInfo, local
395 switch (MatchResult) {
/external/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2240 typedef PartialSpecMatchResult MatchResult; typedef
2241 SmallVector<MatchResult, 4> Matched;
2269 SmallVectorImpl<MatchResult>::iterator Best = Matched.begin();
2282 for (SmallVectorImpl<MatchResult>::iterator P = Best + 1,
2294 for (SmallVectorImpl<MatchResult>::iterator P = Matched.begin(),
2313 for (SmallVectorImpl<MatchResult>::iterator P = Matched.begin(),
H A DSemaTemplate.cpp2682 typedef PartialSpecMatchResult MatchResult; typedef
2683 SmallVector<MatchResult, 4> Matched;
2722 SmallVector<MatchResult, 4>::iterator Best = Matched.begin();
2735 for (SmallVector<MatchResult, 4>::iterator P = Best + 1,
2746 for (SmallVector<MatchResult, 4>::iterator P = Matched.begin(),
2785 for (SmallVector<MatchResult, 4>::iterator P = Matched.begin(),
/external/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp683 unsigned MatchResult; local
685 MatchResult = MatchInstructionImpl(Operands, Inst, ErrorInfo,
687 switch (MatchResult) {
/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp3801 unsigned MatchResult = local
3806 if (MatchResult != Match_Success)
3807 MatchResult =
3810 switch (MatchResult) {
3840 return showMatchError(IDLoc, MatchResult);
3855 MatchResult = Match_InvalidSuffix;
3857 return showMatchError(ErrorLoc, MatchResult);
3913 return showMatchError(ErrorLoc, MatchResult);
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp1389 unsigned MatchResult = local
1392 switch (MatchResult) {
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp8037 unsigned MatchResult; local
8039 MatchResult = MatchInstructionImpl(Operands, Inst, ErrorInfo,
8041 switch (MatchResult) {
8145 switch (MatchResult) {
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 810 milliseconds