/external/libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals/ |
Android.mk | 17 test_makefile := external/libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals/Android.mk 19 test_name := localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals/tested_elsewhere
|
/external/libcxx/test/localization/locale.categories/category.time/locale.time.put/ |
Android.mk | 17 test_makefile := external/libcxx/test/localization/locale.categories/category.time/locale.time.put/Android.mk 19 test_name := localization/locale.categories/category.time/locale.time.put/types 23 test_name := localization/locale.categories/category.time/locale.time.put/ctor
|
/external/libcxx/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals/ |
Android.mk | 17 test_makefile := external/libcxx/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals/Android.mk 19 test_name := localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals/tested_elsewhere
|
/external/libcxx/test/utilities/time/time.duration/ |
Android.mk | 17 test_makefile := external/libcxx/test/utilities/time/time.duration/Android.mk 19 test_name := utilities/time/time.duration/default_ratio 23 test_name := utilities/time/time.duration/types
|
/external/libcxx/test/utilities/time/time.duration/time.duration.cast/ |
Android.mk | 17 test_makefile := external/libcxx/test/utilities/time/time.duration/time.duration.cast/Android.mk 19 test_name := utilities/time/time.duration/time.duration.cast/duration_cast
|
/external/libcxx/test/utilities/time/time.duration/time.duration.observer/ |
Android.mk | 17 test_makefile := external/libcxx/test/utilities/time/time.duration/time.duration.observer/Android.mk 19 test_name := utilities/time/time.duration/time.duration.observer/tested_elsewhere
|
/external/libcxx/test/utilities/time/time.point/time.point.cast/ |
Android.mk | 17 test_makefile := external/libcxx/test/utilities/time/time.point/time.point.cast/Android.mk 19 test_name := utilities/time/time.point/time.point.cast/time_point_cast
|
/external/libcxx/test/utilities/time/time.point/time.point.observer/ |
Android.mk | 17 test_makefile := external/libcxx/test/utilities/time/time.point/time.point.observer/Android.mk 19 test_name := utilities/time/time.point/time.point.observer/tested_elsewhere
|
/external/libcxx/test/utilities/time/time.traits/time.traits.is_fp/ |
Android.mk | 17 test_makefile := external/libcxx/test/utilities/time/time.traits/time.traits.is_fp/Android.mk 19 test_name := utilities/time/time.traits/time.traits.is_fp/treat_as_floating_point
|
/frameworks/av/media/libeffects/lvm/lib/Common/lib/ |
CompLim.h | 44 LVM_INT16 Norm_Attack; /* Attack time constant of the Normaliser integrator */ 45 LVM_INT16 Norm_Decay; /* Decay time constant of the Normaliser integrator */ 52 LVM_INT16 Comp_Attack_S; /* Attack time constant of the slow integrator */ 53 LVM_INT16 Comp_Decay_S; /* Decay time constant of slow the integrator */ 54 LVM_INT16 Comp_Attack_F; /* Attack time constant of fast the integrator */ 55 LVM_INT16 Comp_Decay_F; /* Decay time constant of fast the integrator */
|
/frameworks/base/core/java/android/text/format/ |
Time.java | 30 * {@link java.util.GregorianCalendar} classes. An instance of the Time class represents 31 * a moment in time, specified with second precision. It is modelled after 39 * <li>For historical reasons when performing time calculations all arithmetic currently takes 40 * place using 32-bit integers. This limits the reliable time range representable from 1902 45 * <li>Calling {@link #switchTimezone(String)} on a date that cannot exist, such as a wall time 52 public class Time { 73 * all zero, and the date is displayed the same in all time zones. 118 * This time is in daylight savings time. One of: 133 * The timezone for this Time. Should not be null [all...] |
/external/chromium_org/components/domain_reliability/ |
test_util.h | 65 // never be run if MockTime is destroyed before the mock time is advanced 66 // to their scheduled time. 70 virtual base::Time Now() OVERRIDE; 84 // Key used to store tasks in the task map. Includes the time the task should 85 // run and a sequence number to disambiguate tasks with the same time. 87 TaskKey(base::TimeTicks time, int sequence_number) 88 : time(time), 91 base::TimeTicks time; member in struct:domain_reliability::MockTime::TaskKey 95 // Comparator for TaskKey; sorts by time, then by sequence number [all...] |
/external/chromium_org/content/browser/resources/media/ |
data_series.js | 6 * A TimelineDataSeries collects an ordered series of (time, value) pairs, 45 startTime: this.dataPoints_[0].time, 46 endTime: this.dataPoints_[this.dataPoints_.length - 1].time, 52 * Adds a DataPoint to |this| with the specified time and value. 56 var time = new Date(timeTicks); 57 this.dataPoints_.push(new DataPoint(time, value)); 104 * Returns the cached |values| in the specified time period. 110 var time = startTime; 113 this.dataPoints_[nextPoint].time < time) { [all...] |
/frameworks/base/core/java/android/os/ |
CommonTimeConfig.java | 27 * Used for configuring and controlling the status of the android common time service. 96 * non-deterministic native resource reclamation and may cause the common time service to remain 111 * Gets the current priority of the common time service used in the master election protocol. 113 * @return an 8 bit value indicating the priority of this common time service relative to other 114 * common time services operating in the same domain. 124 * Sets the current priority of the common time service used in the master election protocol. 126 * @param priority priority of the common time service used in the master election protocol. 138 * Gets the IP endpoint used by the time service to participate in the master election protocol. 141 * system's common time service to participate in the master election protocol. 151 * Sets the IP endpoint used by the common time service to participate in the master electio [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_structseq.py | 4 import time namespace 9 t = time.gmtime() 30 t = time.gmtime() 32 t = time.gmtime(0) 34 "time.struct_time(tm_year=1970, tm_mon=1, tm_mday=1, tm_hour=0, " 38 t1 = time.gmtime() 44 t1 = time.gmtime() 51 t1 = time.gmtime() 57 t1 = time.gmtime() 61 t1 = time.gmtime( [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_structseq.py | 4 import time namespace 9 t = time.gmtime() 30 t = time.gmtime() 32 t = time.gmtime(0) 34 "time.struct_time(tm_year=1970, tm_mon=1, tm_mday=1, tm_hour=0, " 38 t1 = time.gmtime() 44 t1 = time.gmtime() 51 t1 = time.gmtime() 57 t1 = time.gmtime() 61 t1 = time.gmtime( [all...] |
/frameworks/base/core/java/android/animation/ |
Keyframe.java | 20 * This class holds a time/value pair for an animation. The Keyframe class is used 22 * of the animation. As the time proceeds from one keyframe to the other, the value of the 25 * object, which defines the time interpolation over the intervalue preceding the keyframe. 52 * The time at which mValue will hold true. 57 * The type of the value in this Keyframe. This type is determined at construction time, 63 * The optional time interpolator for the interval preceding this keyframe. A null interpolator 71 * Constructs a Keyframe object with the given time and value. The time defines the 72 * time, as a proportion of an overall animation's duration, at which the value will hold true 76 * @param fraction The time, expressed as a value between 0 and 1, representing the fractio [all...] |
/frameworks/native/include/media/openmax/ |
OMX_Other.h | 68 OMX_OTHER_FormatTime = 0, /**< Transmission of various timestamps, elapsed time, 69 time deltas, etc */ 107 /** Structure representing a time stamp used with the following configs 111 * time 113 * time 116 * clock sending SC its reference time 137 /** Enumeration of possible reference clocks to the media time. */ 139 OMX_TIME_UpdateRequestFulfillment, /**< Update is the fulfillment of a media time request. */ 147 /** Enumeration of possible reference clocks to the media time. */ 162 * start time. * [all...] |
/hardware/qcom/media/mm-core/inc/ |
OMX_Other.h | 51 OMX_OTHER_FormatTime = 0, /**< Transmission of various timestamps, elapsed time, 52 time deltas, etc */ 90 /** Structure representing a time stamp used with the following configs 94 * time 96 * time 99 * clock sending SC its reference time 120 /** Enumeration of possible reference clocks to the media time. */ 122 OMX_TIME_UpdateRequestFulfillment, /**< Update is the fulfillment of a media time request. */ 130 /** Enumeration of possible reference clocks to the media time. */ 145 * start time. * [all...] |
/hardware/qcom/media/mm-core/omxcore/inc/ |
OMX_Other.h | 51 OMX_OTHER_FormatTime = 0, /**< Transmission of various timestamps, elapsed time, 52 time deltas, etc */ 90 /** Structure representing a time stamp used with the following configs 94 * time 96 * time 99 * clock sending SC its reference time 120 /** Enumeration of possible reference clocks to the media time. */ 122 OMX_TIME_UpdateRequestFulfillment, /**< Update is the fulfillment of a media time request. */ 130 /** Enumeration of possible reference clocks to the media time. */ 145 * start time. * [all...] |
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/ |
OMX_Other.h | 51 OMX_OTHER_FormatTime = 0, /**< Transmission of various timestamps, elapsed time, 52 time deltas, etc */ 90 /** Structure representing a time stamp used with the following configs 94 * time 96 * time 99 * clock sending SC its reference time 120 /** Enumeration of possible reference clocks to the media time. */ 122 OMX_TIME_UpdateRequestFulfillment, /**< Update is the fulfillment of a media time request. */ 130 /** Enumeration of possible reference clocks to the media time. */ 145 * start time. * [all...] |
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
OMX_Other.h | 51 OMX_OTHER_FormatTime = 0, /**< Transmission of various timestamps, elapsed time,
52 time deltas, etc */
90 /** Structure representing a time stamp used with the following configs
94 * time
96 * time
99 * clock sending SC its reference time
120 /** Enumeration of possible reference clocks to the media time. */
122 OMX_TIME_UpdateRequestFulfillment, /**< Update is the fulfillment of a media time request. */
130 /** Enumeration of possible reference clocks to the media time. */
145 * start time. */ [all...] |
/hardware/ti/omap4-aah/domx/omx_core/inc/ |
OMX_Other.h | 68 OMX_OTHER_FormatTime = 0, /**< Transmission of various timestamps, elapsed time, 69 time deltas, etc */ 107 /** Structure representing a time stamp used with the following configs 111 * time 113 * time 116 * clock sending SC its reference time 137 /** Enumeration of possible reference clocks to the media time. */ 139 OMX_TIME_UpdateRequestFulfillment, /**< Update is the fulfillment of a media time request. */ 147 /** Enumeration of possible reference clocks to the media time. */ 162 * start time. * [all...] |
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
OMX_Other.h | 51 OMX_OTHER_FormatTime = 0, /**< Transmission of various timestamps, elapsed time, 52 time deltas, etc */ 90 /** Structure representing a time stamp used with the following configs 94 * time 96 * time 99 * clock sending SC its reference time 120 /** Enumeration of possible reference clocks to the media time. */ 122 OMX_TIME_UpdateRequestFulfillment, /**< Update is the fulfillment of a media time request. */ 130 /** Enumeration of possible reference clocks to the media time. */ 145 * start time. * [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
ztrans.h | 12 * \brief C API: Time zone transition classes 32 * Constructs a time zone transition with the time and the rules before/after 35 * @param time The time of transition in milliseconds since the base time. 36 * @param from The time zone rule used before the transition. 37 * @param to The time zone rule used after the transition. 41 ztrans_open(UDate time, const void* from, const void* to); 80 * Returns the time of transition in milliseconds [all...] |