HomeSort by relevance Sort by last modified time
    Searched refs:prefix_index (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tools/orientationplot/
orientationplot.py 393 prefix_index = line.find(prefix)
394 if prefix_index == -1:
396 start_index = prefix_index + len(prefix)
412 prefix_index = line.find(prefix + '[')
413 if prefix_index == -1:
415 start_index = prefix_index + len(prefix) + 1
  /frameworks/base/tools/velocityplot/
velocityplot.py 245 prefix_index = line.find(prefix)
246 if prefix_index == -1:
248 start_index = prefix_index + len(prefix)

Completed in 24 milliseconds