Searched refs:bars (Results 1 - 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
H A Dplot_bars.sh32 bars=$(echo "$log" | grep "BAR")
35 figures=($(echo "$bars" | cut -f 2 | sort | uniq))
76 tcp_space=0.2 # Extra horizontal space between bars.
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)
162 # Plot bars
[all...]
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
H A DBarRenderer.java43 OVERLAID, // bars are overlaid in descending y-val order (largest val in back)
44 STACKED, // bars are drawn stacked vertically on top of each other
45 SIDE_BY_SIDE // bars are drawn horizontally next to each-other
58 * Sets the width of the bars when using the FIXED_WIDTH render style
124 * BarGroups represent a point on the X axis where a single or group of bars need to be drawn.
166 // when there are gaps in the data or for the first/last bars.
226 * Draw the bars within the barGroup area.
230 Collections.sort(barGroup.bars, new BarComparator());
231 for (Bar b : barGroup.bars) {
249 int width = (int) barGroup.width / barGroup.bars
333 public ArrayList<Bar> bars; field in class:BarRenderer.BarGroup
[all...]
/external/harfbuzz_ng/src/
H A Dhb-debug.hh106 static const char bars[] = local
114 bars + sizeof (bars) - 1 - MIN ((unsigned int) sizeof (bars) - 1, (unsigned int) (sizeof (VBAR) - 1) * level),
/external/toybox/toys/posix/
H A Dgrep.c96 char *bars = 0; local
193 if (bars) {
194 xputs(bars);
195 bars = 0;
258 // If we discarded a line while displaying context, show bars before next
260 if (discard && mcount) bars = "--";
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_emit_gm107.cpp3928 BitSet bars(6, 1);
3943 bars.clr(wr); // free barrier
3956 bars.clr(rd); // free barrier
3973 bar_id = bars.findFreeRange(1);
3976 bars.set(bar_id);
3992 bar_id = bars.findFreeRange(1);
3995 bars.set(bar_id);

Completed in 554 milliseconds