Home
last modified time | relevance | path

Searched refs:bg (Results 1 – 25 of 578) sorted by relevance

12345678910>>...24

/external/e2fsprogs/tests/m_bigjournal/
Dexpect.161 Block bitmap at 674 (bg #0 + 674), Inode bitmap at 758 (bg #0 + 758)
62 Inode table at 842-842 (bg #0 + 842)
67 Block bitmap at 675 (bg #0 + 675), Inode bitmap at 759 (bg #0 + 759)
68 Inode table at 843-843 (bg #0 + 843)
75 Block bitmap at 676 (bg #0 + 676), Inode bitmap at 760 (bg #0 + 760)
76 Inode table at 844-844 (bg #0 + 844)
81 Block bitmap at 677 (bg #0 + 677), Inode bitmap at 761 (bg #0 + 761)
82 Inode table at 845-845 (bg #0 + 845)
89 Block bitmap at 678 (bg #0 + 678), Inode bitmap at 762 (bg #0 + 762)
90 Inode table at 846-846 (bg #0 + 846)
[all …]
/external/python/cpython2/Lib/idlelib/
DaboutDialog.py23 self.bg = "#707070"
47 frameBg = Frame(frameMain, bg=self.bg)
49 labelTitle = Label(frameBg, text='IDLE', fg=self.fg, bg=self.bg,
58 fg=self.fg, bg=self.bg)
61 justify=LEFT, fg=self.fg, bg=self.bg)
66 justify=LEFT, fg=self.fg, bg=self.bg)
69 height=2, bg=self.bg).grid(row=8, column=0, sticky=EW,
72 release, fg=self.fg, bg=self.bg)
76 tkVer, fg=self.fg, bg=self.bg)
78 py_button_f = Frame(frameBg, bg=self.bg)
[all …]
/external/python/cpython3/Lib/idlelib/
Dhelp_about.py26 self.bg = "#707070"
50 frameBg = Frame(frameMain, bg=self.bg)
52 labelTitle = Label(frameBg, text='IDLE', fg=self.fg, bg=self.bg,
61 fg=self.fg, bg=self.bg)
64 justify=LEFT, fg=self.fg, bg=self.bg)
69 justify=LEFT, fg=self.fg, bg=self.bg)
72 height=2, bg=self.bg).grid(row=8, column=0, sticky=EW,
75 release, fg=self.fg, bg=self.bg)
79 tkVer, fg=self.fg, bg=self.bg)
81 py_button_f = Frame(frameBg, bg=self.bg)
[all …]
/external/e2fsprogs/tests/r_fixup_lastbg_big/
Dexpect11 Block bitmap at 83 (bg #0 + 82)
12 Inode bitmap at 86 (bg #0 + 85)
13 Inode table at 295-398 (bg #0 + 294)
18 Block bitmap at 83 (bg #0 + 82)
19 Inode bitmap at 86 (bg #0 + 85)
20 Inode table at 295-398 (bg #0 + 294)
30 Block bitmap at 83 (bg #0 + 82)
31 Inode bitmap at 86 (bg #0 + 85)
32 Inode table at 295-398 (bg #0 + 294)
39 Block bitmap at 413 (bg #0 + 412)
/external/syslinux/gpxe/src/core/
Dbtext.c335 u32 bg = 0x00000000;
340 base[0] = (-(bits >> 7) & fg) ^ bg;
341 base[1] = (-((bits >> 6) & 1) & fg) ^ bg;
342 base[2] = (-((bits >> 5) & 1) & fg) ^ bg;
343 base[3] = (-((bits >> 4) & 1) & fg) ^ bg;
344 base[4] = (-((bits >> 3) & 1) & fg) ^ bg;
345 base[5] = (-((bits >> 2) & 1) & fg) ^ bg;
346 base[6] = (-((bits >> 1) & 1) & fg) ^ bg;
347 base[7] = (-(bits & 1) & fg) ^ bg;
357 u32 bg = 0x00000000;
[all …]
/external/e2fsprogs/tests/r_fixup_lastbg/
Dexpect11 Block bitmap at 83 (bg #0 + 82)
12 Inode bitmap at 86 (bg #0 + 85)
13 Inode table at 295-398 (bg #0 + 294)
18 Block bitmap at 83 (bg #0 + 82)
19 Inode bitmap at 86 (bg #0 + 85)
20 Inode table at 295-398 (bg #0 + 294)
28 Block bitmap at 83 (bg #0 + 82)
29 Inode bitmap at 86 (bg #0 + 85)
30 Inode table at 295-398 (bg #0 + 294)
/external/harfbuzz_ng/util/
Dansi-print.cc162 bg (0), fg (0), unicolor (true), in biimage_t()
177 bg = 0; in set()
179 if (freq[bg] < freq[i]) in set()
180 bg = i; in set()
183 if (i != bg && freq[fg] < freq[i]) in set()
185 if (fg == bg || freq[fg] == 0) { in set()
186 fg = bg; in set()
199 color_t bgc = color_t::from_ansi (bg); in set()
218 unsigned int bg; member
399 if (last_bg != bi.bg) { in ansi_print_image_rgb24()
[all …]
/external/fio/
Dgraph.c237 static void draw_bars(struct graph *bg, cairo_t *cr, struct graph_label *lb, in draw_bars() argument
247 range = (double) bg->ydim * 0.80; /* FIXME */ in draw_bars()
256 y2 = bg->ydim * 0.90; in draw_bars()
436 void bar_graph_draw(struct graph *bg, cairo_t *cr) in bar_graph_draw() argument
446 cairo_translate(cr, bg->xoffset, bg->yoffset); in bar_graph_draw()
447 graph_draw_common(bg, cr, &x1, &y1, &x2, &y2); in bar_graph_draw()
449 nlabels = count_labels(bg); in bar_graph_draw()
456 mindata = find_min_data(bg); in bar_graph_draw()
460 maxdata = find_max_data(bg); in bar_graph_draw()
463 draw_centered_text(cr, bg->font, in bar_graph_draw()
[all …]
/external/libpng/contrib/gregbook/
Drpng2-x.c169 #define alpha_composite(composite, fg, alpha, bg) { \ argument
171 (ush)(bg)*(ush)(255 - (ush)(alpha)) + (ush)128); \
267 } bg[] = { variable
286 static int num_bgpat = sizeof(bg) / sizeof(struct background_pattern);
1094 int invert_gradient2 = (bg[pat].type & 0x08); in rpng2_x_load_bg_image()
1122 if ((bg[pat].type & 0x07) == 0) { in rpng2_x_load_bg_image()
1123 uch r1_min = rgb[bg[pat].rgb1_min].r; in rpng2_x_load_bg_image()
1124 uch g1_min = rgb[bg[pat].rgb1_min].g; in rpng2_x_load_bg_image()
1125 uch b1_min = rgb[bg[pat].rgb1_min].b; in rpng2_x_load_bg_image()
1126 uch r2_min = rgb[bg[pat].rgb2_min].r; in rpng2_x_load_bg_image()
[all …]
Drpng2-win.c156 #define alpha_composite(composite, fg, alpha, bg) { \ argument
158 (ush)(bg)*(ush)(255 - (ush)(alpha)) + (ush)128); \
241 } bg[] = { variable
259 static int num_bgpat = sizeof(bg) / sizeof(struct background_pattern);
847 int invert_gradient2 = (bg[pat].type & 0x08);
870 if ((bg[pat].type & 0x07) == 0) {
871 uch r1_min = rgb[bg[pat].rgb1_min].r;
872 uch g1_min = rgb[bg[pat].rgb1_min].g;
873 uch b1_min = rgb[bg[pat].rgb1_min].b;
874 uch r2_min = rgb[bg[pat].rgb2_min].r;
[all …]
/external/libvncserver/libvncserver/
Dhextile.c96 int w, int h, uint##bpp##_t bg, uint##bpp##_t fg, rfbBool mono);\
98 rfbBool *solid, uint##bpp##_t *bg, uint##bpp##_t *fg); \
110 uint##bpp##_t bg = 0, fg = 0, newBg, newFg; \
145 if (!validBg || (newBg != bg)) { \
147 bg = newBg; \
149 PUT_PIXEL##bpp(bg); \
170 if (!subrectEncode##bpp(cl, clientPixelData, w, h, bg, fg, mono)) { \
197 uint##bpp##_t bg, uint##bpp##_t fg, rfbBool mono) \
219 if (line[x] != bg) { \
280 data[j*w+i] = bg; \
[all …]
/external/syslinux/com32/lib/sys/
Dansicon_write.c115 int bg = st->bg; in ansicon_attribute() local
126 bg = fg & 0x07; in ansicon_attribute()
128 fg |= st->bg; in ansicon_attribute()
132 bg ^= 0x08; in ansicon_attribute()
137 return (bg << 4) | fg; in ansicon_attribute()
/external/selinux/mcstrans/src/
Dmcscolor.c19 uint32_t bg; member
150 static int add_secolor(int idx, char *pattern, uint32_t fg, uint32_t bg) { in add_secolor() argument
163 cptr->color.bg = bg & 0xffffff; in add_secolor()
217 uint32_t i, fg, bg; in process_color() local
226 if (find_mnemonic(f, &fg) == 0 && find_mnemonic(b, &bg) == 0) in process_color()
229 return add_secolor(i, pat, fg, bg); in process_color()
334 items[i]->fg, items[i]->bg); in raw_color()
/external/testng/src/main/java/org/testng/internal/annotations/
DAnnotationHelper.java62 …IConfigurationAnnotation bg = (IConfigurationAnnotation) finder.findAnnotation(ctor, IBeforeGroups… in findConfiguration() local
69 if (bs != null || as != null || bt != null || at != null || bg != null || ag != null in findConfiguration()
72 result = createConfiguration(bs, as, bt, at, bg, ag, bc, ac, bm, am); in findConfiguration()
86 …IConfigurationAnnotation bg = (IConfigurationAnnotation) finder.findAnnotation(m, IBeforeGroups.cl… in findConfiguration() local
93 if (bs != null || as != null || bt != null || at != null || bg != null || ag != null in findConfiguration()
96 result = createConfiguration(bs, as, bt, at, bg, ag, bc, ac, bm, am); in findConfiguration()
104 …IConfigurationAnnotation bt, IConfigurationAnnotation at, IConfigurationAnnotation bg, IConfigurat… in createConfiguration() argument
125 if (bg != null) { in createConfiguration()
126 result.setBeforeGroups(bg.getBeforeGroups()); in createConfiguration()
127 finishInitialize(result, bg); in createConfiguration()
/external/e2fsprogs/tests/t_disable_mcsum_noinitbg/
Dexpect51 Block bitmap at 263 (bg #0 + 262)
52 Inode bitmap at 279 (bg #0 + 278)
53 Inode table at 550-805 (bg #0 + 549)
60 Block bitmap at 264 (bg #0 + 263)
61 Inode bitmap at 280 (bg #0 + 279)
/external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/
DBigFraction.java462 public BigFraction add(final BigInteger bg) { in add() argument
463 return new BigFraction(numerator.add(denominator.multiply(bg)), denominator); in add()
612 public BigFraction divide(final BigInteger bg) { in divide() argument
613 if (BigInteger.ZERO.equals(bg)) { in divide()
616 return new BigFraction(numerator, denominator.multiply(bg)); in divide()
848 public BigFraction multiply(final BigInteger bg) { in multiply() argument
849 if (bg == null) { in multiply()
852 return new BigFraction(bg.multiply(numerator), denominator); in multiply()
1035 public BigFraction subtract(final BigInteger bg) { in subtract() argument
1036 if (bg == null) { in subtract()
[all …]
/external/autotest/client/tests/unixbench/
Dunixbench.patch26 - /usr/bin/time $prog $opt $bg 2>>$TMPTIMES >>$stdout
27 + time $prog $opt $bg 2>>$TMPTIMES >>$stdout
30 - /usr/bin/time $prog $opt $bg <$stdin 2>>$TMPTIMES >>$stdout
31 + time $prog $opt $bg <$stdin 2>>$TMPTIMES >>$stdout
/external/syslinux/com32/elflink/ldlinux/
Dcolors.c69 unsigned int fg, unsigned int bg, in set_msg_colors_global() argument
90 bga = bg & 0xff000000; in set_msg_colors_global()
91 bgh = ((bg >> 1) & 0xff000000) | 0x80000000; in set_msg_colors_global()
98 bg_rgb = pc2rgb[bg_idx & 7] & bg; in set_msg_colors_global()
/external/syslinux/com32/menu/
Dcolors.c69 unsigned int fg, unsigned int bg, in set_msg_colors_global() argument
90 bga = bg & 0xff000000; in set_msg_colors_global()
91 bgh = ((bg >> 1) & 0xff000000) | 0x80000000; in set_msg_colors_global()
98 bg_rgb = pc2rgb[bg_idx & 7] & bg; in set_msg_colors_global()
/external/e2fsprogs/tests/t_enable_mcsum_initbg/
Dexpect81 Block bitmap at 263 (bg #0 + 262)
82 Inode bitmap at 279 (bg #0 + 278)
83 Inode table at 550-805 (bg #0 + 549)
90 Block bitmap at 264 (bg #0 + 263)
91 Inode bitmap at 280 (bg #0 + 279)
/external/libvncserver/libvncclient/
Dhextile.c35 CARDBPP bg, fg; in HandleHextileBPP() local
64 if (!ReadFromRFBServer(client, (char *)&bg, sizeof(bg))) in HandleHextileBPP()
67 FillRectangle(client, x, y, w, h, bg); in HandleHextileBPP()
/external/syslinux/com32/lib/sys/vesa/
Ddrawtxt.c49 uint8_t alpha_val(uint8_t fg, uint8_t bg, uint8_t alpha) in alpha_val() argument
54 tmp += __vesacon_srgb_to_linear[bg] * (255 - alpha); in alpha_val()
59 static uint32_t alpha_pixel(uint32_t fg, uint32_t bg) in alpha_pixel() argument
65 uint8_t bg_r = bg >> 16; in alpha_pixel()
66 uint8_t bg_g = bg >> 8; in alpha_pixel()
67 uint8_t bg_b = bg; in alpha_pixel()
/external/toybox/toys/pending/
Dmke2fs.c516 struct ext2_group *bg = (struct ext2_group *)toybuf; in mke2fs_main() local
537 if (j) xwrite(TT.fsfd, bg, TT.blocksize); in mke2fs_main()
538 memset(bg, 0, TT.blocksize); in mke2fs_main()
551 bg[slot].free_inodes_count = SWAP_LE16(temp); in mke2fs_main()
563 bg[slot].free_blocks_count = SWAP_LE32(temp); in mke2fs_main()
567 bg[slot].block_bitmap = SWAP_LE32(used++); in mke2fs_main()
568 bg[slot].inode_bitmap = SWAP_LE32(used++); in mke2fs_main()
569 bg[slot].inode_table = SWAP_LE32(used); in mke2fs_main()
570 bg[slot].used_dirs_count = 0; // (TODO) in mke2fs_main()
572 xwrite(TT.fsfd, bg, TT.blocksize); in mke2fs_main()
/external/python/cpython3/PC/icons/
Dpython.svg1bg{fill:#656565}.icon-visualstudio-online{fill:#007acc}.icon-vs-bg{fill:#424242}.icon-vs-green{fil…
Dpyc.svg1bg{fill:#656565}.icon-vs-bg{fill:#424242}.icon-vs-green{fill:#393}.icon-white{fill:#fff}.st0{fill:…

12345678910>>...24