HomeSort by relevance Sort by last modified time
    Searched refs:bars (Results 1 - 10 of 10) sorted by null

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
plot_bars.sh 32 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/
BarRenderer.java 43 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.size();
333 public ArrayList<Bar> bars; field in class:BarRenderer.BarGroup
    [all...]
  /device/google/cuttlefish_common/tests/ril/src/com/android/cuttlefish/ril/tests/
RilE2eTests.java 160 int bars = cellSignalStrengthGsm.getLevel(); local
161 Assert.assertThat("Signal Bars", bars, greaterThan(1));
  /external/harfbuzz_ng/src/
hb-debug.hh 153 static const char bars[] = local
161 bars + sizeof (bars) - 1 - MIN ((unsigned int) sizeof (bars) - 1, (unsigned int) (sizeof (VBAR) - 1) * level),
  /external/toolchain-utils/crosperf/
column_chart.py 49 seriesType: "bars", lineWidth: 0, pointSize: 5, series: {%s},
  /external/toybox/toys/posix/
grep.c 115 char *bars = 0; local
257 if (bars) {
258 xputs(bars);
259 bars = 0;
344 // If we discarded a line while displaying context, show bars before next
346 if (discard && mcount) bars = "--";
  /art/test/906-iterate-heap/src/art/
Test906.java 96 Object[] bars = GenTs(Bar.class); local
102 checkEq(bazs.length + alphas.length + bars.length, iterateOverInstancesCount(Bar.class));
103 checkEq(bazs.length + alphas.length + bars.length + foos.length,
  /external/syzkaller/vendor/golang.org/x/net/trace/
histogram.go 274 // We scale the bars on the right so that the largest bar is
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_emit_gm107.cpp     [all...]
  /external/fonttools/Lib/fontTools/designspaceLib/
__init__.py 143 <rule name="vertical.bars">
    [all...]

Completed in 2835 milliseconds