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

  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
webrunner.js 11 var runStyle = "runs/s";
15 var timePerTest = runStyle === "runs/s" ? 1 : 0.5;
95 if ( runStyle === "runs/s" ) {
116 if ( runStyle === "runs/s" ) {
239 search = search.replace(/&runStyle=([^&]+)/, function(all, type){
240 runStyle = type;
370 var summary = (runStyle === "runs/s" ? Math.pow(Math.E, maxTotal / maxTotalNum) : maxTotal).toFixed(2);
392 data: "data=" + encodeURIComponent(JSON.stringify(dataStore)) + "&style=" + runStyle,
406 $("#timebar").html("<span><strong>" + (runStyle === "runs/s" ? Math.pow(Math.E, maxTotal / maxTotalNum) : maxTotal).toFixed(2) + "</strong>" + runStyle + " (Total)</span>")
    [all...]
  /external/icu4c/layoutex/
ParagraphLayout.cpp 57 le_int32 style, run, runStyle;
74 runStyle = 0;
94 fStyleIndices[runStyle++] = currentRun[style];
    [all...]

Completed in 52 milliseconds