HomeSort by relevance Sort by last modified time
    Searched full:savings (Results 1 - 25 of 295) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/java/util/
SimpleTimeZone.java 32 * backwards. For example, Daylight Savings Time ends at the last
62 * savings.
69 * Daylight savings.
96 * time zone ID, and times to start and end the daylight savings time. Timezone IDs can
126 * The daylight savings time difference is set to the default value: one hour.
134 * the daylight savings starting month. The month indexing is 0-based. eg, 0
137 * the daylight savings starting day-of-week-in-month. Please see
140 * the daylight savings starting day-of-week. Please see the
143 * the daylight savings starting time in local wall time, which
147 * the daylight savings ending month. The month indexing is 0-based. eg, 0 fo
    [all...]
TimeZone.java 54 * {@link #getDSTSavings DST savings} (usually, but not necessarily, 1 hour).
96 * savings time rules as this time zone.
267 * Returns the latest daylight savings in milliseconds for this time zone, relative
271 * that use daylight savings time and {@code 0} for timezones that do not,
272 * leaving it to subclasses to override this method for other daylight savings
279 * tells you that this {@code TimeZone} sometimes observes daylight savings.
287 * for a specific point in time, and takes daylight savings into account for you.
295 * time}. The offset includes daylight savings time if the specified
296 * date is within the daylight savings time period.
309 * date and time. The offset includes daylight savings time if the dat
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
simpletz.h 50 * When specifying daylight-savings-time begin and end dates, use a negative value for
52 * count from the end of the month backwards. For example, if Daylight Savings
114 * and which doesn't observe daylight savings time. Normally you should use
127 * and times to start and end daylight savings time. To create a TimeZone that
128 * doesn't observe daylight savings time, don't use this constructor; use
133 * Various types of daylight-savings time rules can be specfied by using different
140 * @param savingsStartMonth The daylight savings starting month. Month is
142 * @param savingsStartDayOfWeekInMonth The daylight savings starting
145 * @param savingsStartDayOfWeek The daylight savings starting day-of-week.
147 * @param savingsStartTime The daylight savings starting time, expressed as th
    [all...]
timezone.h 51 * savings.
99 * time zone (without taking daylight savings time into account).</li>
100 * <li>Logic necessary to take daylight savings time into account if daylight savings
102 * savings time begins and ends).</li>
107 * daylight savings time and GMT offset in different ways. Currently we have the following
111 * combination of GMT offset and daylight-savings time rules currently in use in the
152 * savings time. This is a commonly used time zone.
185 * the effect of daylight savings time, if any.
211 * savings time. For example, the state of Arizona doesn'
    [all...]
rbtz.h 126 * to GMT to get local time in this time zone, taking daylight savings time into
128 * whether daylight savings time is in effect and needs to be figured into the offset
153 * daylight savings. This is the offset to add *to* UTC to get local time.
201 * to GMT to get local time, before taking daylight savings time into account).
210 * to GMT to get local time, before taking daylight savings time into account).
218 * Queries if this time zone uses daylight savings time.
219 * @return true if this time zone uses daylight savings time,
226 * Queries if the given date is in daylight savings time in
234 * @return true if the given date is in daylight savings time,
  /external/icu/icu4c/source/i18n/unicode/
simpletz.h 50 * When specifying daylight-savings-time begin and end dates, use a negative value for
52 * count from the end of the month backwards. For example, if Daylight Savings
114 * and which doesn't observe daylight savings time. Normally you should use
127 * and times to start and end daylight savings time. To create a TimeZone that
128 * doesn't observe daylight savings time, don't use this constructor; use
133 * Various types of daylight-savings time rules can be specfied by using different
140 * @param savingsStartMonth The daylight savings starting month. Month is
142 * @param savingsStartDayOfWeekInMonth The daylight savings starting
145 * @param savingsStartDayOfWeek The daylight savings starting day-of-week.
147 * @param savingsStartTime The daylight savings starting time, expressed as th
    [all...]
