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

  /external/llvm/utils/lit/lit/
ProgressBar.py 128 set_bg = self._tigetstr('setb')
129 if set_bg:
131 setattr(self, 'BG_'+color, self._tparm(set_bg, i))
  /external/swiftshader/third_party/LLVM/utils/lit/lit/
ProgressBar.py 124 set_bg = self._tigetstr('setb')
125 if set_bg:
127 setattr(self, 'BG_'+color, curses.tparm(set_bg, i) or '')
  /external/e2fsprogs/debugfs/
debug_cmds.ct 146 set_block_group, set_bg;
set_fields.c 50 static dgrp_t set_bg; variable
658 *checksum = ext2fs_group_desc_csum(current_fs, set_bg);
826 set_bg = strtoul(argv[1], &end, 0);
832 if (set_bg >= current_fs->group_desc_count) {
833 com_err(argv[0], 0, "block group number too big: %d", set_bg);
842 target = ext2fs_group_desc(current_fs, current_fs->group_desc, set_bg);

Completed in 687 milliseconds