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

1 2 3 4 5 6 7 8 9

  /external/sepolicy/tools/sepolicy-analyze/
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
  /cts/tools/selinux/
SELinuxNeverallowTestFrame.py 68 /* retrieve the sepolicy-analyze executable from jar */
69 sepolicyAnalyze = copyResourceToTempFile("/sepolicy-analyze");
86 /* run sepolicy-analyze neverallow check on policy file using given neverallow rules */
  /external/llvm/lib/CodeGen/
MachineDominanceFrontier.cpp 42 Base.analyze(getAnalysis<MachineDominatorTree>().getBase());
SplitKit.h 40 /// SplitAnalysis - Analyze a LiveInterval, looking for live range splitting
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).
  /external/llvm/lib/Analysis/
DominanceFrontier.cpp 40 Base.analyze(getAnalysis<DominatorTreeWrapperPass>().getDomTree());
  /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());
  /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());
  /cts/hostsidetests/security/
Android.mk 40 LOCAL_JAVA_RESOURCE_FILES := $(HOST_OUT_EXECUTABLES)/sepolicy-analyze $(HOST_OUT_EXECUTABLES)/checkseapp $(HOST_OUT_EXECUTABLES)/checkfc $(selinux_general_seapp_contexts) $(selinux_general_file_contexts) $(selinux_general_property_contexts) $(selinux_general_service_contexts)
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ActionAnalysis.g 62 public void analyze() {
  /external/v8/tools/push-to-trunk/
releases.py 436 help=("The branch to analyze. If 'all' is specified, "
437 "analyze all branches. If 'recent' (default) "
  /external/llvm/include/llvm/Analysis/
DominanceFrontier.h 126 void analyze(DomTreeT &DT) { function in class:llvm::ForwardDominanceFrontierBase
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
Main.java 129 aa.analyze();
  /frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
AsmGeneratorTest.java 160 aa.analyze();
242 aa.analyze();
330 aa.analyze();
416 aa.analyze();
  /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
  /build/tools/droiddoc/templates-sdk/
docpage.cs 20 elif:(distribute||googleplay||essentials||users||engage||monetize||disttools||stories||analyze) ?>distribute<?cs
28 if:analyze ?> analyze<?cs /if ?><?cs
  /external/selinux/sepolgen/src/sepolgen/
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);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
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);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/sepolgen/
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);
  /build/tools/droiddoc/templates-sdk-dev/components/
masthead.cs 174 <li><a href="<?cs var:toroot ?>distribute/analyze/index.html">Analyze</a></li>
259 <?cs elif:distribute || googleplay || essentials || users || engage || monetize || analyze || disttools || stories ?>
275 <li class="analyze"><a href="<?cs var:toroot ?>distribute/analyze/index.html"
276 >Analyze</a>
  /external/libcap-ng/libcap-ng-0.7/
libcap-ng.spec 47 The libcap-ng-utils package contains applications to analyze the
  /external/selinux/libselinux/src/
audit2why.c 309 static PyObject *analyze(PyObject *self __attribute__((unused)) , PyObject *args) { function
434 {"analyze", analyze, METH_VARARGS,
435 "Analyze AVC."},
  /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);

Completed in 1053 milliseconds

1 2 3 4 5 6 7 8 9