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

<<31323334353637383940>>

  /external/chromium_org/net/socket/
client_socket_pool_histograms.cc 66 void ClientSocketPoolHistograms::AddRequestTime(base::TimeDelta time) const {
67 request_time_->AddTime(time);
70 void ClientSocketPoolHistograms::AddUnusedIdleTime(base::TimeDelta time) const {
71 unused_idle_time_->AddTime(time);
74 void ClientSocketPoolHistograms::AddReusedIdleTime(base::TimeDelta time) const {
75 reused_idle_time_->AddTime(time);
  /external/chromium_org/net/tools/quic/test_tools/
mock_epoll_server.h 16 // Unlike the full MockEpollServer, this only lies about the time but lets
18 // but wanting to skip forward in time to trigger timeouts.
57 // time_in_usec is the time at which the event specified
59 // to add an event for a time which has already been passed..
60 // .. upon the next time that the callbacks are invoked,
69 // advancement_usec from the current time.
  /external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
rpclistener.py 8 import time namespace
17 self.start_time = time.time()
22 prefix = '[%6s ms] ' % int((time.time()-self.start_time)*1000) + self.prefix
40 # every time it receives a GET request.)
  /external/chromium_org/sync/sessions/
status_controller.h 11 // because only one of them will run at a time, and the syncer thread will be
25 #include "base/time/time.h"
59 base::Time sync_start_time() const {
60 // The time at which we sent the first GetUpdates command for this sync.
98 base::Time sync_start_time_;
  /external/chromium_org/third_party/WebKit/Source/core/timing/
ResourceTimingInfo.h 42 static PassRefPtr<ResourceTimingInfo> create(const AtomicString& type, const double time)
44 return adoptRef(new ResourceTimingInfo(type, time));
55 void setLoadFinishTime(double time) { m_loadFinishTime = time; }
75 ResourceTimingInfo(const AtomicString& type, const double time)
77 , m_initialTime(time)
  /external/chromium_org/third_party/icu/source/i18n/unicode/
tmunit.h 14 * \brief C++ API: time unit object
25 * Measurement unit for time units.
33 * Constants for all the time units we supported.
49 * @param timeUnitField time unit field based on which the instance
113 * Get time unit field.
114 * @return time unit field.
  /external/chromium_org/third_party/leveldatabase/
chromium_logger.h 12 #include "base/time/time.h"
27 // We try twice: the first time with a fixed-size stack allocated buffer,
28 // and the second time with a much larger dynamically allocated buffer.
43 ::base::Time::Exploded t;
44 ::base::Time::Now().LocalExplode(&t);
  /external/chromium_org/third_party/libjingle/source/talk/base/
timing.h 42 // WallTimeNow() returns the current wall-clock time in seconds,
48 // or better. Although timer and wall-clock time have the same
50 // time may be adjusted backwards, hence not monotonic.
54 // BusyWait() exhausts CPU as long as the time elapsed is less than
56 // time based on TimerNow() measurement.
62 // actual waiting time based on TimerNow() measurement.
  /external/chromium_org/third_party/webrtc/base/
gunit.h 24 for (uint32 start = rtc::Time(); \
25 !(ex) && rtc::Time() < start + timeout;) \
30 // when the expression is only true the first time you check it.
33 uint32 start = rtc::Time(); \
35 while (!res && rtc::Time() < start + timeout) { \
72 // margin time passes.
  /external/chromium_org/tools/gyp/test/actions/src/
actions.gyp 50 'import time; time.sleep(1); open(\'dep_1.txt\', \'w\')' ],
63 'import time; time.sleep(1.1); open(\'dep_2.txt\', \'w\')' ],
76 'import time; time.sleep(2.0); open(\'dep_3.txt\', \'w\')' ],
  /external/chromium_org/tools/perf/metrics/
cpu.py 10 """Calulates CPU load over a span of time."""
43 """Computes average cpu usage over a time period for different process types.
50 The 'CpuProcessTime' fields represent the number of seconds of CPU time
51 spent in each process, and total time is the number of real seconds
56 time used to total time elapsed.
  /external/chromium_org/tools/telemetry/telemetry/timeline/
slice.py 8 """A Slice represents an interval of time plus parameters associated
14 All time units are stored in milliseconds.
38 """Time spent in this function less any time spent in child events."""
45 """Thread (scheduled) time spent in this function less any thread time spent
  /external/chromium_org/ui/events/gestures/
velocity_calculator.cc 33 void VelocityCalculator::PointSeen(float x, float y, int64 time) {
36 buffer_[index_].time = time;
67 mean_time += buffer_[i].time;
89 t_i = (buffer_[i].time - mean_time);
96 // Convert time from microseconds to seconds.
  /external/chromium_org/ui/gfx/animation/
animation_container.h 11 #include "base/time/time.h"
24 // AnimationContainer ensures they all update and start at the same time.
48 // The time the last animation ran at.
72 // fired this is the time the animation was added.
73 // . The time the last animation ran at (::Run was invoked).
  /external/e2fsprogs/tests/f_bbfile/
expect.1 17 File / (inode #2, mod time Sun Jan 2 08:29:13 1994)
19 <The bad blocks inode> (inode #1, mod time Sun Jul 17 00:47:58 1994)
22 File /lost+found (inode #11, mod time Sun Jan 2 08:28:40 1994)
24 <The bad blocks inode> (inode #1, mod time Sun Jul 17 00:47:58 1994)
27 File /termcap (inode #12, mod time Sun Jan 2 08:29:13 1994)
29 <The bad blocks inode> (inode #1, mod time Sun Jul 17 00:47:58 1994)
  /external/icu/icu4c/source/i18n/
reldtfmt.h 87 * Format a date or time, which is the standard millis since 24:00 GMT, Jan
93 * @param cal Calendar set to the date and time to be formatted
94 * into a date/time string.
127 * Parse a date/time string beginning at the given parse position. For
128 * example, a time text "07/10/96 4:5 PM, PDT" will be parsed into a Date
136 * @param text The date/time string to be parsed
137 * @param cal a Calendar set to the date and time to be formatted
138 * into a date/time string.
150 * Parse a date/time string starting at the given parse position. For
151 * example, a time text "07/10/96 4:5 PM, PDT" will be parsed into a Dat
    [all...]
  /external/kernel-headers/original/uapi/asm-generic/
stat.h 36 long st_atime; /* Time of last access. */
38 long st_mtime; /* Time of last modification. */
40 long st_ctime; /* Time of last status change. */
61 int st_atime; /* Time of last access. */
63 int st_mtime; /* Time of last modification. */
65 int st_ctime; /* Time of last status change. */
  /external/libpcap/
pcap_list_tstamp_types.3pcap.in 23 pcap_list_tstamp_types, pcap_free_tstamp_types \- get a list of time
38 is used to get a list of the supported time stamp types of the interface
46 for a list of all the time stamp types.
54 returns the number of time stamp types in the array on success and
57 A return value of zero means that you cannot specify a time stamp type;
58 you are limited to the capture device's default time stamp type.
  /external/netperf/
netcpu_osx.c 19 # include <sys/time.h>
20 # include <time.h>
23 # include <sys/time.h>
25 # include <time.h>
109 /* It is possible that the library measured a time other than */
113 /* tests tell up what the elapsed time should be. */
  /external/proguard/src/proguard/gui/splash/
ClipSprite.java 59 public void paint(Graphics graphics, long time)
62 Color outsideColor = outsideClipColor.getColor(time);
70 Color insideColor = insideClipColor.getColor(time);
72 sprite.paint(g, time);
77 clipSprite.paint(g, time);
82 sprite.paint(g, time);
  /external/replicaisland/src/com/replica/replicaisland/
EventReporter.java 19 public float time; field in class:EventReporter.Event
55 public void addEvent(int eventType, float x, float y, float time, String level, int version, long session) {
59 event.time = time;
90 + "&time=" + event.time
  /frameworks/base/services/core/java/com/android/server/
NetworkTimeUpdateService.java 42 * Monitors the network time and updates the system time if it is out of sync
44 * If looking up the network time fails for some reason, it tries a few times with a short
47 * If the user enables AUTO_TIME, it will check immediately for the network time, if NITZ wasn't
77 // The last time that we successfully fetched the NTP time.
86 // If the time difference is greater than this threshold, then update the time.
88 // Keeps track of how many quick attempts were made to fetch NTP time.
89 // During bootup, the network may not have been up yet, or it's taking time for th
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
hndrte_debug.h 2 * HND Run Time Environment debug info area
75 typedef struct { /* Time value with microsecond resolution */
94 timeval_t pr_utime; /* User time. */
95 timeval_t pr_stime; /* System time. */
96 timeval_t pr_cutime; /* Cumulative user time. */
97 timeval_t pr_cstime; /* Cumulative system time. */
  /libcore/dalvik/src/main/java/dalvik/bytecode/
OpcodeInfo.java 27 * but it is subject to change over time, so it is not appropriate
28 * to represent as a compile-time constant value.</p>
37 * implementation-specific and may vary over time.
40 * but it is subject to change over time, so it is not appropriate
41 * to represent as a compile-time constant value.</p>
52 * next time the tool is run.
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/comparator/
LastModifiedFileComparator.java 24 * Compare the <b>last modified date/time</b> of two files for order
28 * by their last modified date/time.
57 * Compare the last the last modified date/time of two files.
61 * @return a negative value if the first file's lastmodified date/time
62 * is less than the second, zero if the lastmodified date/time are the
63 * same and a positive value if the first files lastmodified date/time

Completed in 1925 milliseconds

<<31323334353637383940>>