Searched defs:days (Results 1 - 25 of 63) sorted by relevance

123

/external/chromium_org/third_party/icu/source/test/perf/DateFmtPerf/
H A Ddatedata.h11 static int days[] = { variable
/external/icu/icu4c/source/test/perf/DateFmtPerf/
H A Ddatedata.h11 static int days[] = { variable
/external/chromium_org/third_party/boringssl/src/crypto/x509/
H A Dx509_r2x.c67 X509 *X509_REQ_to_X509(X509_REQ *r, int days, EVP_PKEY *pkey) argument
98 if (X509_gmtime_adj(xi->validity->notAfter,(long)60*60*24*days) == NULL)
/external/lldb/test/pexpect-2.4/examples/
H A Duptime.py15 # 2:06pm up 63 days, 18 min, 3 users, load average: 0.32, 0.08, 0.02
19 # 2:11PM up 3 days, 13:50, 3 users, load averages: 0.01, 0.00, 0.00
25 # 11:36pm up 4 days, 17:58, 1 user, load average: 0.03, 0.01, 0.00
29 # 6:08PM up 4 days, 22:26, 1 user, load averages: 0.13, 0.09, 0.08
40 days = '0' variable
45 days = str(int(p.match.group(1))) variable
55 print 'days, hours, minutes, users, cpu avg 1 min, cpu avg 5 min, cpu avg 15 min'
56 print '%s, %s, %s, %s, %s, %s, %s' % (days, hours, mins, users, av1, av5, av15)
/external/openssl/crypto/x509/
H A Dx509_r2x.c68 X509 *X509_REQ_to_X509(X509_REQ *r, int days, EVP_PKEY *pkey) argument
99 if (X509_gmtime_adj(xi->validity->notAfter,(long)60*60*24*days) == NULL)
/external/lldb/test/functionalities/target_command/
H A Dc.c13 enum days { enum
23 enum days day;
/external/lldb/test/lang/c/enum_types/
H A Dmain.c13 enum days { enum
23 enum days day;
/external/chromium_org/third_party/icu/source/i18n/
H A Dutmscale.c20 #define days (hours * 24) macro
32 {days, INT64_C(693594), INT64_C(-11368793), INT64_C(9981605), U_INT64_MIN, U_INT64_MAX, INT64_C(693595), INT64_C(693593), INT64_C(432000000000), INT64_C(-9223371604854775808), INT64_C(9223371604854775807)},
33 {days, INT64_C(693594), INT64_C(-11368793), INT64_C(9981605), U_INT64_MIN, U_INT64_MAX, INT64_C(693595), INT64_C(693593), INT64_C(432000000000), INT64_C(-9223371604854775808), INT64_C(9223371604854775807)},
H A Dislamcal.cpp245 // a month as having 31 days. Since date parsing now uses range checks based
432 * Return the length (in days) of the given month.
458 * Return the number of days in the given Islamic year
524 int32_t days = julianDay - CIVIL_EPOC; local
528 days = julianDay - ASTRONOMICAL_EPOC;
530 year = (int)ClockMath::floorDivide( (double)(30 * days + 10646) , 10631.0 );
531 month = (int32_t)uprv_ceil((days - 29 - yearStart(year)) / 29.5 );
536 int32_t months = (int32_t)uprv_floor((double)days / CalendarAstronomer::SYNODIC_MONTH);
545 if ( days - startDate >= 25 && age > 0) {
552 while ((startDate = trueMonthStart(months)) > days) {
[all...]
/external/google-tv-pairing-protocol/cpp/src/polo/util/
H A Dcertificateutil.cc88 uint32_t days) {
93 X509_gmtime_adj(X509_get_notAfter(x509), (int64_t) 60 * 60 * 24 * days);
86 GenerateSelfSignedCert(EVP_PKEY* pkey, std::string subject_name, uint32_t days) argument
/external/icu/icu4c/source/i18n/
H A Dutmscale.c20 #define days (hours * 24) macro
32 {days, INT64_C(693594), INT64_C(-11368793), INT64_C(9981605), U_INT64_MIN, U_INT64_MAX, INT64_C(693595), INT64_C(693593), INT64_C(432000000000), INT64_C(-9223371604854775808), INT64_C(9223371604854775807)},
33 {days, INT64_C(693594), INT64_C(-11368793), INT64_C(9981605), U_INT64_MIN, U_INT64_MAX, INT64_C(693595), INT64_C(693593), INT64_C(432000000000), INT64_C(-9223371604854775808), INT64_C(9223371604854775807)},
H A Dislamcal.cpp245 // a month as having 31 days. Since date parsing now uses range checks based
432 * Return the length (in days) of the given month.
458 * Return the number of days in the given Islamic year
524 int32_t days = julianDay - CIVIL_EPOC; local
528 days = julianDay - ASTRONOMICAL_EPOC;
530 year = (int)ClockMath::floorDivide( (double)(30 * days + 10646) , 10631.0 );
531 month = (int32_t)uprv_ceil((days - 29 - yearStart(year)) / 29.5 );
536 int32_t months = (int32_t)uprv_floor((double)days / CalendarAstronomer::SYNODIC_MONTH);
545 if ( days - startDate >= 25 && age > 0) {
552 while ((startDate = trueMonthStart(months)) > days) {
[all...]
/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_settings_unittest.cc179 // Request |kNumDaysInHistory| days.
184 const unsigned int days = kNumDaysInHistory; local
186 int64 expected_total_received_content_length = (days - 1L) * days / 2;
189 long expected_total_original_content_length = (days - 1L) * days;
194 // Request |kNumDaysInHistory - 1| days.
199 expected_total_received_content_length -= (days - 1);
200 expected_total_original_content_length -= 2 * (days - 1);
204 // Request 0 days
[all...]
/external/chromium_org/ui/base/l10n/
H A Dtime_format.cc96 // Anything bigger is formatted as days (respectively days and hours).
98 const int days = (delta + half_day).InDays(); local
99 formatter->Format(Formatter::UNIT_DAY, days, time_string);
101 const int days = (delta + half_hour).InDays(); local
104 days, hours, time_string);
/external/tcpdump/
H A Dprint-chdlc.c149 u_int sec,min,hrs,days; local
188 days = hrs / 24; hrs -= days * 24;
189 printf(", link uptime=%ud%uh%um%us",days,hrs,min,sec);
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dactivity_log_policy.cc140 int days) {
143 return (base_date + base::TimeDelta::FromDays(days) +
139 AddDays(const base::Time& base_date, int days) argument
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_service_impl.cc52 int days = (now - last).InDays(); local
53 if (days > 0) {
57 (last + base::TimeDelta::FromDays(days)).ToInternalValue());
/external/chromium_org/v8/src/
H A Ddate.cc56 int days, int* year, int* month, int* day) {
58 // Check conservatively if the given 'days' has
59 // the same year and month as the cached 'days'.
60 int new_day = ymd_day_ + (days - ymd_days_);
63 ymd_days_ = days;
70 int save_days = days;
72 days += kDaysOffset;
73 *year = 400 * (days / kDaysIn400Years) - kYearsOffset;
74 days %= kDaysIn400Years;
76 DCHECK(DaysFromYearMonth(*year, 0) + days
55 YearMonthDayFromDays( int days, int* year, int* month, int* day) argument
[all...]
H A Ddate.h64 // days = floor(time_ms / kMsPerDay).
65 static int TimeInDay(int64_t time_ms, int days) { argument
66 return static_cast<int>(time_ms - days * kMsPerDay);
70 // Given the number of days since the epoch, computes the weekday.
72 int Weekday(int days) { argument
73 int result = (days + 4) % 7;
165 int days = DaysFromTime(time_ms); local
166 int time_within_day_ms = static_cast<int>(time_ms - days * kMsPerDay);
168 YearMonthDayFromDays(days, &year, &month, &day);
185 // Given the number of days sinc
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-date.cc47 int days = DaysFromTime(time_sec * 1000); local
48 int time_in_day_sec = TimeInDay(time_sec * 1000, days) / 1000;
50 YearMonthDayFromDays(days, &year, &month, &day);
91 int days = DaysFromYearMonth(year, month); local
93 while (Weekday(days + day) != 6) day++;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/
H A Dsearchcvs.php9 $days = 7; variable
13 $where = "WHERE `date` >= DATE_SUB(CURDATE(), INTERVAL $days DAY)";
19 array("regex" => "/days: ?(\d+)/", "sql" => "`date` >= DATE_SUB(CURDATE(), INTERVAL %d DAY)", "sqlpart" => "where"),
78 $title = "<span>$rows results total</span>Showing results " . ($offset + 1) . "-" . ($offset + $pagesize > $rows ? $rows : $offset + $pagesize) . " for " . ($_GET["q"] == "" ? "last $days days of commits" : "$et" . sanitize($_GET["q"], "text"));
116 <li><a href="?q=file%3A+org.eclipse.emf%2F+days%3A+7">file: org.eclipse.emf/ days: 7</a></li>
117 <li><a href="?q=days%3A200+author%3Amerks">days:200 author:merks</a></li>
/external/stlport/src/
H A Dtime_facets.cpp181 /* The number of days from the first day of the first ISO week of this
394 int days = __iso_week_days (t->tm_yday, t->tm_wday); variable
395 if (days < 0) {
398 days = __iso_week_days (t->tm_yday + (365 + __is_leap (year)), t->tm_wday);
405 days = d;
417 val = (long)days / 7 + 1;
/external/chromium_org/base/time/
H A Dtime.h64 static TimeDelta FromDays(int days);
497 inline TimeDelta TimeDelta::FromDays(int days) { argument
499 if (days == std::numeric_limits<int>::max())
501 return TimeDelta(days * Time::kMicrosecondsPerDay);
/external/chromium_org/third_party/icu/source/samples/cal/
H A Dcal.c58 UChar *days [], UBool useLongNames,
61 static void free_days(UChar *days[]);
71 static void print_days(UChar *days [], FILE *f, UErrorCode *status);
74 UChar *days [],
79 UChar *days [], UChar *months [],
86 /* Number of days in a week */
232 UChar *days [DAY_COUNT]; local
253 print_year(c, days, months, useLongNames, fdow, status);
269 print_month(c, days, useLongNames, fdow, status);
329 form. Also, reorder the days s
350 free_days(UChar *days[]) argument
[all...]
/external/icu/icu4c/source/samples/cal/
H A Dcal.c58 UChar *days [], UBool useLongNames,
61 static void free_days(UChar *days[]);
71 static void print_days(UChar *days [], FILE *f, UErrorCode *status);
74 UChar *days [],
79 UChar *days [], UChar *months [],
86 /* Number of days in a week */
232 UChar *days [DAY_COUNT]; local
253 print_year(c, days, months, useLongNames, fdow, status);
269 print_month(c, days, useLongNames, fdow, status);
329 form. Also, reorder the days s
350 free_days(UChar *days[]) argument
[all...]

Completed in 1706 milliseconds

123