Home
last modified time | relevance | path

Searched refs:analyzer (Results 1 – 25 of 118) sorted by relevance

12345

/third_party/flutter/skia/third_party/externals/spirv-tools/test/stats/
Dstats_analyzer_test.cpp61 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/grpc/third_party/upb/
D.bazelrc17 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/tools/stats/
Dstats.cpp134 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/curl/src/
DMakefile.am147analyzer-security.insecureAPI.strcpy,-clang-analyzer-optin.performance.Padding,-clang-analyzer-val…
/third_party/curl/lib/
DMakefile.am150analyzer-security.insecureAPI.strcpy,-clang-analyzer-optin.performance.Padding,-clang-analyzer-val…
/third_party/boost/libs/spirit/doc/lex/
Dlexer_static_model.qbk27 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 …]
Dlexer_quickstart3.qbk17 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
Dintroduction.qbk16 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
Dlexer_quickstart2.qbk59 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/benchmark/
D.clang-tidy2 Checks: 'clang-analyzer-*,readability-redundant-*,performance-*'
3 WarningsAsErrors: 'clang-analyzer-*,readability-redundant-*,performance-*'
/third_party/flutter/engine/flutter/shell/platform/fuchsia/runtime/dart/utils/
Dhandle_exception.cc115 fuchsia::crash::AnalyzerPtr analyzer = in HandleException() local
118 if (!analyzer) { in HandleException()
123 analyzer->OnManagedRuntimeException( in HandleException()
/third_party/python/Tools/c-analyzer/
Dmust-resolve.sh32 ./python Tools/c-analyzer/c-analyzer.py capi \
DREADME37 python3 Tools/c-analyzer/check-c-globals.py
41 python3 Tools/c-analyzer/c-analyzer.py
/third_party/gn/src/gn/
Dcommand_analyze.cc127 Analyzer analyzer( in RunAnalyze() local
131 std::string output = analyzer.Analyze(input, &err); in RunAnalyze()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-directwrite.cc526 IDWriteTextAnalyzer* analyzer; in _hb_directwrite_shape_full() local
527 dwriteFactory->CreateTextAnalyzer (&analyzer); in _hb_directwrite_shape_full()
589 hr = analysis.GenerateResults (analyzer, &runHead); in _hb_directwrite_shape_full()
636 hr = analyzer->GetGlyphs (textString, textLength, fontFace, false, in _hb_directwrite_shape_full()
676 hr = analyzer->GetGlyphPlacements (textString, clusterMap, textProperties, in _hb_directwrite_shape_full()
687 analyzer->QueryInterface (&analyzer1); in _hb_directwrite_shape_full()
/third_party/harfbuzz/src/
Dhb-directwrite.cc568 IDWriteTextAnalyzer* analyzer; in _hb_directwrite_shape_full() local
569 dwriteFactory->CreateTextAnalyzer (&analyzer); in _hb_directwrite_shape_full()
631 hr = analysis.GenerateResults (analyzer, &runHead); in _hb_directwrite_shape_full()
678 hr = analyzer->GetGlyphs (textString, textLength, fontFace, false, in _hb_directwrite_shape_full()
718 hr = analyzer->GetGlyphPlacements (textString, clusterMap, textProperties, in _hb_directwrite_shape_full()
729 analyzer->QueryInterface (&analyzer1); in _hb_directwrite_shape_full()
/third_party/flutter/flutter/dev/devicelab/bin/tasks/
Ddartdocs.dart28 print('analyzer stdout: $entry');
44 print('analyzer stderr: $entry');
/third_party/iowow/
Dpvs_studio_analyze.sh17 pvs-studio-analyzer analyze -a 45 -l ${HOME}/.config/PVS-Studio/PVS-Studio.lic -j4 -o ./pvs.log
/third_party/ejdb/
Dpvs_studio_analyze.sh20 pvs-studio-analyzer analyze -a 45 -l ${HOME}/.config/PVS-Studio/PVS-Studio.lic -j4 -o ./pvs.log
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-directwrite.cc558 IDWriteTextAnalyzer* analyzer; in _hb_directwrite_shape() local
559 dwriteFactory->CreateTextAnalyzer (&analyzer); in _hb_directwrite_shape()
619 hr = analysis.GenerateResults (analyzer, &runHead); in _hb_directwrite_shape()
670 hr = analyzer->GetGlyphs (textString, in _hb_directwrite_shape()
722 hr = analyzer->GetGlyphPlacements (textString, in _hb_directwrite_shape()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/logwatch/
DREADME3 analyzer script for parsing hostapd system log entries for logwatch.
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/logwatch/
DREADME3 analyzer script for parsing hostapd system log entries for logwatch.
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv4 # XXX The analyzer should have ignored these (forward/extern references):
2044 # XXX This should have been found by the analyzer but wasn't:
2046 # XXX This should have been found by the analyzer but wasn't:
2048 # XXX This should have been found by the analyzer but wasn't:
2050 # XXX This should have been found by the analyzer but wasn't:
2052 # XXX This should have been found by the analyzer but wasn't:
2054 # XXX This should have been found by the analyzer but wasn't:
2056 # XXX This should have been found by the analyzer but wasn't:
2058 # XXX This should have been found by the analyzer but wasn't:
2060 # XXX This should have been found by the analyzer but wasn't:
[all …]
/third_party/e2fsprogs/doc/RelNotes/
Dv1.43.2.txt56 Remove complicated logic which caused a static code analyzer to flag a
57 false positive. (A static code analyzer also found a valid bug in
/third_party/skia/docker/binary-size/
DDockerfile17 FROM alpine:latest as analyzer

12345