Searched refs:analyzer (Results 1 - 12 of 12) sorted by relevance
/third_party/node/deps/v8/tools/testrunner/testproc/ |
H A D | fuzzer.py | 63 def __init__(self, probability, analyzer, fuzzer): 67 analyzer: instance of Analyzer class, can be None if no analysis is needed 73 self.analyzer = analyzer 91 analysis_value: value returned by the analyzer. None if there is no 92 corresponding analyzer to this fuzzer or the analysis phase is disabled 138 if fuzzer_config.analyzer: 139 analysis_flags += fuzzer_config.analyzer.get_analysis_flags() 160 # analysis phase at all, so no fuzzer has it's own analyzer. 165 if analysis_result and fuzzer_config.analyzer [all...] |
/third_party/gn/src/gn/ |
H A D | command_analyze.cc | 12 #include "gn/analyzer.h" 127 Analyzer analyzer( in RunAnalyze() 131 std::string output = analyzer.Analyze(input, &err); in RunAnalyze()
|
H A D | analyzer_unittest.cc | 5 #include "gn/analyzer.h" 93 Analyzer analyzer(builder_, SourceFile("//build/config/BUILDCONFIG.gn"), in RunAnalyzerTest() 98 std::string actual_output = analyzer.Analyze(input, &err); in RunAnalyzerTest()
|
H A D | function_toolchain.cc | 591 process, but may be used when generating metadata for rust-analyzer.
|
/third_party/python/Tools/c-analyzer/ |
H A D | must-resolve.sh | 32 ./python Tools/c-analyzer/c-analyzer.py capi \
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A 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() 670 hr = analyzer->GetGlyphs (textString, in _hb_directwrite_shape() 722 hr = analyzer->GetGlyphPlacements (textString, in _hb_directwrite_shape()
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/ |
H A D | jni-bridge.cpp | 622 auto *analyzer = engine.mActivityGlitches.getGlitchAnalyzer(); in Java_com_google_sample_oboe_manualtest_ManualGlitchActivity_getGlitch() local 623 if (analyzer) { in Java_com_google_sample_oboe_manualtest_ManualGlitchActivity_getGlitch() 624 numSamples = analyzer->getLastGlitch(waveform, length); in Java_com_google_sample_oboe_manualtest_ManualGlitchActivity_getGlitch()
|
/third_party/node/deps/base64/base64/ |
H A D | Makefile | 106 scan-build --use-analyzer=`which clang` --status-bugs make
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | cordz_info.cc | 70 // Creates an analyzer instance binding to `statistics`. 436 CordRepAnalyzer analyzer(stats); in GetCordzStatistics() 437 analyzer.AnalyzeCordRep(rep); in GetCordzStatistics()
|
/third_party/protobuf/src/google/protobuf/compiler/js/ |
H A D | js_generator.cc | 1564 SCCAnalyzer<DepsGenerator>* analyzer, in GenerateJspbAllowedMap() 1575 if (added.insert(analyzer->GetSCC(desc)).second && in GenerateJspbAllowedMap() 1578 GetMessagesFileName(options, analyzer->GetSCC(desc), false), in GenerateJspbAllowedMap() 1579 GetMessagesFileName(options, analyzer->GetSCC(desc), true)), in GenerateJspbAllowedMap() 1580 analyzer->GetSCC(desc), error)) { in GenerateJspbAllowedMap() 3780 SCCAnalyzer<DepsGenerator> analyzer; in GenerateAll() local 3782 if (!GenerateJspbAllowedMap(options, files, &allowed_map, &analyzer, in GenerateAll() 3801 allowed_map.count(analyzer.GetSCC(desc)) == 0) { in GenerateAll() 3806 const SCC* scc = analyzer.GetSCC(desc); in GenerateAll() 1561 GenerateJspbAllowedMap(const GeneratorOptions& options, const std::vector<const FileDescriptor*>& files, std::map<const void*, std::string>* allowed_set, SCCAnalyzer<DepsGenerator>* analyzer, std::string* error) GenerateJspbAllowedMap() argument
|
/third_party/json/ |
H A D | Makefile | 136 cd cmake-build-pvs-studio ; pvs-studio-analyzer analyze -j 10
|
/third_party/skia/src/sksl/ |
H A D | SkSLInliner.cpp | 1080 // The analyzer needs to keep track of the `unique_ptr<T>*` of statements and expressions so in buildCandidateList() 1083 InlineCandidateAnalyzer analyzer; in buildCandidateList() local 1084 analyzer.visit(elements, symbols, candidateList); in buildCandidateList()
|
Completed in 16 milliseconds