/external/libcxx/test/utilities/time/time.traits/time.traits.duration_values/ |
Android.mk | 17 test_makefile := external/libcxx/test/utilities/time/time.traits/time.traits.duration_values/Android.mk 19 test_name := utilities/time/time.traits/time.traits.duration_values/zero 23 test_name := utilities/time/time.traits/time.traits.duration_values/min 27 test_name := utilities/time/time.traits/time.traits.duration_values/ma [all...] |
/external/oprofile/libutil/ |
op_get_time.c | 3 * Get current time as a string 14 #include <time.h> 18 time_t t = time(NULL);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/ |
Time.java | 20 * Time ::= CHOICE { 31 public class Time 35 ASN1Primitive time; field in class:Time 37 public static Time getInstance( 47 public Time( 48 ASN1Primitive time) 50 if (!(time instanceof DERUTCTime) 51 && !(time instanceof DERGeneralizedTime)) 53 throw new IllegalArgumentException("unknown object passed to Time"); 56 this.time = time; [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/doc/ |
t-test1.times.txt | 0 time.1.ptmalloc.64:0.56 user 0.02 system 0.57 elapsed 100% CPU 2 time.1.tcmalloc.64:0.38 user 0.02 system 0.40 elapsed 98% CPU 3 time.1.ptmalloc.128:0.61 user 0.01 system 0.61 elapsed 101% CPU 4 time.1.tcmalloc.128:0.35 user 0.00 system 0.35 elapsed 99% CPU 5 time.1.ptmalloc.256:0.59 user 0.01 system 0.60 elapsed 100% CPU 6 time.1.tcmalloc.256:0.27 user 0.02 system 0.28 elapsed 102% CPU 7 time.1.ptmalloc.512:0.57 user 0.00 system 0.57 elapsed 100% CPU 8 time.1.tcmalloc.512:0.25 user 0.01 system 0.25 elapsed 101% CPU 9 time.1.ptmalloc.1024:0.52 user 0.00 system 0.52 elapsed 99% CPU 10 time.1.tcmalloc.1024:0.22 user 0.02 system 0.24 elapsed 97% CP [all...] |
/external/libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/ |
Android.mk | 17 test_makefile := external/libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/Android.mk 19 test_name := localization/locale.categories/category.time/locale.time.get.byname/get_monthname 23 test_name := localization/locale.categories/category.time/locale.time.get.byname/get_weekday_wide 27 test_name := localization/locale.categories/category.time/locale.time.get.byname/get_one 31 test_name := localization/locale.categories/category.time/locale.time.get.byname/get_tim [all...] |
/external/smack/src/org/jivesoftware/smackx/packet/ |
Time.java | 32 * A Time IQ packet, which is used by XMPP clients to exchange their respective local 33 * times. Clients that wish to fully support the entitity time protocol should register 34 * a PacketListener for incoming time requests that then respond with the local time. 35 * This class can be used to request the time from other clients, such as in the 39 * // Request the time from a remote user. 40 * Time timeRequest = new Time(); 53 * Time timeResult = (Time)result [all...] |
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
basictz.h | 30 * This class provides some additional methods to access time zone transitions and rules. 43 * Gets the first time zone transition after the base time. 44 * @param base The base time. 45 * @param inclusive Whether the base time is inclusive or not. 46 * @param result Receives the first transition after the base time. 53 * Gets the most recent time zone transition before the base time. 54 * @param base The base time. 55 * @param inclusive Whether the base time is inclusive or not [all...] |
/external/chromium_org/third_party/icu/source/test/testdata/ |
te.txt | 113 "Hawaii Standard Time", 115 "Hawaii Daylight Time", 118 "Hawaii Time", 123 "Alaska Standard Time", 125 "Alaska Daylight Time", 128 "Alaska Time", 133 "Pacific Standard Time", 135 "Pacific Daylight Time", 138 "Pacific Time", 143 "Mountain Standard Time", [all...] |
/external/icu/icu4c/source/i18n/unicode/ |
basictz.h | 30 * This class provides some additional methods to access time zone transitions and rules. 43 * Gets the first time zone transition after the base time. 44 * @param base The base time. 45 * @param inclusive Whether the base time is inclusive or not. 46 * @param result Receives the first transition after the base time. 53 * Gets the most recent time zone transition before the base time. 54 * @param base The base time. 55 * @param inclusive Whether the base time is inclusive or not [all...] |
/external/icu/icu4c/source/test/testdata/ |
te.txt | 115 "Hawaii Standard Time", 117 "Hawaii Daylight Time", 120 "Hawaii Time", 125 "Alaska Standard Time", 127 "Alaska Daylight Time", 130 "Alaska Time", 135 "Pacific Standard Time", 137 "Pacific Daylight Time", 140 "Pacific Time", 145 "Mountain Standard Time", [all...] |
/external/chromium_org/components/precache/core/ |
precache_url_table_unittest.cc | 11 #include "base/time/time.h" 37 const base::Time kTime = base::Time::FromInternalValue(100); 40 std::map<GURL, base::Time> expected_map; 43 std::map<GURL, base::Time> actual_map; 49 const base::Time kOldTime = base::Time::FromInternalValue(50); 50 const base::Time kNewTime = base::Time::FromInternalValue(100) [all...] |
/external/chromium_org/base/ |
build_time.cc | 8 #include "base/time/time.h" 12 Time GetBuildTime() { 13 Time integral_build_time; 20 bool result = Time::FromString(kDateTime, &integral_build_time);
|
/external/chromium_org/base/i18n/ |
time_formatting_unittest.cc | 9 #include "base/time/time.h" 16 const Time::Exploded kTestDateTimeExploded = { 26 Time time(Time::FromLocalExploded(kTestDateTimeExploded)); 32 EXPECT_EQ(clock12h_pm, TimeFormatTimeOfDay(time)); 36 TimeFormatTimeOfDayWithHourClockType(time, 40 TimeFormatTimeOfDayWithHourClockType(time, 45 TimeFormatTimeOfDayWithHourClockType(time, [all...] |
/external/chromium_org/base/process/ |
process_info_win.cc | 10 #include "base/time/time.h" 15 const Time CurrentProcessInfo::CreationTime() { 20 return Time(); 22 return Time::FromFileTime(creation_time);
|
process_info_mac.cc | 8 #include <sys/time.h> 13 #include "base/time/time.h" 18 const Time CurrentProcessInfo::CreationTime() { 22 return Time(); 27 return Time(); 28 return Time::FromTimeVal(proc->kp_proc.p_un.__p_starttime);
|
/external/chromium_org/net/websockets/ |
websocket_handshake_request_info.h | 10 #include "base/time/time.h" 18 WebSocketHandshakeRequestInfo(const GURL& url, base::Time request_time); 24 // The time that this request is sent 25 base::Time request_time;
|
/external/compiler-rt/test/asan/TestCases/ |
time_interceptor.cc | 3 // Test the time() interceptor. 5 // There's no interceptor for time() on Windows yet. 10 #include <time.h> 15 time_t t = time(tm); 16 printf("Time: %s\n", ctime(&t)); // NOLINT
|
/external/tcpdump/tests/ |
igmpv3-queries.out | 2 IP 192.2.0.2 > 224.0.0.1: igmp query v3 [max resp time 51m12s] 3 IP 192.2.0.2 > 224.0.0.1: igmp query v3 [max resp time 51m12s] 4 IP 192.2.0.2 > 224.0.0.1: igmp query v3 [max resp time 1.0s] 5 IP 192.2.0.2 > 224.0.0.1: igmp query v3 [max resp time 1.0s] 6 IP 192.2.0.2 > 224.0.0.1: igmp query v3 [max resp time 1.0s]
|
/external/chromium_org/cc/animation/ |
scrollbar_animation_controller_thinning_unittest.cc | 84 base::TimeTicks time; local 85 time += base::TimeDelta::FromSeconds(1); 93 time += base::TimeDelta::FromSeconds(1); 94 scrollbar_controller_->Animate(time); 103 time += base::TimeDelta::FromSeconds(2); 104 scrollbar_controller_->Animate(time); 108 time += base::TimeDelta::FromSeconds(1); 109 scrollbar_controller_->Animate(time); 113 time += base::TimeDelta::FromSeconds(1); 114 scrollbar_controller_->Animate(time); 127 base::TimeTicks time; local 153 base::TimeTicks time; local 209 base::TimeTicks time; local 266 base::TimeTicks time; local [all...] |
/external/chromium_org/build/android/pylib/utils/ |
watchdog_timer.py | 7 import time namespace 22 self._start_time = time.time() 27 self._start_time = time.time() 37 return time.time() - self._start_time > self._timeout
|
/external/chromium_org/chrome/common/media/ |
webrtc_logging_message_data.h | 10 #include "base/time/time.h" 12 // A struct representing a logging message with its creation time. 15 WebRtcLoggingMessageData(base::Time time, const std::string& message); 20 std::string Format(base::Time start_time) const; 22 base::Time timestamp;
|
/external/chromium_org/content/renderer/ |
stats_collection_observer.h | 8 #include "base/time/time.h" 27 // a null time value under various circumstances. 28 const base::Time& load_start_time() { return start_time_; } 29 const base::Time& load_stop_time() { return stop_time_; } 32 base::Time start_time_; 33 base::Time stop_time_;
|
/external/libpcap/ |
pcap-tstamp.manmisc.in | 24 pcap-tstamp \- packet time stamps in libpcap 26 When capturing traffic, each packet is given a time stamp representing, 27 for incoming packets, the arrival time of the packet and, for outgoing 28 packets, the transmission time of the packet. This time is an 29 approximation of the arrival or transmission time. If it is supplied by 32 arrival or transmission time: 34 if the time stamp is applied to the packet when the networking stack 37 networking device driver to poll for packets, and the time stamp might 40 between the time when the last bit of the packet is received by th [all...] |
/external/chromium_org/components/network_time/ |
network_time_tracker.h | 10 #include "base/time/time.h" 21 // A class that receives network time updates and can provide the network time 22 // for a corresponding local time. This class is not thread safe. 31 // Returns the network time corresponding to |time_ticks| if network time 32 // is available. Returns false if no network time is available yet. Can also 35 base::Time* network_time, 38 // Calculates corresponding time ticks according to the given parameters [all...] |
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/ |
reference_picture_selection_unittest.cc | 18 // The minimum time between reference frame updates. Should match the values 21 // The minimum time between decoder refreshes through restricted prediction. 60 uint32_t time = (4 * kMinUpdateInterval) / 3 + 1; local 61 EXPECT_EQ(rps_.EncodeFlags(1, false, 90 * time), kPropagateAltRef); 63 time += (4 * (time + kMinUpdateInterval)) / 3 + 1; 65 EXPECT_EQ(rps_.EncodeFlags(2, false, 90 * time), kPropagateGolden); 68 time = (4 * (time + kMinUpdateInterval)) / 3 + 1; 69 EXPECT_EQ(rps_.EncodeFlags(3, false, 90 * time), kPropagateAltRef) 78 uint32_t time = kRtt + 1; local [all...] |