| /third_party/grpc/third_party/upb/ |
| D | .bazelrc | 17 build:analyzer --copt=-fanalyzer --copt=-Werror 18 build:analyzer --per_file_copt=json/parser@-fno-analyzer 19 build:analyzer --per_file_copt=com_google_protobuf@-fno-analyzer 20 build:analyzer --per_file_copt=com_github_google_benchmark@-fno-analyzer
|
| /third_party/flutter/skia/third_party/externals/spirv-tools/test/stats/ |
| D | stats_analyzer_test.cpp | 61 StatsAnalyzer analyzer(stats); in TEST() local 64 analyzer.WriteVersion(ss); in TEST() 75 StatsAnalyzer analyzer(stats); in TEST() local 78 analyzer.WriteGenerator(ss); in TEST() 95 StatsAnalyzer analyzer(stats); in TEST() local 98 analyzer.WriteCapability(ss); in TEST() 112 StatsAnalyzer analyzer(stats); in TEST() local 115 analyzer.WriteExtension(ss); in TEST() 131 StatsAnalyzer analyzer(stats); in TEST() local 134 analyzer.WriteOpcode(ss); in TEST() [all …]
|
| /third_party/boost/libs/spirit/doc/lex/ |
| D | lexer_static_model.qbk | 27 steps needed to create a static lexical analyzer using __lex__: 29 # generating the C++ code for the static analyzer (including the tokenization 31 # modifying the dynamic lexical analyzer to use the generated code. 38 [@../../example/lex/static_lexer/word_count_static.cpp the static lexical analyzer]). 47 make these available to the code generator and the static lexical analyzer. 52 from a similar class to be used for a dynamic lexical analyzer. The library 53 has been designed in a way, that all components (dynamic lexical analyzer, code 54 generator, and static lexical analyzer) can reuse the very same token definition 69 static lexical analyzer, and for this reason it is not different from a grammar 70 used either without a lexer or using a dynamic lexical analyzer as described [all …]
|
| D | introduction.qbk | 16 will use the terms 'lexical analyzer', 'lexer' and 'scanner' interchangeably). 110 The advantage of using __lex__ to create the lexical analyzer over using more 128 the lexical analyzer (we will refer to that as the /static/ model, described in 132 into your C++ program, building the lexical analyzer dynamically at runtime. The 144 lexical analyzer as an arbitrary standard forward iterator. The lexical 145 analyzer itself exposes a standard forward iterator as well. The difference
|
| D | lexer_quickstart3.qbk | 17 lexical analyzer libraries. The utilization of iterators seemed to be the 25 Another problem related to the integration of the lexical analyzer with the 65 without modification from either a stand alone lexical analyzer or in conjunction 74 using special iterators wrapping the lexical analyzer, we still need a means of 134 of the lexical analyzer and the grammar. After reading the contents of the
|
| D | tokens_values.qbk | 14 analyzer often get assigned unique integer token identifiers (token ids). These 19 analyzer. However, it is different from commonly used lexical analyzers in the 51 Incrementing the lexer iterator invokes the lexical analyzer to 75 [note If the lexical analyzer is used in conjunction with a __qi__ parser, the 124 normally used as part of the definition of the lexical analyzer. At the same
|
| D | lexer_quickstart2.qbk | 59 the lexical analyzer. This is very similar to __flex__, where the action code 82 analyzer. If translated into English this may be read as: The lexical analyzer
|
| /third_party/flutter/skia/third_party/externals/spirv-tools/tools/stats/ |
| D | stats.cpp | 134 StatsAnalyzer analyzer(stats); in main() local 139 analyzer.WriteVersion(out); in main() 140 analyzer.WriteGenerator(out); in main() 143 analyzer.WriteCapability(out); in main() 146 analyzer.WriteExtension(out); in main() 149 analyzer.WriteOpcode(out); in main() 152 analyzer.WriteOpcodeMarkov(out); in main() 155 analyzer.WriteConstantLiterals(out); in main()
|
| /third_party/gn/src/gn/ |
| D | analyzer.cc | 5 #include "gn/analyzer.h" 219 Analyzer::Analyzer(const Builder& builder, in Analyzer() function in Analyzer 261 Analyzer::~Analyzer() = default; 263 std::string Analyzer::Analyze(const std::string& input, Err* err) const { in Analyze() 303 // TODO(crbug.com/667989): Expand analyzer to non-default toolchains when in Analyze() 346 std::set<const Item*> Analyzer::GetAllAffectedItems( in GetAllAffectedItems() 359 std::set<Label> Analyzer::InvalidLabels(const std::set<Label>& labels) const { in InvalidLabels() 368 std::set<const Target*> Analyzer::TargetsFor( in TargetsFor() 381 std::set<const Target*> Analyzer::Filter( in Filter() 390 void Analyzer::FilterTarget(const Target* target, in FilterTarget() [all …]
|
| D | analyzer.h | 17 // An Analyzer can answer questions about a build graph. It is used 21 class Analyzer { 23 Analyzer(const Builder& builder, 27 ~Analyzer();
|
| D | command_analyze.cc | 12 #include "gn/analyzer.h" 125 Analyzer analyzer( in RunAnalyze() local 129 std::string output = analyzer.Analyze(input, &err); in RunAnalyze()
|
| /third_party/grpc/src/csharp/ |
| D | Settings.StyleCop | 3 <Analyzer AnalyzerId="StyleCop.CSharp.DocumentationRules"> 217 </Analyzer> 218 <Analyzer AnalyzerId="StyleCop.CSharp.MaintainabilityRules"> 282 </Analyzer> 283 <Analyzer AnalyzerId="StyleCop.CSharp.NamingRules"> 327 </Analyzer> 328 <Analyzer AnalyzerId="StyleCop.CSharp.OrderingRules"> 372 </Analyzer> 373 <Analyzer AnalyzerId="StyleCop.CSharp.ReadabilityRules"> 482 </Analyzer> [all …]
|
| /third_party/flutter/engine/flutter/shell/platform/fuchsia/runtime/dart/utils/ |
| D | handle_exception.cc | 115 fuchsia::crash::AnalyzerPtr analyzer = in HandleException() local 116 services->Connect<fuchsia::crash::Analyzer>(); in HandleException() 118 if (!analyzer) { in HandleException() 119 FX_LOG(FATAL, LOG_TAG, "Could not connect to analyzer service"); in HandleException() 123 analyzer->OnManagedRuntimeException( in HandleException()
|
| D | handle_exception.h | 17 // to the crash analyzer service for further handling. 22 // Passes the exception message and stack trace to the crash analyzer service
|
| /third_party/harfbuzz/src/ |
| D | hb-directwrite.cc | 351 // Analyzes the text using the script analyzer and returns in GenerateResults() 568 IDWriteTextAnalyzer* analyzer; in _hb_directwrite_shape_full() local 569 dwriteFactory->CreateTextAnalyzer (&analyzer); in _hb_directwrite_shape_full() 622 * There's an internal 16-bit limit on some things inside the analyzer, in _hb_directwrite_shape_full() 631 hr = analysis.GenerateResults (analyzer, &runHead); in _hb_directwrite_shape_full() 640 FAIL ("Analyzer failed to generate results."); in _hb_directwrite_shape_full() 678 hr = analyzer->GetGlyphs (textString, textLength, fontFace, false, in _hb_directwrite_shape_full() 694 FAIL ("Analyzer failed to get glyphs."); in _hb_directwrite_shape_full() 718 hr = analyzer->GetGlyphPlacements (textString, clusterMap, textProperties, in _hb_directwrite_shape_full() 726 FAIL ("Analyzer failed to get glyph placements."); in _hb_directwrite_shape_full() [all …]
|
| /third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
| D | hb-directwrite.cc | 304 // Analyzes the text using the script analyzer and returns in GenerateResults() 526 IDWriteTextAnalyzer* analyzer; in _hb_directwrite_shape_full() local 527 dwriteFactory->CreateTextAnalyzer (&analyzer); in _hb_directwrite_shape_full() 580 * There's an internal 16-bit limit on some things inside the analyzer, in _hb_directwrite_shape_full() 589 hr = analysis.GenerateResults (analyzer, &runHead); in _hb_directwrite_shape_full() 598 FAIL ("Analyzer failed to generate results."); in _hb_directwrite_shape_full() 636 hr = analyzer->GetGlyphs (textString, textLength, fontFace, false, in _hb_directwrite_shape_full() 652 FAIL ("Analyzer failed to get glyphs."); in _hb_directwrite_shape_full() 676 hr = analyzer->GetGlyphPlacements (textString, clusterMap, textProperties, in _hb_directwrite_shape_full() 684 FAIL ("Analyzer failed to get glyph placements."); in _hb_directwrite_shape_full() [all …]
|
| /third_party/curl/src/ |
| D | Makefile.am | 147 …analyzer-security.insecureAPI.strcpy,-clang-analyzer-optin.performance.Padding,-clang-analyzer-val…
|
| /third_party/curl/lib/ |
| D | Makefile.am | 150 …analyzer-security.insecureAPI.strcpy,-clang-analyzer-optin.performance.Padding,-clang-analyzer-val…
|
| /third_party/flutter/flutter/packages/flutter/lib/ |
| D | analysis_options_user.yaml | 8 # https://github.com/dart-lang/sdk/tree/master/pkg/analyzer#configuring-the-analyzer 23 analyzer:
|
| /third_party/python/Lib/test/test_tools/test_c_analyzer/ |
| D | __init__.py | 9 test.test_tools.skip_if_missing('c-analyzer') 10 with test.test_tools.imports_under_tool('c-analyzer'):
|
| /third_party/python/Lib/test/ |
| D | test_check_c_globals.py | 4 test.test_tools.skip_if_missing('c-analyzer') 5 with test.test_tools.imports_under_tool('c-analyzer'):
|
| /third_party/flutter/skia/third_party/externals/sdl/build-scripts/ |
| D | checker-buildbot.sh | 4 # through Clang's static analyzer and prepare the output to be uploaded 9 # or download checker at http://clang-analyzer.llvm.org/ and unpack it in 67 #CC="$CHECKERDIR/libexec/ccc-analyzer" CFLAGS="-O0" ../configure --enable-assertions=enabled
|
| /third_party/flutter/flutter/ |
| D | analysis_options.yaml | 8 # https://github.com/dart-lang/sdk/tree/master/pkg/analyzer#configuring-the-analyzer 21 analyzer: 31 # Ignore analyzer hints for updating pubspecs when using Future or
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | hb-directwrite.cc | 342 // Analyzes the text using the script analyzer and returns in GenerateResults() 558 IDWriteTextAnalyzer* analyzer; in _hb_directwrite_shape() local 559 dwriteFactory->CreateTextAnalyzer (&analyzer); in _hb_directwrite_shape() 610 * There's an internal 16-bit limit on some things inside the analyzer, in _hb_directwrite_shape() 619 hr = analysis.GenerateResults (analyzer, &runHead); in _hb_directwrite_shape() 628 FAIL ("Analyzer failed to generate results."); in _hb_directwrite_shape() 670 hr = analyzer->GetGlyphs (textString, in _hb_directwrite_shape() 698 FAIL ("Analyzer failed to get glyphs."); in _hb_directwrite_shape() 722 hr = analyzer->GetGlyphPlacements (textString, in _hb_directwrite_shape() 742 FAIL ("Analyzer failed to get glyph placements."); in _hb_directwrite_shape()
|
| /third_party/flutter/engine/flutter/tools/licenses/ |
| D | analysis_options.yaml | 8 # https://github.com/dart-lang/sdk/tree/master/pkg/analyzer#configuring-the-analyzer 22 analyzer:
|