Home
last modified time | relevance | path

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

/third_party/notofonts/scripts/
H A Dissue-stats.py102 bars = ax1.bar( variable
108 ax1.bar_label(bars)
139 bars = ax.bar(labels, values) variable
140 ax.bar_label(bars)
167 bars = ax.bar(labels, values) variable
168 ax.bar_label(bars)
176 bars = ax.bar(months, release_count_per_month) variable
177 ax.bar_label(bars)
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-debug.hh155 static const char bars[] = in _hb_debug_msg_va() local
163 bars + sizeof (bars) - 1 - hb_min ((unsigned int) sizeof (bars) - 1, (unsigned int) (sizeof (VBAR) - 1) * level), in _hb_debug_msg_va()
/third_party/toybox/toys/posix/
H A 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()
346 // If we discarded a line while displaying context, show bars before next in do_grep()
348 if (discard && mcount) bars = "--"; in do_grep()
/third_party/rust/crates/clap/tests/derive/
H A Dprivacy.rs33 bars: String,
H A Ddoc_comments_help.rs117 bars: String, in top_long_doc_comment_both_help_long_help()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_emit_gm107.cpp4205 BitSet bars(6, true);
4220 bars.clr(wr); // free barrier
4233 bars.clr(rd); // free barrier
4251 bar_id = bars.findFreeRange(1);
4254 bars.set(bar_id);
4270 bar_id = bars.findFreeRange(1);
4273 bars.set(bar_id);
/third_party/ffmpeg/libavdevice/
H A Ddecklink_dec.cpp891 unsigned bars[8] = { in VideoInputFrameArrived() local
900 *p++ = bars[(x * 8) / width]; in VideoInputFrameArrived()

Completed in 16 milliseconds