Home
last modified time | relevance | path

Searched refs:TimeLine (Results 1 – 4 of 4) sorted by relevance

/external/autotest/contrib/
Dlog_distiller.py202 class TimeLine(LogLine): class
207 super(TimeLine, self).parse_line(line)
218 class HostLine(TimeLine):
252 class HQELine(TimeLine):
/external/eigen/demos/opengl/
Dquaternion_demo.h26 typedef std::map<float,Frame> TimeLine; typedef
27 TimeLine m_timeline;
Dquaternion_demo.cpp273 TimeLine::const_iterator hi = m_timeline.upper_bound(m_alpha); in animate()
274 TimeLine::const_iterator lo = hi; in animate()
/external/trappy/doc/
DInteractivePlotter.ipynb398 …"TRAPpy's Interactive Plotter features an Interactive Event TimeLine Plot. It accepts an input da…
458 " lane_prefix=\"LANE: \", # Name of Each TimeLine\n",