/external/sepolicy/tools/sepolicy-analyze/ |
H A D | Android.mk | 6 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 D | MachineDominanceFrontier.cpp | 42 Base.analyze(getAnalysis<MachineDominatorTree>().getBase());
|
H A D | SplitKit.h | 108 /// 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 D | RegAllocGreedy.cpp | 1920 SA->analyze(&VirtReg); 1929 SA->analyze(&VirtReg); 2214 SA->analyze(&VirtReg); 2226 SA->analyze(&VirtReg);
|
/external/llvm/lib/Analysis/ |
H A D | DominanceFrontier.cpp | 40 Base.analyze(getAnalysis<DominatorTreeWrapperPass>().getDomTree());
|
/external/javassist/src/test/test/javassist/bytecode/analysis/ |
H A D | 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());
|
H A D | ErrorFinder.java | 57 analyzer.analyze(clazz, method.getMethodInfo2());
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
H A D | FramePrinter.java | 87 frames = (new Analyzer()).analyze(method.getDeclaringClass(), info);
|
H A D | 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/ |
H A D | ActionAnalysis.g | 62 public void analyze() {
|
/external/selinux/sepolgen/src/sepolgen/ |
H A D | audit.py | 236 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 D | Liveness.java | 216 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 D | libcap-ng.spec | 47 The libcap-ng-utils package contains applications to analyze the
|
/external/selinux/libselinux/src/ |
H A D | audit2why.c | 309 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 D | 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/ |
H A D | TransformAccessArrayField.java | 104 frames = ((new Analyzer())).analyze(clazz, minfo);
|
/external/llvm/include/llvm/Analysis/ |
H A D | DominanceFrontier.h | 126 void analyze(DomTreeT &DT) { function in class:llvm::ForwardDominanceFrontierBase
|
/external/owasp/sanitizer/tools/findbugs/lib/ |
H A D | asm-analysis-3.3.jar | ... .objectweb.asm.tree.analysis.Frame[] analyze (java.lang.String, org.objectweb.asm ... |
H A D | jdepend-2.9.jar | META-INF/ META-INF/MANIFEST.MF jdepend/ jdepend/framework/ jdepend/framework/AbstractParser.class AbstractParser. ... |
H A D | findbugs.jar | META-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 D | WalkerFactory.java | 104 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 D | scan-build | 1089 -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 D | Analyzer.java | 98 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 D | CheckClassAdapter.java | 90 * at org.mockito.asm.tree.analysis.Analyzer.analyze(Analyzer.java:289)
194 a.analyze(cn.name, method);
|
/external/libxml2/doc/ |
H A D | apibuild.py | 363 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()
|