HomeSort by relevance Sort by last modified time
    Searched refs:analyze (Results 1 - 25 of 46) 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/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).
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
Main.java 114 aa.analyze();
AsmAnalyzer.java 84 public void analyze() throws IOException, LogAbortException { method in class:AsmAnalyzer
  /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
  /sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/
AbstractCheckTest.java 119 String result = lintClient.analyze(files);
320 public String analyze(List<File> files) throws Exception { method in class:AbstractCheckTest.TestLintClient
322 mDriver.analyze(files, getLintScope(files));
  /external/libcap-ng/libcap-ng-0.7/
libcap-ng.spec 47 The libcap-ng-utils package contains applications to analyze the
  /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/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintJob.java 152 mLint.analyze(files, scope);
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
ControlFlowGraph.java 68 * analyze the method bytecode
108 analyzer.analyze(classNode.name, method);
LocaleDetector.java 175 Frame[] frames = analyzer.analyze(classNode.name, method);
SecureRandomDetector.java 115 Frame[] frames = analyzer.analyze(classNode.name, method);
ViewTagDetector.java 114 Frame[] frames = analyzer.analyze(classNode.name, method);
  /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/editors/layout/refactoring/
RelativeLayoutConversionHelper.java 98 * <li>Render the layout at multiple screen sizes and analyze how the widgets move and
1436 analyze(view, true); method
1492 private View analyze(CanvasViewInfo view, boolean isRoot) { method in class:RelativeLayoutConversionHelper.EdgeList
1531 analyze(childView, false); method
1556 analyze(child, false); method
    [all...]
  /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/clang/tools/scan-build/
scan-build 989 -analyze-headers
991 Also analyze functions in #included files. By default, such functions
1122 exec $Clang, ( @PluginLoadCommandline_xclang, '--analyze', '-x', $lang, '-', '-###');
    [all...]

Completed in 738 milliseconds

1 2