Searched defs:seconds (Results 1 - 25 of 137) sorted by relevance

123456

/external/chromium_org/chrome/browser/
H A Dinternal_auth.h37 static void set_verification_window_seconds(int seconds) { argument
38 verification_window_seconds_ = seconds;
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDOMTimeStamp.h38 inline DOMTimeStamp convertSecondsToDOMTimeStamp(double seconds) argument
40 return static_cast<DOMTimeStamp>(seconds * 1000.0);
/external/kernel-headers/original/linux/
H A Ddelay.h42 static inline void ssleep(unsigned int seconds) argument
44 msleep(seconds * 1000);
/external/replicaisland/src/com/replica/replicaisland/
H A DVibrationSystem.java34 public void vibrate(float seconds) { argument
39 vibrator.vibrate((int)(seconds * 1000));
/external/chromium/base/synchronization/
H A Dwaitable_event_unittest.cc74 WaitableEventSignaler(double seconds, WaitableEvent* ev) argument
75 : seconds_(seconds),
/external/chromium_org/base/synchronization/
H A Dwaitable_event_unittest.cc76 WaitableEventSignaler(double seconds, WaitableEvent* ev) argument
77 : seconds_(seconds),
/external/chromium_org/content/renderer/media/
H A Dwebmediaplayer_util.cc25 base::TimeDelta ConvertSecondsToTimestamp(double seconds) { argument
26 double microseconds = seconds * base::Time::kMicrosecondsPerSecond;
/external/chromium_org/media/base/
H A Ddecoder_buffer_queue_unittest.cc12 static base::TimeDelta ToTimeDelta(int seconds) { argument
13 if (seconds < 0)
15 return base::TimeDelta::FromSeconds(seconds);
18 // Helper to create buffers with specified timestamp in seconds.
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
H A Dprinrval.h142 NSPR_API(PRIntervalTime) PR_SecondsToInterval(PRUint32 seconds); variable
/external/chromium/third_party/libjingle/source/talk/base/
H A Dratetracker.cc44 // Snapshot units / second calculator. Determine how many seconds have
46 // a new reference point that is an integer number of seconds since the
53 int seconds = delta / 1000; local
57 // Compute "units received during the interval" / "seconds in interval"
59 (total_units_ - last_units_second_calc_ - fraction_units) / seconds;
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dratetracker.cc44 // Snapshot units / second calculator. Determine how many seconds have
46 // a new reference point that is an integer number of seconds since the
53 int seconds = delta / 1000; local
57 // Compute "units received during the interval" / "seconds in interval"
59 (total_units_ - last_units_second_calc_ - fraction_units) / seconds;
/external/smack/src/org/jivesoftware/smack/
H A DAbstractConnectionListener.java34 public void reconnectingIn(int seconds) { argument
H A DConnectionListener.java50 * The connection will retry to reconnect in the specified number of seconds.
52 * @param seconds remaining seconds before attempting a reconnection.
54 public void reconnectingIn(int seconds); argument
H A DReconnectionManager.java29 * <li>For the first minute it will attempt to connect once every ten seconds.
41 private int randomBase = new Random().nextInt(11) + 5; // between 5 and 15 seconds
78 * <li>First it will try 6 times every 10 seconds.
98 * Returns the number of seconds until the next reconnection attempt.
100 * @return the number of seconds until the next reconnection attempt.
108 return randomBase*6; // between 30 and 90 seconds (~1 minutes)
110 return randomBase; // 10 seconds
175 * Fires listeners when The Connection will retry a reconnection. Expressed in seconds.
177 * @param seconds the number of seconds tha
179 notifyAttemptToReconnectIn(int seconds) argument
212 reconnectingIn(int seconds) argument
[all...]
/external/chromium/base/
H A Dtime_mac.cc75 CFAbsoluteTime seconds = CFGregorianDateGetAbsoluteTime(date, time_zone) + local
77 return Time(static_cast<int64>(seconds * kMicrosecondsPerSecond) +
82 CFAbsoluteTime seconds = local
88 CFGregorianDate date = CFAbsoluteTimeGetGregorianDate(seconds, time_zone);
H A Dtime_posix.cc19 time_t seconds = 0; local
21 seconds = InSeconds();
22 microseconds -= seconds * Time::kMicrosecondsPerSecond;
25 {seconds,
63 // Combine seconds and microseconds in a 64-bit field containing microseconds
82 time_t seconds = milliseconds / kMillisecondsPerSecond; local
86 localtime_r(&seconds, &timestruct);
88 gmtime_r(&seconds, &timestruct);
117 time_t seconds; local
119 seconds
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dutmscale.c17 #define seconds (milliseconds * 1000) macro
18 #define minutes (seconds * 60)
26 {seconds, INT64_C(62135596800), INT64_C(-984472800485), INT64_C(860201606885), U_INT64_MIN, U_INT64_MAX, INT64_C(62135596801), INT64_C(62135596799), INT64_C(5000000), INT64_C(-9223372036849775808), INT64_C(9223372036849775807)},
30 {seconds, INT64_C(60052752000), INT64_C(-982389955685), INT64_C(862284451685), U_INT64_MIN, U_INT64_MAX, INT64_C(60052752001), INT64_C(60052751999), INT64_C(5000000), INT64_C(-9223372036849775808), INT64_C(9223372036849775807)},
31 {seconds, INT64_C(63113904000), INT64_C(-985451107685), INT64_C(859223299685), U_INT64_MIN, U_INT64_MAX, INT64_C(63113904001), INT64_C(63113903999), INT64_C(5000000), INT64_C(-9223372036849775808), INT64_C(9223372036849775807)},
/external/icu4c/i18n/
H A Dutmscale.c17 #define seconds (milliseconds * 1000) macro
18 #define minutes (seconds * 60)
26 {seconds, INT64_C(62135596800), INT64_C(-984472800485), INT64_C(860201606885), U_INT64_MIN, U_INT64_MAX, INT64_C(62135596801), INT64_C(62135596799), INT64_C(5000000), INT64_C(-9223372036849775808), INT64_C(9223372036849775807)},
30 {seconds, INT64_C(60052752000), INT64_C(-982389955685), INT64_C(862284451685), U_INT64_MIN, U_INT64_MAX, INT64_C(60052752001), INT64_C(60052751999), INT64_C(5000000), INT64_C(-9223372036849775808), INT64_C(9223372036849775807)},
31 {seconds, INT64_C(63113904000), INT64_C(-985451107685), INT64_C(859223299685), U_INT64_MIN, U_INT64_MAX, INT64_C(63113904001), INT64_C(63113903999), INT64_C(5000000), INT64_C(-9223372036849775808), INT64_C(9223372036849775807)},
/external/iptables/include/linux/netfilter/
H A Dxt_recent.h27 __u32 seconds; member in struct:xt_recent_mtinfo
/external/kernel-headers/original/linux/netfilter_ipv4/
H A Dipt_recent.h19 u_int32_t seconds; member in struct:ipt_recent_info
/external/smack/src/org/jivesoftware/smackx/muc/
H A DDiscussionHistory.java38 * <li>seconds -> only the messages received in the last "X" seconds will be included in the
52 private int seconds = -1; field in class:DiscussionHistory
74 * Returns the number of seconds to use to filter the messages received during that time.
75 * In other words, only the messages received in the last "X" seconds will be included in
78 * @return the number of seconds to use to filter the messages received during that time.
81 return seconds;
114 * Sets the number of seconds to use to filter the messages received during that time.
115 * In other words, only the messages received in the last "X" seconds will be included in
118 * @param seconds th
121 setSeconds(int seconds) argument
[all...]
/external/chromium_org/base/time/
H A Dtime_mac.cc144 CFAbsoluteTime seconds = CFGregorianDateGetAbsoluteTime(date, time_zone) + local
146 return Time(static_cast<int64>(seconds * kMicrosecondsPerSecond) +
151 // Avoid rounding issues, by only putting the integral number of seconds
156 CFAbsoluteTime seconds = ((us_ - microsecond) / kMicrosecondsPerSecond) - local
162 CFGregorianDate date = CFAbsoluteTimeGetGregorianDate(seconds, time_zone);
164 int cf_day_of_week = CFAbsoluteTimeGetDayOfWeek(seconds, time_zone);
172 // Make sure seconds are rounded down towards -infinity.
174 // Calculate milliseconds ourselves, since we rounded the |seconds|, making
/external/chromium_org/chrome/browser/extensions/api/log_private/
H A Dsyslog_parser.cc102 double seconds; local
103 base::StringToDouble(tokens[5], &seconds);
105 (seconds * base::Time::kMillisecondsPerSecond);
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPerformanceResourceTiming.cpp44 static double monotonicTimeToDocumentMilliseconds(Document* document, double seconds) argument
46 ASSERT(seconds >= 0.0);
47 return document->loader()->timing()->monotonicTimeToZeroBasedDocumentTime(seconds) * 1000.0;
/external/chromium_org/third_party/leveldatabase/src/util/
H A Dposix_logger.h49 const time_t seconds = now_tv.tv_sec; local
51 localtime_r(&seconds, &t);

Completed in 824 milliseconds

123456