/external/chromium_org/cloud_print/gcp20/prototype/ |
conio_posix.cc | 14 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/ |
audio_device_utility.cc | 69 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/ |
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/icu/icu4c/source/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...] |
/bionic/libc/tzcode/ |
localtime.c | 1302 time_t newt = t; local 1726 time_t newt; local [all...] |