| /third_party/flutter/skia/third_party/externals/icu/source/data/zone/ |
| D | en.txt | 25 ls{"Coordinated Universal Time"} 31 ld{"Irish Standard Time"} 34 ld{"British Summer Time"} 48 ld{"Acre Summer Time"} 49 lg{"Acre Time"} 50 ls{"Acre Standard Time"} 53 ls{"Afghanistan Time"} 56 ls{"Central Africa Time"} 59 ls{"East Africa Time"} 62 ls{"South Africa Standard Time"} [all …]
|
| D | en_AU.txt | 14 ls{"Eastern Africa Time"} 17 ld{"Arabia Daylight Time"} 18 lg{"Arabia Time"} 19 ls{"Arabia Standard Time"} 22 ld{"Australian Central Daylight Time"} 23 lg{"Australian Central Time"} 24 ls{"Australian Central Standard Time"} 35 ld{"Australian Eastern Daylight Time"} 36 lg{"Australian Eastern Time"} 37 ls{"Australian Eastern Standard Time"} [all …]
|
| /third_party/skia/third_party/externals/icu/source/data/zone/ |
| D | en.txt | 28 ls{"Coordinated Universal Time"} 34 ld{"Irish Standard Time"} 41 ld{"British Summer Time"} 55 ld{"Acre Summer Time"} 56 lg{"Acre Time"} 57 ls{"Acre Standard Time"} 60 ls{"Afghanistan Time"} 63 ls{"Central Africa Time"} 66 ls{"East Africa Time"} 69 ls{"South Africa Standard Time"} [all …]
|
| D | yo.txt | 337 ld{"Irish Standard Time"} 340 ld{"British Summer Time"} 343 ls{"Afghanistan Time"} 346 ls{"Central Africa Time"} 349 ls{"East Africa Time"} 352 ls{"South Africa Standard Time"} 355 ld{"West Africa Summer Time"} 356 lg{"West Africa Time"} 357 ls{"West Africa Standard Time"} 360 ld{"Alaska Daylight Time"} [all …]
|
| D | en_AU.txt | 11 ls{"Eastern Africa Time"} 14 ld{"Arabia Daylight Time"} 15 lg{"Arabia Time"} 16 ls{"Arabia Standard Time"} 19 ld{"Australian Central Daylight Time"} 20 lg{"Australian Central Time"} 21 ls{"Australian Central Standard Time"} 32 ld{"Australian Eastern Daylight Time"} 33 lg{"Australian Eastern Time"} 34 ls{"Australian Eastern Standard Time"} [all …]
|
| /third_party/icu/icu4c/source/data/zone/ |
| D | en.txt | 28 ls{"Coordinated Universal Time"} 34 ld{"Irish Standard Time"} 41 ld{"British Summer Time"} 55 ld{"Acre Summer Time"} 56 lg{"Acre Time"} 57 ls{"Acre Standard Time"} 60 ls{"Afghanistan Time"} 63 ls{"Central Africa Time"} 66 ls{"East Africa Time"} 69 ls{"South Africa Standard Time"} [all …]
|
| D | yo.txt | 337 ld{"Irish Standard Time"} 340 ld{"British Summer Time"} 343 ls{"Afghanistan Time"} 346 ls{"Central Africa Time"} 349 ls{"East Africa Time"} 352 ls{"South Africa Standard Time"} 355 ld{"West Africa Summer Time"} 356 lg{"West Africa Time"} 357 ls{"West Africa Standard Time"} 360 ld{"Alaska Daylight Time"} [all …]
|
| D | en_AU.txt | 11 ls{"Eastern Africa Time"} 14 ld{"Arabia Daylight Time"} 15 lg{"Arabia Time"} 16 ls{"Arabia Standard Time"} 19 ld{"Australian Central Daylight Time"} 20 lg{"Australian Central Time"} 21 ls{"Australian Central Standard Time"} 32 ld{"Australian Eastern Daylight Time"} 33 lg{"Australian Eastern Time"} 34 ls{"Australian Eastern Standard Time"} [all …]
|
| /third_party/ffmpeg/tests/ref/fate/ |
| D | movenc | 1 write_data len 36, time nopts, type header atom ftyp 2 write_data len 2429, time nopts, type header atom - 3 write_data len 788, time 1000000, type sync atom moof 4 write_data len 110, time nopts, type trailer atom - 6 write_data len 36, time nopts, type header atom ftyp 7 write_data len 2761, time nopts, type header atom - 8 write_data len 908, time 966667, type sync atom moof 9 write_data len 110, time nopts, type trailer atom - 11 write_data len 36, time nopts, type header atom ftyp 12 write_data len 2669, time nopts, type header atom - [all …]
|
| /third_party/boost/boost/numeric/odeint/integrate/detail/ |
| D | integrate_const.hpp | 34 template< class Stepper , class System , class State , class Time , class Observer > 37 Time &start_time , Time end_time , Time &dt , 42 template< class Stepper , class System , class State , class Time , class Observer > 45 Time start_time , Time end_time , Time dt , in integrate_const() 53 Time time = start_time; in integrate_const() local 55 // cast time+dt explicitely in case of expression templates (e.g. multiprecision) in integrate_const() 56 while( less_eq_with_sign( static_cast<Time>(time+dt) , end_time , dt ) ) in integrate_const() 58 obs( start_state , time ); in integrate_const() 59 st.do_step( system , start_state , time , dt ); in integrate_const() 60 // direct computation of the time avoids error propagation happening when using time += dt in integrate_const() [all …]
|
| D | integrate_n_steps.hpp | 34 template< class Stepper , class System , class State , class Time , class Observer > 37 Time &start_time , Time end_time , Time &dt , 43 template< class Stepper , class System , class State , class Time , class Observer> 44 Time integrate_n_steps( in integrate_n_steps() 46 Time start_time , Time dt , size_t num_of_steps , in integrate_n_steps() 52 Time time = start_time; in integrate_n_steps() local 56 obs( start_state , time ); in integrate_n_steps() 57 st.do_step( system , start_state , time , dt ); in integrate_n_steps() 58 // direct computation of the time avoids error propagation happening when using time += dt in integrate_n_steps() 60 time = start_time + static_cast< typename unit_value_type<Time>::type >( step+1 ) * dt; in integrate_n_steps() [all …]
|
| /third_party/boost/boost/numeric/odeint/stepper/detail/ |
| D | generic_rk_operations.hpp | 27 template< size_t StageNumber , class Operations , class Fac , class Time > 30 template< class Operations , class Fac , class Time > 31 …t generic_rk_scale_sum< 1 , Operations , Fac , Time > : public Operations::template scale_sum2< Fa… 33 …ric_rk_scale_sum( const boost::array<Fac,1> &a , Time dt ) : Operations::template scale_sum2< Fac … in generic_rk_scale_sum() 40 template< class Operations , class Fac , class Time > 41 …t generic_rk_scale_sum< 2 , Operations , Fac , Time > : public Operations::template scale_sum3< Fa… 43 generic_rk_scale_sum( const boost::array<Fac,2> &a , Time dt ) in generic_rk_scale_sum() 44 : Operations::template scale_sum3< Fac , Time >( 1.0 , a[0]*dt , a[1]*dt ) in generic_rk_scale_sum() 50 template< class Operations , class Fac , class Time > 51 …t generic_rk_scale_sum< 3 , Operations , Fac , Time > : public Operations::template scale_sum4< Fa… [all …]
|
| /third_party/curl/tests/data/ |
| D | test1086 | 16 # to avoid wasting time waiting for the data phase to start 25 Long chunk of data that couldn't possibly be sent in the time allotted. 26 Long chunk of data that couldn't possibly be sent in the time allotted. 27 Long chunk of data that couldn't possibly be sent in the time allotted. 28 Long chunk of data that couldn't possibly be sent in the time allotted. 29 Long chunk of data that couldn't possibly be sent in the time allotted. 30 Long chunk of data that couldn't possibly be sent in the time allotted. 31 Long chunk of data that couldn't possibly be sent in the time allotted. 32 Long chunk of data that couldn't possibly be sent in the time allotted. 33 Long chunk of data that couldn't possibly be sent in the time allotted. [all …]
|
| D | test1112 | 15 # to avoid wasting time waiting for the data phase to start 24 Long chunk of data that couldn't possibly be sent in the time allotted. 25 Long chunk of data that couldn't possibly be sent in the time allotted. 26 Long chunk of data that couldn't possibly be sent in the time allotted. 27 Long chunk of data that couldn't possibly be sent in the time allotted. 28 Long chunk of data that couldn't possibly be sent in the time allotted. 29 Long chunk of data that couldn't possibly be sent in the time allotted. 30 Long chunk of data that couldn't possibly be sent in the time allotted. 31 Long chunk of data that couldn't possibly be sent in the time allotted. 32 Long chunk of data that couldn't possibly be sent in the time allotted. [all …]
|
| /third_party/ltp/runtest/ |
| D | ltp-aiodio.part1 | 3 AD001 time aiocp -b 1k -n 1 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 4 AD002 time aiocp -b 1k -n 1 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 5 AD003 time aiocp -b 1k -n 1 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 6 AD004 time aiocp -b 1k -n 2 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 7 AD005 time aiocp -b 1k -n 2 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 8 AD006 time aiocp -b 1k -n 2 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 9 AD007 time aiocp -b 1k -n 4 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 10 AD008 time aiocp -b 1k -n 4 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 11 AD009 time aiocp -b 1k -n 4 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 12 AD010 time aiocp -b 1k -n 8 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 [all …]
|
| /third_party/boost/libs/format/benchmark/ |
| D | results.txt | 36 printf time :2.16 37 ostream time : 3.69, = 1.70833 * printf 38 parsed-once time : 8.45, = 3.91204 * printf , = 2.28997 * nullStream 39 reused format time :10.94, = 5.06481 * printf , = 2.96477 * nullStream 40 format time :10.97, = 5.0787 * printf , = 2.9729 * nullStream 49 printf time :2.21 50 ostream time : 3.57, = 1.61538 * printf 51 parsed-once time : 4.93, = 2.23077 * printf , = 1.38095 * nullStream 52 reused format time : 9.25, = 4.18552 * printf , = 2.59104 * nullStream 53 format time :10.33, = 4.67421 * printf , = 2.89356 * nullStream [all …]
|
| /third_party/icu/icu4c/source/data/misc/ |
| D | windowsZones.txt | 6 "AUS Central Standard Time"{ 10 "AUS Eastern Standard Time"{ 14 "Afghanistan Standard Time"{ 18 "Alaskan Standard Time"{ 25 "Aleutian Standard Time"{ 29 "Altai Standard Time"{ 33 "Arab Standard Time"{ 41 "Arabian Standard Time"{ 47 "Arabic Standard Time"{ 51 "Argentina Standard Time"{ [all …]
|
| /third_party/skia/third_party/externals/icu/source/data/misc/ |
| D | windowsZones.txt | 6 "AUS Central Standard Time"{ 10 "AUS Eastern Standard Time"{ 14 "Afghanistan Standard Time"{ 18 "Alaskan Standard Time"{ 25 "Aleutian Standard Time"{ 29 "Altai Standard Time"{ 33 "Arab Standard Time"{ 41 "Arabian Standard Time"{ 47 "Arabic Standard Time"{ 51 "Argentina Standard Time"{ [all …]
|
| /third_party/python/Lib/test/ |
| D | test_time.py | 10 import time 54 self.t = time.time() 57 time.altzone 58 time.daylight 59 time.timezone 60 time.tzname 63 time.time() 64 info = time.get_clock_info('time') 76 check_ns(time.time(), 77 time.time_ns()) [all …]
|
| /third_party/icu/docs/userguide/datetime/timezone/ |
| D | index.md | 5 parent: Date/Time 25 A time zone is a system that is used for relating local times in different 27 Time is three hours earlier than Eastern Time; when it's 6 P.M. in San 29 time zones to one another, all time zones are related to a common reference 32 For historical reasons, the reference point is Greenwich, England. Local time in 33 Greenwich is referred to as Greenwich Mean Time, or GMT. (This is similar, but 34 not precisely identical, to Universal Coordinated Time, or UTC. We use the two 36 seconds or historical behavior.) Using this system, Pacific Time is expressed as 38 Time is obtained from GMT by adding -8:00, that is, by subtracting 8 hours. 40 The offset differs in the summer because of daylight savings time, or DST. At [all …]
|
| /third_party/flutter/skia/third_party/externals/icu/source/data/misc/ |
| D | windowsZones.txt | 5 "AUS Central Standard Time"{ 9 "AUS Eastern Standard Time"{ 13 "Afghanistan Standard Time"{ 17 "Alaskan Standard Time"{ 24 "Aleutian Standard Time"{ 28 "Altai Standard Time"{ 32 "Arab Standard Time"{ 40 "Arabian Standard Time"{ 46 "Arabic Standard Time"{ 50 "Argentina Standard Time"{ [all …]
|
| /third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/ |
| D | tzrule.h | 14 * \brief C++ API: Time zone rule classes 28 * <code>TimeZoneRule</code> is a class representing a rule for time zone. 29 * <code>TimeZoneRule</code> has a set of time zone attributes, such as zone name, 30 * raw offset (UTC offset for standard time) and daylight saving time offset. 69 * Fills in "name" with the name of this time zone. 70 * @param name Receives the name of this time zone. 77 * Gets the standard time offset. 78 * @return The standard time offset from UTC in milliseconds. 84 * Gets the amount of daylight saving delta time from the standard time. 102 * Gets the very first time when this rule takes effect. [all …]
|
| D | simpletz.h | 49 * that represents a time zone for use with a Gregorian calendar. This 52 * When specifying daylight-savings-time begin and end dates, use a negative value for 55 * Time starts or ends at the last Sunday a month, use <code>dayOfWeekInMonth = -1</code> 68 * midnight, to specify a rule transition time. Most rules 69 * transition at a local wall time, that is, according to the 70 * current time in effect, either standard, or DST. However, some 71 * rules transition at local standard time, and some at a specific 72 * UTC time. Although it might seem that all times could be 73 * converted to wall time, thus eliminating the need for this 108 * @return True if the given time zone is equal to this time zone; false [all …]
|
| /third_party/e2fsprogs/tests/f_unshare_blocks_no_space/ |
| D | expect.1 | 18 File /file4.txt (inode #24, mod time Mon Mar 5 20:30:04 2018) 20 /file18.txt (inode #32, mod time Mon Mar 5 20:30:04 2018) 21 /file6.txt (inode #31, mod time Mon Mar 5 20:30:04 2018) 22 /file12.txt (inode #30, mod time Mon Mar 5 20:30:04 2018) 23 /file3.txt (inode #29, mod time Mon Mar 5 20:30:04 2018) 24 /file9.txt (inode #28, mod time Mon Mar 5 20:30:04 2018) 25 /file8.txt (inode #27, mod time Mon Mar 5 20:30:04 2018) 26 /file15.txt (inode #26, mod time Mon Mar 5 20:30:04 2018) 27 /file20.txt (inode #25, mod time Mon Mar 5 20:30:04 2018) 30 File /file20.txt (inode #25, mod time Mon Mar 5 20:30:04 2018) [all …]
|
| /third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
| D | simpletz.h | 51 * that represents a time zone for use with a Gregorian calendar. This 54 * When specifying daylight-savings-time begin and end dates, use a negative value for 57 * Time starts or ends at the last Sunday a month, use <code>dayOfWeekInMonth = -1</code> 70 * midnight, to specify a rule transition time. Most rules 71 * transition at a local wall time, that is, according to the 72 * current time in effect, either standard, or DST. However, some 73 * rules transition at local standard time, and some at a specific 74 * UTC time. Although it might seem that all times could be 75 * converted to wall time, thus eliminating the need for this 110 * @return True if the given time zone is equal to this time zone; false [all …]
|