Home
last modified time | relevance | path

Searched refs:bars (Results 1 – 25 of 67) sorted by relevance

123

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dplot_bars.sh32 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/
DBarRenderer.java230 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/u-boot/drivers/pci_endpoint/
Dsandbox-pci_ep.c21 struct pci_bar bars[6]; member
77 memcpy(&priv->bars[bar_idx], ep_bar, sizeof(*ep_bar)); in sandbox_set_bar()
90 memcpy(ep_bar, &priv->bars[barno], sizeof(*ep_bar)); in sandbox_read_bar()
/external/harfbuzz_ng/src/
Dhb-debug.hh156 static const char bars[] = in _hb_debug_msg_va() local
164bars + sizeof (bars) - 1 - hb_min ((unsigned int) sizeof (bars) - 1, (unsigned int) (sizeof (VBAR)… in _hb_debug_msg_va()
/external/fmtlib/doc/bootstrap/
Dprogress-bars.less2 // Progress bars
49 // Striped bars
Dbootstrap.less34 @import "progress-bars.less";
Dtheme.less193 // Progress bars
206 // Apply the mixin to the progress bars
/external/toybox/toys/posix/
Dgrep.c117 char *bars = 0; in do_grep() local
259 if (bars) { in do_grep()
260 xputs(bars); in do_grep()
261 bars = 0; in do_grep()
348 if (discard && mcount) bars = "--"; in do_grep()
/external/fmtlib/doc/bootstrap/mixins/
Dprogress-bar.less1 // Progress bars
/external/testng/doc/samplereport/css/
Dmaven-classic.css505 .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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/NVPTX/
Daggregate-return.ll6 declare {float, float} @bars({float, float} %input)
52 %call = tail call {float, float} @bars({float, float} %input)
/external/mesa3d/docs/relnotes/
D17.0.2.rst37 Crusader Kings 2 - Loading bars, siege bars, morale bars, etc. do not
D17.1.0.rst103 Crusader Kings 2 - Loading bars, siege bars, morale bars, etc. do not
/external/u-boot/test/py/
Dmultiplexed_log.css9 * - colored bars beside/above log sections for easily parsed delineation.
/external/autotest/server/site_tests/video_PlaybackQuality/
Dcontrol.mp420 It will measure the top/bottom/left/right color bars correction during the
/external/icu/icu4c/source/data/unit/
Dmy.txt522 dnam{"bars"}
523 other{"{0} bars"}
1423 other{"{0} bars"}
Dpt.txt683 dnam{"bars"}
685 other{"{0} bars"}
1518 other{"{0} bars"}
Den.txt681 dnam{"bars"}
683 other{"{0} bars"}
1559 other{"{0}bars"}
2474 other{"{0} bars"}
/external/igt-gpu-tools/tools/
Dintel_gpu_top.c662 static const char *bars[] = { " ", "▏", "▎", "▍", "▌", "▋", "▊", "▉", "█" }; variable
673 printf("%s", bars[8]); in print_percentage_bar()
675 printf("%s", bars[i]); in print_percentage_bar()
/external/python/cpython2/Doc/library/
Deasydialogs.rst158 progress bars are supported. The bar will be determinate if its maximum value
162 Support for indeterminate-style progress bars was added.
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_emit_gm107.cpp4196 BitSet bars(6, 1); in insertBarriers() local
4211 bars.clr(wr); // free barrier in insertBarriers()
4224 bars.clr(rd); // free barrier in insertBarriers()
4242 bar_id = bars.findFreeRange(1); in insertBarriers()
4245 bars.set(bar_id); in insertBarriers()
4261 bar_id = bars.findFreeRange(1); in insertBarriers()
4264 bars.set(bar_id); in insertBarriers()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dvector-casts.ll149 define <2 x i64> @bars(<2 x i65> %t) {
150 ; CHECK-LABEL: @bars(
/external/e2fsprogs/doc/RelNotes/
Dv1.15.txt10 e2fsck processes to print completion bars if it is given a -C option,
/external/llvm/test/Transforms/InstCombine/
Dvector-casts.ll95 define <2 x i64> @bars(<2 x i65> %t) {
/external/python/httplib2/ref/
Dref.css209 * (The blue in the navigation bars is #99CCFF.)

123