HomeSort by relevance Sort by last modified time
    Searched defs:analyze (Results 1 - 25 of 34) 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 152 mLint.analyze(files, scope);
  /sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/
AbstractCheckTest.java 119 String result = lintClient.analyze(files);
320 public String analyze(List<File> files) throws Exception { method in class:AbstractCheckTest.TestLintClient
322 mDriver.analyze(files, getLintScope(files));
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
ControlFlowGraph.java 68 * analyze the method bytecode
108 analyzer.analyze(classNode.name, method);
  /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 378 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 98 * <li>Render the layout at multiple screen sizes and analyze how the widgets move and
1436 analyze(view, true); method
1492 private View analyze(CanvasViewInfo view, boolean isRoot) { method in class:RelativeLayoutConversionHelper.EdgeList
1531 analyze(childView, false); method
1556 analyze(child, false); method
    [all...]
  /sdk/lint/cli/src/com/android/tools/lint/
Main.java 534 System.err.println("No files to analyze.");
592 mDriver.analyze(files, null /* scope */);
    [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
126 public void analyze() { method in class:MethodAnalyzer
274 throw new ExceptionWithContext("You must call analyze() before calling verify().");
    [all...]
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/client/api/
LintDriver.java 271 * Analyze the given file (which can point to an Android project). Issues found
278 public void analyze(@NonNull List<File> files, @Nullable EnumSet<Scope> scope) { method in class:LintDriver
    [all...]
  /prebuilts/tools/common/asm-tools/
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...]
  /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 
org.sat4j.core_2.2.0.v20100429.jar 

Completed in 1418 milliseconds

1 2