Searched refs:newt (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/cloud_print/gcp20/prototype/
H A Dconio_posix.cc14 static termios oldt, newt; local
18 newt = oldt;
19 newt.c_lflag &= ~ICANON; // Disable buffered IO.
20 tcsetattr(STDIN_FILENO, TCSANOW, &newt);
/external/chromium_org/third_party/webrtc/modules/audio_device/
H A Daudio_device_utility.cc69 struct termios oldt, newt;
75 newt = oldt;
76 newt.c_lflag &= ~( ICANON | ECHO );
77 tcsetattr( STDIN_FILENO, TCSANOW, &newt );
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dicuzdump.cpp139 UDate newt = t + SEARCH_INCREMENT; local
141 timezone->getOffset(newt, FALSE, newRawOffset, newDstOffset, status);
149 UDate hit = newt;
184 t = newt;
H A Dzdump.c288 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...]
H A Dlocaltime.c1250 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
1831 newt = t + sp->ttis[j].tt_gmtoff -
1833 if ((*funcp)(&newt, offset, &mytm) == NULL)
1842 t = newt;
[all...]
/external/icu/icu4c/source/tools/tzcode/
H A Dicuzdump.cpp139 UDate newt = t + SEARCH_INCREMENT; local
141 timezone->getOffset(newt, FALSE, newRawOffset, newDstOffset, status);
149 UDate hit = newt;
184 t = newt;
H A Dzdump.c288 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...]
H A Dlocaltime.c1250 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
1831 newt = t + sp->ttis[j].tt_gmtoff -
1833 if ((*funcp)(&newt, offset, &mytm) == NULL)
1842 t = newt;
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dedit.c41 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/wpa_supplicant_8/src/utils/
H A Dedit.c41 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/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dedit.c41 static struct termios prevt, newt; variable in typeref:struct:
1130 newt = prevt;
1131 newt.c_lflag &= ~(ICANON | ECHO);
1132 tcsetattr(STDIN_FILENO, TCSANOW, &newt);

Completed in 698 milliseconds