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

  /frameworks/base/tools/velocityplot/
velocityplot.py 237 bottom_index = bisect.bisect_left(timeseries[0], bottom)
238 del timeseries[0][:bottom_index]
239 del timeseries[1][:bottom_index]
  /frameworks/base/tools/orientationplot/
orientationplot.py 385 bottom_index = bisect.bisect_left(timeseries[0], bottom)
386 del timeseries[0][:bottom_index]
387 del timeseries[1][:bottom_index]
  /external/libvpx/vp8/encoder/
onyx_if.c 3343 int bottom_index; local
    [all...]

Completed in 454 milliseconds