Home
last modified time | relevance | path

Searched refs:Impl (Results 1 – 3 of 3) sorted by relevance

/tools/test/graphicsbenchmark/benchmark_libs/
Dagq.cpp79 class GameQualification::Impl { class in android::GameQualification
86 void GameQualification::Impl::startLoop(jobject context) { in startLoop()
97 void GameQualification::Impl::startLoop(ANativeActivity* activity) { in startLoop()
105 mImpl = new GameQualification::Impl(); in GameQualification()
Dagq.h26 class Impl;
27 Impl* mImpl;
/tools/metalava/
DAPI-LINT.md25 …java:3: error: Don't expose your implementation details: MyStringImpl ends with Impl [EndsWithImpl]