Home
last modified time | relevance | path

Searched defs:time (Results 1 – 25 of 858) sorted by relevance

12345678910>>...35

/external/chromium_org/base/i18n/
Dtime_formatting.cc19 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()
Dtime_formatting_unittest.cc26 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/
Danalyze_slices_test.js181 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/
Dmedia_optimization_unittest.cc71 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/
DAudioParam.h82 void setValueAtTime(float value, double time, ExceptionState& exceptionState) in setValueAtTime()
86 void linearRampToValueAtTime(float value, double time, ExceptionState& exceptionState) in linearRampToValueAtTime()
90 void exponentialRampToValueAtTime(float value, double time, ExceptionState& es) in exponentialRampToValueAtTime()
94 …void setTargetAtTime(float target, double time, double timeConstant, ExceptionState& exceptionStat… in setTargetAtTime()
98 …void setValueCurveAtTime(Float32Array* curve, double time, double duration, ExceptionState& except… in setValueCurveAtTime()
DAudioParamTimeline.cpp63 static bool isValidAudioParamTime(double time, ExceptionState& exceptionState, String message) in isValidAudioParamTime()
74 static bool isPositiveAudioParamTime(double time, ExceptionState& exceptionState, String message) in isPositiveAudioParamTime()
85 static bool isValidAudioParamTime(double time, ExceptionState& exceptionState) in isValidAudioParamTime()
90 void AudioParamTimeline::setValueAtTime(float value, double time, ExceptionState& exceptionState) in setValueAtTime()
101 void AudioParamTimeline::linearRampToValueAtTime(float value, double time, ExceptionState& exceptio… in linearRampToValueAtTime()
112 void AudioParamTimeline::exponentialRampToValueAtTime(float value, double time, ExceptionState& exc… in exponentialRampToValueAtTime()
123 void AudioParamTimeline::setTargetAtTime(float target, double time, double timeConstant, ExceptionS… in setTargetAtTime()
135 void AudioParamTimeline::setValueCurveAtTime(Float32Array* curve, double time, double duration, Exc… in setValueCurveAtTime()
/external/skia/tools/
DDumpRecord.cpp49 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/
DDumpRecord.cpp47 void print(const T& command, double time) { in print()
51 void print(const SkRecords::Restore& command, double time) { in print()
56 void print(const SkRecords::Save& command, double time) { in print()
61 void print(const SkRecords::SaveLayer& command, double time) { in print()
68 void printNameAndTime(const T& command, double time) { in printNameAndTime()
/external/chromium_org/third_party/cython/src/Cython/Plex/
DTiming.py10 def time(): function
14 def time(): function
/external/chromium_org/cc/animation/
Dscrollbar_animation_controller_thinning_unittest.cc84 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
Dscrollbar_animation_controller_linear_fade_unittest.cc88 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
/external/chromium_org/cc/blink/
Dweb_float_animation_curve_unittest.cc132 const double time = i * 0.25; in TEST() local
146 const double time = i * 0.25; in TEST() local
162 const double time = i * 0.25; in TEST() local
178 const double time = i * 0.25; in TEST() local
194 const double time = i * 0.25; in TEST() local
213 const double time = i * 0.25; in TEST() local
228 const double time = i * 0.25; in TEST() local
/external/chromium_org/content/renderer/input/
Dinput_handler_proxy_unittest.cc37 double InSecondsF(const base::TimeTicks& time) { in InSecondsF()
136 virtual bool apply(double time, blink::WebGestureCurveTarget* target) { in apply()
592 base::TimeTicks time = base::TimeTicks() + base::TimeDelta::FromSeconds(10); in TEST_F() local
695 base::TimeTicks time = base::TimeTicks() + base::TimeDelta::FromSeconds(10); in TEST_F() local
970 base::TimeTicks time = base::TimeTicks() + base::TimeDelta::FromSeconds(10); in TEST_F() local
1008 base::TimeTicks time = base::TimeTicks() + dt; in TEST_F() local
1086 base::TimeTicks time = in TEST_F() local
1154 base::TimeTicks time = base::TimeTicks() + base::TimeDelta::FromSeconds(10); in TEST_F() local
1199 base::TimeTicks time = base::TimeTicks() + base::TimeDelta::FromSeconds(10); in TEST_F() local
1265 base::TimeTicks time = base::TimeTicks() + dt; in TEST_F() local
[all …]
/external/replicaisland/src/com/replica/replicaisland/
DPlayerComponent.java118 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/
Drtp_packet_history_unittest.cc76 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/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DDERUTCTime.java18 private byte[] time; field in DERUTCTime
89 String time) in DERUTCTime()
106 Date time) in DERUTCTime()
116 byte[] time) in DERUTCTime()
DASN1GeneralizedTime.java13 public ASN1GeneralizedTime(Date time) in ASN1GeneralizedTime()
18 public ASN1GeneralizedTime(String time) in ASN1GeneralizedTime()
DASN1UTCTime.java13 public ASN1UTCTime(Date time) in ASN1UTCTime()
18 public ASN1UTCTime(String time) in ASN1UTCTime()
DDERGeneralizedTime.java19 private byte[] time; field in DERGeneralizedTime
89 String time) in DERGeneralizedTime()
106 Date time) in DERGeneralizedTime()
209 private String convert(int time) in convert()
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebTransformKeyframe.cpp32 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/webrtc/base/
Dratelimiter.cc15 bool RateLimiter::CanUse(size_t desired, double time) { in CanUse()
20 void RateLimiter::Use(size_t used, double time) { in Use()
/external/chromium_org/cc/input/
Dtop_controls_manager_unittest.cc147 base::TimeTicks time = gfx::FrameTime::Now(); in TEST() local
177 base::TimeTicks time = gfx::FrameTime::Now(); in TEST() local
203 base::TimeTicks time = gfx::FrameTime::Now(); in TEST() local
229 base::TimeTicks time = gfx::FrameTime::Now(); in TEST() local
259 base::TimeTicks time = gfx::FrameTime::Now(); in TEST() local
289 base::TimeTicks time = gfx::FrameTime::Now(); in TEST() local
352 base::TimeTicks time = base::TimeTicks::Now(); in TEST() local
/external/chromium_org/third_party/icu/source/i18n/unicode/
Dsimpletz.h886 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/icu/icu4c/source/i18n/unicode/
Dsimpletz.h886 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/WebKit/Source/core/animation/
DAnimationClock.cpp50 void AnimationClock::updateTime(double time) in updateTime()
75 void AnimationClock::resetTimeForTesting(double time) in resetTimeForTesting()

12345678910>>...35