HomeSort by relevance Sort by last modified time
    Searched defs:SectionParser (Results 1 - 3 of 3) sorted by null

  /system/core/init/
init_parser.h 24 class SectionParser {
26 virtual ~SectionParser() {
43 std::unique_ptr<SectionParser> parser);
64 std::map<std::string, std::unique_ptr<SectionParser>> section_parsers_;
  /development/tools/bugreport/src/com/android/bugreport/bugreport/
BugreportParser.java 52 private final HashMap<String,SectionParser> mSectionParsers
53 = new HashMap<String,SectionParser>();
65 private interface SectionParser {
83 for (SectionParser parser: mParserList) {
160 final SectionParser parser = mSectionParsers.get(section);
177 final SectionParser[] mParserList = new SectionParser[] {
178 new SectionParser() {
199 new SectionParser() {
  /packages/apps/TV/src/com/android/tv/tuner/ts/
SectionParser.java 59 public class SectionParser {
60 private static final String TAG = "SectionParser";
337 public SectionParser(OutputListener listener) {
    [all...]

Completed in 408 milliseconds