/external/chromium_org/net/cert/ |
x509_util.cc | 9 #include "base/time/time.h" 25 ClientCertSorter::ClientCertSorter() : now_(base::Time::Now()) {} 60 base::Time not_valid_before, 61 base::Time not_valid_after, 83 base::Time not_valid_before, 84 base::Time not_valid_after,
|
/external/chromium_org/ppapi/api/ |
ppb_core.idl | 8 * and containing pointers to functions related to memory management, time, and 18 * to memory management, time, and threads on the browser. 40 * GetTime() returns the "wall clock time" according to the 43 * @return A <code>PP_Time</code> containing the "wall clock time" according 49 * GetTimeTicks() returns the "tick time" according to the browser. 52 * field). It is not correlated to any actual wall clock time 56 * @return A <code>PP_TimeTicks</code> containing the "tick time" according
|
/external/chromium_org/ppapi/c/ |
ppb_core.h | 24 * and containing pointers to functions related to memory management, time, and 35 * to memory management, time, and threads on the browser. 55 * GetTime() returns the "wall clock time" according to the 58 * @return A <code>PP_Time</code> containing the "wall clock time" according 63 * GetTimeTicks() returns the "tick time" according to the browser. 66 * field). It is not correlated to any actual wall clock time 70 * @return A <code>PP_TimeTicks</code> containing the "tick time" according
|
/external/chromium_org/ppapi/cpp/ |
core.h | 11 /// This file defines APIs related to memory management, time, and threads. 18 /// APIs related to memory management, time, and threads. 45 /// GetTime() returns the "wall clock time" according to the 48 /// @return A <code>PP_Time</code> containing the "wall clock time" according 54 /// GetTimeTicks() returns the "tick time" according to the browser. 58 /// correlated to any actual wall clock time (like GetTime()). Because 61 /// @return A <code>PP_TimeTicks</code> containing the "tick time" according
|
/external/chromium_org/remoting/base/ |
rate_counter_unittest.cc | 17 base::Time now = base::Time::Now(); 31 rate_counter.SetCurrentTimeForTest(base::Time::Now()); 49 base::Time now = base::Time::Now(); 71 base::Time now = base::Time::Now();
|
/external/chromium_org/remoting/host/ |
host_status_sender.cc | 9 #include "base/time/time.h" 32 const char kSignatureTimeAttr[] = "time"; 140 int64 time = static_cast<int64>(base::Time::Now().ToDoubleT()); local 141 std::string time_str(base::Int64ToString(time)); 146 // Add a time stamp to the signature to prevent replay attacks.
|
/external/chromium_org/sync/engine/ |
sync_thread_sync_entity_unittest.cc | 9 #include "base/time/time.h" 12 #include "sync/util/time.h" 32 kCtime(base::Time::UnixEpoch() + base::TimeDelta::FromDays(10)), 33 kMtime(base::Time::UnixEpoch() + base::TimeDelta::FromDays(20)) { 43 const base::Time kCtime; 44 const base::Time kMtime;
|
/external/chromium_org/tools/telemetry/telemetry/unittest/ |
gtest_unittest_results.py | 7 import time namespace 19 return (time.time() - self._timestamp) * 1000 50 self._timestamp = time.time() 65 self._timestamp = time.time()
|
/external/chromium_org/webkit/browser/fileapi/ |
sandbox_directory_database.h | 14 #include "base/time/time.h" 58 // This modification time is valid only for directories, not files, as 60 // For files, look at the modification time of the underlying data_path. 61 base::Time modification_time; 85 FileId file_id, const base::Time& modification_time); 129 base::Time last_reported_time_;
|
/external/chromium_org/webkit/common/ |
data_element.h | 14 #include "base/time/time.h" 42 const base::Time& expected_modification_time() const { 63 SetToFilePathRange(path, 0, kuint64max, base::Time()); 74 const base::Time& expected_modification_time); 83 const base::Time& expected_modification_time); 94 base::Time expected_modification_time_;
|
/external/kernel-headers/original/uapi/linux/ |
ptp_clock.h | 33 * struct ptp_clock_time - represents a time value 50 int n_ext_ts; /* Number of external time stamp channels. */ 63 struct ptp_clock_time start; /* Absolute start time. */ 76 * Array of interleaved system/phc time stamps. The kernel 77 * will provide 2*n_samples + 1 time stamps, with the last 78 * one as a system time stamp. 92 struct ptp_clock_time t; /* Time event occured. */
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/ |
perf-time-to-tsc.c | 40 * test__perf_time_to_tsc - test converting perf time to TSC. 42 * This function implements a test that checks that the conversion of perf time 130 comm1_time = sample.time; 135 comm2_time = sample.time; 149 pr_debug("1st event perf time %"PRIu64" tsc %"PRIu64"\n", 151 pr_debug("rdtsc time %"PRIu64" tsc %"PRIu64"\n", 153 pr_debug("2nd event perf time %"PRIu64" tsc %"PRIu64"\n",
|
/external/proguard/src/proguard/gui/splash/ |
ShadowedSprite.java | 67 public void paint(Graphics graphics, long time) 69 double l = alpha.getDouble(time); 70 int b = blur.getInt(time) + 1; 87 int xo = xOffset.getInt(time) - b/2; 88 int yo = yOffset.getInt(time) - b/2; 98 sprite.paint(graphics, time); 107 sprite.paint(graphics, time);
|
/external/strace/linux/ |
ptp_clock.h | 33 * struct ptp_clock_time - represents a time value 50 int n_ext_ts; /* Number of external time stamp channels. */ 63 struct ptp_clock_time start; /* Absolute start time. */ 76 * Array of interleaved system/phc time stamps. The kernel 77 * will provide 2*n_samples + 1 time stamps, with the last 78 * one as a system time stamp. 92 struct ptp_clock_time t; /* Time event occured. */
|
/frameworks/av/services/audioflinger/ |
FastThreadState.h | 45 // This might be a one-time configuration rather than per-state 60 struct timespec mMeasuredWarmupTs; // measured warmup time 64 // Recently collected samples of per-cycle monotonic time, thread CPU time, and CPU frequency. 66 // The sample arrays are virtually allocated based on this compile-time constant, 77 uint32_t mMonotonicNs[kSamplingN]; // delta monotonic (wall clock) time 78 uint32_t mLoadNs[kSamplingN]; // delta CPU load in time
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
timeit.py | 3 """Tool for measuring execution time of small code snippets. 18 -t/--time: use time.time() (default on Unix) 19 -c/--clock: use time.clock() (default on Windows) 31 successive powers of 10 until the total time is at least 0.2 seconds. 34 clock() has microsecond granularity but time()'s granularity is 1/60th 36 time() is much more precise. On either platform, the default timer 37 functions measure wall clock time, not the CPU time. This means tha 57 import time namespace [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
timeit.py | 3 """Tool for measuring execution time of small code snippets. 18 -t/--time: use time.time() (default on Unix) 19 -c/--clock: use time.clock() (default on Windows) 31 successive powers of 10 until the total time is at least 0.2 seconds. 34 clock() has microsecond granularity but time()'s granularity is 1/60th 36 time() is much more precise. On either platform, the default timer 37 functions measure wall clock time, not the CPU time. This means tha 57 import time namespace [all...] |
/packages/apps/Camera/res/values/ |
strings.xml | 58 <!-- A label that overlays on top of the preview frame to indicate the camcorder is in time lapse mode [CHAR LIMIT=35] --> 59 <string name="time_lapse_title">Time lapse recording</string> 115 time lapse recording. Appears at top of the dialog. [CHAR LIMIT=30] --> 116 <string name="pref_video_time_lapse_frame_interval_title">Time lapse</string> 355 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] --> 357 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] --> 359 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] --> 361 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] --> 363 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] --> 365 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -- [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
rbtz.cpp | 23 * A struct representing a time zone transition 26 UDate time; member in struct:Transition 167 // Build the transition array which represents historical time zone 198 // No more transitions from this rule - skip this rule next time 262 trst->time = nextTransitionTime; 303 final0->time = tt0; 306 rule1->getNextStart(tt0, rule0->getRawOffset(), rule0->getDSTSavings(), false, final1->time); 310 final0->time = tt1; 313 rule0->getNextStart(tt1, rule1->getRawOffset(), rule1->getDSTSavings(), false, final1->time); 374 UDate time = (UDate)Grego::fieldsToDay(year, month, day) * U_MILLIS_PER_DAY + millis local 484 UDate time; local 875 UDate time = transition->time; local [all...] |
/external/libogg/doc/ |
ogg-multiplex.html | 91 time-linear mixed media into a single delivery stream or file. The 103 time stamp (the Granule Position) that represents an absolute time 108 non-decreasing order by chronological absolute time as 111 <p>The only exception to arranging pages in strictly ascending time order 131 <p>Seek operations are by absolute time; a direct bisection search must 132 find the exact time position requested. Information in the Ogg 143 a seek to the desired time which extracts state information that 144 decodes to the time of the last key frame, followed by a second seek 157 <p>A stream that provides a gapless, time-continuous media type with [all...] |
/external/chromium_org/net/quic/crypto/ |
strike_register.h | 28 // 4) It allows us to query for the oldest element in log(n) time. 45 // There are two distinct time representations used. External times are those 48 // count of the number of seconds since a point in time a couple of years 49 // before the creation time given to the constructor. (See 57 // state of the strike-register may be lost at any time. Thus the previous 58 // instance of the server may have accepted an nonce with time 61 // requests timestampped before window_secs + the creation time (the 90 // the current time will be rejected. Additionally, all nonces that have an 93 // (Note that this code is independent of the actual units of time used, but 108 // c) outside of the valid time windo [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
spinlock.cc | 47 // where the value is the time the current lock holder had to 61 // the processor or sleeping. Reduces idle time significantly. 70 // but nothing lock-intensive should be going on at that time. 75 // Monitor the lock to see if its value changes within some time period 78 // the initial_wait_timestamp value. The total wait time in cycles for the 97 // so the total wait time can be stored in the lockword once this thread 109 // lock wait time in the lock as that will cause the current lock 139 // The wait time for contentionz lock profiling must fit into 32 bits. 143 // granularity of time measurement to 128 cycles, and loses track 144 // of wait time for waits greater than 109 seconds on a 5 GHz machin [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
spinlock.cc | 47 // where the value is the time the current lock holder had to 61 // the processor or sleeping. Reduces idle time significantly. 70 // but nothing lock-intensive should be going on at that time. 75 // Monitor the lock to see if its value changes within some time period 78 // the initial_wait_timestamp value. The total wait time in cycles for the 97 // so the total wait time can be stored in the lockword once this thread 109 // lock wait time in the lock as that will cause the current lock 139 // The wait time for contentionz lock profiling must fit into 32 bits. 143 // granularity of time measurement to 128 cycles, and loses track 144 // of wait time for waits greater than 109 seconds on a 5 GHz machin [all...] |
/external/chromium_org/tools/site_compare/scrapers/firefox/ |
firefox2.py | 9 import time namespace 84 timeout: amount of time to wait for page to load 98 time.sleep(3) 107 time.sleep(2) 146 time.sleep(1) 152 def Time(urls, size, timeout, **kwargs): 156 urls: list of URLs to time 158 timeout: amount of time to wait for page to load 162 A list of tuples (url, time). "time" can be "crashed" or "timeout [all...] |
/external/ipsec-tools/src/racoon/ |
schedule.c | 38 #include <sys/time.h> 46 #include <time.h> 65 static time_t launched; /* time when the program launched. */ 77 * time to block until next event. 93 /* if the time hasn't come, proceed to the next entry */ 144 time(&new->created); 175 /* get current time. 176 * if defined FIXY2038PROBLEM, base time is the time when called sched_init(). 177 * Otherwise, conform to time(3) [all...] |