/external/icu/icu4c/source/tools/tzcode/ |
D | zdump.c | 347 time_t newt; in main() local 601 newt = (t < absolute_max_time - SECSPERDAY / 2 in main() 604 if (cuthitime <= newt) in main() 606 newtmp = localtime(&newt); in main() 614 (delta(&newtm, &tm) != (newt - t) || in main() 616 newt = huntICU(argv[i], t, newt, fp); in main() 617 newtmp = localtime(&newt); in main() 628 (delta(&newtm, &tm) != (newt - t) || in main() 631 newt = hunt(argv[i], t, newt); in main() 632 newtmp = localtime(&newt); in main() [all …]
|
D | icuzdump.cpp | 142 UDate newt = t + SEARCH_INCREMENT; in dump() local 144 timezone->getOffset(newt, FALSE, newRawOffset, newDstOffset, status); in dump() 152 UDate hit = newt; in dump() 187 t = newt; in dump()
|
D | localtime.c | 1270 time_t newt = t; in localsub() local 1281 newt += seconds; in localsub() 1282 else newt -= seconds; in localsub() 1283 if (newt < sp->ats[0] || in localsub() 1284 newt > sp->ats[sp->timecnt - 1]) in localsub() 1286 result = localsub(&newt, offset, tmp); in localsub() 1681 time_t newt; in time2sub() local 1815 newt = t + sp->ttis[j].tt_gmtoff - in time2sub() 1817 if ((*funcp)(&newt, offset, &mytm) == NULL) in time2sub() 1826 t = newt; in time2sub() [all …]
|
/external/curl/docs/examples/ |
D | rtsp.c | 47 struct termios oldt, newt; in _getch() local 50 newt = oldt; in _getch() 51 newt.c_lflag &= ~( ICANON | ECHO); in _getch() 52 tcsetattr(STDIN_FILENO, TCSANOW, &newt); in _getch()
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timezone/ |
D | ICUZDump.java | 98 long newt = t + SEARCH_INCREMENT; in dump() local 99 int newOffset = tz.getOffset(newt); in dump() 100 boolean newInDst = tz.inDaylightTime(newt); in dump() 104 long hit = newt; in dump() 126 t = newt; in dump()
|
/external/wpa_supplicant_8/src/utils/ |
D | edit.c | 41 static struct termios prevt, newt; variable 1130 newt = prevt; in edit_init() 1131 newt.c_lflag &= ~(ICANON | ECHO); in edit_init() 1132 tcsetattr(STDIN_FILENO, TCSANOW, &newt); in edit_init()
|
/external/python/cpython2/Lib/test/ |
D | test_collections.py | 229 newt = t._replace(itemgetter=10, property=20, self=30, cls=40, tuple=50) 230 self.assertEqual(newt, (10,20,30,40,50)) 254 newt = t._replace(**dict(zip(T._fields, newvalues))) 255 self.assertEqual(newt, newvalues)
|
D | test_set.py | 253 newt = elem 254 self.assertNotEqual(id(t), id(newt)) 255 self.assertEqual(t.value + 1, newt.value)
|
/external/webrtc/webrtc/modules/audio_device/test/ |
D | func_test_manager.cc | 86 struct termios oldt, newt; in WaitForKey() 92 newt = oldt; in WaitForKey() 93 newt.c_lflag &= ~( ICANON | ECHO ); in WaitForKey() 94 tcsetattr( STDIN_FILENO, TCSANOW, &newt ); in WaitForKey()
|
/external/libpng/contrib/gregbook/ |
D | README | 58 http://pobox.com/~newt/greg_contact.html
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.td | 245 // Conditional combinew uses "newt/f" instead of "t/fnew". 563 // Assembler mapped to C2_ccombinew[t|f|newt|newf].
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
/external/icu/icu4j/main/shared/data/ |
D | Transliterator_Han_Latin_Definition.txt | 7677 金裡奇 < \(newt\)\-gingrich; 24200 金裡奇 > \(newt\)\-gingrich;
|