Home
last modified time | relevance | path

Searched refs:analysis (Results 1 – 25 of 424) sorted by relevance

12345678910>>...17

/external/apache-xml/src/main/java/org/apache/xpath/axes/
DWalkerFactory.java104 int analysis = analyze(compiler, stepOpCodePos, stepIndex); in loadWalkers() local
108 walker = createDefaultWalker(compiler, stepOpCodePos, lpi, analysis); in loadWalkers()
134 public static boolean isSet(int analysis, int bits) in isSet() argument
136 return (0 != (analysis & bits)); in isSet()
139 public static void diagnoseIterator(String name, int analysis, Compiler compiler) in diagnoseIterator() argument
142 + Integer.toBinaryString(analysis) + ", " in diagnoseIterator()
143 + getAnalysisString(analysis)); in diagnoseIterator()
165 int analysis = analyze(compiler, firstStepPos, 0); in newDTMIterator() local
166 boolean isOneStep = isOneStep(analysis); in newDTMIterator()
170 if (isOneStep && walksSelfOnly(analysis) && in newDTMIterator()
[all …]
DMatchPatternIterator.java74 MatchPatternIterator(Compiler compiler, int opPos, int analysis) in MatchPatternIterator() argument
78 super(compiler, opPos, analysis, false); in MatchPatternIterator()
89 if (0 != (analysis & (WalkerFactory.BIT_ROOT | in MatchPatternIterator()
93 if (0 != (analysis in MatchPatternIterator()
103 if (0 != (analysis in MatchPatternIterator()
109 if (0 != (analysis in MatchPatternIterator()
115 System.out.print("analysis: "+Integer.toBinaryString(analysis)); in MatchPatternIterator()
116 System.out.println(", "+WalkerFactory.getAnalysisString(analysis)); in MatchPatternIterator()
DWalkingIteratorSorted.java69 Compiler compiler, int opPos, int analysis, boolean shouldLoadWalkers) in WalkingIteratorSorted() argument
72 super(compiler, opPos, analysis, shouldLoadWalkers); in WalkingIteratorSorted()
200 int analysis = getAnalysisBits(); in fixupVariables() local
201 if(WalkerFactory.isNaturalDocOrder(analysis)) in fixupVariables()
DBasicTestIterator.java73 protected BasicTestIterator(Compiler compiler, int opPos, int analysis) in BasicTestIterator() argument
76 super(compiler, opPos, analysis, false); in BasicTestIterator()
112 Compiler compiler, int opPos, int analysis, boolean shouldLoadWalkers) in BasicTestIterator() argument
115 super(compiler, opPos, analysis, shouldLoadWalkers); in BasicTestIterator()
DAttributeIterator.java45 AttributeIterator(Compiler compiler, int opPos, int analysis) in AttributeIterator() argument
48 super(compiler, opPos, analysis); in AttributeIterator()
DSelfIteratorNoPredicate.java47 SelfIteratorNoPredicate(Compiler compiler, int opPos, int analysis) in SelfIteratorNoPredicate() argument
50 super(compiler, opPos, analysis, false); in SelfIteratorNoPredicate()
DChildIterator.java49 ChildIterator(Compiler compiler, int opPos, int analysis) in ChildIterator() argument
52 super(compiler, opPos, analysis, false); in ChildIterator()
DOneStepIteratorForward.java52 OneStepIteratorForward(Compiler compiler, int opPos, int analysis) in OneStepIteratorForward() argument
55 super(compiler, opPos, analysis); in OneStepIteratorForward()
DChildTestIterator.java54 ChildTestIterator(Compiler compiler, int opPos, int analysis) in ChildTestIterator() argument
57 super(compiler, opPos, analysis); in ChildTestIterator()
/external/chromium-trace/trace-viewer/src/
Dtimeline_analysis.css5 .timeline-analysis {
9 .timeline-analysis * {
14 .timeline-analysis-table {
19 .timeline-analysis-table > tr > td:first-child {
23 .timeline-analysis-table > tr > td {
27 .timeline-analysis-table-header {
31 .timeline-analysis-table-row:nth-child(2n+0) {
35 .timeline-analysis-slice-table-col-0 {
37 .timeline-analysis-slice-table-col-1 {
40 .timeline-analysis-slices-table-col-0 {
[all …]
/external/libvorbis/lib/
Dpsytune.c199 void analysis(char *base,int i,float *v,int n,int bark,int dB){ in analysis() function
300 analysis("window",0,window,framesize,0,0); in main()
333 analysis("pre",frameno+i,pcm[i],framesize,0,0); in main()
355 analysis("mdct",frameno+i,logmdct,framesize/2,1,0); in main()
356 analysis("fft",frameno+i,fft,framesize/2,1,0); in main()
378 analysis("mask",frameno+i,mask,framesize/2,1,0); in main()
410 analysis("res",frameno+i,pcm[i],framesize/2,1,0); in main()
411 analysis("codedflr",frameno+i,flr[i],framesize/2,1,1); in main()
421 analysis("quant",frameno+i,pcm[i],framesize/2,1,0); in main()
431 analysis("coupled",frameno+i,pcm[i],framesize/2,1,0); in main()
[all …]
/external/llvm/docs/
DAliasAnalysis.rst15 memory. There are many different algorithms for alias analysis and many
27 analysis information and the implementations providing it, and is designed to
29 are assumed to be flow-insensitive). In addition to simple alias analysis
43 class defines the interface that the various alias analysis implementations
164 analysis implementations and can be put to good use by various clients.
169 The ``pointsToConstantMemory`` method returns true if and only if the analysis
182 analysis can prove that the function never reads or writes to memory, or if the
189 The ``onlyReadsMemory`` method returns true for a function if analysis can prove
200 Writing a new alias analysis implementation for LLVM is quite straight-forward.
203 look at the `various alias analysis implementations`_ included with LLVM.
[all …]
DLexicon.rst50 unable to use the pointer for reachability analysis. While a derived pointer
72 Garbage Collection. The practice of using reachability analysis instead of
82 reachability analysis.
88 Inter-Procedural Analysis. Refers to any variety of code analysis that
157 which the collector begins its reachability analysis. In the context of code
171 reachability analysis may proceed. It may be infeasible to provide this
/external/llvm/include/llvm/
DPassSupport.h153 #define INITIALIZE_PASS(passName, arg, name, cfg, analysis) \ argument
156 PassInfo::NormalCtor_t(callDefaultCtor< passName >), cfg, analysis); \
164 #define INITIALIZE_PASS_BEGIN(passName, arg, name, cfg, analysis) \ argument
172 #define INITIALIZE_PASS_END(passName, arg, name, cfg, analysis) \ argument
174 PassInfo::NormalCtor_t(callDefaultCtor< passName >), cfg, analysis); \
268 #define INITIALIZE_AG_PASS(passName, agName, arg, name, cfg, analysis, def) \ argument
272 PassInfo::NormalCtor_t(callDefaultCtor< passName >), cfg, analysis); \
285 #define INITIALIZE_AG_PASS_BEGIN(passName, agName, arg, n, cfg, analysis, def) \ argument
289 #define INITIALIZE_AG_PASS_END(passName, agName, arg, n, cfg, analysis, def) \ argument
291 PassInfo::NormalCtor_t(callDefaultCtor< passName >), cfg, analysis); \
/external/clang/include/clang/StaticAnalyzer/Core/
DAnalyses.def30 ANALYSIS_DIAGNOSTICS(HTML, "html", "Output analysis results using HTML", createHTMLDiagnosticCo…
31 ANALYSIS_DIAGNOSTICS(PLIST, "plist", "Output analysis results using Plists", createPlistDiagnosticC…
32 ANALYSIS_DIAGNOSTICS(PLIST_MULTI_FILE, "plist-multi-file", "Output analysis results using Plists (a…
33 ANALYSIS_DIAGNOSTICS(PLIST_HTML, "plist-html", "Output analysis results using HTML wrapped with Pli…
34 ANALYSIS_DIAGNOSTICS(TEXT, "text", "Text output of analysis results", createTextPathDiagnosticConsu…
48 ANALYSIS_IPA(None, "none", "Perform only intra-procedural analysis")
/external/webkit/Source/WebCore/platform/graphics/pango/
DGlyphPageTreeNodePango.cpp52 PangoFont* tmpFont = item->analysis.font; in pango_font_get_glyph()
53 item->analysis.font = font; in pango_font_get_glyph()
56 pango_shape(buffer, length, &item->analysis, glyphs); in pango_font_get_glyph()
58 item->analysis.font = tmpFont; in pango_font_get_glyph()
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DGrammarInsufficientPredicatesMessage.java30 import org.antlr.analysis.DFAState;
31 import org.antlr.analysis.DecisionProbe;
32 import org.antlr.analysis.Label;
DGrammarNonDeterminismMessage.java30 import org.antlr.analysis.DFAState;
31 import org.antlr.analysis.DecisionProbe;
32 import org.antlr.analysis.NFAState;
DGrammarDanglingStateMessage.java30 import org.antlr.analysis.DFAState;
31 import org.antlr.analysis.DecisionProbe;
/external/chromium-trace/
Dstyle.css1analysis{font-family:monospace;white-space:pre;}.timeline-analysis *{-webkit-user-select:text!impo…
/external/llvm/docs/HistoricalNotes/
D2001-02-13-Reference-MemoryResponse.txt11 > could be very nice for analysis (pointer always points to the start of
13 > pointer type would be kept for C++ like semantics. Through analysis,
20 straightforward analysis. Let's include a reference type for now. But I'm
28 > A. If you do pointer analysis and realize that two stores are
D2000-12-06-MeetingSummary.txt15 analysis because the extra information can help limit the scope of
16 analysis.
28 information for one optimization. Alias analysis itself is typically
39 representation. This is one example of an analysis result that may be
65 packet type and length field before analysis information, to allow a
/external/linux-tools-perf/Documentation/
Dperf.txt6 perf - Performance analysis tools for Linux
16 that provide a framework for all things performance analysis. It
/external/webkit/Source/WebCore/platform/wx/wxcode/gtk/
Dnon-kerned-drawing.cpp162 PangoFont* tmpFont = item->analysis.font; in pango_font_get_glyph()
163 item->analysis.font = font; in pango_font_get_glyph()
166 pango_shape(buffer, length, &item->analysis, glyphs); in pango_font_get_glyph()
168 item->analysis.font = tmpFont; in pango_font_get_glyph()
/external/llvm/test/Analysis/BranchProbabilityInfo/
Dnoreturn.ll7 ; CHECK: Printing analysis {{.*}} for function 'test1'
23 ; CHECK: Printing analysis {{.*}} for function 'test2'
53 ; CHECK: Printing analysis {{.*}} for function 'test3'

12345678910>>...17