Searched defs:Parse (Results 1 - 1 of 1) sorted by relevance

/system/extras/tests/sdcard/
H A Dplot_sdcard.py33 >>> (metadata, data) = p.Parse('/tmp/data.txt')
97 def Parse(self, line): member in class:Metadata
122 def Parse(filename): function
123 """Parse a file with the collected data.
143 metadata.Parse(line)
266 (metadata, data) = Parse('/tmp/sdcard-scalability.txt')
317 (metadata, data) = Parse(args[0])
321 (metadata, data) = Parse(args[0])

Completed in 37 milliseconds