/external/qemu/slirp/ |
tcp_timer.h | 45 #define TCPT_2MSL 3 /* 2*msl quiet time timer */ 65 * We do this at most as often as TCPT_PERSMIN time intervals, 67 * packet time. The TCPT_PERSIST timer is cleared whenever we receive 71 * connection is idle (no segments received) for TCPTV_KEEP_INIT amount of time, 73 * is established, if the connection is idle for TCPTV_KEEP_IDLE time 80 * amount of time probing, then we drop the connection. 84 * Time constants. 88 #define TCPTV_SRTTBASE 0 /* base roundtrip time; 96 #define TCPTV_KEEP_IDLE (120*60*PR_SLOWHZ) /* dflt time before probing */ 115 * Force a time value to be in a certain range [all...] |
/external/qemu/slirp-android/ |
tcp_timer.h | 45 #define TCPT_2MSL 3 /* 2*msl quiet time timer */ 65 * We do this at most as often as TCPT_PERSMIN time intervals, 67 * packet time. The TCPT_PERSIST timer is cleared whenever we receive 71 * connection is idle (no segments received) for TCPTV_KEEP_INIT amount of time, 73 * is established, if the connection is idle for TCPTV_KEEP_IDLE time 80 * amount of time probing, then we drop the connection. 84 * Time constants. 88 #define TCPTV_SRTTBASE 0 /* base roundtrip time; 96 #define TCPTV_KEEP_IDLE (120*60*PR_SLOWHZ) /* dflt time before probing */ 115 * Force a time value to be in a certain range [all...] |
/external/v8/tools/ |
profile_view.js | 90 * @param {number} totalTime Amount of time that application spent in the 93 * @param {number} selfTime Amount of time that application spent in the 152 * @param {number} totalTime Amount of time that application spent in the 155 * @param {number} selfTime Amount of time that application spent in the 172 * Returns a share of the function's total time in application's total time. 181 * Returns a share of the function's self time in application's total time. 190 * Returns a share of the function's total time in its parent's total time [all...] |
/external/webkit/Source/WebCore/platform/graphics/ |
MediaPlayerPrivate.h | 70 virtual void seek(float time) = 0; 130 // Time value in the movie's time scale. It is only necessary to override this if the media 131 // engine uses rational numbers to represent media time. 134 // Overide this if it is safe for HTMLMediaElement to cache movie time and report 135 // 'currentTime' as [cached time + elapsed wall time]. Returns the maximum wall time 136 // it is OK to calculate movie time before refreshing the cached time [all...] |
/frameworks/base/opengl/tests/finish/ |
finish.cpp | 19 #include <time.h> 93 printf("memcpy() time = %llu us\n", (t-now)/1000); 111 printf("glFinish() time = %llu us\n", (t-now)/1000); 125 printf("glFinish() time = %llu us\n", (t-now)/1000); 140 printf("glFinish() time = %llu us\n", (t-now)/1000); 155 printf("glFinish() time = %llu us\n", (t-now)/1000); 172 printf("glFinish() time = %llu us\n", (t-now)/1000); 191 printf("glFinish() time = %llu us\n", (t-now)/1000); 204 printf("glFinish() time = %llu us\n", (t-now)/1000); 220 printf("glFinish() time = %llu us\n", (t-now)/1000) [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
ScheduledExecutorService.java | 29 * matter to transform an absolute time represented as a {@link 35 * which the task is enabled due to network time synchronization 74 * @param delay the time from now to delay execution 75 * @param unit the time unit of the delay parameter 91 * @param delay the time from now to delay execution 92 * @param unit the time unit of the delay parameter 115 * @param initialDelay the time to delay first execution 117 * @param unit the time unit of the initialDelay and period parameters 141 * @param initialDelay the time to delay first execution 144 * @param unit the time unit of the initialDelay and delay parameter [all...] |
/packages/apps/Camera/tests/src/com/android/camera/stress/ |
CameraStartUp.java | 35 * Test cases to measure the camera and video recorder startup time. 59 Log.v(TAG, "camera startup time: " + startupTime); 80 Log.v(TAG, "Video Startup Time = " + startupTime); 83 Log.v(TAG, "video startup time: " + startupTime); 103 out.write(Type + "startup time: " + "\n"); 106 out.write(Type + " average startup time: " + averageStartupTime + " ms\n\n"); 118 individualStartupTime = "Individual Video Startup Time = "; 123 // Capture the first startup time individually 139 individualStartupTime = "Individual Camera Startup Time = "; 144 // Capture the first startup time individuall [all...] |
/system/extras/tests/sdcard/ |
stopwatch.h | 34 #include <time.h> 51 // If the time measure is associated with some volume of data, use 55 // To capture the time accurately and since the runs are not too long, 56 // we collect the raw start and stop time in an array that get 77 // Time of the snapshot and its nature (start of the interval or end of it). 94 // A StopWatch instance measures time intervals. Use setDataSize 99 // Starts and stops the timer. The time between the 2 calls is an 106 // is a pair (time, duration). The 1st sample is always at time 126 double timespecToDouble(const struct timespec& time); [all...] |
/external/chromium/chrome/browser/prerender/ |
prerender_manager.h | 16 #include "base/time.h" 83 // Records the perceived page load time for a page - effectively the time from 91 // Records the time from when a page starts prerendering to when the user 107 // they time out, but new ones will not be generated. 161 bool IsPrerenderElementFresh(const base::Time start) const; 163 virtual base::Time GetCurrentTime() const; 216 // Time window for which we will record windowed PLT's from the last 220 // Time interval at which periodic cleanups are performed. 223 // Time interval before a new prerender is allowed [all...] |
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
mdate-sh | 2 # Get modification time of a file or directory and pretty-print it. 41 Pretty-print the modification time of FILE. 61 # GNU ls changes its time format in response to the TIME_STYLE 135 # $4 = year or time 143 # $3 = year or time 168 # the time of day or the year. 185 # For the first six month of the year the time notation can also 200 # eval: (add-hook 'write-file-hooks 'time-stamp) 201 # time-stamp-start: "scriptversion=" 202 # time-stamp-format: "%:y-%02m-%02d.%02H [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
stat.h | 88 struct timespec st_atim; /* Time of last access. */ 89 struct timespec st_mtim; /* Time of last modification. */ 90 struct timespec st_ctim; /* Time of last status change. */ 95 __time_t st_atime; /* Time of last access. */ 97 __time_t st_mtime; /* Time of last modification. */ 99 __time_t st_ctime; /* Time of last status change. */ 149 struct timespec st_atim; /* Time of last access. */ 150 struct timespec st_mtim; /* Time of last modification. */ 151 struct timespec st_ctim; /* Time of last status change. */ 156 __time_t st_atime; /* Time of last access. * [all...] |
/external/chromium/chrome/browser/history/ |
history_backend_unittest.cc | 31 using base::Time; 90 redirects.back(), Time::Now(), scope, page_id, GURL(), 110 new HistoryAddPageArgs(url2, base::Time(), dummy_scope, 0, url1, 227 new RefCountedBytes(data), Time::Now())); 231 favicon2, new RefCountedBytes(data), Time::Now())); 237 row1.set_last_visit(Time::Now()); 242 row2.set_last_visit(Time::Now()); 275 Time time; local 278 score, time); [all...] |
/development/samples/GlobalTime/src/com/android/globaltime/ |
Clock.java | 33 * time in a given city. 121 * Returns an offset in milliseconds to be subtracted from the current time 123 * displayed time and the current time. 158 * hand animation won't occur next time. 176 public void setTime(long time) { 177 this.mTime = time; 190 * @param showTime if true, display the time digitally 208 // Compute an interpolated time to animate between the previously 209 // displayed time and the current tim [all...] |
/libcore/luni/src/main/java/javax/xml/datatype/ |
XMLGregorianCalendar.java | 29 * <p>Representation for W3C XML Schema 1.0 date/time datatypes. 30 * Specifically, these date/time datatypes are 32 * <a href="#TIME"><code>time</code></a>, 44 * date/time datatype fields and this class' fields. It also summarizes 45 * the value constraints for the date and time fields defined in 47 * <i>ISO 8601 Date and Time Formats</i></a>.</p> 54 * Date/Time Datatype Field Mapping Between XML Schema 1.0 and Java Representation 154 * <li>accessors/mutators for independent date/time fields</li> 248 * @param year value constraints summarized in <a href="#datetimefield-year">year field of date/time field mapping table</a> [all...] |
/packages/apps/DeskClock/src/com/android/deskclock/ |
Alarms.java | 152 long time = 0; local 154 time = calculateAlarm(alarm); 160 values.put(Alarm.Columns.ALARM_TIME, time); 211 * @return Time when the alarm will fire. 269 // If we are enabling the alarm, calculate alarm time since the time 272 long time = 0; local 274 time = calculateAlarm(alarm); 276 values.put(Alarm.Columns.ALARM_TIME, time); 323 // A time of 0 indicates this is a repeating alarm, s 460 ed.putLong(getAlarmPrefSnoozeTimeKey(id), time); local 542 final long time = prefs.getLong(getAlarmPrefSnoozeTimeKey(alarm.id), -1); local [all...] |
/cts/tests/src/android/renderscript/cts/ |
primitives.rs | 58 float time = end(); 61 rsDebug("test_primitive_types FAILED", time); 64 rsDebug("test_primitive_types PASSED", time); 113 float time = end(); 116 rsDebug("test_vector_types FAILED", time); 119 rsDebug("test_vector_types PASSED", time);
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeyNetworkMonitor.java | 35 private long mCollectionStartTime; // time we started collecting data 36 private long mEventTime; // time of last event (connect, disconnect, etc.) 38 private long mWifiElapsedTime = 0; // accumulated time spent on wifi since start() 39 private long mMobileElapsedTime = 0; // accumulated time spent on mobile since start() 40 private long mElapsedTime = 0; // amount of time spent between start() and stop() 100 System.out.println("## Network stats: elapsed time=" + mElapsedTime + "ms ("
|
/external/blktrace/btt/ |
trace.c | 25 time_t now = time(NULL); 28 iostat_check_time(iop->t.time); 70 (int)SECONDS(iop->t.time), 71 (unsigned long)NANO_SECONDS(iop->t.time), msg); 94 if (BIT_TIME(iop->t.time) < t_astart) { 97 } else if (BIT_TIME(iop->t.time) > t_aend) {
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
version.sgml | 94 application compile time, rather than from the library linked against 95 at application run time. 104 application compile time, rather than from the library linked against 105 at application run time. 114 application compile time, rather than from the library linked against 115 at application run time.
|
/external/chromium/chrome/browser/net/ |
load_timing_observer.h | 11 #include "base/time.h" 69 const base::TimeTicks& time, 86 const base::TimeTicks& time, 92 const base::TimeTicks& time, 98 const base::TimeTicks& time, 104 const base::TimeTicks& time,
|
/external/chromium/chrome/browser/password_manager/ |
login_database.h | 44 // before |delete_end|. You may use a null Time value to do an unbounded 46 bool RemoveLoginsCreatedBetween(const base::Time delete_begin, 47 const base::Time delete_end); 56 // You may use a null Time value to do an unbounded search in either 59 const base::Time begin, 60 const base::Time end,
|
/external/chromium/chrome/browser/ |
plugin_data_remover.h | 10 #include "base/time.h" 32 base::WaitableEvent* StartRemoving(base::Time begin_time); 76 // The point in time when we start removing data. 77 base::Time remove_start_time_; 78 // The point in time from which on we remove data. 79 base::Time begin_time_;
|
/external/chromium/chrome/browser/policy/ |
cloud_policy_cache_base.cc | 88 base::Time* timestamp, 95 base::Time temp_timestamp; 107 temp_timestamp > base::Time::NowFromSystemTime()) { 130 void CloudPolicyCacheBase::SetUnmanagedInternal(const base::Time& timestamp) { 157 base::Time* timestamp, 166 *timestamp = base::Time::UnixEpoch() +
|
/external/chromium/net/base/ |
host_cache.h | 15 #include "base/time.h" 32 // The time when this entry expires. 76 // |success_entry_ttl| time, and failed host resolves for 84 // Returns a pointer to the entry for |key|, which is valid at time 117 // Returns true if this cache entry's result is valid at time |now|. 132 // Time to live for cache entries.
|
upload_data_stream_unittest.cc | 13 #include "base/time.h" 33 const base::Time& time, 89 const base::Time& time, 93 element.SetToFilePathRange(file_path, 1, 2, time);
|