/external/chromium_org/net/websockets/ |
websocket_handshake_response_info.h | 11 #include "base/time/time.h" 24 base::Time response_time); 34 // The time that this response arrived 35 base::Time response_time;
|
/external/icu/icu4c/source/test/perf/howExpensiveIs/ |
sieve.h | 17 * Calculate the standardized sieve time (1 run) 22 * Calculate the mean time, with margin of error 26 * @return the mean time, or negative if error/imprecision. 31 * Get the standardized sieve time. (Doesn't recalculate if already computed. 33 * @return the mean time, or negative if error/imprecision.
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowTime.java | 4 import android.text.format.Time; 16 @Implements(Time.class) 19 private Time time; field in class:ShadowTime 34 time.timezone = timezone; 35 time.year = 1970; 36 time.monthDay = 1; 37 time.isDst = -1; 40 public void __constructor__(Time other) { 45 public void set(Time other) [all...] |
/external/tcpdump/ |
atime.awk | 4 # <ack time> <seq no> 5 # where <ack time> is the time packet was acked (in seconds with 6 # zero at time of first packet) and <seq no> is the tcp sequence 9 # convert time to seconds
|
stime.awk | 4 # <send time> <seq no> 5 # where <send time> is the time packet was sent (in seconds with 6 # zero at time of first packet) and <seq no> is the tcp sequence 9 # convert time to seconds
|
/external/chromium_org/chrome/browser/chromeos/drive/file_system/ |
touch_operation_unittest.cc | 8 #include "base/time/time.h" 27 const base::Time::Exploded kLastAccessTime = { 30 const base::Time::Exploded kLastModifiedTime = { 37 base::Time::FromUTCExploded(kLastAccessTime), 38 base::Time::FromUTCExploded(kLastModifiedTime), 45 EXPECT_EQ(base::Time::FromUTCExploded(kLastAccessTime), 46 base::Time::FromInternalValue(entry.file_info().last_accessed())); 47 EXPECT_EQ(base::Time::FromUTCExploded(kLastModifiedTime), 48 base::Time::FromInternalValue(entry.file_info().last_modified())) [all...] |
/external/chromium_org/chrome/browser/chromeos/ |
session_length_limiter.h | 13 #include "base/time/time.h" 44 // Attempt to restore the session start time and the flag indicating user 48 // Update the session start time if possible: 49 // * If instructed to wait for initial user activity, the session start time 50 // advances every time this method is called as long as no user activity has 51 // occurred yet. The time is not persisted in local state. 53 // time is set and persisted in local state the first time this method is 56 // any time, switching between the two behaviors [all...] |
/external/chromium_org/chrome/browser/performance_monitor/ |
performance_monitor_util.h | 9 #include "base/time/time.h" 32 const base::Time& time, 40 scoped_ptr<Event> CreateRendererFailureEvent(const base::Time& time, 44 scoped_ptr<Event> CreateUncleanExitEvent(const base::Time& time, 47 scoped_ptr<Event> CreateChromeUpdateEvent(const base::Time& time, [all...] |
database.h | 16 #include "base/time/time.h" 26 TimeRange(base::Time start_time, base::Time end_time); 29 base::Time start; 30 base::Time end; 54 // database is constructed, the time is noted as the start of the active 55 // interval. Then, every write operation the current time is marked as the end 57 // a certain amount of time, then the database is considered inactive for that 58 // time period and a new start time is noted. Having the key be the beginnin [all...] |
/external/chromium_org/cc/animation/ |
keyframed_animation_curve.cc | 20 if (!keyframes.empty() && keyframe->Time() < keyframes.back()->Time()) { 22 if (keyframe->Time() < keyframes[i]->Time()) { 35 static_cast<float>((t - keyframes[i]->Time()) / 36 (keyframes[i + 1]->Time() - keyframes[i]->Time())); 53 Keyframe::Keyframe(double time, scoped_ptr<TimingFunction> timing_function) 54 : time_(time), 59 double Keyframe::Time() const [all...] |
/cts/tests/tests/text/src/android/text/format/cts/ |
TimeTest.java | 22 import android.text.format.Time; 53 Time time = new Time(); local 54 new Time(Time.getCurrentTimezone()); 55 time.set(System.currentTimeMillis()); 56 Time anotherTime = new Time(time); 63 Time time = new Time(); local 88 Time time = new Time(timeZone); local 98 Time time = new Time(); local 125 Time time = new Time(); local 194 Time time = new Time(); local 1357 Time time = new Time(timezone); local 1425 Time time = new Time(PstPdt.ID); local 1511 Time time = new Time(timezone); local 1842 Time time = new Time(); local 1889 Time time = new Time(); local 2086 Time time = new Time(timezone); local 2235 Time time = new Time(PstPdt.ID); local 2395 Time time = new Time(timezone); local [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
DERUTCTime.java | 13 * UTC time object. 18 private byte[] time; field in class:DERUTCTime 21 * return an UTC Time from the passed in object. 35 return new ASN1UTCTime(((DERUTCTime)obj).time); 54 * return an UTC Time from a tagged object. 86 * @param time the time string. 89 String time) 91 this.time = Strings.toByteArray(time); [all...] |
/external/chromium_org/content/public/renderer/ |
document_state.h | 13 #include "base/time/time.h" 50 // The time that this navigation was requested. 51 const base::Time& request_time() const { 54 void set_request_time(const base::Time& value) { 59 // The time that the document load started. 60 const base::Time& start_load_time() const { 63 void set_start_load_time(const base::Time& value) { 70 // The time that the document load was committed. 71 const base::Time& commit_load_time() const [all...] |
/ndk/sources/cxx-stl/llvm-libc++/patches.android/ |
0010-Add-enough-symlink-to-rename-file-path-with-replace-.patch | 29 .../time/time.duration/time.duration.arithmetic/op_+EQ.pass.cpp | 1 + 30 .../time/time.duration/time.duration.arithmetic/op_-EQ.pass.cpp | 1 + 31 .../time/time.duration/time.duration.arithmetic/op_divideEQ.pass.cpp | 1 + 32 .../time.duration/time.duration.arithmetic/op_modEQduration.pass.cpp | 1 [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/ |
time.so | |
/external/icu/icu4c/source/i18n/unicode/ |
timezone.h | 50 * <code>TimeZone</code> represents a time zone offset, and also figures out daylight 55 * which creates a <code>TimeZone</code> based on the time zone where the program 57 * creates a <code>TimeZone</code> object based on Japanese Standard Time. 61 * with a time zone ID. For instance, the time zone ID for the US Pacific 62 * Time zone is "America/Los_Angeles". So, you can get a Pacific Time <code>TimeZone</code> object 70 * all the supported time zone IDs, or getCanonicalID method to check 71 * if a time zone ID is supported or not. You can then choose a 73 * If the time zone you want is not represented by one of th [all...] |
/external/chromium_org/base/time/ |
time_mac.cc | 5 #include "base/time/time.h" 12 #include <sys/time.h> 14 #include <time.h> 27 // now - KERN_BOOTTIME to get a time difference that is not impacted by clock 35 base::TimeDelta time_difference = base::Time::Now() - 36 (base::Time::FromTimeT(boottime.tv_sec) + 57 // timebase_info converts absolute time tick units into nanoseconds. Convert 60 mach_absolute_time() / base::Time::kNanosecondsPerMicrosecond * 64 // With numer and denom = 1 (the expected case), the 64-bit absolute time [all...] |
/libcore/luni/src/main/java/java/sql/ |
Time.java | 23 * Java representation of an SQL {@code TIME} value. Provides utilities to 24 * format and parse the time's representation as a String in JDBC escape format. 26 public class Time extends Date { 31 * Constructs a {@code Time} object using the supplied values for <i>Hour</i>, 33 * <i>Day</i> elements of the {@code Time} object are set to the date 37 * elements of a {@code Time} object will result in an {@code 42 * @deprecated Use the constructor {@link #Time(long)} instead. 52 public Time(int theHour, int theMinute, int theSecond) { 57 * Constructs a {@code Time} object using a supplied time specified i [all...] |
/developers/samples/android/wearable/wear/Timer/Wearable/src/main/java/com/example/android/timer/util/ |
TimerFormat.java | 41 * Update the time to display. Separates that time into the hours, minutes, seconds. 44 * @param time new time to display - in milliseconds 46 private static void setTime(long time) { 50 if (time < 0) { 51 time = -time; 54 long seconds = time / 1000; 55 long hundreds = (time - seconds * 1000) / 10 [all...] |
/development/samples/wearable/Timer/Wearable/src/main/java/com/example/android/wearable/timer/util/ |
TimerFormat.java | 41 * Update the time to display. Separates that time into the hours, minutes, seconds. 44 * @param time new time to display - in milliseconds 46 private static void setTime(long time) { 50 if (time < 0) { 51 time = -time; 54 long seconds = time / 1000; 55 long hundreds = (time - seconds * 1000) / 10 [all...] |
/external/replicaisland/res/xml/ |
level_tree.xml | 6 <level resource="@raw/level_0_1_sewer_repeat" title = "@string/level_0_1_sewer" time = "@string/level_0_1_time" waitmessage="true"> 14 <level resource="@raw/level_0_2_lab" title = "@string/level_0_2_lab" time = "@string/level_0_2_time" past="true"> 24 <level resource="@raw/level_3_5_sewer" title = "@string/level_3_5_sewer" time = "@string/level_3_5_time"> 32 <level resource="@raw/level_0_3_lab" title = "@string/level_0_3_lab" time = "@string/level_0_3_time" past="true"> 41 <level resource="@raw/level_3_6_sewer" title = "@string/level_3_6_sewer" time = "@string/level_3_6_time"/> 46 <level resource="@raw/level_1_1_island" title = "@string/level_1_1_island" time = "@string/level_1_1_time" past="true"> 55 <level resource="@raw/level_1_2_island" title = "@string/level_1_2_island" time = "@string/level_1_2_time" past="true"/> 56 <level resource="@raw/level_1_3_island" title = "@string/level_1_3_island" time = "@string/level_1_3_time" past="true"> 64 <level resource="@raw/level_3_7_sewer" title = "@string/level_3_7_sewer" time = "@string/level_3_7_time"> 73 <level resource="@raw/level_2_1_grass" title = "@string/level_2_1_grass" time = "@string/level_2_1_time" past="true" [all...] |
/external/bluetooth/bluedroid/embdrv/sbc/decoder/include/ |
oi_time.h | 23 * This file provides time type definitions and interfaces to time-related functions. 25 * The stack maintains a 64-bit real-time millisecond clock. The choice of 66 * Macro to convert seconds to OI_INTERVAL time units 72 * Macro to convert milliseconds to OI_INTERVAL time units (Rounded Up) 78 * Macro to convert minutes to OI_INTERVAL time units 87 * The stack depends on relative not absolute time. Any mapping between the 88 * stack's real-time clock and absolute time and date is implementation-dependent. 99 * @param t the time to conver [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/ |
set_time.js | 7 * TimeSetter handles a dialog to check and set system time. It can also 10 * TimeSetter uses the system time to populate the controls initially and 11 * update them as the system time or timezone changes, and notifies Chrome 12 * when the user changes the time or timezone. 27 // Store values for reverting inputs when the user's date/time is invalid. 30 // The build time doesn't include a timezone, so subtract 1 day to get a 62 $('time').addEventListener('blur', this.onTimeBlur_.bind(this), false); 65 $('set-time').addEventListener( 80 * Updates the date/time controls to the current local time [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/api/notifications/ |
background.js | 6 Displays a notification with the current time. Requires "notifications" 11 var time = /(..)(:..)/.exec(new Date()); // The prettyprinted time. 12 var hour = time[1] % 12 || 12; // The prettyprinted hour. 13 var period = time[1] < 12 ? 'a.m.' : 'p.m.'; // The period of the day. 16 hour + time[2] + ' ' + period, // The title. 17 'Time to make the toast.' // The body.
|
/external/chromium_org/crypto/ |
nss_util_unittest.cc | 9 #include "base/time/time.h" 15 EXPECT_EQ(base::Time::UnixEpoch(), PRTimeToBaseTime(0)); 16 EXPECT_EQ(0, BaseTimeToPRTime(base::Time::UnixEpoch())); 21 base::Time::Exploded exploded; 34 base::Time base_time = base::Time::FromUTCExploded(exploded);
|