/external/chromium_org/remoting/base/ |
rate_counter.cc | 23 base::Time current_time = CurrentTime(); 36 void RateCounter::SetCurrentTimeForTest(base::Time current_time) { 43 void RateCounter::EvictOldDataPoints(base::Time current_time) { 45 base::Time window_start = current_time - time_window_; 56 base::Time RateCounter::CurrentTime() const { 57 if (current_time_for_test_ == base::Time()) 58 return base::Time::Now();
|
/external/chromium_org/tools/telemetry/examples/ |
telemetry_perf_test.py | 8 import time namespace 26 # Measure round-trip-time for evaluate 29 start = time.time() 31 times.append(time.time() - start) 40 "Round trip time (seconds)",
|
/external/chromium_org/tools/telemetry/telemetry/page/actions/ |
repaint_continuously.py | 5 import time namespace 19 start_time = time.time() 32 # Use a hard time-out after 60 seconds (or self.seconds). 35 elapsed_time = time.time() - start_time 40 time.sleep(1)
|
/frameworks/native/opengl/specs/ |
EGL_ANDROID_presentation_time.txt | 39 Often when rendering a sequence of images, there is some time at which each 41 this desired presentation time to be specified for each frame rendered to 47 * EGLnsecsANDROID is a signed integer type for representing a time in 59 EGLnsecsANDROID time); 69 "3.9.4 Presentation Time 74 surface, EGLnsecsANDROID time); 76 specifies the time at which the current color buffer of surface should be 77 presented to the viewer. The time parameter should be a time in 78 nanoseconds, but the exact meaning of the time depends on the nativ [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
AnimationTime.java | 23 // The animation time should ideally be the vsync time the frame will be 24 // displayed, but that is an unknown time in the future. So we use the system 25 // time just after eglSwapBuffers (when GLSurfaceView.onDrawFrame is called) 31 // Sets current time as the animation time. 36 // Returns the animation time.
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
timezone.h | 49 * <code>TimeZone</code> represents a time zone offset, and also figures out daylight 54 * which creates a <code>TimeZone</code> based on the time zone where the program 56 * creates a <code>TimeZone</code> object based on Japanese Standard Time. 60 * with a time zone ID. For instance, the time zone ID for the US Pacific 61 * Time zone is "America/Los_Angeles". So, you can get a Pacific Time <code>TimeZone</code> object 69 * all the supported time zone IDs. You can then choose a 71 * If the time zone you want is not represented by one of the 72 * supported IDs, then you can create a custom time zone ID wit [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
DERGeneralizedTime.java | 14 * Generalized time object. 19 private byte[] time; field in class:DERGeneralizedTime 22 * return a generalized time from the passed in object 36 return new ASN1GeneralizedTime(((DERGeneralizedTime)obj).time); 55 * return a Generalized Time object from a tagged object. 81 * for local time, or Z+-HHMM on the end, for difference between local 82 * time and UTC time. The fractional second amount f must consist of at 85 * @param time the time string [all...] |
/external/chromium_org/base/test/ |
mock_time_provider.h | 8 // A helper class used to mock out calls to the static method base::Time::Now. 12 // typedef base::Time(TimeProvider)(); 25 // StopWatch watch(&base::Time::Now); 35 // .WillOnce(Return(Time::FromDoubleT(4))); 37 // .WillOnce(Return(Time::FromDoubleT(10))); 48 #include "base/time/time.h" 58 MOCK_METHOD0(Now, Time()); 60 static Time StaticNow();
|
/external/chromium_org/chrome/browser/performance_monitor/ |
event.h | 9 #include "base/time/time.h" 22 // be compared against other events, we construct it with type and time. Other 28 const base::Time& time, 38 base::Time time() const { return time_; } function in class:performance_monitor::Event 45 // The time at which the event was recorded. 46 base::Time time_;
|
metric.h | 9 #include "base/time/time.h" 28 // restore time is independent of startup time, even though they may happen 29 // in sequence). Test startup time refers to any non-normal startup time, e.g. 46 const base::Time& metric_time, 64 base::Time time; member in struct:performance_monitor::Metric
|
/external/chromium_org/tools/telemetry/telemetry/web_perf/metrics/ |
timeline_based_metric.py | 13 """ Returns True if there is are overlapped ranges in time ranges. 14 iterable_time_ranges: an iterable of time ranges. Each time range is a 15 tuple (start time, end time). 17 # Sort the ranges by the start time 38 """Computes and adds metrics for the interaction_records' time ranges. 41 within the interaction_records' start and end time ranges. 59 'time range.')
|
/external/lldb/test/ |
bench-history | 7 lldb startup delay (create fresh target) benchmark: Avg: 0.104274 (Laps: 30, Total Elapsed Time: 3.128214) 8 lldb startup delay (set first breakpoint) benchmark: Avg: 0.102216 (Laps: 30, Total Elapsed Time: 3.066470) 9 lldb frame variable benchmark: Avg: 1.649162 (Laps: 20, Total Elapsed Time: 32.983245) 10 lldb stepping benchmark: Avg: 0.104409 (Laps: 50, Total Elapsed Time: 5.220461) 11 lldb expr cmd benchmark: Avg: 0.206774 (Laps: 25, Total Elapsed Time: 5.169350) 12 lldb disassembly benchmark: Avg: 0.089086 (Laps: 10, Total Elapsed Time: 0.890859) 16 lldb startup delay (create fresh target) benchmark: Avg: 0.105384 (Laps: 30, Total Elapsed Time: 3.161530) 17 lldb startup delay (set first breakpoint) benchmark: Avg: 0.102334 (Laps: 30, Total Elapsed Time: 3.070012) 18 lldb frame variable benchmark: Avg: 1.661701 (Laps: 20, Total Elapsed Time: 33.234026) 19 lldb stepping benchmark: Avg: 0.107101 (Laps: 50, Total Elapsed Time: 5.355043 [all...] |
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
utils.rs | 17 float time = end(); 20 rsDebug("test_color_pack_unpack FAILED", time); 23 rsDebug("test_color_pack_unpack PASSED", time);
|
/external/chromium_org/base/process/ |
process_info.h | 13 class Time; 18 // Returns the time at which the process was launched. May be empty if an 20 static const Time CreationTime();
|
/external/chromium_org/base/timer/ |
elapsed_timer.h | 10 #include "base/time/time.h" 20 // Returns the time elapsed since object construction.
|
/external/chromium_org/chrome/browser/ |
chrome_browser_field_trials_mobile.h | 9 #include "base/time/time.h" 24 const base::Time& install_time,
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
external_protocol_dialog.h | 7 #include "base/time/time.h" 16 base::Time creation_time_;
|
/external/chromium_org/chrome/common/importer/ |
imported_bookmark_entry.h | 11 #include "base/time/time.h" 25 base::Time creation_time;
|
/external/chromium_org/chrome/common/variations/ |
uniformity_field_trials.h | 9 class Time; 14 // A collection of one-time-randomized and session-randomized field trials 17 void SetupUniformityFieldTrials(const base::Time install_date);
|
/external/chromium_org/media/base/ |
clock.h | 9 #include "base/time/time.h" 18 // A clock represents a single source of time to allow audio and video streams 19 // to synchronize with each other. Clock essentially tracks the media time with 20 // respect to some other source of time, whether that may be the monotonic 22 // calculate the current media time since the last time SetTime() was called. 24 // Clocks start off paused with a playback rate of 1.0f and a media time of 0. 29 // given a media time. This will be used primarily by video renderers. For now 42 // Starts the clock and returns the current media time, which will increas [all...] |
/external/chromium_org/net/websockets/ |
websocket_handshake_response_info.cc | 10 #include "base/time/time.h" 21 base::Time response_time)
|
/external/chromium_org/third_party/icu/source/i18n/ |
zrule.h | 12 * \brief C API: Time zone rule classes 72 * Fills in "name" with the name of this time zone. 74 * @param name Receives the name of this time zone. 82 * Gets the standard time offset. 84 * @return The standard time offset from UTC in milliseconds. 91 * Gets the amount of daylight saving delta time from the standard time. 118 * standard time and the amount of daylight saving offset adjustment. 119 * @param name The time zone name. 120 * @param nameLength The length of the time zone name [all...] |
/external/chromium_org/third_party/libevent/test/ |
test-init.c | 3 * cc -I/usr/local/include -o time-test time-test.c -L/usr/local/lib -levent 16 #include <sys/time.h>
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
prtime.h | 40 * NSPR date and time functions 65 * NSPR represents basic time as 64-bit signed integers relative 66 * to midnight (00:00:00), January 1, 1970 Greenwich Mean Time (GMT). 67 * (GMT is also known as Coordinated Universal Time, UTC.) 68 * The units of time are in microseconds. Negative times are allowed 80 * Time zone and daylight saving time corrections applied to GMT to 81 * obtain the local time of some geographic location 92 * Time broken down into human-readable components such as year, month, 93 * day, hour, minute, second, and microsecond. Time zone and dayligh [all...] |
/external/chromium_org/webkit/browser/blob/ |
file_stream_reader.cc | 7 #include "base/time/time.h" 13 const base::Time& expected_modification_time,
|