| /OK3568_Linux_fs/yocto/poky/bitbake/lib/progressbar/ |
| H A D | widgets.py | 38 def format_updatable(updatable, pbar): argument 39 if hasattr(updatable, 'update'): return updatable.update(pbar) 58 def update(self, pbar): argument 74 def update(self, pbar, width): argument 98 def update(self, pbar): argument 101 return self.format_string % self.format_time(pbar.seconds_elapsed) 109 def update(self, pbar): argument 112 if pbar.currval == 0: 114 elif pbar.finished: 115 return 'Time: %s' % self.format_time(pbar.seconds_elapsed) [all …]
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/lpc10/ |
| H A D | dyptrk.c | 116 integer pbar; in dyptrk_() local 262 pbar = 1; in dyptrk_() 269 p[i__ + iptr * 60 - 61] = pbar; in dyptrk_() 273 pbar = i__; in dyptrk_() 277 i__ = pbar - 1; in dyptrk_() 283 p[i__ + iptr * 60 - 61] = pbar; in dyptrk_() 285 pbar = p[i__ + iptr * 60 - 61]; in dyptrk_() 286 i__ = pbar; in dyptrk_()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/bin/ |
| H A D | bitbake-hashclient | 54 def thread_main(pbar, lock): argument 77 pbar.update() 85 with ProgressBar(total=total_requests) as pbar: 86 …threads = [threading.Thread(target=thread_main, args=(pbar, lock), daemon=False) for _ in range(ar… 101 with ProgressBar(total=args.requests) as pbar: 114 pbar.update()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/bar/ |
| H A D | gk20a.c | 35 gk20a_bar_new(struct nvkm_device *device, int index, struct nvkm_bar **pbar) in gk20a_bar_new() argument 37 int ret = gf100_bar_new_(&gk20a_bar_func, device, index, pbar); in gk20a_bar_new() 39 (*pbar)->iomap_uncached = true; in gk20a_bar_new()
|
| H A D | gm20b.c | 35 gm20b_bar_new(struct nvkm_device *device, int index, struct nvkm_bar **pbar) in gm20b_bar_new() argument 37 int ret = gf100_bar_new_(&gm20b_bar_func, device, index, pbar); in gm20b_bar_new() 39 (*pbar)->iomap_uncached = true; in gm20b_bar_new()
|
| H A D | gf100.c | 165 int index, struct nvkm_bar **pbar) in gf100_bar_new_() argument 172 *pbar = &bar->base; in gf100_bar_new_() 192 gf100_bar_new(struct nvkm_device *device, int index, struct nvkm_bar **pbar) in gf100_bar_new() argument 194 return gf100_bar_new_(&gf100_bar_func, device, index, pbar); in gf100_bar_new()
|
| H A D | gm107.c | 62 gm107_bar_new(struct nvkm_device *device, int index, struct nvkm_bar **pbar) in gm107_bar_new() argument 64 return gf100_bar_new_(&gm107_bar_func, device, index, pbar); in gm107_bar_new()
|
| H A D | g84.c | 59 g84_bar_new(struct nvkm_device *device, int index, struct nvkm_bar **pbar) in g84_bar_new() argument 61 return nv50_bar_new_(&g84_bar_func, device, index, 0x200, pbar); in g84_bar_new()
|
| H A D | nv50.c | 223 int index, u32 pgd_addr, struct nvkm_bar **pbar) in nv50_bar_new_() argument 230 *pbar = &bar->base; in nv50_bar_new_() 251 nv50_bar_new(struct nvkm_device *device, int index, struct nvkm_bar **pbar) in nv50_bar_new() argument 253 return nv50_bar_new_(&nv50_bar_func, device, index, 0x1400, pbar); in nv50_bar_new()
|
| H A D | tu102.c | 95 tu102_bar_new(struct nvkm_device *device, int index, struct nvkm_bar **pbar) in tu102_bar_new() argument 97 return gf100_bar_new_(&tu102_bar, device, index, pbar); in tu102_bar_new()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/ |
| H A D | knotty.py | 262 pbar = activetasks[t].get("progressbar", None) 264 if not pbar or pbar.bouncing != (progress < 0): 266 …pbar = BBProgress("0: %s" % msg, 100, widgets=[' ', progressbar.BouncingSlider(), ''], extrapos=3,… 267 pbar.bouncing = True 269 …pbar = BBProgress("0: %s" % msg, 100, widgets=[' ', progressbar.Percentage(), ' ', progressbar.Bar… 270 pbar.bouncing = False 271 activetasks[t]["progressbar"] = pbar 272 tasks.append((pbar, msg, progress, rate, start_time)) 311 pbar, msg, progress, rate, start_time = task 312 if not pbar.start_time: [all …]
|
| H A D | taskexp.py | 236 pbar = Gtk.ProgressBar() 237 box.pack_start(pbar, True, True, 0) 259 pbar.set_fraction(0.0) 265 pbar.set_fraction(x * 1.0 / progress_total) 277 pbar.set_fraction(0.0) 284 pbar.set_fraction(x * 1.0 / progress_total)
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/ |
| H A D | upgrade.py | 243 pbar = bb.ui.knotty.BBProgress('Adding changed files', len(filelist)) 244 pbar.start() 249 pbar.update(i) 250 pbar.finish()
|
| /OK3568_Linux_fs/kernel/drivers/rapidio/devices/ |
| H A D | tsi721.c | 856 tsi721_obw_alloc(struct tsi721_device *priv, struct tsi721_obw_bar *pbar, in tsi721_obw_alloc() argument 868 bar_base = pbar->base; in tsi721_obw_alloc() 869 bar_end = bar_base + pbar->size; in tsi721_obw_alloc() 912 new_win->pbar = pbar; in tsi721_obw_alloc() 914 pbar->free -= size; in tsi721_obw_alloc() 924 struct tsi721_obw_bar *pbar; in tsi721_map_outb_win() local 943 pbar = &priv->p2r_bar[i]; in tsi721_map_outb_win() 944 ret = tsi721_obw_alloc(priv, pbar, size, &obw); in tsi721_map_outb_win() 1020 ob_win->pbar->free += ob_win->size; in tsi721_unmap_outb_win()
|
| H A D | tsi721.h | 864 struct tsi721_obw_bar *pbar; member
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/asm/ |
| H A D | bvme6000hw.h | 26 pad_l[3], pbar, member
|