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

12

/external/sepolicy/tools/sepolicy-analyze/
H A DAndroid.mk6 LOCAL_MODULE := sepolicy-analyze
10 LOCAL_SRC_FILES := sepolicy-analyze.c dups.c neverallow.c perm.c typecmp.c booleans.c attribute.c utils.c
/external/llvm/lib/CodeGen/
H A DMachineDominanceFrontier.cpp42 Base.analyze(getAnalysis<MachineDominatorTree>().getBase());
H A DSplitKit.h108 /// DidRepairRange - analyze was forced to shrinkToUses().
123 /// analyze - set CurLI to the specified interval, and analyze how it may be
125 void analyze(const LiveInterval *li);
128 /// by analyze(). This really shouldn't happen, but sometimes the coalescer
132 /// clear - clear all data structures so SplitAnalysis is ready to analyze a
183 /// analyze(li).
H A DRegAllocGreedy.cpp1920 SA->analyze(&VirtReg);
1929 SA->analyze(&VirtReg);
2214 SA->analyze(&VirtReg);
2226 SA->analyze(&VirtReg);
/external/llvm/lib/Analysis/
H A DDominanceFrontier.cpp40 Base.analyze(getAnalysis<DominatorTreeWrapperPass>().getDomTree());
/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/selinux/sepolgen/src/sepolgen/
H A Daudit.py236 self.analyze()
238 def analyze(self): member in class:AVCMessage
247 self.type, self.data = audit2why.analyze(scontext, tcontext, self.tclass, self.accesses);
/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/selinux/libselinux/src/
H A Daudit2why.c309 static PyObject *analyze(PyObject *self __attribute__((unused)) , PyObject *args) { function
434 {"analyze", analyze, METH_VARARGS,
/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/include/llvm/Analysis/
H A DDominanceFrontier.h126 void analyze(DomTreeT &DT) { function in class:llvm::ForwardDominanceFrontierBase
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-analysis-3.3.jar ... .objectweb.asm.tree.analysis.Frame[] analyze (java.lang.String, org.objectweb.asm ...
H A Djdepend-2.9.jarMETA-INF/ META-INF/MANIFEST.MF jdepend/ jdepend/framework/ jdepend/framework/AbstractParser.class AbstractParser. ...
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/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/clang/tools/scan-build/
H A Dscan-build1089 -analyze-headers
1091 Also analyze functions in #included files. By default, such functions
1241 exec $Clang, ( @PluginLoadCommandline_xclang, '--analyze', '-x', $lang, '-', '-###');
1404 if ($arg eq '-analyze-headers') {
1680 if ($AnalyzeHeaders) { push @AnalysesToRun,"-analyzer-opt-analyze-headers"; }
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
H A DAnalyzer.java98 public Frame[] analyze(final String owner, final MethodNode m) method in class:Analyzer
417 * {@link #analyze analyze} method during its visit of the method's code).
429 * method is called by the {@link #analyze analyze} method during its visit
/external/mockito/cglib-and-asm/src/org/mockito/asm/util/
H A DCheckClassAdapter.java90 * at org.mockito.asm.tree.analysis.Analyzer.analyze(Analyzer.java:289)
194 a.analyze(cn.name, method);
/external/libxml2/doc/
H A Dapibuild.py363 def analyze(self): member in class:index
1659 def analyze(self): member in class:docBuilder
1661 self.idx.analyze()
1674 # idx.analyze()
2129 builder.analyze()
2134 extra.analyze()

Completed in 1056 milliseconds

12