Searched refs:analyze (Results 1 - 25 of 25) sorted by relevance

/external/javassist/src/test/test/javassist/bytecode/analysis/
H A DAnalyzerTest.java72 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());
H A DErrorFinder.java57 analyzer.analyze(clazz, method.getMethodInfo2());
/external/javassist/src/main/javassist/bytecode/analysis/
H A DFramePrinter.java87 frames = (new Analyzer()).analyze(method.getDeclaringClass(), info);
H A DAnalyzer.java42 * // 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/
H A DActionAnalysis.g62 public void analyze() {
/external/javassist/src/main/javassist/bytecode/stackmap/
H A DLiveness.java216 analyze(ci, pos, pos + tb.length);
231 protected void analyze(CodeIterator ci, int begin, int end) method in class:Liveness
/external/libcap-ng/libcap-ng-0.7/
H A Dlibcap-ng.spec47 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/
H A Den.stg261 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/
H A DTransformAccessArrayField.java104 frames = ((new Analyzer())).analyze(clazz, minfo);
/external/llvm/lib/CodeGen/
H A DSplitKit.h107 /// 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).
H A DRegAllocGreedy.cpp1652 SA->analyze(&VirtReg);
1661 SA->analyze(&VirtReg);
H A DSplitKit.cpp313 void SplitAnalysis::analyze(const LiveInterval *li) { function in class:SplitAnalysis
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DWalkerFactory.java104 int analysis = analyze(compiler, stepOpCodePos, stepIndex);
165 int analysis = analyze(compiler, firstStepPos, 0);
664 private static int analyze( method in class:WalkerFactory
832 int analysis = analyze(compiler, stepOpCodePos, stepIndex);
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
H A DMethodDefinition.java378 methodAnalyzer.analyze();
/external/clang/tools/scan-build/
H A Dscan-build989 -analyze-headers
991 Also analyze functions in #included files. By default, such functions
1122 exec $Clang, ( @PluginLoadCommandline_xclang, '--analyze', '-x', $lang, '-', '-###');
1284 if ($arg eq '-analyze-headers') {
1527 if ($AnalyzeHeaders) { push @AnalysesToRun,"-analyzer-opt-analyze-headers"; }
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammar.java1895 sniffer.analyze();
1903 sniffer.analyze();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.sat4j.pb_2.2.0.v20100429.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.sat4j.core_2.2.0.v20100429.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/libxml2/
H A Dvalid.c4802 goto analyze;
4968 analyze:
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DMethodAnalyzer.java49 * Before calling the analyze() method, you must have initialized the ClassPath by calling
126 public void analyze() { method in class:MethodAnalyzer
274 throw new ExceptionWithContext("You must call analyze() before calling verify().");
3335 throw new ValidationException("Cannot analyze an odexed instruction unless we are deodexing");
3373 throw new ValidationException("Cannot analyze an odexed instruction unless we are deodexing");
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 2244 milliseconds