/external/dropbear/libtommath/etc/ |
timer.asm | 6 time dd 0, 0
define 20 mov [time+0],edx
21 mov [time+4],eax
34 sub eax,[time+4]
35 sbb edx,[time+0]
|
/external/clang/test/SemaCXX/ |
warn-exit-time-destructors.cpp | 1 // RUN: %clang_cc1 -fsyntax-only -Wexit-time-destructors %s -verify 5 A a; // expected-warning {{declaration requires an exit-time destructor}} 6 A b[10]; // expected-warning {{declaration requires an exit-time destructor}} 7 A c[10][10]; // expected-warning {{declaration requires an exit-time destructor}} 18 static A a; // expected-warning {{declaration requires an exit-time destructor}} 19 static A b[10]; // expected-warning {{declaration requires an exit-time destructor}} 20 static A c[10][10]; // expected-warning {{declaration requires an exit-time destructor}}
|
/external/chromium/base/ |
time_unittest.cc | 5 #include <time.h> 8 #include "base/time.h" 12 using base::Time; 17 TEST(Time, TimeT) { 18 // C library time and exploded time. 19 time_t now_t_1 = time(NULL); 28 Time our_time_1 = Time::FromTimeT(now_t_1); 29 Time::Exploded exploded 62 Time time = Time::FromUTCExploded(exploded1); local [all...] |
time.cc | 5 #include "base/time.h" 16 return static_cast<int>(delta_ / Time::kMicrosecondsPerDay); 20 return static_cast<int>(delta_ / Time::kMicrosecondsPerHour); 24 return static_cast<int>(delta_ / Time::kMicrosecondsPerMinute); 28 return static_cast<double>(delta_) / Time::kMicrosecondsPerSecond; 32 return delta_ / Time::kMicrosecondsPerSecond; 36 return static_cast<double>(delta_) / Time::kMicrosecondsPerMillisecond; 40 return delta_ / Time::kMicrosecondsPerMillisecond; 44 return (delta_ + Time::kMicrosecondsPerMillisecond - 1) / 45 Time::kMicrosecondsPerMillisecond 85 Time time; local [all...] |
pr_time_unittest.cc | 5 #include <time.h> 8 #include "base/time.h" 11 using base::Time; 16 PRTime comparison_time_pdt = 1192477500 * Time::kMicrosecondsPerSecond; 18 // Specialized test fixture allowing time strings without timezones to be 19 // tested by comparing them to a known time in the local zone. 25 // must be a time guaranteed to be outside of a DST fallback hour in 39 Time::kMicrosecondsPerSecond; 47 // a variety of time strings. 50 time(¤t_time) [all...] |
/cts/tests/tests/text/src/android/text/format/cts/ |
TimeTest.java | 23 import android.text.format.Time; 31 @TestTargetClass(Time.class) 37 method = "Time", 42 method = "Time", 47 method = "Time", 48 args = {Time.class} 62 Time time = new Time(); local 63 new Time(Time.getCurrentTimezone()) 77 Time time = new Time(); local 107 Time time = new Time(timeZone); local 129 Time time = new Time(); local 178 Time time = new Time(); local 209 Time time = new Time(); local 632 long time = t.toMillis(false); local 681 long time = System.currentTimeMillis(); local 791 Time time = new Time(); local 853 Time time = new Time(); local [all...] |
/external/chromium/chrome/browser/history/ |
history_publisher.cc | 15 const base::Time& time) const { 17 time, 28 void HistoryPublisher::PublishPageContent(const base::Time& time, 33 time,
|
history_publisher.h | 22 class Time; 38 const GURL& url, const base::Time& time) const; 39 void PublishPageContent(const base::Time& time, const GURL& url, 42 void DeleteUserHistoryBetween(const base::Time& begin_time, 43 const base::Time& end_time) const; 47 const base::Time& time; member in struct:history::HistoryPublisher::PageData 62 // Converts time represented by the Time class object to variant time in UTC [all...] |
/external/llvm/test/CodeGen/Thumb/ |
2009-07-20-TwoAddrBug.ll | 3 @Time.2535 = external global i64 ; <i64*> [#uses=2] 7 %0 = load i64* @Time.2535, align 4 ; <i64> [#uses=2] 9 store i64 %1, i64* @Time.2535, align 4
|
/external/oprofile/libutil/ |
op_get_time.h | 3 * Get current time as a string 20 * op_get_time - get current date and time 23 * and time, or an empty string on error.
|
/external/proguard/src/proguard/gui/splash/ |
TimeSwitchSprite.java | 26 * This Sprite displays another Sprite in a given time interval. 27 * The time of the encapsulated Sprite is shifted by the start time. 40 * a given time. 41 * @param onTime the start time. 52 * time interval. 53 * @param onTime the start time. 54 * @param offTime the stop time. 67 public void paint(Graphics graphics, long time) 69 if (time >= onTime && (offTime <= 0 || time <= offTime) [all...] |
/frameworks/base/core/java/android/content/ |
EventLogTags.logtags | 5 52002 content_query_sample (uri|3),(projection|3),(selection|3),(sortorder|3),(time|1|3),(blocking_package|3),(sample_percent|1|6) 6 52003 content_update_sample (uri|3),(operation|3),(selection|3),(time|1|3),(blocking_package|3),(sample_percent|1|6) 7 52004 binder_sample (descriptor|3),(method_num|1|5),(time|1|3),(blocking_package|3),(sample_percent|1|6)
|
/external/stlport/test/unit/ |
epilog_test.cpp | 1 #include <time.h>
|
/external/webkit/LayoutTests/http/tests/cookies/resources/ |
cookie-utility.php | 6 setcookie($name, "deleted", time() - 86400, '/'); 16 setcookie("foo", "awesomevalue", time() + 86400, '/'); 22 setcookie("foo", "awesomevalue", time() + 86400, '/'); 23 setcookie("bar", "anotherawesomevalue", time() + 86400, '/');
|
/frameworks/base/core/java/android/util/ |
package.html | 3 Provides common utility methods such as date/time manipulation, base64 encoders
|
/frameworks/base/media/libdrm/mobile1/include/objmng/ |
drm_time.h | 20 * Time Porting Layer 22 * Basic support functions that are needed by time. 39 #include <time.h> 42 /** the time format */ 54 * Get the system time.it's up to UTC 55 * \return Return the time in elapsed seconds. 61 * \param ms suspended time by millisecond 66 * function: get current system time 67 * \param time_ptr[OUT] the system time got
|
/ndk/tests/device/test-gnustl-full/unit/ |
epilog_test.cpp | 1 #include <time.h>
|
/ndk/tests/device/test-stlport/unit/ |
epilog_test.cpp | 1 #include <time.h>
|
/packages/apps/VideoEditor/src/com/android/videoeditor/util/ |
StringUtils.java | 105 * Get a readable string displaying the time
107 * @param context The context (needed only for relative time)
108 * @param time The time
110 * @return The time string
112 public static String getTimestampAsString(Context context, long time) {
113 final long hours = time / 3600000;
114 time %= 3600000;
115 final long mins = time / 60000;
116 time %= 60000; [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/net/ |
ppp_defs.h | 5 #include <time.h>
|
/external/icu4c/i18n/unicode/ |
tzrule.h | 12 * \brief C++ API: Time zone rule classes 26 * <code>TimeZoneRule</code> is a class representing a rule for time zone. 27 * <code>TimeZoneRule</code> has a set of time zone attributes, such as zone name, 28 * raw offset (UTC offset for standard time) and daylight saving time offset. 67 * Fills in "name" with the name of this time zone. 68 * @param name Receives the name of this time zone. 75 * Gets the standard time offset. 76 * @return The standard time offset from UTC in milliseconds. 82 * Gets the amount of daylight saving delta time from the standard time [all...] |
simpletz.h | 47 * that represents a time zone for use with a Gregorian calendar. This 50 * When specifying daylight-savings-time begin and end dates, use a negative value for 53 * Time starts or ends at the last Sunday a month, use <code>dayOfWeekInMonth = -1</code> 66 * midnight, to specify a rule transition time. Most rules 67 * transition at a local wall time, that is, according to the 68 * current time in effect, either standard, or DST. However, some 69 * rules transition at local standard time, and some at a specific 70 * UTC time. Although it might seem that all times could be 71 * converted to wall time, thus eliminating the need for this 106 * @return True if the given time zone is equal to this time zone; fals [all...] |
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/ |
DERUTCTime.java | 10 * UTC time object. 15 String time; field in class:DERUTCTime 18 * return an UTC Time from the passed in object. 34 * return an UTC Time from a tagged object. 66 * @param time the time string. 69 String time) 71 this.time = time; 86 Date time) [all...] |
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
TimeTest.java | 20 import java.sql.Time; 26 * JUnit Testcase for the java.sql.Time class 77 Time theTime = new Time(10, 45, 20); 84 Time theTime = new Time(TIME_TEST1); 104 // Create the Time object 105 Time theTime = new Time(theTimes[i]); 106 // Convert to a time string ... and compar [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...] |