Searched refs:lines_ (Results 1 – 5 of 5) sorted by relevance
/third_party/icu/icu4c/source/test/perf/ustrperf/ |
D | stringperf.h | 99 (*fn1_)(lines_[i].name,lines_[i].len,uS0_[i]); in call() 107 (*fn1_)(lines_[i].name,-1,uS0_[i]); in call() 143 lines_=srcLines; in StringPerfFunction() 156 uS0_[i]=UnicodeString(lines_[i].name, lines_[i].len); in StringPerfFunction() 167 lines_=srcLines; in StringPerfFunction() 190 lines_=NULL; in StringPerfFunction() 212 lines_=NULL; in StringPerfFunction() 257 wcs = u_strToWCS(ws, wcap, &wl, lines_[i].name, lines_[i].len, &err); in prepareLinesForStd() 262 wcs = u_strToWCS(ws, wcap, &wl, lines_[i].name, lines_[i].len-1, &err); in prepareLinesForStd() 328 ULine* lines_; variable
|
/third_party/alsa-utils/alsamixer/ |
D | widget.c | 44 void widget_init(struct widget *widget, int lines_, int cols, int y, int x, in widget_init() argument 50 y = (screen_lines - lines_) / 2; in widget_init() 55 widget->window = newwin(lines_, cols, y, x); in widget_init() 70 lines_ - 2, cols - 2, 1, 1); in widget_init()
|
D | widget.h | 27 int lines_, int cols, int y, int x,
|
/third_party/littlefs/scripts/ |
D | perf.py | 370 lines_ = [] 372 if len(lines_) == 0 or lines_[-1][0] != file or lines[-1][1] != line: 373 lines_.append((file, line, addr)) 374 lines = lines_
|
D | perfbd.py | 278 lines_ = [] 280 if len(lines_) == 0 or lines_[-1][0] != file or lines[-1][1] != line: 281 lines_.append((file, line, addr)) 282 lines = lines_
|