Home
last modified time | relevance | path

Searched refs:calculator (Results 1 – 15 of 15) sorted by relevance

/external/webkit/WebCore/inspector/front-end/
DResourcesPanel.js94 …: WebInspector.ResourceSidebarTreeElement.CompareByAscendingStartTime, calculator: transferTimeCal… property
95 …tor.ResourceSidebarTreeElement.CompareByAscendingResponseReceivedTime, calculator: transferTimeCal… property
96 …on: WebInspector.ResourceSidebarTreeElement.CompareByAscendingEndTime, calculator: transferTimeCal… property
97 …: WebInspector.ResourceSidebarTreeElement.CompareByDescendingDuration, calculator: transferDuratio… property
98 …n: WebInspector.ResourceSidebarTreeElement.CompareByDescendingLatency, calculator: transferDuratio… property
108 …tion: WebInspector.ResourceSidebarTreeElement.CompareByDescendingSize, calculator: transferSizeCal… property
553 if (this.calculator.startAtZero || !this.calculator.computePercentageFromEventTime) {
564 var percent = this.calculator.computePercentageFromEventTime(this.mainResourceLoadTime);
579 … var percent = this.calculator.computePercentageFromEventTime(this.mainResourceDOMContentTime);
607 option.calculator = sortingOption.calculator;
[all …]
DTimelineGrid.js58 updateDividers: function(force, calculator, paddingLeft) argument
61 var slice = calculator.boundarySpan / dividerCount;
102 dividerLabelBar._labelElement.textContent = calculator.formatValue(slice * i);
DSummaryBar.js50 get calculator() { getter in WebInspector.SummaryBar
54 set calculator(x) { setter in WebInspector.SummaryBar
66 var graphInfo = this.calculator.computeSummaryValues(data);
82 …dLabel = this._makeLegendElement(this.categories[category].title, this.calculator.formatValue(size…
87 …ndLabel = this._makeLegendElement(WebInspector.UIString("Total"), this.calculator.formatValue(grap…
DAbstractTimelinePanel.js213 return this._timelineGrid.updateDividers(force, this.calculator);
301 if (this.calculator.updateBoundaries(item))
312 this._staleItems[i]._itemsTreeElement._itemGraph.refresh(this.calculator);
343 get calculator() getter in WebInspector.AbstractTimelinePanel
348 set calculator(x) setter in WebInspector.AbstractTimelinePanel
DTimelinePanel.js579 update: function(record, isEven, calculator, clientWidth, expandOffset, index) argument
583 var percentages = calculator.computeBarGraphPercentages(record);
/external/webkit/WebKit/chromium/src/js/
DHeapProfilerPanel.js77 this.countsSummaryBar.calculator = new WebInspector.HeapSummaryCountCalculator();
86 this.sizesSummaryBar.calculator = new WebInspector.HeapSummarySizeCalculator();
416 this.countsSummaryBar.calculator.showAsPercent = this._isShowingAsPercent;
419 this.sizesSummaryBar.calculator.showAsPercent = this._isShowingAsPercent;
/external/bison/doc/
Dbison.texinfo142 * RPN Calc:: Reverse polish notation calculator;
144 * Infix Calc:: Infix (algebraic) notation calculator.
150 * Exercises:: Ideas for improving the multi-function calculator.
176 * Decl: Mfcalc Decl. Bison declarations for multi-function calculator.
177 * Rules: Mfcalc Rules. Grammar rules for the calculator.
645 symbol. For example, in a calculator, an expression typically has a
1352 reverse polish notation calculator, an algebraic (infix) notation
1353 calculator, and a multi-function calculator. All three have been tested
1355 desk-top calculator.
1362 * RPN Calc:: Reverse polish notation calculator;
[all …]
Dbison.info104 * RPN Calc:: Reverse polish notation calculator;
106 * Infix Calc:: Infix (algebraic) notation calculator.
112 * Exercises:: Ideas for improving the multi-function calculator.
138 * Decl: Mfcalc Decl. Bison declarations for multi-function calculator.
139 * Rules: Mfcalc Rules. Grammar rules for the calculator.
937 nonterminal symbol. For example, in a calculator, an expression
1539 reverse polish notation calculator, an algebraic (infix) notation
1540 calculator, and a multi-function calculator. All three have been tested
1542 desk-top calculator.
1550 * RPN Calc:: Reverse polish notation calculator;
[all …]
/external/bison/tests/
Dcalc.at1 # Simple calculator. -*- Autotest -*-
41 [[/* Infix notation calculator--calc */
Dtestsuite10968 /* Infix notation calculator--calc */
/external/webkit/WebCore/
DChangeLog-2008-08-1017844 - Graph sidebar items no longer have a calculator property. This is
17846 sorting to have a different calculator.
17851 (WebInspector.ResourcesPanel.prototype.set calculator): Don't do
17852 anything if the calculator hasn't changed.
17855 element from the calculator.
17862 our calculator from the sorting option.
31081 this._calculator for times when reset is called before the calculator is set.
31654 (WebInspector.ResourcesPanel): Add a reference to the tree element to each calculator.
31657 … (WebInspector.ResourcesPanel.prototype.closeVisibleResource): Select the current calculator's
31660 the calculator changes since closeVisibleResource uses the calculator.
[all …]
DChangeLog-2009-06-1676514 (WebInspector.ResourcesPanel.prototype.set calculator): Set _staleResource to _resources
76540 before the calculator so the correct sortingFunction is there when a refresh happens.
76899 (WebInspector.ResourcesPanel.prototype.set calculator): Return early for
76900 a null calculator. Remove the second argument passed to _refreshAllResources.
76902 the calculator for all the stale resources before calling refreshResource.
76909 skipBoundaryUpdate is false, call updateBoundaries on the calculator for all
76971 (WebInspector.ResourcesPanel.prototype.refreshResource): Pass the calculator to the
DChangeLog-2010-01-2929501 (WebInspector.AbstractTimelinePanel.prototype.set calculator):
39855 (WebInspector.AbstractTimelinePanel.prototype.get calculator):
39856 (WebInspector.AbstractTimelinePanel.prototype.set calculator):
65388 (WebInspector.SummaryBar.prototype.get calculator):
65389 (WebInspector.SummaryBar.prototype.set calculator):
65417 (WebInspector.SummaryBar.prototype.get calculator):
65418 (WebInspector.SummaryBar.prototype.set calculator):
/external/webkit/JavaScriptCore/
DChangeLog-2007-10-1424702 …756>: Math.round screws up on numbers bigger than 2^31 (incorrect results on HP-35 calculator page)
DChangeLog-2008-08-1020520 Fixes Bug 16889: REGRESSION (r29425): Canvas-based graphing calculator fails to run