/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
D | plot_bars.sh | 32 bars=$(echo "$log" | grep "BAR") 35 figures=($(echo "$bars" | cut -f 2 | sort | uniq)) 119 data_sets=$(echo "$bars" | grep "LIMITERRORBAR.$figure" | cut -f 3 | \ 124 y=$(echo "$bars" | grep "LIMITERRORBAR.$figure.$set" | cut -f 8 | \ 132 data_sets=$(echo "$bars" | grep "ERRORBAR.$figure" | cut -f 3 | \ 136 y=$(echo "$bars" | grep "ERRORBAR.$figure.$set" | cut -f 6 | \ 144 data_sets=$(echo "$bars" | grep "BAR.$figure" | cut -f 3 | sort | uniq) 147 y=$(echo "$bars" | grep "BAR.$figure.$set" | cut -f 4 | head -n 1) 163 data_sets=$(echo "$bars" | grep "BAR.$figure" | cut -f 3 | sort | uniq) 174 echo "$bars" | grep "BAR.$figure.$set" | cut -f 3,4 [all …]
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/ |
D | BarRenderer.java | 230 Collections.sort(barGroup.bars, new BarComparator()); in onRender() 231 for (Bar b : barGroup.bars) { in onRender() 249 int width = (int) barGroup.width / barGroup.bars.size(); in onRender() 251 Collections.sort(barGroup.bars, new BarComparator()); in onRender() 252 for (Bar b : barGroup.bars) { in onRender() 272 Collections.sort(barGroup.bars, new BarComparator()); in onRender() 273 for (Bar b : barGroup.bars) { in onRender() 333 public ArrayList<Bar> bars; field in BarRenderer.BarGroup 341 …this.bars = new ArrayList<Bar>(); // create a comparator that compares series title given the inde… in BarGroup() 348 this.bars.add(bar); in addBar()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
D | BarGraph.java | 82 BarItem[] bars= (BarItem[]) this.fItems.toArray(new BarItem[this.fItems.size()]); in paint() local 97 for (int i= 0; i < bars.length; i++) { in paint() 98 Point es= gc.stringExtent(bars[i].title); in paint() 117 for (int i= 0; i < bars.length; i++) in paint() 118 max= Math.max(max, Math.abs(bars[i].value)); in paint() 148 for (int i= 0; i < bars.length; i++) in paint() 153 int yy= y + bars.length * (BARHEIGHT + GAP); in paint() 189 for (int i= 0; i < bars.length; i++) { in paint() 191 BarItem bar= bars[i]; in paint()
|
/external/chromium-trace/catapult/third_party/flot/ |
D | jquery.flot.categories.js | 76 if (s.bars.show || (s.lines.show && s.lines.fill)) { 77 var autoscale = !!((s.bars.show && s.bars.zero) || (s.lines.show && s.lines.zero)); 79 if (s.bars.horizontal) {
|
D | jquery.flot.categories.min.js | 7 …bars.show||s.lines.show&&s.lines.fill){var autoscale=!!(s.bars.show&&s.bars.zero||s.lines.show&&s.…
|
D | jquery.flot.js | 578 bars: { property 860 if (options.bars) 861 $.extend(true, options.series.bars, options.bars); 1125 if (s.bars.show || (s.lines.show && s.lines.fill)) { 1126 … var autoscale = !!((s.bars.show && s.bars.zero) || (s.lines.show && s.lines.zero)); 1128 if (s.bars.horizontal) { 1263 if (s.bars.show) { 1267 switch (s.bars.align) { 1272 delta = -s.bars.barWidth; 1275 delta = -s.bars.barWidth / 2; [all …]
|
D | jquery.flot.min.js | 7 …bars:{show:false,lineWidth:2,barWidth:1,fill:true,fillColor:null,align:"left",horizontal:false,zer… property 8 …bars.show)drawSeriesBars(series);if(series.points.show)drawSeriesPoints(series)}function drawSerie…
|
D | FAQ.md | 35 #### The bars are all tiny in time mode? #### 40 bars). For time mode that's milliseconds so the default value of 1 41 makes the bars 1 millisecond wide.
|
D | NEWS.md | 97 - Fix broken highlighting for right-aligned bars. 131 - Worked around a browser issue that caused bars to appear un-filled. 268 - In addition to "left" and "center", bars now recognize "right" as an 285 adds the ability to plot error bars, commonly used in many kinds of 305 - Added a new option called 'zero' to bars and filled lines series, to control 324 - Fix problem with threshold plugin and bars. (based on patch by 562 - Fixed problem with findNearbyItem and bars on top of each other. (reported 659 "bars" and "shadowSize" have been moved to a sub-object called "series": 710 - Gradient bars. (suggestion by stefpet) 729 - Horizontal bars (based on patch by Jason LeBrun). [all …]
|
D | API.md | 90 Lines and points take two coordinates. For filled lines and bars, you 102 bars: specific bars options 731 lines, points, bars: { 738 lines, bars: { 747 bars: { 765 you can specify that all series should have bars by putting it in the 767 bars in a particular the series object in the array of data. 769 The most important options are "lines", "points" and "bars" that 770 specify whether and how lines, points and bars should be shown for 798 For bars, fillColor can be a gradient, see the gradient documentation [all …]
|
D | jquery.flot.stack.js | 72 horizontal = s.bars.horizontal,
|
D | jquery.flot.stack.min.js | 7 …ewpoints=[],px,py,intery,qx,qy,bottom,withlines=s.lines.show,horizontal=s.bars.horizontal,withbott…
|
/external/chromium-trace/catapult/telemetry/third_party/flot/ |
D | jquery.flot.min.js | 28 …bars&&e.extend(!0,a.series.bars,a.bars),a.shadowSize!=null&&(a.series.shadowSize=a.shadowSize),a.h… property
|
/external/toybox/toys/posix/ |
D | grep.c | 86 char *bars = 0; in do_grep() local 179 if (bars) { in do_grep() 180 xputs(bars); in do_grep() 181 bars = 0; in do_grep() 243 if (discard && mcount) bars = "--"; in do_grep()
|
/external/autotest/frontend/tko/ |
D | graphing_utils.py | 324 bars = [] 352 bars.append(bar_data[0]) 387 figure.legend(bars, [plot['label'] for plot in plots]) 705 _,_, bars = subplot.hist([data[1] for data in hist_data], 707 bars += subplot.bar([-interval], len(no_pass), 709 bars += subplot.bar([bins[-1]], len(perfect), 711 bars += subplot.bar([-3 * interval], len(no_tests), 726 for bar in bars:
|
/external/testng/doc/samplereport/css/ |
D | maven-classic.css | 505 .legend th, .bars th { 525 …rtesylinks, #rightcol div.help, .colbar, .tasknav, body.docs div#toc, #leftColumn, .legend, .bars { 554 p, ul, ol, dl, .bars table { 854 .contentBox h2, .contentBox h3, .bars { 863 .legend th, .bars th { 868 .bars table { 872 .bars th {
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/ |
D | ComponentResultsView.java | 123 IActionBars bars = getViewSite().getActionBars(); in contributeToActionBars() local 124 fillLocalPullDown(bars.getMenuManager()); in contributeToActionBars() 125 fillLocalToolBar(bars.getToolBarManager()); in contributeToActionBars()
|
D | PerformancesView.java | 265 IActionBars bars = getViewSite().getActionBars(); in contributeToActionBars() local 266 fillLocalPullDown(bars.getMenuManager()); in contributeToActionBars() 267 fillLocalToolBar(bars.getToolBarManager()); in contributeToActionBars()
|
/external/libvncserver/ |
D | TODO | 25 selectbox: scroll bars
|
/external/harfbuzz_ng/src/ |
D | hb-private.hh | 698 …static const char bars[] = VBAR VBAR VBAR VBAR VBAR VBAR VBAR VBAR VBAR VBAR VBAR VBAR VBAR VBAR V… in _hb_debug_msg_va() local 701 …bars + sizeof (bars) - 1 - MIN ((unsigned int) sizeof (bars), (unsigned int) (sizeof (VBAR) - 1) *… in _hb_debug_msg_va()
|
/external/skia/site/dev/testing/ |
D | buildbot.md | 85 steps which ran for that build. You can also click one of the white bars at
|
/external/opencv3/doc/pattern_tools/ |
D | svgfig.py | 3612 bars = [x - p[2], x + p[2]] 3614 bars = [x + pi for pi in p[2:]] 3616 start, end = min(bars), max(bars) 3617 … output.append(LineAxis(start, y, end, y, start, end, bars, False, False, **self.attr).SVG(trans)) 3662 bars = [y - p[2], y + p[2]] 3664 bars = [y + pi for pi in p[2:]] 3666 start, end = min(bars), max(bars) 3667 … output.append(LineAxis(x, start, x, end, start, end, bars, False, False, **self.attr).SVG(trans))
|
/external/llvm/test/Transforms/InstCombine/ |
D | vector-casts.ll | 95 define <2 x i64> @bars(<2 x i65> %t) {
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/ref/ |
D | ref.css | 209 * (The blue in the navigation bars is #99CCFF.)
|
/external/llvm/test/CodeGen/X86/ |
D | lsr-reuse.ll | 402 @bars = common global [123123 x %struct.anon] zeroinitializer, align 32 ; <[123123 x %struct.anon]*… 416 …%scevgep2526 = getelementptr [123123 x %struct.anon], [123123 x %struct.anon]* @bars, i64 0, i64 %… 428 …%c.08 = getelementptr [123123 x %struct.anon], [123123 x %struct.anon]* @bars, i64 0, i64 %indvar1…
|