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

  /external/stressapptest/src/
os.cc 52 // OsLayer initialization.
53 OsLayer::OsLayer() {
84 // OsLayer cleanup.
85 OsLayer::~OsLayer() {
90 // OsLayer initialization.
91 bool OsLayer::Initialize() {
113 bool OsLayer::IsSupported() {
124 int OsLayer::AddressMode()
    [all...]
os.h 48 class OsLayer {
50 OsLayer();
51 virtual ~OsLayer();
198 // Update OsLayer state regarding cpu support for various features.
293 DISALLOW_COPY_AND_ASSIGN(OsLayer);
297 // OsLayer::Initialize() on the new object.
298 OsLayer *OsLayerFactory(const std::map<std::string, std::string> &options);

Completed in 412 milliseconds