/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...] |
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
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/icu4c/i18n/unicode/ |
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/replicaisland/res/xml/ |
linear_level_tree.xml | 5 <group><level resource="@raw/level_0_2_lab" title = "@string/level_0_2_lab" time = "@string/level_0_2_time" > 12 <group><level resource="@raw/level_0_3_lab" title = "@string/level_0_3_lab" time = "@string/level_0_3_time" > 18 <group><level resource="@raw/level_1_1_island" title = "@string/level_1_1_island" time = "@string/level_1_1_time" > 25 <group><level resource="@raw/level_1_2_island" title = "@string/level_1_2_island" time = "@string/level_1_2_time" /></group> 26 <group><level resource="@raw/level_1_3_island" title = "@string/level_1_3_island" time = "@string/level_1_3_time" > 32 <!-- <group><level resource="@raw/level_1_4_island" title = "@string/level_1_4_island" time = "@string/level_1_4_time"/></group> --> 34 <group><level resource="@raw/level_1_5_island" title = "@string/level_1_5_island" time = "@string/level_1_5_time"> 41 <group><level resource="@raw/level_1_6_island" title = "@string/level_1_6_island" time = "@string/level_1_6_time" > 47 <!-- <group><level resource="@raw/level_1_7_island" title = "@string/level_1_7_island" time = "@string/level_1_7_time" > 51 <group><level resource="@raw/level_1_8_island" title = "@string/level_1_8_island" time = "@string/level_1_8_time" /></group [all...] |
/external/chromium/base/i18n/ |
time_formatting.cc | 10 #include "base/time.h" 15 using base::Time; 20 const Time& time) { 24 formatter->format(static_cast<UDate>(time.ToDoubleT() * 1000), date_string); 33 string16 TimeFormatTimeOfDay(const Time& time) { 38 return TimeFormat(formatter.get(), time); 41 string16 TimeFormatTimeOfDayWithHourClockType(const Time& time, [all...] |
/external/chromium/third_party/libevent/sample/ |
Makefile.am | 6 noinst_PROGRAMS = event-test time-test signal-test 9 time_test_sources = time-test.c
|
/external/chromium_org/base/debug/ |
trace_event_unittest.h | 5 #include "base/time/time.h"
|
/external/chromium_org/base/ |
value_conversions.cc | 9 #include "base/time/time.h" 30 // precision, so we store the 64-bit time value as a string instead. 31 StringValue* CreateTimeDeltaValue(const TimeDelta& time) { 32 std::string string_value = base::Int64ToString(time.ToInternalValue()); 36 bool GetValueAsTimeDelta(const Value& value, TimeDelta* time) { 41 if (time) 42 *time = TimeDelta::FromInternalValue(int_value);
|
/external/chromium_org/cc/animation/ |
animation_delegate.h | 12 virtual void NotifyAnimationStarted(double time) = 0; 13 virtual void NotifyAnimationFinished(double time) = 0;
|
/external/chromium_org/chrome/browser/history/ |
visit_filter.h | 11 #include "base/time/time.h" 18 // out visits by time of the day, day of the week, workdays, holidays, duration 26 // Vector of time intervals [begin time, end time]. All of the following 29 // |first| always points to the beginning of the time period, |second| - to 31 typedef std::vector<std::pair<base::Time, base::Time> > TimeVector; 33 // Returns time vector associated with the object [all...] |
/external/chromium_org/chrome/browser/ui/webui/performance_monitor/ |
performance_monitor_ui_constants.cc | 8 #include "base/time/time.h" 24 base::Time::kMicrosecondsPerMillisecond }, 25 { UNIT_SECONDS, MEASUREMENT_TYPE_TIME, base::Time::kMicrosecondsPerSecond }, 26 { UNIT_MINUTES, MEASUREMENT_TYPE_TIME, base::Time::kMicrosecondsPerMinute }, 27 { UNIT_HOURS, MEASUREMENT_TYPE_TIME, base::Time::kMicrosecondsPerHour }, 28 { UNIT_DAYS, MEASUREMENT_TYPE_TIME, base::Time::kMicrosecondsPerDay }, 29 { UNIT_WEEKS, MEASUREMENT_TYPE_TIME, base::Time::kMicrosecondsPerWeek },
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/history/showHistoryFilter/ |
manifest.json | 2 "name": "Time filter for History", 4 "description": "Reads your history, and shows top pages you visited in the time +/-1 hour in the last two months",
|
/external/chromium_org/media/base/ |
scoped_histogram_timer_unittest.cc | 5 #include "base/time/time.h"
|
/external/chromium_org/net/ftp/ |
ftp_response_info.h | 8 #include "base/time/time.h" 22 // The time at which the request was made that resulted in this response. 23 // For cached responses, this time could be "far" in the past. 24 base::Time request_time; 26 // The time at which the response headers were received. For cached 27 // responses, this time could be "far" in the past. 28 base::Time response_time;
|
/external/chromium_org/ppapi/api/ |
pp_time.idl | 7 * This file defines time, time ticks and time delta types. 12 * The <code>PP_Time</code> type represents the "wall clock time" according 20 * A <code>PP_TimeTicks</code> value represents time ticks which are measured 21 * in seconds and are used for indicating the time that certain messages were 23 * does not correspond to any actual wall clock time and will not change 33 * A <code>PP_TimeDelta</code> value represents a duration of time which is
|
/external/chromium_org/ppapi/c/ |
pp_time.h | 16 * This file defines time, time ticks and time delta types. 25 * The <code>PP_Time</code> type represents the "wall clock time" according 33 * A <code>PP_TimeTicks</code> value represents time ticks which are measured 34 * in seconds and are used for indicating the time that certain messages were 36 * does not correspond to any actual wall clock time and will not change 46 * A <code>PP_TimeDelta</code> value represents a duration of time which is
|
/external/chromium_org/third_party/libevent/sample/ |
Makefile.am | 6 noinst_PROGRAMS = event-test time-test signal-test 9 time_test_sources = time-test.c
|
/external/chromium_org/tools/sharding_supervisor/data/ |
gtest_results.xml0 | 2 <testsuites name="AllTests" tests="" failures="" disabled="" errors="" time=""> 4 <testsuite name="Suite0" tests="1" failures="" disabled="" errors="" time=""> 5 <testcase name="Test0" status="run" time="0" classname="Suite0" /> 9 <testsuite name="Suite1" tests="1" failures="" disabled="" errors="" time=""> 13 <testsuite name="Suite2" tests="2" failures="" disabled="" errors="" time=""> 14 <testcase name="Test0" status="run" time="0" classname="Suite2" /> 18 <testsuite name="Suite3" tests="1" failures="" disabled="" errors="" time=""> 19 <testcase name="Test0" status="run" time="0" classname="Suite3">
|
gtest_results.xml1 | 2 <testsuites name="AllTests" tests="" failures="" disabled="" errors="" time=""> 4 <testsuite name="Suite0" tests="1" failures="" disabled="" errors="" time=""> 6 <testsuite name="Suite1" tests="1" failures="" disabled="" errors="" time=""> 7 <testcase name="Test0" status="run" time="1" classname="Suite1"> 11 <testsuite name="Suite2" tests="2" failures="" disabled="" errors="" time=""> 12 <testcase name="Test1" status="run" time="0" classname="Suite2" /> 14 <testsuite name="Suite3" tests="1" failures="" disabled="" errors="" time=""> 15 <testcase name="Test0" status="run" time="0" classname="Suite3">
|
/external/javasqlite/src/main/java/SQLite/ |
Profile.java | 11 * with its estimated execution time. 14 * @param est estimated execution time in milliseconds.
|
/external/llvm/test/YAMLParser/ |
spec-02-08.data | 4 time: 20:03:20 9 time: 20:03:47
|
/external/skia/bench/ |
BenchSysTimer_posix.h | 11 //Time 12 #include <time.h>
|
/frameworks/av/libvideoeditor/osal/inc/ |
M4OSA_Time.h | 20 * @brief Time macros 21 * @note This file defines time type and associated macros which must 22 * be used to manipulate time. 38 /** This macro sets the unknown time value */ 42 /** This macro converts a time with a time scale to millisecond. 44 #define M4OSA_TIME_TO_MS(result, time, timescale)\ 45 { result = (1000*(M4OSA_Double)time)/((M4OSA_Double)timescale); }
|
/frameworks/base/core/java/android/util/ |
TrustedTime.java | 20 * Interface that provides trusted time information, possibly coming from an NTP 27 * Force update with an external trusted time source, returning {@code true} 33 * Check if this instance has cached a response from a trusted time source. 38 * Return time since last trusted time source contact, or 44 * Return certainty of cached trusted time in milliseconds, or 51 * Return current time similar to {@link System#currentTimeMillis()}, 52 * possibly using a cached authoritative time source.
|
/frameworks/base/core/java/android/webkit/ |
EventLogTags.logtags | 6 70101 browser_zoom_level_change (start level|1|5),(end level|1|5),(time|2|3) 7 70102 browser_double_tap_duration (duration|1|3),(time|2|3)
|