Searched refs:IndexTracker (Results 1 – 3 of 3) sorted by relevance
/external/skqp/tools/fonts/ |
D | generate_fir_coeff.py | 105 class IndexTracker: class 114 coeff_pkg = [IndexTracker(i, diff) for i, diff in enumerate(coeff_diff)]
|
/external/skia/tools/fonts/ |
D | generate_fir_coeff.py | 109 class IndexTracker: class 118 coeff_pkg = [IndexTracker(i, diff) for i, diff in enumerate(coeff_diff)]
|
/external/bcc/tests/cc/ |
D | catch.hpp | 5689 class IndexTracker : public TrackerBase { class 5693 IndexTracker( std::string const& name, TrackerContext& ctx, ITracker* parent, int size ) in IndexTracker() function in Catch::TestCaseTracking::IndexTracker 5698 virtual ~IndexTracker(); 5700 static IndexTracker& acquire( TrackerContext& ctx, std::string const& name, int size ) { in acquire() 5701 IndexTracker* tracker = CATCH_NULL; in acquire() 5705 tracker = dynamic_cast<IndexTracker*>( childTracker ); in acquire() 5709 tracker = new IndexTracker( name, ctx, ¤tTracker, size ); in acquire() 5748 using TestCaseTracking::IndexTracker; 10251 IndexTracker::~IndexTracker() {} in ~IndexTracker()
|