HomeSort by relevance Sort by last modified time
    Searched full:time (Results 576 - 600 of 43060) sorted by null

<<21222324252627282930>>

  /external/chromium_org/net/ssl/
server_bound_cert_store.h 13 #include "base/time/time.h"
34 base::Time creation_time,
35 base::Time expiration_time,
42 // The time the certificate was created, also the start of the certificate
44 base::Time creation_time() const { return creation_time_; }
45 // The time after which this certificate is no longer valid.
46 base::Time expiration_time() const { return expiration_time_; }
56 base::Time creation_time_;
57 base::Time expiration_time_
    [all...]
  /external/chromium_org/sync/protocol/
client_debug_info.proto 68 // Datatype specifics statistics gathered at association time.
99 // Waiting time before downloading starts. This measures the time between
104 // Time spent on downloading sync data for first time sync.
105 // Note: This measures the time between asking backend to download data to
107 // time on data downloading and processing at sync backend. But
108 // downloading time should dominate. It's also the total time spent on
113 // Waiting time for higher priority types to finish association. Thi
    [all...]
  /libcore/luni/src/main/java/java/util/
TimeZone.java 32 * {@code TimeZone} represents a time zone, primarily used for configuring a {@link Calendar} or
36 * the time zone where the program is running.
47 * <li>Somewhere like California, where daylight time is used.
49 * must be used to determine whether or not daylight time applies to a given {@code Date}.
52 * actual offset from UTC <i>for a given point in time</i>; this is the raw offset plus (if the
53 * point in time is {@link #inDaylightTime in daylight time}) the applicable
55 * <li>Somewhere like Japan, where daylight time is not used.
80 * The long display name style, such as {@code Pacific Daylight Time}.
95 * Returns a new time zone with the same ID, raw offset, and dayligh
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
CalendarUtils.java 29 import android.text.format.Time;
46 * This class contains methods specific to reading and writing time zone
63 private volatile static String mHomeTZ = Time.getCurrentTimezone();
70 // reasons, as it's what PreferenceManager assigned the first time the file was created.
74 * This is the key used for writing whether or not a home time zone should
79 * This is the key used for writing the time zone that should be used if
80 * home time zones are enabled for the Calendar app.
86 * time zone settings in Calendar.
155 * Formats a date or a time range according to the local conventions.
157 * This formats a date/time range using Calendar's time zone and th
    [all...]
CalendarViewAdapter.java 24 import android.text.format.Time;
66 // The current selected event's time, used to calculate the date and day of the week
75 private Handler mMidnightHandler = null; // Used to run a time update every midnight
78 // Updates time specific variables (time-zone, today's Julian day).
100 // Sets time specific variables and starts a thread for midnight updates
107 // Sets the time zone and today's Julian day to be used by the adapter.
111 Time time = new Time(mTimeZone) local
125 Time time = new Time(mTimeZone); local
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertUtils.java 32 import android.text.format.Time;
70 // of event ID, begin time, and alarm time. The value will be the fired time.
73 // The last time the SharedPrefs was scanned and flushed of old alerts data.
109 * @param alarmTime The time to fire the intent in UTC millis since epoch
147 * Format the second line which shows time and location for single alert or the
149 * 1) Show time only for non-all day events
157 Time time = new Time(tz)
    [all...]
  /external/chromium_org/cc/base/
delayed_unique_notifier_unittest.cc 102 // Basic schedule for |delay| from now (now: 30, run time: 50).
114 // It's not yet time to run, so we expect no notifications.
121 // Now the time should be delay minus whatever the value of now happens to be
122 // (now: 30, run time: 50).
128 // Move closer to the run time (time: 49, run time: 50).
131 // It's not yet time to run, so we expect no notifications.
138 // Now the time should be delay minus whatever the value of now happens to be.
142 // Move to exactly the run time (time: 50, run time: 50)
    [all...]
  /external/chromium_org/content/renderer/compositor_bindings/
web_float_animation_curve_unittest.cc 61 // Tests that a float animation with multiple keys at a given time works sanely.
131 const double time = i * 0.25; local
132 EXPECT_FLOAT_EQ(timing_function->GetValue(time), curve->getValue(time));
145 const double time = i * 0.25; local
146 EXPECT_FLOAT_EQ(time, curve->getValue(time));
161 const double time = i * 0.25; local
162 EXPECT_FLOAT_EQ(timing_function->GetValue(time), curve->getValue(time));
177 const double time = i * 0.25; local
193 const double time = i * 0.25; local
212 const double time = i * 0.25; local
227 const double time = i * 0.25; local
    [all...]
  /external/chromium_org/third_party/icu/source/tools/ctestfw/unicode/
utimer.h 21 # include <time.h>
22 # include <sys/time.h>
29 * i) Loop until a threshold time is reached:
50 * // time the normalization function
57 * // time the loop for 10 seconds at least and find out the loop count and time taken
62 * ii) Measure the time taken
105 * //compute the time
213 * Intializes the timer with the current time
215 * @param timer A pointer to UTimer struct to recieve the current time
    [all...]
  /external/icu/icu4c/source/tools/ctestfw/unicode/
