Searched refs:parse (Results 1 – 12 of 12) sorted by relevance
/art/tools/checker/file_format/checker/ |
D | test.py | 210 actualFile = self.parse(checkerText) 213 def parse(self, checkerText): member in CheckerParser_FileLayoutTest 266 self.parse( 273 self.parse( 280 self.parse( 287 self.parse( 311 def parse(self, checkerText): member in CheckerParser_SuffixTests 316 checkerFile = self.parse(self.noarch_block) 324 checkerFile = self.parse(checkerText) 332 checkerFile = self.parse(checkerText) [all …]
|
/art/cmdline/ |
D | README.md | 17 it can parse a string into a `VariantMap`, although in the future it might be desirable to parse 55 auto result = parser.parse(argv, argc)); 71 appropriate flags are given but of the the wrong type/range. So for example, `--foo` will not parse 80 The simplest kind of argument just tests for presence, but we often want to parse out a particular 84 For example with `-orange:_` the parse would know to check all tokens in an `argv` list for the 113 It will parse either `-hello:world` or `-hello:galaxy` only (and error out on other variations of 128 It will parse `-xinterpret` as `true` and `-xnointerpret` as `false`. 149 Will parse something like `-Dhello -Dworld -Dbar -Dbaz` into `std::vector<std::string>{"hello", 152 ### Setting an argument parse target (required) 197 return Result::Failure("Failed to parse double from " + str); [all …]
|
/art/tools/class2greylist/src/com/android/class2greylist/ |
D | JarReader.java | 47 return new ClassParser(mZipFile.getInputStream(e), e.getName()).parse(); in openZipEntry()
|
D | Class2Greylist.java | 122 cmd = parser.parse(options, args); in main()
|
/art/tools/ahat/src/test/com/android/ahat/ |
D | TestDump.java | 128 mSnapshot = new Parser(hprof).map(map).retained(mRetained).parse(); in load() 138 mBaseline = new Parser(hprofBase).map(map).retained(mRetained).parse(); in load()
|
/art/tools/class2greylist/test/src/com/android/javac/ |
D | Javac.java | 111 String.format("%s.class", classToFileName(classname))).parse(); in getCompiledClass()
|
/art/tools/ahat/src/main/com/android/ahat/ |
D | Main.java | 70 return new Parser(hprof).map(map).progress(progress).retained(retained).parse(); in loadHeapDump()
|
/art/tools/ahat/src/main/com/android/ahat/heapdump/ |
D | Parser.java | 126 public AhatSnapshot parse() throws IOException, HprofFormatException { in parse() method in Parser 145 return new Parser(hprof).map(map).parse(); in parseHeapDump() 159 return new Parser(hprof).map(map).parse(); in parseHeapDump()
|
/art/tools/checker/ |
D | README | 41 enclosed in round brackets. For example, the pattern '{{foo{2}}}' will parse
|
/art/runtime/ |
D | runtime_options.def | 139 // Not parse-able from command line, but can be provided explicitly.
|
/art/tools/ahat/etc/ |
D | ahat_api.txt | 177 …method public com.android.ahat.heapdump.AhatSnapshot parse() throws com.android.ahat.heapdump.Hpro…
|
/art/test/dexdump/ |
D | checkers.txt | 352 001850: 7110 2900 0100 |0032: invoke-static {v1}, Landroid/net/Uri;.parse:(…
|