/external/chromium_org/third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/ |
time.h | 8 #include "base/time/time.h" 11 typedef base::Time Time;
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
ratetracker_unittest.cc | 36 virtual uint32 Time() const { return time_; }
|
ratetracker.cc | 48 uint32 current_time = Time(); 76 uint32 RateTracker::Time() const { 77 return talk_base::Time();
|
/external/chromium_org/tools/site_compare/scrapers/chrome/ |
chrome011010.py | 27 timeout: amount of time to wait for page to load 38 def Time(urls, size, timeout, **kwargs): 39 """Forwards the Time command to chromebase.""" 42 return chromebase.Time(urls, size, timeout, kwargs)
|
chrome01970.py | 27 timeout: amount of time to wait for page to load 38 def Time(urls, size, timeout, **kwargs): 39 """Forwards the Time command to chromebase.""" 42 return chromebase.Time(urls, size, timeout, kwargs)
|
chromebase.py | 58 timeout: amount of time to wait for page to load 118 def Time(urls, size, timeout, kwargs): 122 urls: list of URLs to time 124 timeout: amount of time to wait for page to load 128 A list of tuples (url, time). "time" can be "crashed" or "timeout"
|
/libcore/luni/src/main/java/org/apache/harmony/security/x509/ |
Time.java | 38 * Time ::= CHOICE { 44 public final class Time {
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/ |
Time.java | 15 public class Time 19 ASN1Primitive time; field in class:Time 21 public static Time getInstance( 28 public Time( 29 ASN1Primitive time) 31 if (!(time instanceof DERUTCTime) 32 && !(time instanceof DERGeneralizedTime)) 34 throw new IllegalArgumentException("unknown object passed to Time"); 37 this.time = time; [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
Time.java | 15 public class Time 19 ASN1Primitive time; field in class:Time 21 public static Time getInstance( 28 public Time( 29 ASN1Primitive time) 31 if (!(time instanceof DERUTCTime) 32 && !(time instanceof DERGeneralizedTime)) 34 throw new IllegalArgumentException("unknown object passed to Time"); 37 this.time = time; [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
ratetracker.cc | 29 #include "talk/base/time.h" 48 uint32 current_time = Time(); 76 uint32 RateTracker::Time() const { 77 return talk_base::Time();
|
time.cc | 29 #include <sys/time.h> 38 #include "talk/base/time.h" 48 uint32 Time() { 56 uint32 Time() { 62 // Close to program execution time 63 static const uint32 g_start = Time(); 73 return Time() + elapsed;
|
/external/chromium_org/tools/site_compare/scrapers/firefox/ |
firefox2.py | 9 import time namespace 84 timeout: amount of time to wait for page to load 98 time.sleep(3) 107 time.sleep(2) 146 time.sleep(1) 152 def Time(urls, size, timeout, **kwargs): 156 urls: list of URLs to time 158 timeout: amount of time to wait for page to load 162 A list of tuples (url, time). "time" can be "crashed" or "timeout [all...] |
/external/chromium_org/tools/site_compare/scrapers/ie/ |
ie7.py | 9 import time namespace 60 time.sleep(1) 75 timeout: amount of time to wait for page to load 130 def Time(urls, size, timeout, **kwargs): 134 urls: list of URLs to time 136 timeout: amount of time to wait for page to load 140 A list of tuples (url, time). "time" can be "crashed" or "timeout"
|
/frameworks/base/core/jni/ |
TimeUtils.h | 20 #include <time.h> 24 #include <sys/time.h> 31 * This class is the core implementation of the android.util.Time java 38 class Time 57 static int compare(Time& a, Time& b); 59 Time();
|
Time.cpp | 8 dump(const Time& t) 21 Time::Time() 44 Time::compare(Time& a, Time& b) 81 Time::switchTimezone(const char* timezone) 88 Time::format(const char *format, const struct strftime_locale *locale) const 114 Time::format2445(short* buf, bool hasTime) const 154 Time::toString() cons [all...] |
/external/clang/utils/analyzer/ |
SumTimerInfo.py | 22 Time = 0.0 38 if (("Analyzer Total Time" in line) and (Mode == 1)) : 40 Time = Time + float(s[6]) 74 print "Time %f" % (Time)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/ |
dbapi2.py | 25 import time namespace 37 Time = datetime.time 42 return Date(*time.localtime(ticks)[:3]) 45 return Time(*time.localtime(ticks)[3:6]) 48 return Timestamp(*time.localtime(ticks)[:6])
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/ |
dbapi2.py | 25 import time namespace 37 Time = datetime.time 42 return Date(*time.localtime(ticks)[:3]) 45 return Time(*time.localtime(ticks)[3:6]) 48 return Timestamp(*time.localtime(ticks)[:6])
|
/external/chromium_org/third_party/openssl/openssl/ssl/ |
s23_clnt.c | 148 unsigned long Time=(unsigned long)time(NULL); 153 RAND_add(&Time,sizeof(Time),0); 277 unsigned long Time,l; 358 Time=(unsigned long)time(NULL); /* Time */ 359 l2n(Time,p);
|
s23_srvr.c | 150 unsigned long Time=(unsigned long)time(NULL); 155 RAND_add(&Time,sizeof(Time),0);
|
/external/openssl/ssl/ |
s23_clnt.c | 148 unsigned long Time=(unsigned long)time(NULL); 153 RAND_add(&Time,sizeof(Time),0); 277 unsigned long Time,l; 358 Time=(unsigned long)time(NULL); /* Time */ 359 l2n(Time,p);
|
s23_srvr.c | 150 unsigned long Time=(unsigned long)time(NULL); 155 RAND_add(&Time,sizeof(Time),0);
|
/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...] |
/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...] |
/packages/apps/Mms/src/org/w3c/dom/smil/ |
Time.java | 19 * The <code>Time</code> interface is a datatype that represents times within 20 * the timegraph. A <code>Time</code> has a type, key values to describe the 21 * time, and a boolean to indicate whether the values are currently 24 public interface Time { 26 * A boolean indicating whether the current <code>Time</code> has been 28 * true, the current <code>Time</code> must be defined (not indefinite), 29 * the syncbase and all <code>Time</code> 's that the syncbase depends on 30 * must be defined (not indefinite), and the begin <code>Time</code> of 31 * all ascendent time containers of this element and all <code>Time</code [all...] |