/external/chromium_org/v8/src/ |
dateparser-inl.h | 44 TimeComposer time; local 48 // Accept ES5 ISO 8601 date-time-strings or legacy dates compatible 66 // (following Safari, ISO actually demands local time). 74 // An unsigned number followed by ':' is a time value, and is 76 // zero as well. A number followed by '.' is also a time and must be 81 // A word recognizable as a time-zone is recorded as such, as is 88 // parsed as an ES5 date-time string - which means it will default 89 // to UTC time-zone. That's unavoidable if following the ES5 95 // First try getting as far as possible with as ES5 Date Time String. 96 DateToken next_unhandled_token = ParseES5DateTime(&scanner, &day, &time, &tz) [all...] |
/external/chromium_org/webkit/common/ |
resource_response_info.h | 13 #include "base/time/time.h" 26 // The time at which the request was made that resulted in this response. 27 // For cached responses, this time could be "far" in the past. 28 base::Time request_time; 30 // The time at which the response headers were received. For cached 31 // responses, this time could be "far" in the past. 32 base::Time response_time; 72 // contain a portion of the response body at the time that the ResponseInfo
|
/external/replicaisland/src/com/replica/replicaisland/ |
InputSystem.java | 21 * an average direction over a short period of time. 46 TimeSystem time = sSystemRegistry.timeSystem; local 47 mTrackball.press(time.getGameTime(), mTrackball.getX() + x, mTrackball.getY() + y); 52 TimeSystem time = sSystemRegistry.timeSystem; local 56 mTouchScreen.press(index, time.getGameTime(), x, params.gameHeight - y); 81 TimeSystem time = sSystemRegistry.timeSystem; local 82 mOrientationSensor.press(time.getGameTime(), horizontalMotion, verticalMotion); 87 TimeSystem time = sSystemRegistry.timeSystem; local 88 final float gameTime = time.getGameTime();
|
/libcore/luni/src/main/java/java/util/ |
TimerTask.java | 21 * The {@code TimerTask} class represents a task to run at a specified time. The task 42 * The time when task will be executed, or the time when task was launched 57 * Method called from the Timer object when scheduling an event @param time 59 void setScheduledTime(long time) { 61 scheduledTime = time; 100 * Returns the scheduled execution time. If the task execution is in 101 * progress it returns the execution time of the ongoing task. Tasks which 104 * @return the most recent execution time.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
acct.h | 26 #include <time.h> 47 u_int32_t ac_btime; /* Beginning time. */ 48 comp_t ac_utime; /* User time. */ 49 comp_t ac_stime; /* System time. */ 50 comp_t ac_etime; /* Elapsed time. */ 73 u_int32_t ac_btime; /* Process Creation Time */ 74 float ac_etime; /* Elapsed Time */ 75 comp_t ac_utime; /* User Time */ 76 comp_t ac_stime; /* System Time */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
acct.h | 26 #include <time.h> 47 u_int32_t ac_btime; /* Beginning time. */ 48 comp_t ac_utime; /* User time. */ 49 comp_t ac_stime; /* System time. */ 50 comp_t ac_etime; /* Elapsed time. */ 73 u_int32_t ac_btime; /* Process Creation Time */ 74 float ac_etime; /* Elapsed Time */ 75 comp_t ac_utime; /* User Time */ 76 comp_t ac_stime; /* System Time */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
acct.h | 26 #include <time.h> 47 u_int32_t ac_btime; /* Beginning time. */ 48 comp_t ac_utime; /* User time. */ 49 comp_t ac_stime; /* System time. */ 50 comp_t ac_etime; /* Elapsed time. */ 73 u_int32_t ac_btime; /* Process Creation Time */ 74 float ac_etime; /* Elapsed Time */ 75 comp_t ac_utime; /* User Time */ 76 comp_t ac_stime; /* System Time */
|
/external/chromium_org/media/tools/constrained_network_server/ |
cns_test.py | 11 import time namespace 25 # Expiration time for ports. In mock time. 29 # Mock out time.time() to accelerate port expiration testing. 30 self._old_time = time.time 32 time.time = lambda: self._current_time 42 time.time = self._old_tim [all...] |
/external/protobuf/gtest/test/ |
gtest_xml_output_unittest.py | 57 <testsuites tests="15" failures="4" disabled="2" errors="0" time="*" name="AllTests"> 58 <testsuite name="SuccessfulTest" tests="1" failures="0" disabled="0" errors="0" time="*"> 59 <testcase name="Succeeds" status="run" time="*" classname="SuccessfulTest"/> 61 <testsuite name="FailedTest" tests="1" failures="1" disabled="0" errors="0" time="*"> 62 <testcase name="Fails" status="run" time="*" classname="FailedTest"> 68 <testsuite name="MixedResultTest" tests="3" failures="1" disabled="1" errors="0" time="*"> 69 <testcase name="Succeeds" status="run" time="*" classname="MixedResultTest"/> 70 <testcase name="Fails" status="run" time="*" classname="MixedResultTest"> 78 <testcase name="DISABLED_test" status="notrun" time="*" classname="MixedResultTest"/> 80 <testsuite name="XmlQuotingTest" tests="1" failures="1" disabled="0" errors="0" time="*" [all...] |
/external/chromium/chrome/browser/resources/picasaweb_uploader/ |
notification.html | 24 <div id="time-remaining-div">Time remaining: unknown.</div> 64 this.timeRemainingDiv_ = document.getElementById('time-remaining-div'); 86 * @param {number} timeRemaining Estimated remaining time. 95 this.timeRemainingDiv_.textContent = 'Time remaining: ' + timeStr + '.'; 99 * Converts time to user-readable string. 100 * @param {number} time Time interval. 101 * @return {string} String representation of time. 103 timeToStr: function(time) { [all...] |
/external/chromium_org/chrome/browser/chromeos/drive/ |
webkit_file_stream_reader_impl_unittest.cc | 14 #include "base/time/time.h" 81 base::Time())); // expected modification time 101 base::Time())); // expected modification time 122 base::Time())); // expected modification time 142 base::Time())); // expected modification time [all...] |
/external/chromium_org/net/cookies/ |
cookie_monster_store_test.cc | 10 #include "base/time/time.h" 104 const base::Time& creation_time) { 115 base::Time cookie_expires = pc.HasExpires() ? 116 cookie_util::ParseCookieTime(pc.Expires()) : base::Time(); 128 const base::Time& creation_time, 179 cookies_[creation_time].SetLastAccessDate(base::Time::Now()); 202 base::Time current(base::Time::Now()); 203 base::Time past_creation(base::Time::Now() - base::TimeDelta::FromDays(1000)) [all...] |
/external/chromium_org/net/ssl/ |
ssl_client_auth_cache_unittest.cc | 7 #include "base/time/time.h" 16 base::Time start_date = base::Time::Now(); 17 base::Time expiration_date = start_date + base::TimeDelta::FromDays(1); 82 base::Time start_date = base::Time::Now(); 83 base::Time expiration_date = start_date + base::TimeDelta::FromDays(1); 107 base::Time start_date = base::Time::Now() [all...] |
/external/chromium_org/third_party/libjingle/source/talk/base/ |
timeutils_unittest.cc | 36 uint32 ts_earlier = Time(); 38 uint32 ts_now = Time(); 41 // Make sure the Time is not returning in smaller unit like microseconds. 47 TimeStamp ts_earlier = Time(); 49 TimeStamp ts_now = Time(); 62 // Obtain a third time 97 TimeStamp ts_earlier = Time(); 101 // since time elapses between the calls to Time() and TimeAfter(500) 105 // Time has elapsed since ts_earlie [all...] |
/external/smack/src/org/xbill/DNS/ |
TSIGRecord.java | 42 * @param timeSigned The time that this record was generated 43 * @param fudge The fudge factor for time - if the time that the message is 47 * @param originalID The message ID at the time of its generation 74 long time = (timeHigh << 32) + timeLow; local 75 timeSigned = new Date(time * 1000); 132 long time = ((long)(other[0] & 0xFF) << 40) + local 138 sb.append("<server time: "); 139 sb.append(new Date(time * 1000)); 159 /** Returns the time that this record was generated * 199 long time = timeSigned.getTime() \/ 1000; local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
tags.h | 27 * @brief Tags for compile-time selection. 41 /** @brief Forces sequential execution at compile time. */ 44 /** @brief Recommends parallel execution at compile time, 93 load-balancing at compile time. */ 97 load-balancing at compile time. */ 101 load-balancing at compile time. */ 105 load-balancing at compile time. */ 114 * with exact splitting, at compile time. */ 123 * with exact splitting, at compile time. */ 133 * at compile time. * [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
taskstats.h | 42 * Each time the struct is changed, the value should be incremented. 84 /* cpu "wall-clock" running time 85 * On some architectures, value will adjust for cpu time stolen 92 /* cpu "virtual" running time 93 * Uses time intervals seen by the kernel i.e. no adjustment 112 __u32 ac_btime; /* Begin time [sec since 1970] */ 114 /* Elapsed time [usec] */ 115 __u64 ac_utime; /* User CPU time [usec] */ 116 __u64 ac_stime; /* SYstem CPU time [usec] */ 123 * The current rss usage is added to this counter every time [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
taskstats.h | 42 * Each time the struct is changed, the value should be incremented. 84 /* cpu "wall-clock" running time 85 * On some architectures, value will adjust for cpu time stolen 92 /* cpu "virtual" running time 93 * Uses time intervals seen by the kernel i.e. no adjustment 112 __u32 ac_btime; /* Begin time [sec since 1970] */ 114 /* Elapsed time [usec] */ 115 __u64 ac_utime; /* User CPU time [usec] */ 116 __u64 ac_stime; /* SYstem CPU time [usec] */ 123 * The current rss usage is added to this counter every time [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
taskstats.h | 42 * Each time the struct is changed, the value should be incremented. 84 /* cpu "wall-clock" running time 85 * On some architectures, value will adjust for cpu time stolen 92 /* cpu "virtual" running time 93 * Uses time intervals seen by the kernel i.e. no adjustment 112 __u32 ac_btime; /* Begin time [sec since 1970] */ 114 /* Elapsed time [usec] */ 115 __u64 ac_utime; /* User CPU time [usec] */ 116 __u64 ac_stime; /* SYstem CPU time [usec] */ 123 * The current rss usage is added to this counter every time [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/ |
tags.h | 27 * @brief Tags for compile-time selection. 41 /** @brief Forces sequential execution at compile time. */ 44 /** @brief Recommends parallel execution at compile time, 87 load-balancing at compile time. */ 91 load-balancing at compile time. */ 95 load-balancing at compile time. */ 99 load-balancing at compile time. */ 108 * with exact splitting, at compile time. */ 117 * with exact splitting, at compile time. */ 127 * at compile time. * [all...] |
/external/chromium/base/files/ |
file_path_watcher_win.cc | 12 #include "base/time.h" 69 // Keep track of the last modified time of the file. We use nulltime 71 base::Time last_modified_; 73 // The time at which we processed the first notification with the 74 // |last_modified_| time stamp. 75 base::Time first_notification_; 145 first_notification_ = base::Time::Now(); 148 // The target's last modification time is equal to what's on record. This 153 // late. Moreover, there's no guarantee that file modification time and wall 156 // Instead, the time at which the first notification carrying the curren [all...] |
/external/chromium/chrome/browser/history/ |
visit_database_unittest.cc | 16 using base::Time; 72 VisitRow visit_info1(1, Time::Now(), 0, PageTransition::LINK, 0); 92 // Make sure we got both (order in result set is visit time). 102 VisitRow visit_info1(1, Time::FromInternalValue(kTime1), 0, 107 VisitRow visit_info2(1, Time::FromInternalValue(kTime2), 112 VisitRow visit_info3(1, Time::FromInternalValue(kTime3), 139 VisitRow original(1, Time::Now(), 23, 22, 19); 146 modification.visit_time = Time::Now() + TimeDelta::FromDays(1); 161 VisitRow visit_info1(1, Time::Now(), 0, 207 // Query the visits for all time, we should not get the first (duplicate o [all...] |
/packages/wallpapers/Basic/src/com/android/wallpaper/grass/ |
SunCalculator.java | 56 * Computes the sunrise time for the given zenith at the given date. 62 * @return the sunrise time 69 * Computes the sunset time for the given zenith at the given date. 75 * @return the sunset time 81 public static int timeToHours(double time) { 82 int hour = (int) Math.floor(time); 83 int minute = (int) Math.round((time - hour) * 60); 90 public static int timeToMinutes(double time) { 91 int hour = (int) Math.floor(time); 92 int minute = (int) Math.round((time - hour) * 60) [all...] |
/external/chromium_org/chrome/browser/extensions/api/idle/ |
idle_api_unittest.cc | 195 // Verifies that any amount of idle time less than the detection interval 200 for (int time = 0; time < 60; ++time) { 201 SCOPED_TRACE(time); 202 idle_provider_->set_idle_time(time); 214 // Verifies that an idle time >= the detection interval returns the "idle" 219 for (int time = 80; time >= 60; --time) { [all...] |
/external/chromium_org/chrome/browser/history/ |
visit_filter_unittest.cc | 10 #include "base/time/time.h" 18 base::Time GetClosestMidday() { 19 return base::Time::Now().LocalMidnight() + base::TimeDelta::FromHours(12); 45 base::Time t(GetClosestMidday()); 53 base::Time t_interval(t); 60 base::Time::Exploded et; 66 base::Time t_interval(t); 81 base::Time::Exploded et = { 2011, 7, 0, 19, 22, 15, 11, 0 }; 82 base::Time t(base::Time::FromLocalExploded(et)) [all...] |