/external/chromium/base/i18n/ |
D | time_formatting.cc | 20 const Time& time) { in TimeFormat() 33 string16 TimeFormatTimeOfDay(const Time& time) { in TimeFormatTimeOfDay() 41 string16 TimeFormatTimeOfDayWithHourClockType(const Time& time, in TimeFormatTimeOfDayWithHourClockType() 69 string16 TimeFormatShortDate(const Time& time) { in TimeFormatShortDate() 75 string16 TimeFormatShortDateNumeric(const Time& time) { in TimeFormatShortDateNumeric() 81 string16 TimeFormatShortDateAndTime(const Time& time) { in TimeFormatShortDateAndTime() 87 string16 TimeFormatFriendlyDateAndTime(const Time& time) { in TimeFormatFriendlyDateAndTime() 93 string16 TimeFormatFriendlyDate(const Time& time) { in TimeFormatFriendlyDate()
|
/external/chromium_org/base/i18n/ |
D | time_formatting.cc | 19 const Time& time) { in TimeFormat() 29 const Time& time) { in TimeFormatWithoutAmPm() 50 string16 TimeFormatTimeOfDay(const Time& time) { in TimeFormatTimeOfDay() 58 string16 TimeFormatTimeOfDayWithHourClockType(const Time& time, in TimeFormatTimeOfDayWithHourClockType() 91 string16 TimeFormatShortDate(const Time& time) { in TimeFormatShortDate() 97 string16 TimeFormatShortDateNumeric(const Time& time) { in TimeFormatShortDateNumeric() 103 string16 TimeFormatShortDateAndTime(const Time& time) { in TimeFormatShortDateAndTime() 109 string16 TimeFormatFriendlyDateAndTime(const Time& time) { in TimeFormatFriendlyDateAndTime() 115 string16 TimeFormatFriendlyDate(const Time& time) { in TimeFormatFriendlyDate()
|
D | time_formatting_unittest.cc | 26 Time time(Time::FromLocalExploded(kTestDateTimeExploded)); in TEST() local 59 Time time(Time::FromLocalExploded(kTestDateTimeExploded)); in TEST() local 97 Time time(Time::FromLocalExploded(kTestDateTimeExploded)); in TEST() local 130 Time time(Time::FromLocalExploded(kTestDateTimeExploded)); in TEST() local 162 Time time(Time::FromLocalExploded(kTestDateTimeExploded)); in TEST() local
|
/external/chromium_org/cc/animation/ |
D | scrollbar_animation_controller_linear_fade_unittest.cc | 54 base::TimeTicks time; in TEST_F() local 67 base::TimeTicks time; in TEST_F() local 131 base::TimeTicks time; in TEST_F() local 185 base::TimeTicks time; in TEST_F() local 215 base::TimeTicks time; in TEST_F() local
|
D | scrollbar_animation_controller_thinning_unittest.cc | 56 base::TimeTicks time; in TEST_F() local 108 base::TimeTicks time; in TEST_F() local 134 base::TimeTicks time; in TEST_F() local 194 base::TimeTicks time; in TEST_F() local 255 base::TimeTicks time; in TEST_F() local
|
D | keyframed_animation_curve.cc | 51 Keyframe::Keyframe(double time, scoped_ptr<TimingFunction> timing_function) in Keyframe() 62 double time, in Create() 69 ColorKeyframe::ColorKeyframe(double time, in ColorKeyframe() 87 double time, in Create() 94 FloatKeyframe::FloatKeyframe(double time, in FloatKeyframe() 114 double time, in Create() 121 TransformKeyframe::TransformKeyframe(double time, in TransformKeyframe() 141 double time, in Create() 148 FilterKeyframe::FilterKeyframe(double time, in FilterKeyframe()
|
/external/chromium-trace/trace-viewer/src/tracing/analysis/ |
D | analyze_slices_test.js | 181 assertObjectEquals({label: 'Selection start', time: 0}, t.rows[1]); property 182 assertObjectEquals({label: 'Selection extent', time: 0.18}, t.rows[2]); property 187 assertObjectEquals({label: 'Start', time: 0}, t.rows[1]); property 188 assertObjectEquals({label: 'Duration', time: 0.04}, t.rows[2]); property 193 assertObjectEquals({label: 'Start', time: 0.12}, t.rows[1]); property 194 assertObjectEquals({label: 'Duration', time: 0.06}, t.rows[2]); property
|
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
D | AudioParam.h | 89 void setValueAtTime(float value, double time) { m_timeline.setValueAtTime(value, time); } in setValueAtTime() 90 …void linearRampToValueAtTime(float value, double time) { m_timeline.linearRampToValueAtTime(value,… in linearRampToValueAtTime() 91 …void exponentialRampToValueAtTime(float value, double time) { m_timeline.exponentialRampToValueAtT… in exponentialRampToValueAtTime() 92 …void setTargetAtTime(float target, double time, double timeConstant) { m_timeline.setTargetAtTime(… in setTargetAtTime() 93 …void setValueCurveAtTime(Float32Array* curve, double time, double duration) { m_timeline.setValueC… in setValueCurveAtTime()
|
/external/chromium_org/webkit/renderer/compositor_bindings/ |
D | web_float_animation_curve_unittest.cc | 131 const double time = i * 0.25; in TEST() local 145 const double time = i * 0.25; in TEST() local 161 const double time = i * 0.25; in TEST() local 177 const double time = i * 0.25; in TEST() local 193 const double time = i * 0.25; in TEST() local 212 const double time = i * 0.25; in TEST() local 227 const double time = i * 0.25; in TEST() local
|
/external/jmonkeyengine/engine/src/test/jme3test/input/combomoves/ |
D | ComboMoveExecution.java | 54 private boolean isStateSatisfied(HashSet<String> pressedMappings, float time, in isStateSatisfied() 79 public void updateExpiration(float time){ in updateExpiration() 96 public boolean updateState(HashSet<String> pressedMappings, float time){ in updateState()
|
/external/chromium_org/third_party/WebKit/Source/platform/exported/ |
D | WebTransformKeyframe.cpp | 32 WebTransformKeyframe::WebTransformKeyframe(double time, PassOwnPtr<WebTransformOperations> value) in WebTransformKeyframe() 43 double WebTransformKeyframe::time() const in time() function in blink::WebTransformKeyframe
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
D | ratelimiter.cc | 32 bool RateLimiter::CanUse(size_t desired, double time) { in CanUse() 37 void RateLimiter::Use(size_t used, double time) { in Use()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
D | DERUTCTime.java | 18 private byte[] time; field in DERUTCTime 89 String time) in DERUTCTime() 106 Date time) in DERUTCTime() 116 byte[] time) in DERUTCTime()
|
D | ASN1GeneralizedTime.java | 13 public ASN1GeneralizedTime(Date time) in ASN1GeneralizedTime() 18 public ASN1GeneralizedTime(String time) in ASN1GeneralizedTime()
|
D | ASN1UTCTime.java | 13 public ASN1UTCTime(Date time) in ASN1UTCTime() 18 public ASN1UTCTime(String time) in ASN1UTCTime()
|
/external/chromium_org/chrome/browser/performance_monitor/ |
D | performance_monitor_util.cc | 30 const base::Time& time, in CreateExtensionEvent() 51 scoped_ptr<Event> CreateRendererFailureEvent(const base::Time& time, in CreateRendererFailureEvent() 62 scoped_ptr<Event> CreateUncleanExitEvent(const base::Time& time, in CreateUncleanExitEvent() 73 scoped_ptr<Event> CreateChromeUpdateEvent(const base::Time& time, in CreateChromeUpdateEvent()
|
D | event.cc | 12 const base::Time& time, in Event() 24 double time = 0.0; in FromValue() local
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | PlayerComponent.java | 118 protected void move(float time, float timeDelta, GameObject parentObject) { in move() 215 TimeSystem time = sSystemRegistry.timeSystem; in update() local 331 protected void stateMove(float time, float timeDelta, GameObject parentObject) { in stateMove() 385 protected void stateStomp(float time, float timeDelta, GameObject parentObject) { in stateStomp() 425 protected void gotoHitReact(GameObject parentObject, float time) { in gotoHitReact() 437 protected void stateHitReact(float time, float timeDelta, GameObject parentObject) { in stateHitReact() 444 protected void gotoDead(float time) { in gotoDead() 449 protected void stateDead(float time, float timeDelta, GameObject parentObject) { in stateDead() 480 protected void gotoWin(float time) { in gotoWin() 487 protected void stateWin(float time, float timeDelta, GameObject parentObject) { in stateWin() [all …]
|
/external/chromium_org/cc/input/ |
D | top_controls_manager_unittest.cc | 135 base::TimeTicks time = gfx::FrameTime::Now(); in TEST() local 165 base::TimeTicks time = gfx::FrameTime::Now(); in TEST() local 191 base::TimeTicks time = gfx::FrameTime::Now(); in TEST() local 217 base::TimeTicks time = gfx::FrameTime::Now(); in TEST() local 247 base::TimeTicks time = gfx::FrameTime::Now(); in TEST() local 277 base::TimeTicks time = gfx::FrameTime::Now(); in TEST() local 340 base::TimeTicks time = base::TimeTicks::Now(); in TEST() local
|
/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/ |
D | TimeLine.java | 54 public KeyFrame getKeyFrameAtTime(float time) { in getKeyFrameAtTime() 62 public void addKeyFrameAtTime(float time, KeyFrame keyFrame) { in addKeyFrameAtTime() 85 public void removeKeyFrame(float time) { in removeKeyFrame() 89 public int getKeyFrameIndexFromTime(float time) { in getKeyFrameIndexFromTime()
|
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/ |
D | SMILTime.h | 37 SMILTime(double time) : m_time(time) { ASSERT(!std::isnan(time)); } in SMILTime() 69 SMILTimeWithOrigin(const SMILTime& time, Origin origin) in SMILTimeWithOrigin() 75 const SMILTime& time() const { return m_time; } in time() function
|
/external/jmonkeyengine/engine/src/core/com/jme3/input/event/ |
D | InputEvent.java | 42 protected long time; field in InputEvent 62 public void setTime(long time){ in setTime()
|
/external/chromium/chrome/browser/tab_contents/ |
D | web_drag_dest_gtk.cc | 94 guint time) { in OnDragMotion() 142 GtkSelectionData* data, guint info, guint time) { in OnDragDataReceived() 248 guint time) { in OnDragLeave() 263 gint x, gint y, guint time) { in OnDragDrop()
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
D | simpletz.h | 885 int32_t time, UErrorCode& status) { in setStartRule() 890 int32_t time, in setStartRule() 897 int32_t time, UBool after, UErrorCode& status) { in setStartRule() 903 int32_t time, UErrorCode& status) { in setEndRule() 908 int32_t time, UErrorCode& status) { in setEndRule() 913 int32_t time, UBool after, UErrorCode& status) { in setEndRule()
|
/external/icu4c/i18n/unicode/ |
D | simpletz.h | 886 int32_t time, UErrorCode& status) { in setStartRule() 891 int32_t time, in setStartRule() 898 int32_t time, UBool after, UErrorCode& status) { in setStartRule() 904 int32_t time, UErrorCode& status) { in setEndRule() 909 int32_t time, UErrorCode& status) { in setEndRule() 914 int32_t time, UBool after, UErrorCode& status) { in setEndRule()
|