Searched refs:analyzer (Results 1 - 25 of 60) sorted by relevance

123

/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
H A DLabelFlowAnalyzerTest.java30 private LabelFlowAnalyzer analyzer; field in class:LabelFlowAnalyzerTest
36 analyzer = new LabelFlowAnalyzer();
42 assertFalse(analyzer.successor);
43 assertTrue(analyzer.first);
44 assertNull(analyzer.lineStart);
55 analyzer.visitJumpInsn(GOTO, label);
62 analyzer.visitInsn(RETURN);
63 analyzer.visitLabel(label);
70 analyzer.visitLabel(label);
77 analyzer
[all...]
H A DFrameSnapshotTest.java30 private AnalyzerAdapter analyzer; field in class:FrameSnapshotTest
39 analyzer = new AnalyzerAdapter("Foo", 0, "doit", "()V", null);
58 analyzer.visitJumpInsn(Opcodes.GOTO, new Label());
59 frame = FrameSnapshot.create(analyzer, 0);
64 analyzer.visitInsn(Opcodes.ICONST_0);
65 frame = FrameSnapshot.create(analyzer, 0);
73 analyzer.visitInsn(Opcodes.ICONST_0);
74 analyzer.visitInsn(Opcodes.LCONST_0);
75 analyzer.visitInsn(Opcodes.ICONST_0);
76 analyzer
[all...]
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/
H A DClassAnalyzerTest.java32 private ClassAnalyzer analyzer; field in class:ClassAnalyzerTest
36 analyzer = new ClassAnalyzer(0x0000, false, null, new StringPool());
37 analyzer.visit(Opcodes.V1_5, Opcodes.ACC_PUBLIC, "Foo", null,
43 analyzer.visitField(InstrSupport.DATAFIELD_ACC,
50 analyzer.visitMethod(InstrSupport.INITMETHOD_ACC,
57 final MethodProbesVisitor mv = analyzer.visitMethod(0, "foo", "()V",
60 Collection<IMethodCoverage> methods = analyzer.getCoverage()
67 final MethodProbesVisitor mv = analyzer.visitMethod(0, "foo", "()V",
72 Collection<IMethodCoverage> methods = analyzer.getCoverage()
79 final MethodProbesVisitor mv = analyzer
[all...]
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/
H A DFrameSnapshot.java38 * Create a IFrame instance based on the given analyzer.
40 * @param analyzer
41 * analyzer instance or <code>null</code>
44 * @return IFrame instance. In case the analyzer is <code>null</code> or
47 static IFrame create(final AnalyzerAdapter analyzer, final int popCount) { argument
48 if (analyzer == null || analyzer.locals == null) {
51 final Object[] locals = reduce(analyzer.locals, 0);
52 final Object[] stack = reduce(analyzer.stack, popCount);
H A DClassProbesAdapter.java83 final AnalyzerAdapter analyzer = new AnalyzerAdapter(
86 probesAdapter.setAnalyzer(analyzer);
87 this.accept(analyzer);
H A DMethodProbesAdapter.java33 private AnalyzerAdapter analyzer; field in class:MethodProbesAdapter
54 * If an analyzer is set {@link IFrame} handles are calculated and emitted
57 * @param analyzer
58 * optional analyzer to set
60 public void setAnalyzer(final AnalyzerAdapter analyzer) { argument
61 this.analyzer = analyzer;
178 return FrameSnapshot.create(analyzer, popCount);
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/analysis/
H A DAnalyzerTest.java53 private Analyzer analyzer; field in class:AnalyzerTest
72 analyzer = new Analyzer(executionData, new EmptyStructureVisitor());
77 analyzer.analyzeClass(TargetLoader.getClassData(AnalyzerTest.class),
84 analyzer.analyzeClass(
97 analyzer.analyzeClass(bytes, "Test");
106 analyzer.analyzeClass(
118 analyzer.analyzeClass(brokenclass, "Broken");
127 final int count = analyzer.analyzeAll(
141 final int count = analyzer.analyzeAll(
153 final int count = analyzer
[all...]
/external/libchrome/base/test/
H A Dtrace_event_analyzer_unittest.cc83 std::unique_ptr<TraceAnalyzer> analyzer(
85 ASSERT_TRUE(analyzer.get());
89 analyzer->FindEvents(Query::Bool(true), &found);
242 std::unique_ptr<TraceAnalyzer> analyzer(
244 ASSERT_TRUE(analyzer);
245 analyzer->SetIgnoreMetadataEvents(true);
251 analyzer->FindEvents(Query::EventCategory() == Query::String("cat1"), &found);
256 analyzer->FindEvents(Query::EventArg("num") == Query::Int(2), &found);
262 analyzer->FindEvents(Query::EventCategory() != Query::String("cat1"), &found);
267 analyzer
[all...]
/external/jacoco/org.jacoco.examples/src/org/jacoco/examples/
H A DClassInfo.java30 private final Analyzer analyzer; field in class:ClassInfo
40 analyzer = new Analyzer(new ExecutionDataStore(), this);
53 analyzer.analyzeAll(new File(file));
H A DReportGenerator.java69 // Run the structure analyzer on a single class folder to build up
114 final Analyzer analyzer = new Analyzer(
117 analyzer.analyzeAll(classesDirectory);
H A DCoreTutorial.java144 final Analyzer analyzer = new Analyzer(executionData, coverageBuilder);
145 analyzer.analyzeClass(getTargetClass(targetName), targetName);
/external/javassist/src/test/test/javassist/bytecode/analysis/
H A DAnalyzerTest.java71 Analyzer analyzer = new Analyzer();
72 Frame[] frames = analyzer.analyze(method.getDeclaringClass(), info);
105 Analyzer analyzer = new Analyzer();
106 Frame[] frames = analyzer.analyze(method.getDeclaringClass(), info);
125 Analyzer analyzer = new Analyzer();
126 Frame[] frames = analyzer.analyze(clazz, info);
150 Analyzer analyzer = new Analyzer();
151 Frame[] frames = analyzer.analyze(method.getDeclaringClass(), method.getMethodInfo2());
160 Analyzer analyzer = new Analyzer();
162 analyzer
[all...]
H A DErrorFinder.java53 Analyzer analyzer = new Analyzer();
57 analyzer.analyze(clazz, method.getMethodInfo2());
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/perf/
H A DAnalysisTimeScenario.java45 final Analyzer analyzer = new Analyzer(executionData, visitor);
49 analyzer.analyzeClass(bytes, target.getName());
/external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/
H A DBundleCreator.java69 final Analyzer analyzer = new Analyzer(executionDataStore, builder);
78 analyzer.analyzeAll(file);
/external/clang/tools/scan-build/bin/
H A Dscan-build11 # and piped to the static analyzer.
66 ConfigOptions => [], # Options to pass through to the analyzer's -analyzer-config flag.
103 Diag ("The analyzer encountered problems on some source files.\n");
106 Diag (" http://clang-analyzer.llvm.org/filing_bugs.html\n")
699 print OUT "\n<p>Results in this analysis run are based on analyzer build <b>$BuildName</b>.</p>\n"
835 print OUT "The analyzer's parser ignored the following attributes:<p>\n";
865 print OUT "<p>The analyzer had problems processing the following files:</p>\n";
890 print OUT "<p>Please consider submitting preprocessed files as <a href=\"http://clang-analyzer.llvm.org/filing_bugs.html\">bug reports</a>. <!-- REPORTCRASHES --> </p>\n";
981 # in situ support for analyzer interpositio
[all...]
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
H A DSmaliInstruction.java199 MethodAnalyzer analyzer = method.getMethodAnalyzer();
200 if (analyzer == null) {
207 for (AnalyzedInstruction instruction: analyzer.getAnalyzedInstructions()) {
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
H A DStructuredLockingTest.java74 Analyzer<BasicValue> analyzer = new Analyzer<BasicValue>(
88 Frame<BasicValue>[] frames = analyzer.analyze(owner, mn);
103 List<TryCatchBlockNode> handlers = analyzer.getHandlers(i);
116 List<TryCatchBlockNode> handlers = analyzer.getHandlers(i);
H A DValidationTestBase.java92 final Analyzer analyzer = new Analyzer(store, builder);
93 analyzer.analyzeClass(reader);
H A DCyclomaticComplexityTest.java266 final Analyzer analyzer = new Analyzer(store, builder);
267 analyzer.analyzeClass(reader);
/external/webrtc/webrtc/video/
H A Dvideo_quality_test.cc915 // differentiate between the analyzer and the renderer case.
919 if (!params_.analyzer.graph_data_output_filename.empty()) {
921 fopen(params_.analyzer.graph_data_output_filename.c_str(), "w");
923 << "Can't open the file " << params_.analyzer.graph_data_output_filename
936 std::string graph_title = params_.analyzer.graph_title;
961 VideoAnalyzer analyzer(
962 &send_transport, params_.analyzer.test_label,
963 disable_quality_check ? -1.1 : params_.analyzer.avg_psnr_threshold,
964 disable_quality_check ? -1.1 : params_.analyzer.avg_ssim_threshold,
965 params_.analyzer
[all...]
H A Dvideo_quality_test.h59 } analyzer; member in struct:webrtc::VideoQualityTest::Params
/external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/
H A DAnalyzer.java51 * Creates a new analyzer reporting to the given output.
87 final ClassAnalyzer analyzer = new ClassAnalyzer(classid, noMatch,
95 return new ClassProbesAdapter(analyzer, false);
/external/fio/
H A DAndroid.mk20 # b/31559947, work around clang-tidy bug, disable clang-analyzer checks.
21 LOCAL_TIDY_CHECKS := -clang-analyzer*
/external/skia/tests/
H A DPictureTest.cpp1106 SkPictureGpuAnalyzer analyzer; local
1107 REPORTER_ASSERT(r, analyzer.suitableForGpuRasterization());
1109 analyzer.analyzePicture(vetoPicture.get());
1110 REPORTER_ASSERT(r, !analyzer.suitableForGpuRasterization());
1112 analyzer.reset();
1113 REPORTER_ASSERT(r, analyzer.suitableForGpuRasterization());
1118 analyzer.analyzePicture(nestedVetoPicture.get());
1119 REPORTER_ASSERT(r, !analyzer.suitableForGpuRasterization());
1121 analyzer.reset();
1126 analyzer
[all...]

Completed in 2720 milliseconds

123