| /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-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/webrtc/modules/video_coding/main/source/ |
| D | media_optimization_unittest.cc | 71 for (int time = 0; time < 2000; time += frame_time_ms_) { in TEST_F() local 83 for (int time = 0; time < 2000; time += frame_time_ms_) { in TEST_F() local 97 for (int time = 0; time < 2000; time += frame_time_ms_) { in TEST_F() local 110 for (int time = 0; time < 2000; time += frame_time_ms_) { in TEST_F() local
|
| /external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
| D | AudioParam.h | 88 void setValueAtTime(float value, double time) { m_timeline.setValueAtTime(value, time); } in setValueAtTime() 89 …void linearRampToValueAtTime(float value, double time) { m_timeline.linearRampToValueAtTime(value,… in linearRampToValueAtTime() 90 …void exponentialRampToValueAtTime(float value, double time, ExceptionState& es) { m_timeline.expon… in exponentialRampToValueAtTime() 91 …void setTargetAtTime(float target, double time, double timeConstant) { m_timeline.setTargetAtTime(… in setTargetAtTime() 92 …void setValueCurveAtTime(Float32Array* curve, double time, double duration) { m_timeline.setValueC… in setValueCurveAtTime()
|
| /external/skia/tools/ |
| D | DumpRecord.cpp | 49 void print(const T& command, double time) { in print() 53 void print(const SkRecords::Restore& command, double time) { in print() 58 void print(const SkRecords::Save& command, double time) { in print() 63 void print(const SkRecords::SaveLayer& command, double time) { in print() 70 void printNameAndTime(const T& command, double time) { in printNameAndTime()
|
| /external/chromium_org/third_party/skia/tools/ |
| D | DumpRecord.cpp | 49 void print(const T& command, double time) { in print() 53 void print(const SkRecords::Restore& command, double time) { in print() 58 void print(const SkRecords::Save& command, double time) { in print() 63 void print(const SkRecords::SaveLayer& command, double time) { in print() 70 void printNameAndTime(const T& command, double time) { in printNameAndTime()
|
| /external/chromium_org/cc/animation/ |
| D | scrollbar_animation_controller_linear_fade_unittest.cc | 88 base::TimeTicks time; in TEST_F() local 104 base::TimeTicks time; in TEST_F() local 158 base::TimeTicks time; in TEST_F() local 207 base::TimeTicks time; in TEST_F() local 239 base::TimeTicks time; in TEST_F() local
|
| D | scrollbar_animation_controller_thinning_unittest.cc | 84 base::TimeTicks time; in TEST_F() local 127 base::TimeTicks time; in TEST_F() local 153 base::TimeTicks time; in TEST_F() local 209 base::TimeTicks time; in TEST_F() local 266 base::TimeTicks time; in TEST_F() local
|
| /external/chromium_org/content/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/chromium_org/third_party/webrtc/base/ |
| D | ratelimiter.cc | 15 bool RateLimiter::CanUse(size_t desired, double time) { in CanUse() 20 void RateLimiter::Use(size_t used, double time) { in Use()
|
| /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 | ASN1UTCTime.java | 13 public ASN1UTCTime(Date time) in ASN1UTCTime() 18 public ASN1UTCTime(String time) in ASN1UTCTime()
|
| D | ASN1GeneralizedTime.java | 13 public ASN1GeneralizedTime(Date time) in ASN1GeneralizedTime() 18 public ASN1GeneralizedTime(String time) in ASN1GeneralizedTime()
|
| /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/third_party/webrtc/modules/rtp_rtcp/source/ |
| D | rtp_packet_history_unittest.cc | 76 int64_t time; in TEST_F() local 91 int64_t time; in TEST_F() local 109 int64_t time; in TEST_F() local 135 int64_t time; in TEST_F() local 155 int64_t time; in TEST_F() local 174 int64_t time; in TEST_F() local 189 int64_t time; in TEST_F() local
|
| /external/chromium_org/cc/input/ |
| D | top_controls_manager_unittest.cc | 137 base::TimeTicks time = gfx::FrameTime::Now(); in TEST() local 167 base::TimeTicks time = gfx::FrameTime::Now(); in TEST() local 193 base::TimeTicks time = gfx::FrameTime::Now(); in TEST() local 219 base::TimeTicks time = gfx::FrameTime::Now(); in TEST() local 249 base::TimeTicks time = gfx::FrameTime::Now(); in TEST() local 279 base::TimeTicks time = gfx::FrameTime::Now(); in TEST() local 342 base::TimeTicks time = base::TimeTicks::Now(); in TEST() local
|
| /external/chromium_org/content/renderer/input/ |
| D | input_handler_proxy_unittest.cc | 37 double InSecondsF(const base::TimeTicks& time) { in InSecondsF() 138 virtual bool apply(double time, blink::WebGestureCurveTarget* target) { in apply() 581 base::TimeTicks time = base::TimeTicks() + base::TimeDelta::FromSeconds(10); in TEST_F() local 684 base::TimeTicks time = base::TimeTicks() + base::TimeDelta::FromSeconds(10); in TEST_F() local 959 base::TimeTicks time = base::TimeTicks() + base::TimeDelta::FromSeconds(10); in TEST_F() local 997 base::TimeTicks time = base::TimeTicks() + dt; in TEST_F() local 1075 base::TimeTicks time = in TEST_F() local 1143 base::TimeTicks time = base::TimeTicks() + base::TimeDelta::FromSeconds(10); in TEST_F() local 1188 base::TimeTicks time = base::TimeTicks() + base::TimeDelta::FromSeconds(10); in TEST_F() local 1251 base::TimeTicks time = base::TimeTicks() + dt; in TEST_F() local [all …]
|
| /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ |
| D | svn-log_unittests.js | 210 "time": "2013-09-30T20:22:01Z", property 220 "time": "2013-09-30T19:36:21Z", property 230 "time": "2013-09-30T19:28:49Z", property 240 "time": "2014-02-27T14:44:41Z", property 250 "time": "2014-03-03T07:23:31Z", property
|
| /external/icu/icu4c/source/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()
|
| /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()
|