HomeSort by relevance Sort by last modified time
    Searched full:time (Results 1501 - 1525 of 15385) sorted by null

<<61626364656667686970>>

  /external/webkit/Source/JavaScriptCore/runtime/
DateConstructor.cpp 34 #include <time.h>
39 extern "C" time_t time(time_t* timer); // Provided by libce.
43 #include <sys/time.h>
142 time_t localTime = time(0);
147 DateConversionBuffer time; local
149 formatTime(ts, time);
150 return JSValue::encode(jsMakeNontrivialString(exec, date, " ", time));
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.5.26-1.js 29 1. Let t be the result of LocalTime(this time value).
187 d.time = MakeTime( d.hours, d.minutes, d.seconds, d.ms );
188 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
195 var TIME = LocalTime( t );
197 var RESULT4 = MakeTime( HourFromTime( TIME ),
198 MinFromTime( TIME ),
201 var UTC_TIME = UTC(MakeDate(Day(TIME), RESULT4));
15.9.5.34-1.js 29 1. Let t be the result of LocalTime(this time value).
208 d.time = MakeTime( d.hours, d.minutes, d.seconds, d.ms );
209 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
215 var TIME = LocalTime(t);
217 var DATE = ( date == void 0 ) ? DateFromTime(TIME) : Number( date );
218 var DAY = MakeDay( YearFromTime(TIME), MONTH, DATE );
219 return ( TimeClip (UTC(MakeDate( DAY, TimeWithinDay(TIME) ))) );
  /external/webkit/Source/WebCore/inspector/front-end/
HAREntry.js 48 time: WebInspector.HAREntry._toMilliseconds(this._resource.duration),
184 WebInspector.HAREntry._toMilliseconds = function(time)
186 return time === -1 ? -1 : Math.round(time * 1000);
234 _pageEventTime: function(time)
237 if (time === -1 || startTime === -1)
239 return WebInspector.HAREntry._toMilliseconds(time - startTime);
  /external/webkit/Source/WebKit/android/WebCoreSupport/
CacheResult.cpp 103 // We require the time expressed as ms since the epoch.
104 Time time; local
105 if (Time::FromString(expiresStringWide.c_str(), &time)) {
106 // Will not overflow for a very long time!
107 return static_cast<int64>(1000.0 * time.ToDoubleT());
  /frameworks/base/core/java/com/android/internal/http/
HttpDateTime.java 19 import android.text.format.Time;
118 Time time = new Time(Time.TIMEZONE_UTC); local
119 time.set(timeOfDay.second, timeOfDay.minute, timeOfDay.hour, date,
121 return time.toMillis(false /* use isDst */);
  /packages/apps/Calendar/res/values-da/
arrays.xml 34 <item msgid="8546646645868526283">"1 time"</item>
53 <item msgid="1694315499429259938">"1 time"</item>
72 <item msgid="1206600898319778734">"Pacific Time"</item>
76 <item msgid="1653398220457872326">"Mountain Time"</item>
78 <item msgid="1545268116831476742">"Central Time"</item>
82 <item msgid="355450740949670294">"Eastern Time"</item>
84 <item msgid="165048018515834952">"Atlantic Time"</item>
  /packages/apps/Calendar/tests/src/com/android/calendar/
WeekNumberTest.java 23 import android.text.format.Time;
28 * Unit tests for {@link android.text.format.Time#getWeekNumber}.
33 public Time date;
34 public Time allDayDate;
38 date = new Time();
39 allDayDate = new Time(Time.TIMEZONE_UTC);
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmReceiver.java 38 is probably the result of a time or timezone change */
115 // Intentionally verbose: always log the alarm time to provide useful
118 Log.v("Recevied alarm set for " + Log.formatTime(alarm.time));
120 // Always verbose to track down time change problems.
121 if (now > alarm.time + STALE_WINDOW) {
160 label, alarm.time);
208 label, alarm.time);
  /external/icu4c/i18n/
simpletz.cpp 48 // Gregorian, since we know they didn't have daylight time when
251 * Sets the daylight savings starting year, that is, the year this time zone began
252 * observing its specified daylight savings time rules. The time zone is considered
253 * not to observe daylight savings time prior to that year; SimpleTimeZone doesn't
254 * support historical daylight-savings-time rules.
268 * Time starts at the first Sunday in April, at 2 AM in standard time.
301 * @param time the daylight savings starting time. Please see the membe
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java 55 import android.text.format.Time;
109 // duration of the scroll to go to a specified time
131 * explicitly scrolls to an empty time slot, changes views, or deletes the event.
161 Time mBaseDate;
162 private Time mCurrentTime;
163 //Update the current time line every five minutes if the window is left open that long
497 /** Width of the time line (list of hours) to the left. */
580 // Animates the current time marker when Today is pressed
736 mCurrentTime = new Time(Utils.getTimeZone(context, mTZUpdater));
742 mTodayJulianDay = Time.getJulianDay(currentTime, mCurrentTime.gmtoff)
890 Time time = new Time(mBaseDate); local
901 Time time = new Time(mBaseDate); local
1029 Time time = new Time(mBaseDate); local
2418 String time = mHourStrs[i]; local
4659 long time = getSelectedTimeInMillis(); local
    [all...]
  /external/chromium/net/base/
cookie_monster.cc 63 using base::Time;
102 // sorts by creation time (oldest first).
125 // {list of cookies with this signature, sorted by creation time}.
127 // most recent creation time, and delete the others.
280 Time CanonExpirationInternal(const CookieMonster::ParsedCookie& pc,
281 const Time& current) {
299 return Time();
302 Time CanonExpiration(const CookieMonster::ParsedCookie& pc,
303 const Time& current,
305 Time expiration_time = CanonExpirationInternal(pc, current)
    [all...]
  /external/e2fsprogs/misc/
tune2fs.8.in 81 .I time-last-checked
112 checked will avoid all filesystems being checked at one time
128 option for time-dependent checking.
171 time to avoid placing them on a single disk, which can hurt the performance.
221 Adjust the maximal time between two filesystem checks.
230 as weeks. A value of zero will disable the time-dependent checking.
236 (time-dependent) checking be enabled to force periodic full
474 time. This first e2fsck run after enabling this feature will take the
475 full time, but subsequent e2fsck runs will take only a fraction of the
476 original time, depending on how full the file system is
    [all...]
  /external/chromium/base/
message_loop_unittest.cc 26 using base::Time;
175 // This class records the time when Run was called in a Time object, which is
179 RecordRunTimeTask(Time* run_time, int* quit_counter)
183 *run_time_ = Time::Now();
184 // Cause our Run function to take some time to execute. As a result we can
185 // count on subsequent RecordRunTimeTask objects running at a future time,
190 Time* run_time_;
201 Time run_time;
206 Time time_before_run = Time::Now()
    [all...]
  /libcore/luni/src/test/java/libcore/java/sql/
OldResultSetGetterTests.java 29 import java.sql.Time;
133 java.sql.Time.class, // Types.TIME,
166 + " dateVal DATE, " + " timeVal TIME, " + " TS TIMESTAMP, "
700 * "DOUBLE", "FLOAT", "DECIMAL", "NUMERIC", "CHAR(20)", "DATE", "TIME",
708 "TIME", "TIMESTAMP", "DATETIME", "BLOB", "BLOB", "BLOB",
922 // getTime should return Time value for a TIMESTAMP type but returns null
932 // set with calendar value (correct init time: since epoch)
934 Time t1 = new java.sql.Time(millis)
    [all...]
  /packages/apps/Calendar/tests/src/com/android/calendar/event/
EditEventHelperTest.java 43 import android.text.format.Time;
117 Time time = new Time(Time.TIMEZONE_UTC); local
118 time.set(TEST_START);
119 time.timezone = LOCAL_TZ;
120 TEST_START2 = time.normalize(true);
122 time.timezone = Time.TIMEZONE_UTC
    [all...]
  /bionic/libc/tzcode/
localtime.c 113 ** Someone might make incorrect use of a time zone abbreviation:
118 ** 3. They might reference tzname[1] after setting to a time zone
119 ** in which Daylight Saving Time is never observed.
120 ** 4. They might reference tzname[0] after setting to a time zone
121 ** in which Standard Time is never observed.
128 ** manual page of what this "time zone abbreviation" means (doing this so
149 struct ttinfo { /* time type information */
153 int tt_ttisstd; /* TRUE if transition is std time */
158 time_t ls_trans; /* transition time */
195 long r_time; /* transition time of rule *
    [all...]
  /external/icu4c/tools/tzcode/
localtime.c 50 ** Someone might make incorrect use of a time zone abbreviation:
55 ** 3. They might reference tzname[1] after setting to a time zone
56 ** in which Daylight Saving Time is never observed.
57 ** 4. They might reference tzname[0] after setting to a time zone
58 ** in which Standard Time is never observed.
65 ** manual page of what this "time zone abbreviation" means (doing this so
86 struct ttinfo { /* time type information */
90 int tt_ttisstd; /* TRUE if transition is std time */
95 time_t ls_trans; /* transition time */
128 long r_time; /* transition time of rule *
    [all...]
  /external/chromium/chrome/browser/webdata/
web_data_service.cc 35 using base::Time;
285 void WebDataService::RemoveLoginsCreatedBetween(const Time& delete_begin,
286 const Time& delete_end) {
287 GenericRequest2<Time, Time>* request =
288 new GenericRequest2<Time, Time>(this,
298 void WebDataService::RemoveLoginsCreatedAfter(const Time& delete_begin) {
299 RemoveLoginsCreatedBetween(delete_begin, Time());
369 void WebDataService::RemoveFormElementsAddedBetween(const Time& delete_begin
    [all...]
  /libcore/luni/src/main/java/java/text/
DateFormat.java 30 * An abstract class for date/time formatting subclasses which formats and
31 * parses dates or time in a language-independent manner. The date/time
37 * DateFormat provides many class methods for obtaining default date/time
92 * get the time format for a country. Use {@code getDateTimeInstance} to get the
93 * date and time format. You can pass in different options to these factory
104 * If needed, the time zone can be set on the format. For even greater control
346 * the target string buffer to append the formatted date/time to.
392 * the target string buffer to append the formatted date/time to.
467 * and time values in the DEFAULT style for the default locale
    [all...]
DateFormatSymbols.java 31 * Encapsulates localized date-time formatting data, such as the names of the
32 * months, the names of the days of the week, and the time zone data.
37 * are encouraged to create a date/time formatter with the {@code DateFormat}
72 * Locale, necessary to lazily load time zone strings. We force the time
265 * specify date and time fields.
318 * Returns the two-dimensional array of strings containing localized names for time zones.
321 * <li>The time zone ID, for example "America/Los_Angeles".
323 * <li>The long display name, for example "Pacific Standard Time".
325 * <li>The long display name for DST, for example "Pacific Daylight Time"
    [all...]
  /external/clang/www/demo/
index.cgi 70 my $time = scalar localtime;
72 print LOG "[$time] [$remotehost]: $pid\n";
143 my $currtime = time();
146 print "time, try reloading in a second or two. Meow!</td></tr></table>'\n";
198 -label => 'Run link-time optimizer',
272 barf("Program $program took too long, compile time limited for the web script, sorry!.\n");
288 "Ouch, $program caught signal $sig. Sorry, better luck next time!\n"
317 "You must choose between uploading a file and typing code in. You can't do both at the same time."
352 my $timerFile = getname(".llvm-gcc.time");
356 $stats = "-stats -time-passes
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
ServerLog.java 279 * Global check for whether to log or not. To minimize the time return false here.
323 String callId, String firstLine, String status, String tid, long time,
326 LogRecord log = this.sipStack.logRecordFactory.createLogRecord(message, from, to, time,
339 * @param time is the time to associate with the message.
341 public void logMessage(SIPMessage message, String from, String to, boolean sender, long time) {
354 logMessage(inputText, from, to, sender, callId, firstLine, null, tid, time, tsval);
365 * @param time is the reception time.
368 boolean sender, long time) {
    [all...]
  /external/tcpdump/
README 100 Field 1 is the packet time in decimal seconds, relative
101 to the start of the conversation. Field 2 is delta-time
112 the delta-time from the first send of the packet to the
114 delta-time from the first send of the packet to the
130 seconds after its initial send (the round trip time for this
150 3 - time of first send
151 4 - time of last send
152 5 - time of first ack
153 6 - time of last ack
188 <time> <seq. number
    [all...]
  /frameworks/media/libvideoeditor/vss/inc/
M4xVSS_API.h 214 * minimize the transcoding time.
217 * audio nb of channels) to minimize the transcoding time.
224 * @return M4ERR_STATE: This function cannot not be called at this time
244 * @return M4ERR_STATE: This function cannot not be called at this time
265 * @return M4ERR_STATE: This function cannot not be called at this time
281 * @return M4ERR_STATE: This function cannot not be called at this time
302 * @return M4ERR_STATE: This function cannot not be called at this time
319 * @return M4ERR_STATE: This function cannot not be called at this time
338 * @return M4ERR_STATE: This function cannot not be called at this time
356 * @return M4ERR_STATE: This function cannot not be called at this time
    [all...]

Completed in 2023 milliseconds

<<61626364656667686970>>