/external/linux-tools-perf/util/ui/ |
setup.c | 1 #include <newt.h>
|
helpline.c | 4 #include <newt.h>
|
browser.h | 5 #include <newt.h>
|
progress.c | 2 #include <newt.h>
|
util.c | 1 #include <newt.h>
|
/external/icu4c/tools/tzcode/ |
icuzdump.cpp | 139 UDate newt = t + SEARCH_INCREMENT; local 141 timezone->getOffset(newt, FALSE, newRawOffset, newDstOffset, status); 149 UDate hit = newt; 184 t = newt;
|
zdump.c | 288 time_t newt; local 512 newt = t + SECSPERHOUR * 12; 513 newtmp = localtime(&newt); 521 (delta(&newtm, &tm) != (newt - t) || 523 newt = huntICU(argv[i], t, newt, fp); 524 newtmp = localtime(&newt); 535 (delta(&newtm, &tm) != (newt - t) || 538 newt = hunt(argv[i], t, newt); [all...] |
localtime.c | 1250 time_t newt = t; local 1268 newt += seconds; 1269 else newt -= seconds; 1270 if (newt < sp->ats[0] || 1271 newt > sp->ats[sp->timecnt - 1]) 1273 result = localsub(&newt, offset, tmp); 1690 time_t newt; local [all...] |
/external/linux-tools-perf/util/ |
hist.h | 112 #include <newt.h>
|
/external/linux-tools-perf/config/ |
feature-tests.mak | 57 #include <newt.h>
|
/bionic/libc/tzcode/ |
localtime.c | 1312 time_t newt = t; local 1777 time_t newt; local [all...] |
/external/wpa_supplicant_8/src/utils/ |
edit.c | 41 static struct termios prevt, newt; variable in typeref:struct: 1130 newt = prevt; 1131 newt.c_lflag &= ~(ICANON | ECHO); 1132 tcsetattr(STDIN_FILENO, TCSANOW, &newt);
|
/external/linux-tools-perf/ |
Makefile | 449 msg := $(warning newt not found, disables TUI support. Please install newt-devel or libnewt-dev);
|
/external/linux-tools-perf/util/ui/browsers/ |
hists.c | 7 #include <newt.h>
|