Searched defs:Options (Results 1 – 12 of 12) sorted by relevance
37 struct Options { struct47 static test::TestScene* simpleCreateScene(const TestScene::Options&) { in simpleCreateScene()
53 static test::TestScene* createBitmapAllocationScene(const TestScene::Options&) { in createBitmapAllocationScene()
64 [](const TestScene::Options&) -> test::TestScene* { in __anon97a0b3cc0202()71 [](const TestScene::Options&) -> test::TestScene* { in __anon97a0b3cc0302()
171 struct Options { struct172 bool verbose = false;173 int threads = 1;174 int opcode = BenchmarkOps::Read;175 int blocksize = 1;176 int count = 1;177 int instances = 1;178 int timeout = 1;179 int warmup = 0;
77 struct Options { struct93 Options(); argument97 Options::Options() in Options() function in Options
192 struct Options { struct206 Scheduler(const scheduler::RefreshRateConfigs&, ISchedulerCallback&, Options); argument
61 private static class Options { class in Main
110 enum Options { enum
70 class Options(object): class
44 public static class Options { class in BitmapFactory49 public Options() { in Options() method in BitmapFactory.Options
37 public static class Options { class in OperationScheduler
176 llvm::TargetOptions Options; in CreateCodeGenPasses() local