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

1 2

  /external/javassist/src/test/test/javassist/bytecode/analysis/
ErrorFinder.java 57 analyzer.analyze(clazz, method.getMethodInfo2());
  /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
  /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
  /frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
AsmGeneratorTest.java 113 aa.analyze();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintJob.java 153 mLint.analyze(files, scope);
  /external/javassist/src/main/javassist/bytecode/analysis/
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/llvm/lib/CodeGen/
SplitKit.cpp 164 DEBUG(dbgs() << "Analyze counted "
313 void SplitAnalysis::analyze(const LiveInterval *li) { function in class:SplitAnalysis
    [all...]
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
MethodDefinition.java 389 methodAnalyzer.analyze();
  /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...]
  /external/quake/quake/src/WinQuake/
gl_vidandroid.cpp 531 * Analyze a motion event. Call this once for each motion event
533 * @param ev the motion event to analyze.
535 void analyze(unsigned long long eventTime, int action, function in class:GestureDetector
662 gGestureDetector.analyze(eventTime, action, x, y, pressure, size, deviceId);
  /sdk/attribute_stats/src/
Analyzer.java 140 new Analyzer(directories, metadataFile, listAdvanced).analyze();
143 private void analyze() { method in class:Analyzer
  /ndk/sources/host-tools/sed-4.2.1/lib/
regcomp.c 37 static reg_errcode_t analyze (regex_t *preg);
825 /* Analyze the tree and create the nfa. */
826 err = analyze (preg);
1140 analyze (regex_t *preg) function
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RelativeLayoutConversionHelper.java 96 * <li>Render the layout at multiple screen sizes and analyze how the widgets move and
1434 analyze(view, true); method
1490 private View analyze(CanvasViewInfo view, boolean isRoot) { method in class:RelativeLayoutConversionHelper.EdgeList
1529 analyze(childView, false); method
1554 analyze(child, false); method
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
MethodAnalyzer.java 49 * Before calling the analyze() method, you must have initialized the ClassPath by calling
131 public void analyze() { method in class:MethodAnalyzer
301 throw new ExceptionWithContext("You must call analyze() before calling verify().");
    [all...]
  /prebuilts/devtools/tools/lib/
asm-analysis-4.0.jar 
lint-api.jar 
  /prebuilts/tools/common/asm-tools/
asm-analysis-4.0.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-analysis/4.0/
asm-analysis-4.0.jar 
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Grammar.java 756 /** ANALYZE ACTIONS, LOOKING FOR LABEL AND ATTR REFS, sanity check */
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /external/robolectric/lib/main/
maps_v16.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
org.sat4j.pb_2.2.0.v20100429.jar 
org.objectweb.asm_3.2.0.v200909071300.jar 

Completed in 1112 milliseconds

1 2