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

  /external/webkit/Source/WebCore/inspector/front-end/
TimelineGrid.js 59 updateDividers: function(force, calculator, paddingLeft)
62 var slice = calculator.boundarySpan / dividerCount;
113 dividerLabelBar._labelElement.textContent = calculator.formatValue(slice * i);
SummaryBar.js 50 get calculator() {
54 set calculator(x) {
66 var graphInfo = this.calculator.computeSummaryValues(data);
82 var legendLabel = this._makeLegendElement(this.categories[category].title, this.calculator.formatValue(size), colorString);
87 var totalLegendLabel = this._makeLegendElement(WebInspector.UIString("Total"), this.calculator.formatValue(graphInfo.total));
NetworkPanel.js 78 this.calculator = new WebInspector.NetworkTransferTimeCalculator();
296 this.calculator = this._calculators[value];
297 if (this.calculator.startAtZero)
493 proceed = this._timelineGrid.updateDividers(force, this.calculator);
498 if (this.calculator.startAtZero || !this.calculator.computePercentageFromEventTime) {
502 // Additionally, if the calculator doesn't have the computePercentageFromEventTime
510 var percent = this.calculator.computePercentageFromEventTime(this._mainResourceLoadTime);
524 var percent = this.calculator.computePercentageFromEventTime(this._mainResourceDOMContentTime);
549 get calculator()
    [all...]
HeapSnapshotView.js 55 this.countsSummaryBar.calculator = new WebInspector.HeapSummaryCountCalculator();
64 this.sizesSummaryBar.calculator = new WebInspector.HeapSummarySizeCalculator();
500 this.countsSummaryBar.calculator.showAsPercent = this._isShowingAsPercent;
503 this.sizesSummaryBar.calculator.showAsPercent = this._isShowingAsPercent;
    [all...]
TimelinePanel.js     [all...]
  /packages/wallpapers/Basic/src/com/android/wallpaper/grass/
GrassRS.java 341 final SunCalculator calculator = new SunCalculator(location, timeZone); local
344 final double sunrise = calculator.computeSunriseTime(SunCalculator.ZENITH_CIVIL, now);
347 final double sunset = calculator.computeSunsetTime(SunCalculator.ZENITH_CIVIL, now);
  /external/bison/tests/
testsuite 381 70;calc.at:550;Calculator ;;
382 71;calc.at:552;Calculator %defines;;
383 72;calc.at:553;Calculator %locations;;
384 73;calc.at:554;Calculator %name-prefix="calc";;
385 74;calc.at:555;Calculator %verbose;;
386 75;calc.at:556;Calculator %yacc;;
387 76;calc.at:557;Calculator %error-verbose;;
388 77;calc.at:559;Calculator %pure-parser %locations;;
389 78;calc.at:560;Calculator %error-verbose %locations;;
390 79;calc.at:562;Calculator %error-verbose %locations %defines %name-prefix="calc" %verbose %yacc;
    [all...]

Completed in 1620 milliseconds