/external/icu/icu4c/source/i18n/ |
zrule.h | 12 * \brief C API: Time zone rule classes 67 * Fills in "name" with the name of this time zone. 69 * @param name Receives the name of this time zone. 76 * Gets the standard time offset. 78 * @return The standard time offset from UTC in milliseconds. 84 * Gets the amount of daylight saving delta time from the standard time. 109 * standard time and the amount of daylight saving offset adjustment. 110 * @param name The time zone name. 111 * @param nameLength The length of the time zone name [all...] |
/external/iproute2/tc/ |
tc_core.h | 16 int tc_core_time2big(unsigned time); 17 unsigned tc_core_time2tick(unsigned time); 19 unsigned tc_core_time2ktime(unsigned time);
|
/frameworks/base/core/java/android/app/usage/ |
TimeSparseArray.java | 37 * the given time. 39 * @param time The timestamp for which to search the array. 42 public int closestIndexOnOrAfter(long time) { 54 if (time > key) { 56 } else if (time < key) { 63 if (time < key) { 65 } else if (time > key && lo < size) { 74 * the given time. 76 * @param time The timestamp for which to search the array. 79 public int closestIndexOnOrBefore(long time) { [all...] |
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/ |
shared.rsh | 9 int64_t time; 21 //g_results[idx].time = t; 22 //rsDebug("test time", (int)t);
|
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
shared.rsh | 9 int64_t time; 21 //g_results[idx].time = t; 22 //rsDebug("test time", (int)t);
|
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/ |
shared.rsh | 9 int64_t time; 21 //g_results[idx].time = t; 22 //rsDebug("test time", (int)t);
|
/packages/apps/Calendar/tests/src/com/android/calendar/widget/ |
CalendarAppWidgetServiceTest.java | 30 import android.text.format.Time; 80 // Set the "current time" to 2am tomorrow. 81 Time time = new Time(); local 82 time.setToNow(); 83 time.monthDay += 1; 84 time.hour = 2; 85 time.minute = 0; 86 time.second = 0 149 Time time = new Time(); local [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
reperf.py | 2 import time namespace 12 t0 = time.clock() 18 t1 = time.clock()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
reperf.py | 2 import time namespace 12 t0 = time.clock() 18 t1 = time.clock()
|
/external/chromium_org/v8/src/platform/ |
time.h | 8 #include <time.h> 24 class Time; 30 // This class represents a duration of time, internally represented in 37 // Converts units of time to TimeDeltas. 48 // Returns the time delta in some unit. The F versions return a floating 64 // Converts to/from Mach time specs. 68 // Converts to/from POSIX time specs. 156 // Time 158 // This class represents an absolute point in time, internally represented as 161 class Time V8_FINAL BASE_EMBEDDED [all...] |
/libcore/luni/src/main/java/org/apache/harmony/security/asn1/ |
ASN1Choice.java | 47 * Time ::= CHOICE { 53 * notBefore Time, 54 * notAfter Time 58 * No application class to represent ASN.1 Time notation 60 * The Time notation is a choice of different time formats: UTC and Generalized. 65 * So a custom ASN.1 Time choice type should map its notation to Date object. 67 * class Time { 69 * // custom ASN.1 choice class: maps Time to is notation 80 * // pass it to custom time clas [all...] |
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
rbtz.h | 14 * \brief C++ API: Rule based customizable time zone 41 * @param id The time zone ID. 42 * @param initialRule The initial time zone rule. 88 * Adds the <code>TimeZoneRule</code> which represents time transitions. 96 * make this <code>RuleBasedTimeZone</code> ready to handle common time 106 * calcuation APIs. This method collects time zone rules specified 109 * time zone APIs such as getOffset(), getNextTransition() and others. 126 * to GMT to get local time in this time zone, taking daylight savings time int [all...] |
/external/icu/icu4c/source/i18n/unicode/ |
rbtz.h | 14 * \brief C++ API: Rule based customizable time zone 41 * @param id The time zone ID. 42 * @param initialRule The initial time zone rule. 88 * Adds the <code>TimeZoneRule</code> which represents time transitions. 96 * make this <code>RuleBasedTimeZone</code> ready to handle common time 106 * calcuation APIs. This method collects time zone rules specified 109 * time zone APIs such as getOffset(), getNextTransition() and others. 126 * to GMT to get local time in this time zone, taking daylight savings time int [all...] |
tznames.h | 24 * Constants for time zone display name types. 34 * Long display name, such as "Eastern Time". 39 * Long display name for standard time, such as "Eastern Standard Time". 44 * Long display name for daylight saving time, such as "Eastern Daylight Time". 54 * Short display name for standard time, such as "EST". 59 * Short display name for daylight saving time, such as "EDT". 78 * <code>TimeZoneNames</code> is an abstract class representing the time zone display name data model defined 81 * by multiple time zones. Also a time zone may have multiple meta zone historic mappings [all...] |
/external/chromium_org/google_apis/drive/ |
time_util.cc | 13 #include "base/time/time.h" 45 base::Time* parsed_time) { 48 base::StringPiece time; local 49 base::Time::Exploded exploded = {0}; 53 // Splits the string into "date" part and "time" part. 62 // Parses timezone suffix on the time part if available. 69 time = time_and_tz; 70 time.remove_suffix(1); 76 time = parts[0] [all...] |
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/ |
TimeStatsAggregator.java | 19 import android.text.format.Time; 30 // import android.text.format.Time; 34 public static final String TIME_OF_WEEK = "Time of Week"; 36 public static final String TIME_OF_DAY = "Time of Day"; 85 Log.e(TAG, "There is no Time feature called " + featureName); 109 case Time.SATURDAY: 111 case Time.SUNDAY: 113 case Time.MONDAY: 115 case Time.TUESDAY: 117 case Time.WEDNESDAY 136 Time time = new Time(); local [all...] |
/external/chromium_org/net/ssl/ |
default_server_bound_cert_store_unittest.cc | 29 base::Time expiration_time, 41 base::Time expiration_time, 54 base::Time expiration_time_; 127 base::Time(), 128 base::Time(), 133 base::Time(), 134 base::Time(), 143 base::Time(), 144 base::Time(), 151 base::Time(), [all...] |
/external/chromium_org/third_party/skia/tests/ |
PathOpsSkpClipTest.cpp | 91 87 http___www_du_edu_om_.skp time=46 92 87 http___www_bigload_de_.skp time=46 93 100 http___www_home_forum_com_.skp time=48 94 97 http___www_hotamateurchat_com_.skp time=48 95 97 http___www_myrsky_com_cn_.skp time=48 96 98 http___www_techiegeex_com_.skp time=49 97 82 http___www_fashionoutletsofchicago_com_.skp time=50 98 77 http___www_dynamischbureau_nl_.skp time=50 99 82 http___www_mayihelpu_co_in_.skp time=50 100 84 http___www_vbox7_com_user_history_viewers_.skp time=5 520 int time = testResult.fTime; local [all...] |
/external/skia/tests/ |
PathOpsSkpClipTest.cpp | 91 87 http___www_du_edu_om_.skp time=46 92 87 http___www_bigload_de_.skp time=46 93 100 http___www_home_forum_com_.skp time=48 94 97 http___www_hotamateurchat_com_.skp time=48 95 97 http___www_myrsky_com_cn_.skp time=48 96 98 http___www_techiegeex_com_.skp time=49 97 82 http___www_fashionoutletsofchicago_com_.skp time=50 98 77 http___www_dynamischbureau_nl_.skp time=50 99 82 http___www_mayihelpu_co_in_.skp time=50 100 84 http___www_vbox7_com_user_history_viewers_.skp time=5 520 int time = testResult.fTime; local [all...] |
/device/generic/mini-emulator-armv7-a-neon/ |
BoardConfig.mk | 3 # Product-specific compile-time definitions.
|
/device/moto/shamu/sepolicy/ |
platform_app.te | 7 allow platform_app time:unix_stream_socket connectto;
|
/external/apache-harmony/jdwp/ |
COPYRIGHT.txt | 2 code with which this file is now or was at one time distributed and
|
/external/chromium_org/base/ |
build_time.h | 9 #include "base/time/time.h" 13 // GetBuildTime returns the time at which the current binary was built. 21 Time BASE_EXPORT GetBuildTime();
|
/external/chromium_org/chrome/browser/chromeos/attestation/ |
fake_certificate.h | 10 #include "base/time/time.h" 16 // certificate |expiry| is relative to the current time. The certificate will 17 // be (or have been) valid from sometime before the current time or expiry,
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
file_system_metadata.h | 9 #include "base/time/time.h" 26 // Time of the last update check. 27 base::Time last_update_check_time;
|