/external/chromium_org/chrome/browser/prerender/ |
prerender_history.h | 11 #include "base/time/time.h" 35 base::Time end_time_arg) 53 // Time the PrerenderContents was destroyed. 54 base::Time end_time;
|
/external/chromium_org/chrome/browser/signin/ |
about_signin_internals.cc | 21 using base::Time; 70 Time now = Time::NowFromSystemTime(); 78 const std::string time_pref = SigninStatusFieldToString(field) + ".time"; 102 static_cast<TimedSigninStatusField>(i)) + ".time"; 114 const std::string time = pref + ".time"; local 119 pref_service->GetString(time.c_str()), 142 const std::string time_pref = TokenPrefPath(token_name) + ".time"; 151 Time now = Time::NowFromSystemTime() [all...] |
/external/chromium_org/chrome/browser/ui/app_list/ |
app_list_service.cc | 12 #include "base/time/time.h" 24 return base::Time::Now() - base::Time::FromInternalValue(remote_start_time); 55 base::Time::Now() - base::CurrentProcessInfo::CreationTime());
|
/external/chromium_org/chrome/browser/ui/webui/performance_monitor/ |
performance_monitor_handler.h | 14 class Time; 39 // |args| contains a start and an end time. 55 // |args| contains an EventType id to collect and a start and end time. 63 // |args| contains a list of MetricTypes to collect, a start and end time, 64 // a time resolution (defining the spacing of metric samples returned),
|
/external/chromium_org/chrome/renderer/ |
page_load_histograms.h | 29 // The time points we keep are 30 // request: time document was requested by user 31 // start: time load of document started 32 // commit: time load of document started 39 // It's possible for the request time not to be set, if a client
|
page_load_histograms.cc | 14 #include "base/time/time.h" 34 using base::Time; 110 Time request = document_state->request_time(); 112 Time navigation_start = Time::FromDoubleT(performance.navigationStart()); 113 Time redirect_start = Time::FromDoubleT(performance.redirectStart()); 114 Time redirect_end = Time::FromDoubleT(performance.redirectEnd()) [all...] |
/external/chromium_org/net/base/ |
mock_filter_context.h | 22 void SetRequestTime(const base::Time time) { request_time_ = time; } 37 virtual base::Time GetRequestTime() const OVERRIDE; 59 base::Time request_time_;
|
/external/chromium_org/net/quic/crypto/ |
strike_register_test.cc | 23 void SetNonce(uint8 nonce[32], unsigned time, const uint8 orbit[8]) { 24 nonce[0] = time >> 24; 25 nonce[1] = time >> 16; 26 nonce[2] = time >> 8; 27 nonce[3] = time; 33 // The set must reject values created on or before its own creation time. 34 StrikeRegister set(10 /* max size */, 1000 /* current time */, 47 StrikeRegister set(10 /* max size */, 0 /* current time */, 58 StrikeRegister set(10 /* max size */, 1000 /* current time */, 70 StrikeRegister set(10 /* max size */, 1000 /* current time */, 273 const uint32 time = current_time + time_delta; local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/platform/audio/ |
AudioUtilities.h | 36 // timeConstant is the time it takes a first-order linear time-invariant system 38 // discreteTimeConstantForSampleRate() will return the discrete time-constant for the specific sampleRate. 41 // Convert the time to a sample frame at the given sample rate. 42 size_t timeToSampleFrame(double time, double sampleRate);
|
/external/chromium_org/third_party/icu/source/i18n/ |
ztrans.cpp | 10 * \brief C API: Time zone transition classes 27 ztrans_open(UDate time, const void* from, const void* to){ 28 return (ZTrans*) new TimeZoneTransition(time,*(TimeZoneRule*)from,*(TimeZoneRule*)to); 57 ztrans_setTime(ZTrans* trans, UDate time) { 58 return ((TimeZoneTransition*)trans)->TimeZoneTransition::setTime(time);
|
/external/chromium_org/third_party/icu/source/test/compat/ |
tzone.pl | 33 #filter out the time zones 46 print "The following time zones had wrong results.\n"; 49 #set system time zone 54 #if the result is wrong print the time zone information to a log file 62 print "\nThe number of time zones with wrong results: $count out of $index\n";
|
/external/chromium_org/tools/telemetry/telemetry/unittest/ |
gtest_testrunner.py | 12 import time namespace 21 timestamp = time.time() 29 endts = time.time()
|
/external/icu4c/i18n/ |
ztrans.cpp | 10 * \brief C API: Time zone transition classes 27 ztrans_open(UDate time, const void* from, const void* to){ 28 return (ZTrans*) new TimeZoneTransition(time,*(TimeZoneRule*)from,*(TimeZoneRule*)to); 57 ztrans_setTime(ZTrans* trans, UDate time) { 58 return ((TimeZoneTransition*)trans)->TimeZoneTransition::setTime(time);
|
/external/icu4c/test/compat/ |
tzone.pl | 33 #filter out the time zones 46 print "The following time zones had wrong results.\n"; 49 #set system time zone 54 #if the result is wrong print the time zone information to a log file 62 print "\nThe number of time zones with wrong results: $count out of $index\n";
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/fragment/ |
TrackFragmentRandomAccessBox.java | 41 * unsigned int(64) time; 44 * unsigned int(32) time; 99 entry.time = IsoTypeReader.readUInt64(content); 102 entry.time = IsoTypeReader.readUInt32(content); 129 IsoTypeWriter.writeUInt64(byteBuffer, entry.time); 132 IsoTypeWriter.writeUInt32(byteBuffer, entry.time); 192 private long time; field in class:TrackFragmentRandomAccessBox.Entry 201 public Entry(long time, long moofOffset, long trafNumber, long trunNumber, long sampleNumber) { 204 this.time = time; [all...] |
/external/netperf/ |
netcpu_sysctl.c | 20 # include <sys/time.h> 21 # include <time.h> 24 # include <sys/time.h> 26 # include <time.h> 85 fprintf (stderr, "Cannot get CPU time!\n");
|
/external/proguard/src/proguard/gui/splash/ |
SawToothTiming.java | 24 * This Timing ramps up linearly from 0 to 1 in a given repeated time interval. 36 * @param period the time period for a full cycle. 37 * @param phase the phase of the cycle, which is added to the actual time. 48 public double getTiming(long time) 51 return (double)((time + phase) % period) / (double)period;
|
SineTiming.java | 24 * This Timing varies between 0 and 1, as a sine wave over time. 36 * @param period the time period for a full cycle. 37 * @param phase the phase of the cycle, which is added to the actual time. 48 public double getTiming(long time) 51 return 0.5 + 0.5 * Math.sin(2.0 * Math.PI * (time + phase) / period);
|
/frameworks/base/core/java/android/net/ |
SntpClient.java | 30 * Simple SNTP client class for retrieving network time. 34 * if (client.requestTime("time.foo.com")) { 57 // system time computed from NTP server response 63 // round trip time in milliseconds 87 // get current time and write it to the request packet 118 // (response rather than request time) 123 if (false) Log.d(TAG, "request time failed: " + e); 135 * Returns the time computed from the NTP transaction. 137 * @return time value computed from NTP server response. 145 * corresponding to the NTP time [all...] |
/frameworks/base/core/tests/coretests/src/android/app/activity/ |
SetTimeZonePermissionsTest.java | 42 * Verify that non-system processes cannot set the time zone. 47 * Attempt to set several predefined time zones, verifying that the system 48 * system default time zone has not actually changed from its prior state 52 assertTrue("No system-defined time zones - test invalid", max > 0); 61 // to the system time zone.
|
/frameworks/base/docs/html/design/building-blocks/ |
pickers.jd | 32 <h2 id="date-time">Date and time pickers</h2> 35 entering the parts of the date (month, day, year) or time (hour, minute, AM/PM). Using these in your 36 app helps ensure that a user's specification of a data or time input is valid and formatted 37 correctly. The format of a time and date picker adjusts automatically to the locale.</p>
|
/libcore/luni/src/main/java/java/util/spi/ |
TimeZoneNameProvider.java | 24 * localized time zone names.
38 * Returns the localized name for the given time zone in the given locale.
40 * @param id the time zone id
41 * @param daylight true to return the name for daylight saving time.
44 * @return the readable time zone name, or null if it is unavailable
|
/packages/apps/Browser/src/com/android/browser/ |
LogTag.java | 36 * time the browser used to load the page. 38 * Note that a redirect will restart the timer, so this time is not 42 * @param duration the time the browser spent loading the page. 50 * log the time the user has spent on a webpage 53 * @param duration the time spent on the webpage.
|
/sdk/emulator/qtools/ |
q2dm.cpp | 27 void push(int stackLevel, uint64_t time, CallStackBase *base); 28 void pop(int stackLevel, uint64_t time, CallStackBase *base); 71 void MyFrame::push(int stackLevel, uint64_t time, CallStackBase *base) 78 stack->getGlobalTime(time), pid, stackLevel, 89 thread_time[pid] = time; 90 dmtrace->addFunctionEntry(function->id, time, pid); 93 void MyFrame::pop(int stackLevel, uint64_t time, CallStackBase *base) 100 stack->getGlobalTime(time), pid, stackLevel, 112 fprintf(stderr, "Error: q2dm function mismatch at time %llu pid %d sym %s\n", 113 stack->getGlobalTime(time), pid, sym->name) [all...] |
/external/chromium_org/v8/src/ |
date.js | 59 function UTC(time) { 60 if (NUMBER_IS_NAN(time)) return time; 63 return %DateToUTC(time); 111 function MakeDate(day, time) { 112 var time = day * msPerDay + time; 113 // Some of our runtime funtions for computing UTC(time) rely on 115 // is no way that the time can be within range even after UTC 118 if ($abs(time) > MAX_TIME_BEFORE_UTC) return $NaN [all...] |