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

1 2

  /external/javassist/src/test/test/javassist/bytecode/analysis/
AnalyzerTest.java 72 Frame[] frames = analyzer.analyze(method.getDeclaringClass(), info);
106 Frame[] frames = analyzer.analyze(method.getDeclaringClass(), info);
126 Frame[] frames = analyzer.analyze(clazz, info);
151 Frame[] frames = analyzer.analyze(method.getDeclaringClass(), method.getMethodInfo2());
162 analyzer.analyze(method.getDeclaringClass(), method.getMethodInfo2());
174 analyzer.analyze(method.getDeclaringClass(), method.getMethodInfo2());
185 analyzer.analyze(method.getDeclaringClass(), method.getMethodInfo2());
192 analyzer.analyze(method.getDeclaringClass(), method.getMethodInfo2());
ErrorFinder.java 57 analyzer.analyze(clazz, method.getMethodInfo2());
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
Main.java 97 aa.analyze();
AsmAnalyzer.java 84 public void analyze() throws IOException, LogAbortException { method in class:AsmAnalyzer
  /frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
AsmGeneratorTest.java 113 aa.analyze();
  /external/javassist/src/main/javassist/bytecode/analysis/
FramePrinter.java 87 frames = (new Analyzer()).analyze(method.getDeclaringClass(), info);
Analyzer.java 42 * // Method to analyze
74 * Frame[] frames = analyzer.analyze(clazz, method);
116 * @param method the method to analyze
121 public Frame[] analyze(CtClass clazz, MethodInfo method) throws BadBytecode { method in class:Analyzer
158 * @param method the method to analyze
163 public Frame[] analyze(CtMethod method) throws BadBytecode { method in class:Analyzer
164 return analyze(method.getDeclaringClass(), method.getMethodInfo2());
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ActionAnalysis.g 62 public void analyze() {
  /external/llvm/lib/CodeGen/
SplitKit.h 39 /// SplitAnalysis - Analyze a LiveInterval, looking for live range splitting
107 /// DidRepairRange - analyze was forced to shrinkToUses().
122 /// analyze - set CurLI to the specified interval, and analyze how it may be
124 void analyze(const LiveInterval *li);
127 /// by analyze(). This really shouldn't happen, but sometimes the coalescer
131 /// clear - clear all data structures so SplitAnalysis is ready to analyze a
182 /// analyze(li).
RegAllocGreedy.cpp     [all...]
  /external/javassist/src/main/javassist/bytecode/stackmap/
Liveness.java 216 analyze(ci, pos, pos + tb.length); method
231 protected void analyze(CodeIterator ci, int begin, int end) method in class:Liveness
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/
en.stg 261 ANTLR could not analyze this decision in rule <enclosingRule>; often this is because of recursive rule references visible from the left edge of alternatives. ANTLR will re-analyze the decision with a fixed lookahead of k=1. Consider using "options {k=1;}" for that decision and possibly adding a syntactic predicate.
  /external/javassist/src/main/javassist/convert/
TransformAccessArrayField.java 104 frames = ((new Analyzer())).analyze(clazz, minfo);
  /sdk/attribute_stats/src/
Analyzer.java 140 new Analyzer(directories, metadataFile, listAdvanced).analyze();
143 private void analyze() { method in class:Analyzer
  /external/apache-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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
EclipseLintRunner.java 287 mLint.analyze(files, scope);
  /external/clang/tools/scan-build/
scan-build 944 -analyze-headers - Also analyze functions in #included files.
998 is far less precise but can more quickly analyze code.
1029 exec $Clang, ('--analyze', '-x', $lang, '-', '-###');
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RelativeLayoutConversionHelper.java 96 * <li>Render the layout at multiple screen sizes and analyze how the widgets move and
1434 analyze(view, true); method
1490 private View analyze(CanvasViewInfo view, boolean isRoot) { method in class:RelativeLayoutConversionHelper.EdgeList
1529 analyze(childView, false); method
1554 analyze(child, false); method
    [all...]
  /sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/
AbstractCheckTest.java 95 driver.analyze(files, null /* scope */);
  /prebuilts/tools/common/asm-tools/
asm-analysis-4.0.jar 
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
MethodDefinition.java 378 methodAnalyzer.analyze();
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Grammar.java 756 /** ANALYZE ACTIONS, LOOKING FOR LABEL AND ATTR REFS, sanity check */
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
  /sdk/lint/cli/src/com/android/tools/lint/
Main.java 436 System.err.println("No files to analyze.");
485 mDriver.analyze(files, null /* scope */);
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regcomp.c 37 static reg_errcode_t analyze (regex_t *preg);
825 /* Analyze the tree and create the nfa. */
826 err = analyze (preg);
1140 analyze (regex_t *preg) function
    [all...]

Completed in 1456 milliseconds

1 2