Home
last modified time | relevance | path

Searched refs:analyzer (Results 1 – 3 of 3) sorted by relevance

/frameworks/ex/variablespeed/jni/
Dsola_time_scaler.h81 void set_analyzer(SolaAnalyzer* analyzer);
Dsola_time_scaler.cc73 void SolaTimeScaler::set_analyzer(SolaAnalyzer* analyzer) { in set_analyzer() argument
76 analyzer_ = analyzer; in set_analyzer()
/frameworks/base/tools/layoutlib/create/
DREADME.txt61 The goal of the analyzer is to create a graph of all the classes from the input JAR
64 To do that, the analyzer is created with a list of base classes to keep -- everything
68 The analyzer is also given a list of class names to keep in the output.
74 With this information, the analyzer parses the input zip to find all the classes.
81 The output of the analyzer is a set of ASM ClassReader instances which are then