Searched refs:Parser (Results 1 – 7 of 7) sorted by relevance
49 using Parser = CmdlineParser<SimpleParseArgumentMap, SimpleParseArgumentMapKey>; variable51 static inline Parser CreateSimpleParser(bool ignore_unrecognized) { in CreateSimpleParser()52 std::unique_ptr<Parser::Builder> parser_builder = in CreateSimpleParser()53 std::make_unique<Parser::Builder>(); in CreateSimpleParser()
53 using Parser = CmdlineParser<Dex2oatArgumentMap, Dex2oatArgumentMap::Key>; typedef54 using Builder = Parser::Builder;189 static Parser CreateArgumentParser() { in CreateArgumentParser()269 Parser parser = CreateArgumentParser(); in Parse()
25 import com.android.ahat.heapdump.Parser;128 mSnapshot = new Parser(hprof).map(map).retained(mRetained).parse(); in load()138 mBaseline = new Parser(hprofBase).map(map).retained(mRetained).parse(); in load()
55 public class Parser { class66 public Parser(ByteBuffer hprof) { in Parser() method in Parser76 public Parser(File hprof) throws IOException { in Parser() method in Parser86 public Parser map(ProguardMap map) { in map()100 public Parser progress(Progress progress) { in progress()114 public Parser retained(Reachability retained) { in retained()145 return new Parser(hprof).map(map).parse(); in parseHeapDump()159 return new Parser(hprof).map(map).parse(); in parseHeapDump()
22 import com.android.ahat.heapdump.Parser;70 return new Parser(hprof).map(map).progress(progress).retained(retained).parse(); in loadHeapDump()
173 public class Parser {174 ctor public Parser(java.nio.ByteBuffer);175 ctor public Parser(java.io.File) throws java.io.IOException;176 method public com.android.ahat.heapdump.Parser map(com.android.ahat.proguard.ProguardMap);180 method public com.android.ahat.heapdump.Parser progress(com.android.ahat.progress.Progress);181 method public com.android.ahat.heapdump.Parser retained(com.android.ahat.heapdump.Reachability);
12 ## Cmdline Parser