timezone.h 51 * savings.
99 * time zone (without taking daylight savings time into account).</li>
100 * <li>Logic necessary to take daylight savings time into account if daylight savings
102 * savings time begins and ends).</li>
107 * daylight savings time and GMT offset in different ways. Currently we have the following
111 * combination of GMT offset and daylight-savings time rules currently in use in the
152 * savings time. This is a commonly used time zone.
185 * the effect of daylight savings time, if any.
211 * savings time. For example, the state of Arizona doesn'
    [all...]
rbtz.h 126 * to GMT to get local time in this time zone, taking daylight savings time into
128 * whether daylight savings time is in effect and needs to be figured into the offset
153 * daylight savings. This is the offset to add *to* UTC to get local time.
201 * to GMT to get local time, before taking daylight savings time into account).
210 * to GMT to get local time, before taking daylight savings time into account).
218 * Queries if this time zone uses daylight savings time.
219 * @return true if this time zone uses daylight savings time,
226 * Queries if the given date is in daylight savings time in
234 * @return true if the given date is in daylight savings time,
  /external/libvpx/libvpx/vp9/encoder/
vp9_subexp.c 131 const int savings = old_b - new_b - update_b; local
132 if (savings > bestsavings) {
133 bestsavings = savings;
145 int i, old_b, new_b, update_b, savings, bestsavings, step; local
169 savings = old_b - new_b - update_b;
170 if (savings > bestsavings) {
171 bestsavings = savings;
183 const int savings = vp9_prob_diff_update_savings_search(ct, *oldp, &newp, local
186 if (savings > 0) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_subexp.c 131 const int savings = old_b - new_b - update_b; local
132 if (savings > bestsavings) {
133 bestsavings = savings;
145 int i, old_b, new_b, update_b, savings, bestsavings, step; local
169 savings = old_b - new_b - update_b;
170 if (savings > bestsavings) {
171 bestsavings = savings;
183 const int savings = vp9_prob_diff_update_savings_search(ct, *oldp, &newp, local
186 if (savings > 0) {
  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_metrics.h 54 // Records daily data savings statistics to prefs and reports data savings UMA.
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_subexp.c 130 const int savings = old_b - new_b - update_b; local
131 if (savings > bestsavings) {
132 bestsavings = savings;
144 int i, old_b, new_b, update_b, savings, bestsavings, step; local
168 savings = old_b - new_b - update_b;
169 if (savings > bestsavings) {
170 bestsavings = savings;
182 const int savings = vp9_prob_diff_update_savings_search(ct, *oldp, &newp, local
185 if (savings > 0) {
  /external/chromium_org/chrome/browser/resources/net_internals/
bandwidth_view.js 92 title: 'Savings (KB)',
99 title: 'Savings (%)',
119 * Returns bandwidth savings as a percent rounded to one decimal place.
  /external/chromium_org/courgette/
analyze_stress_test 102 local savings="$((bsdiff_total - best_total))"
103 echo "${savings} bytes saved by courgette (bz2)"
106 echo "${savings} bytes saved by courgette (xz)"
108 local pct_savings="$(echo "100*${savings}/${bsdiff_total}" \
111 echo "${pct_savings}% savings (bz2)"
116 echo "${pct_savings}% savings (xz)"
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
TimeZoneTest.java 52 assertEquals("T1A. Incorrect daylight savings returned",
55 // a SimpleTimeZone with daylight savings different then 1 hour
57 assertEquals("T1B. Incorrect daylight savings returned",
60 // test on subclass Support_TimeZone, an instance with daylight savings
62 assertEquals("T2. Incorrect daylight savings returned",
65 // an instance without daylight savings
67 assertEquals("T3. Incorrect daylight savings returned, ",
90 // test on subclass Support_TimeZone, an instance with daylight savings
97 // an instance without daylight savings
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/net/spdyproxy/
DataReductionProxySettings.java 155 double savings = 0; local
157 savings = (length.getOriginal() - length.getReceived()) / (double) length.getOriginal();
160 return percentageFormatter.format(savings);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
timeb.h 37 short int dstflag; /* Nonzero if Daylight Savings Time used. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
timeb.h 37 short int dstflag; /* Nonzero if Daylight Savings Time used. */
  /external/chromium_org/third_party/icu/source/test/intltest/
tzregts.cpp 223 * Savings Time (PDT) does work at 2am.
466 dataerrln("We're not in Daylight Savings Time and we should be. - %s", u_errorName(status));
701 * SimpleTimeZone accepts illegal DST savings values. These values
715 // Integer.MAX_VALUE, ?, // no upper limit on DST savings at this time
720 int32_t savings = DATA[i]; local
731 savings, status); // <- what we're interested in
736 z->setDSTSavings(savings, status);
742 errln(UnicodeString("Fail: DST savings of ") + savings + " to " + method + " gave " + u_errorName(status));
745 logln(UnicodeString("Pass: DST savings of ") + savings + " to " + method + " gave " + u_errorName(status))
1129 int32_t savings = cst->getDSTSavings(); local
    [all...]
  /external/icu/icu4c/source/test/intltest/
tzregts.cpp 223 * Savings Time (PDT) does work at 2am.
466 dataerrln("We're not in Daylight Savings Time and we should be. - %s", u_errorName(status));
701 * SimpleTimeZone accepts illegal DST savings values. These values
715 // Integer.MAX_VALUE, ?, // no upper limit on DST savings at this time
720 int32_t savings = DATA[i]; local
731 savings, status); // <- what we're interested in
736 z->setDSTSavings(savings, status);
742 errln(UnicodeString("Fail: DST savings of ") + savings + " to " + method + " gave " + u_errorName(status));
745 logln(UnicodeString("Pass: DST savings of ") + savings + " to " + method + " gave " + u_errorName(status))
1129 int32_t savings = cst->getDSTSavings(); local
    [all...]
  /external/chromium_org/third_party/icu/source/tools/toolutil/
ucmstate.c 621 int32_t entry, offset, oldOffset, trailOffset, oldTrailOffset, savings, sum; local
648 /* count possible savings from lead bytes with all-unassigned results in all trail bytes */
650 savings=0;
683 savings+=count[i];
689 /* subtract from the possible savings the cost of an additional state */
690 savings=savings*2-1024; /* count bytes, not 16-bit words */
691 if(savings<=0) {
695 printf("compacting toUnicode data saves %ld bytes\n", (long)savings);
844 int32_t i, entry, savings, localSavings, belowSavings local
900 int32_t state, savings; local
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
ucmstate.c 621 int32_t entry, offset, oldOffset, trailOffset, oldTrailOffset, savings, sum; local
648 /* count possible savings from lead bytes with all-unassigned results in all trail bytes */
650 savings=0;
683 savings+=count[i];
689 /* subtract from the possible savings the cost of an additional state */
690 savings=savings*2-1024; /* count bytes, not 16-bit words */
691 if(savings<=0) {
695 printf("compacting toUnicode data saves %ld bytes\n", (long)savings);
844 int32_t i, entry, savings, localSavings, belowSavings local
900 int32_t state, savings; local
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
vzone.h 165 * to GMT to get local time in this time zone, taking daylight savings time into
167 * whether daylight savings time is in effect and needs to be figured into the offset
193 * daylight savings. This is the offset to add *to* UTC to get local time.
243 * to GMT to get local time, before taking daylight savings time into account).
253 * to GMT to get local time, before taking daylight savings time into account).
262 * Queries if this time zone uses daylight savings time.
264 * @return true if this time zone uses daylight savings time,
271 * Queries if the given date is in daylight savings time in
280 * @return true if the given date is in daylight savings time,
  /external/icu/icu4c/source/i18n/
vzone.h 165 * to GMT to get local time in this time zone, taking daylight savings time into
167 * whether daylight savings time is in effect and needs to be figured into the offset
193 * daylight savings. This is the offset to add *to* UTC to get local time.
243 * to GMT to get local time, before taking daylight savings time into account).
253 * to GMT to get local time, before taking daylight savings time into account).
262 * Queries if this time zone uses daylight savings time.
264 * @return true if this time zone uses daylight savings time,
271 * Queries if the given date is in daylight savings time in
280 * @return true if the given date is in daylight savings time,
  /external/apache-harmony/support/src/test/java/tests/support/
Support_TimeZone.java 46 * let's assume this timezone has daylight savings from the 4th month till

Completed in 966 milliseconds

1 2 3 4 5 6 7 8 91011>>