Home
last modified time | relevance | path

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

/frameworks/native/cmds/flatland/
DREADME.txt28 in between each benchmark sample run. Regardless of the scenario being
49 The first column is simply a description of the scenario that's being
50 simulated. The second column indicates the resolution at which the scenario
53 scenario takes to complete.
57 fast - This indicates that frames of the scenario completed too fast to be
60 result, the scenario was skipped.
62 slow - This indicates that frames of the scenario took too long to
64 simulating a scenario that is obviously impractical on this device, the
65 scenario was skipped.
67 varies - This indicates that the scenario was measured, but it did not
[all …]
DMain.cpp688 const char* scenario = "Scenario"; in printResultsTableHeader() local
689 size_t len = strlen(scenario); in printResultsTableHeader()
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DBaseWrapContentTest.java114 protected void testScenerio(Scenario scenario) throws Throwable { in testScenerio() argument
129 List<Snapshot> s1 = runScenario(scenario, matchParent, null); in testScenerio()
132 List<Snapshot> s2 = runScenario(scenario, wrapContent, s1); in testScenerio()
142 public List<Snapshot> runScenario(Scenario scenario, ViewGroup.LayoutParams lp, in runScenario() argument
148 RecyclerView.LayoutManager layoutManager = scenario.createLayoutManager(); in runScenario()
154 mTestAdapter = new TestAdapter(scenario.getSeedAdapterSize()); in runScenario()
161 for (Step step : scenario.mStepList) { in runScenario()