utimer.h 21 # include <time.h>
22 # include <sys/time.h>
29 * i) Loop until a threshold time is reached:
50 * // time the normalization function
57 * // time the loop for 10 seconds at least and find out the loop count and time taken
62 * ii) Measure the time taken
105 * //compute the time
213 * Intializes the timer with the current time
215 * @param timer A pointer to UTimer struct to recieve the current time
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/alsa/
seq_event.h 78 /** midi time code quarter frame; event data type = #snd_seq_ev_ctrl_t */
80 /** SMF Time Signature event; event data type = #snd_seq_ev_ctrl_t */
85 /** MIDI Real Time Start message; event data type = #snd_seq_ev_queue_control_t */
87 /** MIDI Real Time Continue message; event data type = #snd_seq_ev_queue_control_t */
89 /** MIDI Real Time Stop message; event data type = #snd_seq_ev_queue_control_t */
93 /** Set real-time queue position; event data type = #snd_seq_ev_queue_control_t */
97 /** MIDI Real Time Clock message; event data type = #snd_seq_ev_queue_control_t */
99 /** MIDI Real Time Tick message; event data type = #snd_seq_ev_queue_control_t */
190 /** Real-time data record */
196 /** (MIDI) Tick-time data record *
202 struct snd_seq_real_time time; \/**< real-time *\/ member in union:snd_seq_timestamp
280 snd_seq_timestamp_t time; \/**< time *\/ member in union:snd_seq_ev_queue_control::__anon45370
296 snd_seq_timestamp_t time; \/**< schedule time *\/ member in struct:snd_seq_event
308 snd_seq_timestamp_t time; \/**< timestamp *\/ member in union:snd_seq_event::__anon45371
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
seq_event.h 78 /** midi time code quarter frame; event data type = #snd_seq_ev_ctrl_t */
80 /** SMF Time Signature event; event data type = #snd_seq_ev_ctrl_t */
85 /** MIDI Real Time Start message; event data type = #snd_seq_ev_queue_control_t */
87 /** MIDI Real Time Continue message; event data type = #snd_seq_ev_queue_control_t */
89 /** MIDI Real Time Stop message; event data type = #snd_seq_ev_queue_control_t */
93 /** Set real-time queue position; event data type = #snd_seq_ev_queue_control_t */
97 /** MIDI Real Time Clock message; event data type = #snd_seq_ev_queue_control_t */
99 /** MIDI Real Time Tick message; event data type = #snd_seq_ev_queue_control_t */
190 /** Real-time data record */
196 /** (MIDI) Tick-time data record *
202 struct snd_seq_real_time time; \/**< real-time *\/ member in union:snd_seq_timestamp
280 snd_seq_timestamp_t time; \/**< time *\/ member in union:snd_seq_ev_queue_control::__anon47106
296 snd_seq_timestamp_t time; \/**< schedule time *\/ member in struct:snd_seq_event
308 snd_seq_timestamp_t time; \/**< timestamp *\/ member in union:snd_seq_event::__anon47107
    [all...]
  /external/chromium_org/base/third_party/nspr/
prtime.cc 42 * NSPR date and time functions
65 * Unit tests are in base/time/pr_time_unittest.cc.
83 #include <time.h>
87 static void localtime_r(const time_t* secs, struct tm* time) {
88 (void) localtime_s(time, secs);
109 // Create the system struct representing our exploded time.
124 NOTREACHED() << "Unable to convert time";
134 // Adjust for time zone and dst. Convert from seconds to microseconds.
141 // Create the system struct representing our exploded time.
173 // If timegm returned -1. Since we don't pass it a time zone, the onl
    [all...]
  /external/chromium_org/testing/gtest/test/
gtest_xml_output_unittest.py 61 <testsuites tests="23" failures="4" disabled="2" errors="0" time="*" timestamp="*" name="AllTests" ad_hoc_property="42">
62 <testsuite name="SuccessfulTest" tests="1" failures="0" disabled="0" errors="0" time="*">
63 <testcase name="Succeeds" status="run" time="*" classname="SuccessfulTest"/>
65 <testsuite name="FailedTest" tests="1" failures="1" disabled="0" errors="0" time="*">
66 <testcase name="Fails" status="run" time="*" classname="FailedTest">
72 <testsuite name="MixedResultTest" tests="3" failures="1" disabled="1" errors="0" time="*">
73 <testcase name="Succeeds" status="run" time="*" classname="MixedResultTest"/>
74 <testcase name="Fails" status="run" time="*" classname="MixedResultTest">
82 <testcase name="DISABLED_test" status="notrun" time="*" classname="MixedResultTest"/>
84 <testsuite name="XmlQuotingTest" tests="1" failures="1" disabled="0" errors="0" time="*"
    [all...]
  /external/gtest/test/
gtest_xml_output_unittest.py 61 <testsuites tests="23" failures="4" disabled="2" errors="0" time="*" timestamp="*" name="AllTests" ad_hoc_property="42">
62 <testsuite name="SuccessfulTest" tests="1" failures="0" disabled="0" errors="0" time="*">
63 <testcase name="Succeeds" status="run" time="*" classname="SuccessfulTest"/>
65 <testsuite name="FailedTest" tests="1" failures="1" disabled="0" errors="0" time="*">
66 <testcase name="Fails" status="run" time="*" classname="FailedTest">
72 <testsuite name="MixedResultTest" tests="3" failures="1" disabled="1" errors="0" time="*">
73 <testcase name="Succeeds" status="run" time="*" classname="MixedResultTest"/>
74 <testcase name="Fails" status="run" time="*" classname="MixedResultTest">
82 <testcase name="DISABLED_test" status="notrun" time="*" classname="MixedResultTest"/>
84 <testsuite name="XmlQuotingTest" tests="1" failures="1" disabled="0" errors="0" time="*"
    [all...]
  /frameworks/ex/common/java/com/android/common/
OperationScheduler.java 21 import android.text.format.Time;
143 * Compute the time of the next operation. Does not modify any state
147 * @return the wall clock time ({@link System#currentTimeMillis()}) when the
149 * before the current time.
160 // clipped to the current time so we don't languish forever.
171 long time = triggerTimeMillis; local
173 time = Math.min(time, lastSuccessTimeMillis + options.periodicIntervalMillis);
176 time = Math.max(time, moratoriumTimeMillis)
229 long time = mStorage.getLong(name, 0); local
364 Time time = new Time(); local
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
calendar.h 56 * time with millisecond precision. See UDate
75 * time fields have been initialized with the current date and time:
83 * A <code>Calendar</code> object can produce all the time field values
84 * needed to implement the date-time formatting for a particular language
88 * When computing a <code>UDate</code> from time fields, two special circumstances
117 * For the time of day:
146 * The date or time format strings are not part of the definition of a
159 * adding the specified (signed) amount of time to a particular time field
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_epoll.py 26 import time namespace
156 now = time.time()
158 then = time.time()
169 now = time.time()
171 then = time.time()
177 now = time.time(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_epoll.py 26 import time namespace
156 now = time.time()
158 then = time.time()
169 now = time.time()
171 then = time.time()
177 now = time.time(
    [all...]
  /art/test/006-args/
info.txt 1 This is a miscellaneous test that was imported into the new-at-the-time
  /art/test/007-count10/
info.txt 1 This is a miscellaneous test that was imported into the new-at-the-time
  /art/test/008-exceptions/
info.txt 1 This is a miscellaneous test that was imported into the new-at-the-time
  /art/test/009-instanceof/
info.txt 1 This is a miscellaneous test that was imported into the new-at-the-time
  /art/test/010-instance/
info.txt 1 This is a miscellaneous test that was imported into the new-at-the-time
  /art/test/011-array-copy/
info.txt 1 This is a miscellaneous test that was imported into the new-at-the-time

Completed in 826 milliseconds

<<21222324252627282930>>