HomeSort by relevance Sort by last modified time
    Searched refs:calculator (Results 1 - 8 of 8) 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 343 final SunCalculator calculator = new SunCalculator(location, timeZone); local
346 final double sunrise = calculator.computeSunriseTime(SunCalculator.ZENITH_CIVIL, now);
349 final double sunset = calculator.computeSunsetTime(SunCalculator.ZENITH_CIVIL, now);
  /prebuilts/devtools/tools/lib/
bcpkix-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.48/
bcpkix-jdk15on-1.48.jar 

Completed in 581 milliseconds