/external/icu4c/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 | 25 * Constants for time zone display name types. 35 * Long display name, such as "Eastern Time". 40 * Long display name for standard time, such as "Eastern Standard Time". 45 * Long display name for daylight saving time, such as "Eastern Daylight Time". 55 * Short display name for standard time, such as "EST". 60 * Short display name for daylight saving time, such as "EDT". 81 * <code>TimeZoneNames</code> is an abstract class representing the time zone display name data model defined 84 * by multiple time zones. Also a time zone may have multiple meta zone historic mappings [all...] |
/external/chromium_org/chrome/browser/google_apis/ |
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 | 33 base::Time expiration_time, 45 base::Time expiration_time, 58 base::Time expiration_time_; 131 base::Time(), 132 base::Time(), 137 base::Time(), 138 base::Time(), 147 base::Time(), 148 base::Time(), 155 base::Time(), [all...] |
/external/chromium/chrome/browser/automation/ |
automation_tab_tracker.h | 11 #include "base/time.h" 30 base::Time GetLastNavigationTime(int handle); 33 // Last time a navigation occurred. 34 std::map<NavigationController*, base::Time> last_navigation_times_;
|
/external/chromium/chrome/common/extensions/docs/examples/api/idle/idle_simple/ |
background.html | 15 * Stores a state every time an "active" event is sent, up to 20 items. 18 var time = new Date(); 22 history_log.unshift({'state':newstate, 'time':time});
|
/external/chromium/net/socket/ |
client_socket_pool_histograms.h | 12 #include "base/time.h" 26 void AddRequestTime(base::TimeDelta time) const; 27 void AddUnusedIdleTime(base::TimeDelta time) const; 28 void AddReusedIdleTime(base::TimeDelta time) const;
|
/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/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;
|
/external/chromium_org/chrome/browser/sync_file_system/ |
sync_file_metadata.h | 9 #include "base/time/time.h" 20 const base::Time& last_modified); 25 base::Time last_modified;
|
/external/chromium_org/chrome/browser/ui/webui/performance_monitor/ |
performance_monitor_ui_util.cc | 9 #include "base/time/time.h" 41 const base::Time& start, 47 while (metric != metrics->end() && metric->time < start) 55 while (metric != metrics->end() && metric->time < interval->start) 74 const base::Time& time_start, 75 const base::Time& time_end, 80 for (; *metric != metric_end && (*metric)->time <= time_end; ++(*metric)) 90 const base::Time& time_start, 91 const base::Time& time_end [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/api/idle/idle_simple/ |
background.js | 8 * Stores a state every time an "active" event is sent, up to 20 items. 11 var time = new Date(); 15 history_log.unshift({'state':newstate, 'time':time});
|
/external/chromium_org/chrome_frame/turndown_prompt/ |
reshow_state.cc | 25 bool ReshowState::HasReshowDeltaExpired(const base::Time& current_time) const { 30 base::Time last_shown_time(base::Time::FromInternalValue(last_shown)); 35 void ReshowState::MarkShown(const base::Time& last_shown_time) {
|
/external/chromium_org/net/quic/ |
quic_clock_test.cc | 26 base::Time start = base::Time::Now(); 28 base::Time end = base::Time::Now();
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
cookieSpeedTest.html | 9 var time = new Date(); 10 time.setTime(time.getTime() + 1000); 11 var cookieString = "cookie" + randomNumber + "=true; expires=" + time.toGMTString();
|
/external/chromium_org/tools/valgrind/gtest_exclude/ |
media_unittests.gtest.txt | 1 # This test tries to record fake audio in real-time.
|
/external/chromium_org/webkit/common/fileapi/ |
directory_entry.h | 10 #include "base/time/time.h" 26 const base::Time& last_modified_time); 31 base::Time last_modified_time;
|
/external/clang/test/Sema/ |
static-init.c | 6 static int b = f; // expected-error {{initializer element is not a compile-time constant}} 8 float r = (float) (intptr_t) &r; // expected-error {{initializer element is not a compile-time constant}} 22 struct foo x = {(intptr_t) u}; // expected-error {{initializer element is not a compile-time constant}} 23 struct foo y = {(char) u}; // expected-error {{initializer element is not a compile-time constant}}
|
/external/iptables/extensions/ |
libxt_time.man | 1 This matches if the packet arrival time/date is within a given range. All 8 Only match during the given time, which must be in ISO 8601 "T" notation. 9 The possible time range is 1970-01-01T00:00:00 to 2038-01-19T04:17:07. 17 Only match during the given daytime. The possible time range is 00:00:00 to 35 time regulations. 37 About kernel timezones: Linux keeps the system time in UTC, and always does so. 38 On boot, system time is initialized from a referential time source. Where this 39 time source has no timezone information, such as the x86 CMOS RTC, UTC will be 40 assumed. If the time source is however not in UTC, userspace should provide th [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/audio/ |
SeekableStream.java | 13 public void setTime(float time);
|
/external/linux-tools-perf/scripts/python/bin/ |
netdev-times-report | 2 # description: display a process of packet and processing time
|
/external/stlport/etc/ |
std_headers_c_h.txt | 11 time.h
|
/external/stlport/test/compiler/StTerm-order/ |
Makefile.inc | 1 # -*- makefile -*- Time-stamp: <02/07/14 14:03:13 ptr>
|
/frameworks/rs/scriptc/ |
rs_time.rsh | 18 * \brief RenderScript time routines 20 * This file contains RenderScript functions relating to time and date 28 * Calendar time interpreted as seconds elapsed since the Epoch (00:00:00 on 29 * January 1, 1970, Coordinated Universal Time (UTC)). 34 * Data structure for broken-down time components. 45 * tm_isdst - Flag to indicate whether daylight saving time is in effect. The 58 int tm_isdst; ///< daylight savings time 66 * @param timer Location to also store the returned calendar time. 74 * Converts the time specified by @p timer into broken-down time and stores i [all...] |