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

<<71727374757677787980>>

  /external/chromium/chrome/browser/history/
history_database.h 117 // time format changed in this revision, and these files would be much slower
144 virtual base::Time GetEarlyExpirationThreshold();
145 virtual void UpdateEarlyExpirationThreshold(base::Time threshold);
164 // Converts the time epoch in the database from being 1970-based to being
165 // 1601-based which corresponds to the change in Time.internal_value_.
174 base::Time cached_early_expiration_threshold_;
  /external/chromium/chrome/browser/metrics/
histogram_synchronizer.h 16 #include "base/time.h"
74 // the wait time expires (whichever is sooner). This method is called on the
80 // wait time expires (whichever is sooner), post the callback_task to the
136 // the count of the number of renderers, and we can sometimes time-out and
142 // reuse for a long time).
153 // The time when we were told to start the fetch histograms asynchronously
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_store.h 16 #include "base/time.h"
27 // List of SBAddFullHash (SBAddPrefix, time received and an SBFullHash).
73 SBAddFullHash(int32 id, base::Time r, const SBFullHash& h)
80 // an int32 for the time.
135 // in parallel. At this time this code does the sorting internally,
198 base::Time receive_time,
  /external/chromium/net/ftp/
ftp_directory_listing_parser_ls.cc 12 #include "base/time.h"
69 // last modification time.
71 const base::Time& current_time,
73 base::Time* modification_time) {
88 // * 8. year or time <-- column_offset will be the index of this column
124 const base::Time& current_time,
  /external/chromium/net/http/
http_response_info.cc 9 #include "base/time.h"
17 using base::Time;
120 // read request-time
124 request_time = Time::FromInternalValue(time_val);
127 // read response-time
130 response_time = Time::FromInternalValue(time_val);
  /external/chromium/testing/gtest/samples/
sample5_unittest.cc 48 #include <time.h>
66 // This is a good place to record the start time.
68 start_time_ = time(NULL);
74 // Gets the time when the test finishes
75 const time_t end_time = time(NULL);
83 // The UTC time (in seconds) when the test starts
  /external/chromium/testing/gtest/test/
gtest_xml_test_utils.py 61 Exceptions are any attribute named "time", which needs only be
151 * The "time" attribute of <testsuites>, <testsuite> and <testcase>
164 time = element.getAttributeNode("time")
165 time.value = re.sub(r"^\d+(\.\d+)?$", "*", time.value)
  /external/dhcpcd/
bind.c 29 #include <sys/time.h>
54 /* We do things after aquiring the lease, so ensure we have enough time for them */
184 "%s: rebind time greater than lease "
185 "time, forcing to %u seconds",
193 "%s: renewal time greater than rebind "
194 "time, forcing to %u seconds",
  /external/e2fsprogs/e2fsck/
e2fsck.conf.5.in 93 of the more proper and less error-prone UTC time, many
95 incorrectly set at the time when e2fsck is run.
104 installer not having access to a network time server
117 For example, the UUID library depends on time not going backwards in
122 last mounted or last write time in the superblock in the future. This
134 filesystem checks (either based on time or number of mounts) should
  /external/gtest/samples/
sample5_unittest.cc 48 #include <time.h>
66 // This is a good place to record the start time.
68 start_time_ = time(NULL);
74 // Gets the time when the test finishes
75 const time_t end_time = time(NULL);
83 // The UTC time (in seconds) when the test starts
  /external/gtest/test/
gtest_xml_test_utils.py 60 An exception is any attribute named "time", which needs only be
136 * The "time" attribute of <testsuite> and <testcase> elements is
146 time = element.getAttributeNode("time")
147 time.value = re.sub(r"^\d+(\.\d+)?$", "*", time.value)
  /external/icu4c/i18n/
ethpccal.h 28 * Calendar type - use Amete Alem era for all the time or not
113 * Constructs a EthiopicCalendar based on the current time in the default time zone
120 * only use Amete Alem for all the time.
210 * the first time it is used. Before then, it is set to SYSTEM_DEFAULT_CENTURY to
234 * before the current time.
  /external/ipsec-tools/src/racoon/
plog.c 50 # include <sys/time.h>
51 # include <time.h>
54 # include <sys/time.h>
56 # include <time.h>
103 static char buf[800]; /* XXX shoule be allocated every time ? */
115 t = time(0);
  /external/proguard/docs/
results.html 14 midlets to entire run-time libraries. It primarily reduces the size of the
29 <th width="12%">Time</th>
78 <td><a target="other" href="http://java.sun.com/javase/6/">the run-time classes</a> from Sun's Java 6</td>
132 The Java 6 run-time classes are the most complex example. The classes perform
137 run-time environment for running applications like ProGuard and the ProGuard
142 processing the Java 6 run-time classes without optimization only takes 2
  /external/protobuf/gtest/samples/
sample5_unittest.cc 48 #include <time.h>
66 // This is a good place to record the start time.
68 start_time_ = time(NULL);
74 // Gets the time when the test finishes
75 const time_t end_time = time(NULL);
83 // The UTC time (in seconds) when the test starts
  /external/protobuf/gtest/test/
gtest_xml_test_utils.py 61 An exception is any attribute named "time", which needs only be
150 * The "time" attribute of <testsuites>, <testsuite> and <testcase>
160 time = element.getAttributeNode("time")
161 time.value = re.sub(r"^\d+(\.\d+)?$", "*", time.value)
  /external/quake/quake/src/QW/progs/
subs.qc 88 // divide by speed to get time to reach dest
97 // scale the destdelta vector by the time spent traveling to get velocity
149 // divide by speed to get time to reach dest
155 // scale the destdelta vector by the time spent traveling to get velocity
215 // create a temp object to fire at a later time
218 t.nextthink = time + self.delay;
  /external/quake/quake/src/QW/qwfwd/
qwfwd.c 50 #include <time.h>
55 #include <sys/time.h>
220 time(&p->last);
231 time(&p->last);
240 time(&p->last);
251 if (time(NULL) - p->last > 300) {
  /external/webkit/Source/WebCore/css/
mediaControlsChromium.css 95 audio::-webkit-media-controls-current-time-display, video::-webkit-media-controls-current-time-display {
96 -webkit-appearance: media-current-time-display;
128 audio::-webkit-media-controls-time-remaining-display, video::-webkit-media-controls-time-remaining-display {
129 -webkit-appearance: media-time-remaining-display;
mediaControlsQt.css 107 audio::-webkit-media-controls-current-time-display {
108 -webkit-appearance: media-current-time-display;
125 video::-webkit-media-controls-current-time-display {
126 -webkit-appearance: media-current-time-display;
143 audio::-webkit-media-controls-time-remaining-display {
147 video::-webkit-media-controls-time-remaining-display {
  /external/webrtc/src/common_audio/signal_processing_library/main/source/
splitting_filter.c 88 filter_state[0] = in_data[data_length - 1]; // x[N-1], becomes x[-1] next time
89 filter_state[1] = out_data[data_length - 1]; // y_1[N-1], becomes y_1[-1] next time
102 filter_state[2] = out_data[data_length - 1]; // y_1[N-1], becomes y_1[-1] next time
103 filter_state[3] = in_data[data_length - 1]; // y_2[N-1], becomes y_2[-1] next time
115 filter_state[4] = in_data[data_length - 1]; // y_2[N-1], becomes y_2[-1] next time
116 filter_state[5] = out_data[data_length - 1]; // y[N-1], becomes y[-1] next time
  /frameworks/base/core/tests/hosttests/src/android/content/pm/
PackageManagerHostTestUtils.java 133 * a period longer than the max time to output.
188 * a period longer than the max time to output.
247 * a period longer than the max time to output.
272 * a period longer than the max time to output.
290 * a period longer than the max time to output.
308 * a period longer than the max time to output.
325 * a period longer than the max time to output.
341 * a period longer than the max time to output.
357 * a period longer than the max time to output.
372 * a period longer than the max time to output
    [all...]
  /frameworks/ex/common/tests/src/com/android/common/
OperationSchedulerTest.java 26 * OperationScheduler subclass which uses an artificial time.
198 // Now set the time back a few seconds.
199 // The moratorium time should still be honored.
203 // The rollback also moved the last-attempt clock back to the rollback time.
206 // But if we set the time back more than a day, the moratorium
208 // the original trigger time.
  /frameworks/media/libvideoeditor/vss/inc/
M4VSS3GPP_ErrorCodes.h 89 * Begin cut time is larger than the clip duration */
92 * Begin cut time is larger or equal than end cut */
175 * Clips don't have the same MPEG-4 time scale */
207 * The time at which the audio track is added (AddCts) can't be superior than the
235 * Begin loop time is higher than end loop time or higher than added clip duration */
  /packages/apps/Calendar/res/values-de/
arrays.xml 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>
102 <item msgid="7008598576103662879">"W. Africa Time"</item>

Completed in 4037 milliseconds

<<71727374757677787980>>