Searched defs:analysis (Results 226 - 250 of 269) sorted by relevance

1234567891011

/external/skqp/gm/
H A Dconvexpolyeffect.cpp60 auto analysis = fProcessors.finalize(fColor, GrProcessorAnalysisCoverage::kNone, clip, variable
62 return analysis.requiresDstTexture() ? RequiresDstTexture::kYes : RequiresDstTexture::kNo;
H A Dbeziereffects.cpp34 auto analysis = fProcessorSet.finalize(fColor, GrProcessorAnalysisCoverage::kSingleChannel, variable
36 return analysis.requiresDstTexture() ? RequiresDstTexture::kYes : RequiresDstTexture::kNo;
/external/skqp/src/gpu/
H A DGrProcessorSet.cpp168 GrProcessorSet::Analysis analysis; local
169 analysis.fCompatibleWithCoverageAsAlpha = GrProcessorAnalysisCoverage::kLCD != coverageInput;
175 analysis.fCompatibleWithCoverageAsAlpha &=
183 analysis.fCompatibleWithCoverageAsAlpha = false;
194 analysis.fCompatibleWithCoverageAsAlpha &= clipFP->compatibleWithCoverageAsAlpha();
199 analysis.fInputColorType = static_cast<Analysis::PackedInputColorType>(
216 analysis.fCanCombineOverlappedStencilAndCover = SkToBool(
221 analysis.fCanCombineOverlappedStencilAndCover = false;
223 analysis.fRequiresDstTexture =
225 analysis
[all...]
/external/skqp/tests/
H A DGrPorterDuffTest.cpp69 GrProcessorSet::Analysis analysis = local
72 return analysis;
84 GrProcessorSet::Analysis analysis = do_analysis(xpf, inputColor, inputCoverage, caps); local
85 fCompatibleWithCoverageAsAlpha = analysis.isCompatibleWithCoverageAsAlpha();
86 fCanCombineOverlappedStencilAndCover = analysis.canCombineOverlappedStencilAndCover();
87 fIgnoresInputColor = analysis.inputColorIsIgnored();
91 TEST_ASSERT(!analysis.requiresDstTexture() ||
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
H A DAnalyzedInstruction.java32 package org.jf.dexlib2.analysis;
H A DRegisterType.java32 package org.jf.dexlib2.analysis;
H A DClassProto.java32 package org.jf.dexlib2.analysis;
41 import org.jf.dexlib2.analysis.util.TypeProtoUtils;
H A DMethodAnalyzer.java32 package org.jf.dexlib2.analysis;
65 * for each register, it can deodex odexed instructions, and it can verify the bytecode. The analysis and verification
66 * are done in two separate passes, because the analysis has to process instructions multiple times in some cases, and
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/
H A DMethodAnalyzerTest.java12 package org.jacoco.core.internal.analysis;
18 import org.jacoco.core.analysis.ILine;
19 import org.jacoco.core.analysis.IMethodCoverage;
20 import org.jacoco.core.internal.analysis.filter.Filters;
21 import org.jacoco.core.internal.analysis.filter.IFilter;
22 import org.jacoco.core.internal.analysis.filter.IFilterOutput;
/external/skia/gm/
H A Dbeziereffects.cpp34 auto analysis = fProcessorSet.finalize(fColor, GrProcessorAnalysisCoverage::kSingleChannel, variable
36 return analysis.requiresDstTexture() ? RequiresDstTexture::kYes : RequiresDstTexture::kNo;
/external/skia/src/gpu/ccpr/
H A DGrCoverageCountingPathRenderer.cpp155 GrProcessorSet::Analysis analysis = local
158 return analysis.requiresDstTexture() ? RequiresDstTexture::kYes : RequiresDstTexture::kNo;
/external/skia/src/gpu/ops/
H A DGrAtlasTextOp.cpp116 auto analysis = fProcessors.finalize(color, coverage, clip, false, caps, dstIsClamped, local
118 fUsesLocalCoords = analysis.usesLocalCoords();
120 !analysis.requiresDstTexture() &&
122 return analysis.requiresDstTexture() ? RequiresDstTexture::kYes : RequiresDstTexture::kNo;
/external/skqp/src/gpu/ccpr/
H A DGrCoverageCountingPathRenderer.cpp155 GrProcessorSet::Analysis analysis = local
158 return analysis.requiresDstTexture() ? RequiresDstTexture::kYes : RequiresDstTexture::kNo;
/external/skqp/src/gpu/ops/
H A DGrAtlasTextOp.cpp98 auto analysis = fProcessors.finalize(color, coverage, clip, false, caps, dstIsClamped, local
100 fUsesLocalCoords = analysis.usesLocalCoords();
102 !analysis.requiresDstTexture() &&
104 return analysis.requiresDstTexture() ? RequiresDstTexture::kYes : RequiresDstTexture::kNo;
/external/error_prone/checkerframework/
H A Ddataflow-2.2.2.jar ... AbstractValue) } org/checkerframework/dataflow/analysis/Analysis$1.class Analysis.java package org.checkerframework.dataflow.analysis ...
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DDecisionProbe.java28 package org.antlr.analysis;
143 /** Did ANTLR have to terminate early on the analysis of this decision? */
215 /** Did the analysis complete it's work? */
245 * These states come about because the analysis algorithm had to
416 // Issue this before aborted analysis, which might also occur
666 /** Currently the analysis reports issues between token definitions, but
H A DDFA.java28 package org.antlr.analysis;
167 * analysis engine.
868 /** Compute cyclic w/o relying on state computed during analysis. just check. */
907 * This is avoided if analysis bails out for any reason.
1129 * reachable labels. Later analysis will find that the exit branch
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DLocPathIterator.java88 protected LocPathIterator(Compiler compiler, int opPos, int analysis) argument
91 this(compiler, opPos, analysis, true);
110 Compiler compiler, int opPos, int analysis, boolean shouldLoadWalkers)
117 * Get the analysis bits for this walker, as defined in the WalkerFactory.
898 // * Get the analysis pattern built by the WalkerFactory.
900 // * @return The analysis pattern built by the WalkerFactory.
908 // * Set the analysis pattern built by the WalkerFactory.
910 // * @param a The analysis pattern built by the WalkerFactory.
1019 // * The analysis pattern built by the WalkerFactory.
109 LocPathIterator( Compiler compiler, int opPos, int analysis, boolean shouldLoadWalkers) argument
H A DWalkerFactory.java41 * which are built from the opcode map output, and an analysis engine
104 int analysis = analyze(compiler, stepOpCodePos, stepIndex);
108 walker = createDefaultWalker(compiler, stepOpCodePos, lpi, analysis);
113 // walker.setAnalysis(analysis);
134 public static boolean isSet(int analysis, int bits) argument
136 return (0 != (analysis & bits));
139 public static void diagnoseIterator(String name, int analysis, Compiler compiler) argument
142 + Integer.toBinaryString(analysis) + ", "
143 + getAnalysisString(analysis));
148 * returned is based on an analysis o
978 createDefaultStepPattern( Compiler compiler, int opPos, MatchPatternIterator mpi, int analysis, StepPattern tail, StepPattern head) argument
1164 createDefaultWalker(Compiler compiler, int opPos, WalkingIterator lpi, int analysis) argument
1283 getAnalysisString(int analysis) argument
1367 hasPredicate(int analysis) argument
1372 isWild(int analysis) argument
1377 walksAncestors(int analysis) argument
1382 walksAttributes(int analysis) argument
1387 walksNamespaces(int analysis) argument
1392 walksChildren(int analysis) argument
1397 walksDescendants(int analysis) argument
1402 walksSubtree(int analysis) argument
1407 walksSubtreeOnlyMaybeAbsolute(int analysis) argument
1416 walksSubtreeOnly(int analysis) argument
1423 walksFilteredList(int analysis) argument
1428 walksSubtreeOnlyFromRootOrContext(int analysis) argument
1438 walksInDocOrder(int analysis) argument
1447 walksFollowingOnlyMaybeAbsolute(int analysis) argument
1456 walksUp(int analysis) argument
1461 walksSideways(int analysis) argument
1467 walksExtraNodes(int analysis) argument
1472 walksExtraNodesOnly(int analysis) argument
1483 isAbsolute(int analysis) argument
1488 walksChildrenOnly(int analysis) argument
1500 walksChildrenAndExtraAndSelfOnly(int analysis) argument
1510 walksDescendantsAndExtraAndSelfOnly(int analysis) argument
1520 walksSelfOnly(int analysis) argument
1531 walksUpOnly(int analysis) argument
1540 walksDownOnly(int analysis) argument
1549 walksDownExtraOnly(int analysis) argument
1558 canSkipSubtrees(int analysis) argument
1563 canCrissCross(int analysis) argument
1597 isNaturalDocOrder(int analysis) argument
1623 isNaturalDocOrder( Compiler compiler, int stepOpCodePos, int stepIndex, int analysis) argument
1721 isOneStep(int analysis) argument
1726 getStepCount(int analysis) argument
[all...]
/external/autotest/contrib/
H A Dcoverage.py758 def analysis(self, morf): member in class:coverage
959 def analysis(*args, **kw): function
960 return the_coverage.analysis(*args, **kw)
995 # analysis"; Gareth Rees; Ravenbrook Limited; 2001-12-04;
1018 # 2001-12-12 GDR Added command-line help. Cache analysis so that it
1038 # 2004-12-14 NMB Minor tweaks. Return 'analysis' to its original behavior
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
H A DMethodAnalyzer.java12 package org.jacoco.core.internal.analysis;
21 import org.jacoco.core.analysis.ICounter;
22 import org.jacoco.core.analysis.IMethodCoverage;
23 import org.jacoco.core.analysis.ISourceNode;
24 import org.jacoco.core.internal.analysis.filter.IFilter;
25 import org.jacoco.core.internal.analysis.filter.IFilterOutput;
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_alias_analysis_test.cc46 // Run alias analysis on the member module. For convenience returns a
47 // reference to the generated analysis stored in analysis_.
49 hlo_graph_dumper::MaybeDumpHloModule(*module_, "Before alias analysis");
116 // Test the analysis on a single binary operation (Add).
126 const HloAliasAnalysis& analysis = RunAnalysis(); local
128 EXPECT_EQ(analysis.buffers().size(), 3);
133 EXPECT_EQ(analysis.GetUniqueBufferAt(instruction).GetUniqueValue(),
137 EXPECT_FALSE(analysis.InstructionBuffersAreAmbiguous(add));
138 EXPECT_TRUE(analysis.InstructionBuffersAreDistinct(add));
144 // Verify the analysis fo
160 const HloAliasAnalysis& analysis = RunAnalysis(); local
203 const HloAliasAnalysis& analysis = RunAnalysis(); local
238 const HloAliasAnalysis& analysis = RunAnalysis(); local
279 const HloAliasAnalysis& analysis = RunAnalysis(); local
364 const HloAliasAnalysis& analysis = RunAnalysis(); local
464 const HloAliasAnalysis& analysis = RunAnalysis(); local
555 const HloAliasAnalysis& analysis = RunAnalysis(); local
628 const HloAliasAnalysis& analysis = RunAnalysis(); local
690 const HloAliasAnalysis& analysis = RunAnalysis(); local
778 const HloAliasAnalysis& analysis = RunAnalysis(); local
815 const HloAliasAnalysis& analysis = RunAnalysis(); local
835 const HloAliasAnalysis& analysis = RunAnalysis(); local
874 const HloAliasAnalysis& analysis = RunAnalysis(); local
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/analysis/
H A DAnalysis.java3 package com.google.clearsilver.jsilver.syntax.analysis;
H A DAnalysisAdapter.java3 package com.google.clearsilver.jsilver.syntax.analysis;
/external/libopus/src/
H A Danalysis.c42 #include "analysis.h"
199 usable for the purpose of the analysis because we don't care about all
246 /* On long frames, look at the second analysis window rather than the first. */
386 /* Don't have enough to update the analysis */
599 represents the boost needed to overcome the amount of analysis leakage
911 void run_analysis(TonalityAnalysisState *analysis, const CELTMode *celt_mode, const void *analysis_pcm, argument
921 /* Avoid overflow/wrap-around of the analysis buffer */
924 pcm_len = analysis_frame_size - analysis->analysis_offset;
925 offset = analysis->analysis_offset;
927 tonality_analysis(analysis, celt_mod
[all...]

Completed in 552 milliseconds

1234567891011