HomeSort by relevance Sort by last modified time
    Searched refs:analyze (Results 1 - 7 of 7) sorted by null

  /sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/
LayoutAnalyzer.java 118 * @param file The file to analyze.
123 public LayoutAnalysis analyze(File file) { method in class:LayoutAnalyzer
128 return analyze(file.getPath(), in);
142 * @param stream The stream to analyze.
146 public LayoutAnalysis analyze(InputStream stream) { method in class:LayoutAnalyzer
147 return analyze("<unknown>", stream);
150 private LayoutAnalysis analyze(String name, InputStream stream) { method in class:LayoutAnalyzer
153 return analyze(name, document);
165 * @param content The XML document to analyze.
170 public LayoutAnalysis analyze(String content) method in class:LayoutAnalyzer
183 public LayoutAnalysis analyze(String name, String content) { method in class:LayoutAnalyzer
203 public LayoutAnalysis analyze(Document document) { method in class:LayoutAnalyzer
216 public LayoutAnalysis analyze(String name, Document document) { method in class:LayoutAnalyzer
221 analyze(analysis, root); method
229 private void analyze(LayoutAnalysis analysis, Node node) { method in class:LayoutAnalyzer
238 analyze(analysis, child); method
    [all...]
  /sdk/layoutopt/app/src/com/android/layoutopt/cli/
Main.java 30 * analyze and optimize Android layout files.
53 analyze(analyzer, file); method
60 private static void analyze(LayoutAnalyzer analyzer, File file) { method in class:Main
61 LayoutAnalysis analysis = analyzer.analyze(file);
80 System.out.println("usage: layoutopt <directories/files to analyze>");
  /frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
AsmGeneratorTest.java 84 aa.analyze();
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
Main.java 71 aa.analyze();
AsmAnalyzer.java 83 public void analyze() throws IOException, LogAbortException { method in class:AsmAnalyzer
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/
WalkerFactory.java 104 int analysis = analyze(compiler, stepOpCodePos, stepIndex);
165 int analysis = analyze(compiler, firstStepPos, 0);
650 * Analyze the location path and return 32 bits that give information about
664 private static int analyze( method in class:WalkerFactory
832 int analysis = analyze(compiler, stepOpCodePos, stepIndex);
    [all...]
  /external/libxml2/
valid.c     [all...]

Completed in 133 milliseconds