Searched refs:runStyle (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/ |
D | 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" ) { 240 runStyle = type; 370 …var summary = (runStyle === "runs/s" ? Math.pow(Math.E, maxTotal / maxTotalNum) : maxTotal).toFixe… 392 … data: "data=" + encodeURIComponent(JSON.stringify(dataStore)) + "&style=" + runStyle, 406 …"<span><strong>" + (runStyle === "runs/s" ? Math.pow(Math.E, maxTotal / maxTotalNum) : maxTotal).t… 464 runStyle = data.style; 498 … error = (runStyle === "ms" ? error : error == 0 ? 0 : Math.log(error)); [all …]
|
/external/icu/icu4c/source/layoutex/ |
D | ParagraphLayout.cpp | 57 le_int32 style, run, runStyle; in StyleRuns() local 74 runStyle = 0; in StyleRuns() 94 fStyleIndices[runStyle++] = currentRun[style]; in StyleRuns()
|
/external/chromium-trace/trace-viewer/test_data/ |
D | v8.log | 2865 code-creation,RegExp,-2,0x4244fce0,851,"&runStyle=([^&]+)"
|