HomeSort by relevance Sort by last modified time
    Searched refs:analysis (Results 1 - 25 of 376) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium-trace/trace-viewer/src/tracing/analysis/
analysis_view.css 6 .analysis-view {
11 .analysis-view:not(.viewing-object) {
15 .analysis-view > * {
analysis_link.css 6 .analysis-link {
12 .analysis-link:hover {
analyze_slices.css 6 .analysis-slices-table-col-1,
7 .analysis-slices-table-col-2 {
analysis_results.css 6 .analysis-results {
11 .analysis-results * {
15 .analysis-table {
21 .analysis-table > tr > td:first-child {
25 .analysis-table > tr > td {
29 .analysis-table-header {
33 .analysis-table-row {
37 .analysis-table-row:nth-child(2n+0) {
  /external/llvm/bindings/ocaml/analysis/
Makefile 1 ##===- bindings/ocaml/analysis/Makefile --------------------*- Makefile -*-===##
16 UsedComponents := analysis
  /prebuilts/devtools/tools/lib/
asm-analysis-4.0.jar 
  /prebuilts/tools/common/asm-tools/
asm-analysis-4.0.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-analysis/4.0/
asm-analysis-4.0.jar 
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
WalkerFactory.java 41 * which are built from the opcode map output, and an analysis engine
104 int analysis = analyze(compiler, stepOpCodePos, stepIndex); local
108 walker = createDefaultWalker(compiler, stepOpCodePos, lpi, analysis);
113 // walker.setAnalysis(analysis);
134 public static boolean isSet(int analysis, int bits)
136 return (0 != (analysis & bits));
139 public static void diagnoseIterator(String name, int analysis, Compiler compiler)
142 + Integer.toBinaryString(analysis) + ", "
143 + getAnalysisString(analysis));
148 * returned is based on an analysis of the XPath operations
165 int analysis = analyze(compiler, firstStepPos, 0); local
832 int analysis = analyze(compiler, stepOpCodePos, stepIndex); local
    [all...]
AttributeIterator.java 45 AttributeIterator(Compiler compiler, int opPos, int analysis)
48 super(compiler, opPos, analysis);
WalkingIteratorSorted.java 69 Compiler compiler, int opPos, int analysis, boolean shouldLoadWalkers)
72 super(compiler, opPos, analysis, shouldLoadWalkers);
88 * Tell if the nodeset can be walked in doc order, via static analysis.
187 * This function is used to perform some extra analysis of the iterator.
200 int analysis = getAnalysisBits(); local
201 if(WalkerFactory.isNaturalDocOrder(analysis))
209 // WalkerFactory.getAnalysisString(analysis));
SelfIteratorNoPredicate.java 43 * @param analysis Analysis bits.
47 SelfIteratorNoPredicate(Compiler compiler, int opPos, int analysis)
50 super(compiler, opPos, analysis, false);
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
AnalysisTimeoutException.java 28 package org.antlr.analysis;
30 /** Analysis took too long; bail out of entire DFA construction. */
NonLLStarDecisionException.java 28 package org.antlr.analysis;
AnalysisRecursionOverflowException.java 28 package org.antlr.analysis;
StateCluster.java 28 package org.antlr.analysis;
ActionLabel.java 28 package org.antlr.analysis;
42 return true; // we are to be ignored by analysis 'cept for predicates
RuleClosureTransition.java 28 package org.antlr.analysis;
State.java 28 package org.antlr.analysis;
  /external/llvm/tools/llvm-dis/
Makefile 12 LINK_COMPONENTS := bitreader analysis
  /external/llvm/tools/llvm-prof/
Makefile 12 LINK_COMPONENTS := bitreader analysis
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene.analysis_1.9.1.v20100518-1140.jar 
  /external/llvm/unittests/Analysis/
Makefile 1 ##===- unittests/Analysis/Makefile -------------------------*- Makefile -*-===##
11 TESTNAME = Analysis
12 LINK_COMPONENTS := analysis asmparser
  /external/llvm/bindings/ocaml/
Makefile 11 DIRS = llvm bitreader bitwriter analysis target executionengine transforms
  /external/chromium_org/cc/resources/
picture_pile_impl_unittest.cc 41 PicturePileImpl::Analysis analysis; local
43 pile->AnalyzeInRect(rect, 1.0, &analysis);
44 EXPECT_TRUE(analysis.is_solid_color) << rect.ToString();
45 EXPECT_EQ(analysis.solid_color, solid_color) << rect.ToString();
53 PicturePileImpl::Analysis analysis; local
54 pile->AnalyzeInRect(gfx::Rect(0, 0, 100, 100), 1.0, &analysis);
55 EXPECT_FALSE(analysis.is_solid_color);
57 pile->AnalyzeInRect(gfx::Rect(100, 0, 100, 100), 1.0, &analysis);
99 PicturePileImpl::Analysis analysis; local
111 PicturePileImpl::Analysis analysis; local
142 PicturePileImpl::Analysis analysis; local
    [all...]

Completed in 683 milliseconds

1 2 3 4 5 6 7 8 91011>>