/external/webkit/WebCore/inspector/front-end/ |
D | ResourcesPanel.js | 94 …: 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 …]
|
D | TimelineGrid.js | 58 updateDividers: function(force, calculator, paddingLeft) argument 61 var slice = calculator.boundarySpan / dividerCount; 102 dividerLabelBar._labelElement.textContent = calculator.formatValue(slice * i);
|
D | SummaryBar.js | 50 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…
|
D | AbstractTimelinePanel.js | 213 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
|
D | TimelinePanel.js | 579 update: function(record, isEven, calculator, clientWidth, expandOffset, index) argument 583 var percentages = calculator.computeBarGraphPercentages(record);
|
/external/webkit/WebKit/chromium/src/js/ |
D | HeapProfilerPanel.js | 77 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/ |
D | bison.texinfo | 142 * 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 …]
|
D | bison.info | 104 * 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/ |
D | calc.at | 1 # Simple calculator. -*- Autotest -*- 41 [[/* Infix notation calculator--calc */
|
D | testsuite | 10968 /* Infix notation calculator--calc */
|
/external/webkit/WebCore/ |
D | ChangeLog-2008-08-10 | 17844 - 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 …]
|
D | ChangeLog-2009-06-16 | 76514 (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
|
D | ChangeLog-2010-01-29 | 29501 (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/ |
D | ChangeLog-2007-10-14 | 24702 …756>: Math.round screws up on numbers bigger than 2^31 (incorrect results on HP-35 calculator page)
|
D | ChangeLog-2008-08-10 | 20520 Fixes Bug 16889: REGRESSION (r29425): Canvas-based graphing calculator fails to run
|