/external/skia/experimental/svg/model/ |
D | SkPEG.h | 25 struct MatchResult { struct 26 MatchResult(std::nullptr_t) : fNext(nullptr) {} in MatchResult() argument 27 MatchResult(const char* next, const V& v) : fNext(next), fValue(&v) {} in MatchResult() function 55 using MatchT = MatchResult<V>; argument 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/ |
D | SkPEG.h | 25 struct MatchResult { struct 26 MatchResult(std::nullptr_t) : fNext(nullptr) {} in MatchResult() argument 27 MatchResult(const char* next, const V& v) : fNext(next), fValue(&v) {} in MatchResult() argument 55 using MatchT = MatchResult<V>; argument 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/rewrite_scoped_refptr/ |
D | RewriteScopedRefptr.cpp | 67 const MatchFinder::MatchResult& result, in RewriteImplicitToExplicitConversion() 138 Replacement RewriteRawPtrToScopedRefptr(const MatchFinder::MatchResult& result, in RewriteRawPtrToScopedRefptr() 161 virtual void run(const MatchFinder::MatchResult& result) override; 167 void GetRewriterCallback::run(const MatchFinder::MatchResult& result) { in run() 179 virtual void run(const MatchFinder::MatchResult& result) override; 185 void VarRewriterCallback::run(const MatchFinder::MatchResult& result) { in run() 213 virtual void run(const MatchFinder::MatchResult& result) override; 219 void FunctionRewriterCallback::run(const MatchFinder::MatchResult& result) { in run() 246 virtual void run(const MatchFinder::MatchResult& result) override; 252 void MacroRewriterCallback::run(const MatchFinder::MatchResult& result) { in run()
|
/external/v8/tools/clang/empty_string/ |
D | 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) { in run() 124 void InitializerCallback::run(const MatchFinder::MatchResult& result) { in run() 136 void TemporaryCallback::run(const MatchFinder::MatchResult& result) { in run()
|
/external/clang/unittests/AST/ |
D | MatchVerifier.h | 69 void run(const MatchFinder::MatchResult &Result) override; 70 virtual void verify(const MatchFinder::MatchResult &Result, in verify() 150 void MatchVerifier<NodeType>::run(const MatchFinder::MatchResult &Result) { in run() 163 const MatchFinder::MatchResult &Result) { in run() 188 void verify(const MatchFinder::MatchResult &Result, in verify() 228 void verify(const MatchFinder::MatchResult &Result, in verify() 267 void verify(const MatchFinder::MatchResult &Result, in verify() 294 void verify(const MatchFinder::MatchResult &Result, in verify()
|
D | NamedDeclPrinterTest.cpp | 40 void run(const MatchFinder::MatchResult &Result) override { in run()
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | Option.java | 184 enum MatchResult { enum in Option 188 public MatchResult matches(String inputValue) { in matches() 191 return match == null ? MatchResult.noValueError : MatchResult.valueError; in matches() 199 return MatchResult.noValue; in matches() 202 return MatchResult.value; in matches() 206 return MatchResult.valueError; in matches() 335 MatchResult matches = option.matches(value); in parse() 336 …if (tookExtraArgument && (matches == MatchResult.noValue || matches == MatchResult.noValueError)) { in parse()
|
/external/clang/include/clang/Tooling/ |
D | 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;
|
/external/clang/lib/Tooling/ |
D | RefactoringCallbacks.cpp | 41 const ast_matchers::MatchFinder::MatchResult &Result) { in run() 54 const ast_matchers::MatchFinder::MatchResult &Result) { in run() 67 const ast_matchers::MatchFinder::MatchResult &Result) { in run()
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchFinder.h | 75 struct MatchResult { struct 76 MatchResult(const BoundNodes &Nodes, clang::ASTContext *Context); 97 virtual void run(const MatchResult &Result) = 0; argument 272 void run(const MatchFinder::MatchResult &Result) override { in run()
|
/external/v8/tools/clang/traffic_annotation_extractor/ |
D | traffic_annotation_extractor.cpp | 140 virtual void run(const MatchFinder::MatchResult& result) override { in run() 157 void GetInstanceLocation(const MatchFinder::MatchResult& result, in GetInstanceLocation() 187 const MatchFinder::MatchResult& result) { in AddFunction() 217 const MatchFinder::MatchResult& result) { in AddConstructor() 229 const MatchFinder::MatchResult& result) { in AddAssignment() 240 void AddAnnotation(const MatchFinder::MatchResult& result) { in AddAnnotation()
|
/external/flatbuffers/tests/fuzzer/ |
D | flatbuffers_scalar_fuzzer.cc | 52 struct MatchResult { struct in RegexMatcher 59 MatchResult Match(const std::string &input) const { in Match() 60 MatchResult r; in Match() 171 ScalarReferenceResult(const char *_type, RegexMatcher::MatchResult _matched) in ScalarReferenceResult() 194 const RegexMatcher::MatchResult matched;
|
/external/tensorflow/tensorflow/contrib/quantize/python/ |
D | graph_matcher.py | 84 match_result = MatchResult() 127 class MatchResult(object): class 245 self._match_result = MatchResult()
|
/external/v8/tools/clang/blink_gc_plugin/ |
D | BadPatternFinder.cpp | 44 void run(const MatchFinder::MatchResult& result) { in run() 74 void run(const MatchFinder::MatchResult& result) { in run()
|
/external/clang/unittests/ASTMatchers/ |
D | ASTMatchersInternalTest.cpp | 110 void run(const MatchFinder::MatchResult &Result) override {} in TEST() 125 void run(const MatchFinder::MatchResult &Result) override { in run() 151 void run(const MatchFinder::MatchResult &Result) override { in run()
|
/external/v8/tools/clang/pass_to_move/ |
D | PassToMove.cpp | 35 virtual void run(const MatchFinder::MatchResult& result) override; 41 void RewriterCallback::run(const MatchFinder::MatchResult& result) { in run()
|
/external/v8/tools/clang/base_bind_rewriters/ |
D | BaseBindRewriters.cpp | 77 void run(const MatchFinder::MatchResult& result) override { in run() 168 void run(const MatchFinder::MatchResult& result) override { in run() 205 void run(const MatchFinder::MatchResult& result) override { in run() 403 void run(const MatchFinder::MatchResult& result) override { in run() 619 void run(const MatchFinder::MatchResult& result) override { in run()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/AsmParser/ |
D | AVRAsmParser.cpp | 301 unsigned MatchResult = in MatchAndEmitInstruction() local 304 switch (MatchResult) { in MatchAndEmitInstruction() 588 auto MatchResult = MatchOperandParserImpl(Operands, Mnemonic); in ParseInstruction() local 590 if (MatchResult == MatchOperand_Success) { in ParseInstruction() 594 if (MatchResult == MatchOperand_ParseFail) { in ParseInstruction()
|
/external/v8/tools/clang/value_cleanup/ |
D | ValueRewriter.h | 33 const clang::ast_matchers::MatchFinder::MatchResult& result) override;
|
D | ValueRewriter.cpp | 20 const MatchFinder::MatchResult& result) { in run()
|
/external/clang/unittests/Analysis/ |
D | CFGTest.cpp | 35 void run(const ast_matchers::MatchFinder::MatchResult &Result) override { in TEST()
|
/external/v8/tools/clang/rewrite_to_chrome_style/ |
D | RewriteToChromeStyle.cpp | 1081 const TargetNode& GetTargetNode(const MatchFinder::MatchResult& result) { in GetTargetNode() 1088 bool GenerateReplacement(const MatchFinder::MatchResult& result, in GenerateReplacement() 1151 const MatchFinder::MatchResult& result) { in GetTargetLoc() 1155 void AddReplacement(const MatchFinder::MatchResult& result, in AddReplacement() 1219 void run(const MatchFinder::MatchResult& result) override { in run() 1293 const MatchFinder::MatchResult& result) override { in GetTargetLoc() 1406 void run(const MatchFinder::MatchResult& result) override { in run()
|
/external/skqp/tests/ |
D | SkPEGTest.cpp | 20 using MatchT = MatchResult<V>; 33 using MatchT = MatchResult<V>;
|
/external/skia/tests/ |
D | SkPEGTest.cpp | 20 using MatchT = MatchResult<V>; 33 using MatchT = MatchResult<V>;
|
/external/cldr/tools/java/org/unicode/cldr/draft/ |
D | CharacterListCompressor.java | 10 import java.util.regex.MatchResult; 349 MatchResult match = sc.match(); in main()
|