HomeSort by relevance Sort by last modified time
    Searched refs:flipCount (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
overview.js 82 if (!resultsForTest.isFlaky || resultsForTest.flipCount <= flipCountThreshold)
93 var flipCountThreshold = Number(g_history.dashboardSpecificState.flipCount);
132 case 'flipCount':
147 overview._htmlForNavBar = function(flipCount, showNoFlakes)
151 ui.html.range('flipCount', 'Flakiness threshold (low-->high):', 1, 50, flipCount) +
159 flipCount: 1,
173 // Need to parseParameters so that flipCount has the correct value.
175 $('navbar').innerHTML = overview._htmlForNavBar(g_history.dashboardSpecificState.flipCount);
results.js 99 var flipCount = 0;
107 flipCount++;
112 out.flipCount = flipCount;
113 out.isFlaky = flipCount > 1;
flakiness_dashboard.js 229 flipCount: 0,
774 resultsProperty = 'flipCount';
    [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp     [all...]

Completed in 50 milliseconds