Searched refs:time (Results 76 - 100 of 3443) sorted by relevance

1234567891011>>

/external/chromium_org/build/android/pylib/utils/
H A Drun_tests_helper.py9 import time namespace
20 self._creation_time = time.time()
29 timediff = time.time() - self._creation_time
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dtimer.py5 import time namespace
13 self._start = time.time()
20 self._elapsed = time.time() - self._start
24 '''Returns a new stopped Timer with this Timer's elapsed time + |other|'s.
35 '''Returns the elapsed time as a string in a pretty format; as a whole
/external/proguard/src/proguard/gui/splash/
H A DImageSprite.java63 public void paint(Graphics graphics, long time) argument
65 int xt = x.getInt(time);
66 int yt = y.getInt(time);
68 double scale_x = scaleX.getDouble(time);
69 double scale_y = scaleY.getDouble(time);
H A DTextSprite.java76 public void paint(Graphics graphics, long time) argument
79 int xt = x.getInt(time);
80 int yt = y.getInt(time);
82 int spacingt = spacing.getInt(time);
86 graphics.drawString(text[index].getString(time), xt, yt + index * spacingt);
H A DShadowedSprite.java67 public void paint(Graphics graphics, long time) argument
69 double l = alpha.getDouble(time);
70 int b = blur.getInt(time) + 1;
87 int xo = xOffset.getInt(time) - b/2;
88 int yo = yOffset.getInt(time) - b/2;
98 sprite.paint(graphics, time);
107 sprite.paint(graphics, time);
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DAudioParam.h82 void setValueAtTime(float value, double time, ExceptionState& exceptionState) argument
84 m_timeline.setValueAtTime(value, time, exceptionState);
86 void linearRampToValueAtTime(float value, double time, ExceptionState& exceptionState) argument
88 m_timeline.linearRampToValueAtTime(value, time, exceptionState);
90 void exponentialRampToValueAtTime(float value, double time, ExceptionState& es) argument
92 m_timeline.exponentialRampToValueAtTime(value, time, es);
94 void setTargetAtTime(float target, double time, double timeConstant, ExceptionState& exceptionState) argument
96 m_timeline.setTargetAtTime(target, time, timeConstant, exceptionState);
98 void setValueCurveAtTime(Float32Array* curve, double time, double duration, ExceptionState& exceptionState) argument
100 m_timeline.setValueCurveAtTime(curve, time, duratio
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DDERUTCTime.java13 * UTC time object.
18 private byte[] time; field in class:DERUTCTime
35 return new ASN1UTCTime(((DERUTCTime)obj).time);
86 * @param time the time string.
89 String time)
91 this.time = Strings.toByteArray(time);
106 Date time)
112 this.time
88 DERUTCTime( String time) argument
105 DERUTCTime( Date time) argument
115 DERUTCTime( byte[] time) argument
[all...]
/external/markdown/markdown/extensions/
H A Drss.py32 def rdftime(time):
34 time = time.replace(":", " ")
35 time = time.replace("/", " ")
36 time = time.split()
37 return "%s-%s-%sT%s:%s:%s-08:00" % (time[0], time[1], time[
[all...]
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dcros_log_entry.js22 // Parses network log into tokens like time, name, pid
37 this.time = new Date(year, month, day, hour, minute,
62 return this.time.getMonth() + '/' + this.time.getDate() +
63 ' ' + this.time.getHours() + ':' + this.time.getMinutes() +
64 ':' + this.time.getSeconds() + ':' + this.time.getMilliseconds();
/external/chromium_org/chrome/common/extensions/docs/examples/api/idle/idle_simple/
H A Dhistory.js6 * Convert a state and time into a nice styled chunk of HTML.
8 function renderState(state, time) {
10 var diff = Math.round((time.getTime() - now) / 1000);
23 function renderItem(state, time, parent) {
25 dom_item.innerHTML = renderState(state, time);
31 // like to keep track of last time we went idle.
45 var time = new Date();
48 laststatetime = time;
53 dom_result.innerHTML = renderState(state, time);
70 renderItem(data['state'], data['time'], dom_histor
[all...]
/external/blktrace/btt/
H A Dtrace_issue.c37 aqd_issue(d_iop->dip->aqd_handle, BIT_TIME(d_iop->t.time));
44 update_i2d(q_iop, tdelta(q_iop->i_time, d_iop->t.time));
46 update_m2d(q_iop, tdelta(q_iop->m_time, d_iop->t.time));
51 q_iop->d_time = d_iop->t.time;
57 d_iop->t.time - q_iop->t.time);
58 latency_q2d(q_iop->dip, d_iop->t.time,
59 d_iop->t.time - q_iop->t.time);
H A Dtrace_plug.c32 dip_unplug(u_iop->t.device, BIT_TIME(u_iop->t.time), get_nio_up(u_iop));
38 dip_unplug_tm(ut_iop->t.device, BIT_TIME(ut_iop->t.time),
45 dip_plug(p_iop->t.device, BIT_TIME(p_iop->t.time));
/external/chromium_org/content/test/
H A Dweb_gesture_curve_mock.cc20 bool WebGestureCurveMock::apply(double time, argument
22 blink::WebSize displacement(velocity_.x * time, velocity_.y * time);
/external/chromium_org/net/socket/
H A Dclient_socket_pool_histograms.h11 #include "base/time/time.h"
26 void AddRequestTime(base::TimeDelta time) const;
27 void AddUnusedIdleTime(base::TimeDelta time) const;
28 void AddReusedIdleTime(base::TimeDelta time) const;
/external/chromium_org/third_party/WebKit/Source/platform/
H A DFileMetadata.h38 #include <time.h>
43 inline bool isValidFileTime(double time) { return std::isfinite(time); } argument
46 // The last modification time of the file, in seconds.
47 // The value 0.0 means that the time is not set.
/external/iproute2/tc/
H A Dtc_core.h16 int tc_core_time2big(unsigned time);
17 unsigned tc_core_time2tick(unsigned time);
19 unsigned tc_core_time2ktime(unsigned time);
/external/lldb/test/functionalities/command_script/
H A Dwelcome.py21 import time namespace
22 time.sleep(1)
24 time.sleep(1)
/external/chromium_org/components/translate/core/browser/
H A Dtranslate_event_details.cc15 time = base::Time::Now();
/external/chromium_org/content/browser/power_profiler/
H A Dpower_event.h8 #include "base/time/time.h"
27 base::TimeTicks time; // Time that power data was read. member in struct:content::PowerEvent
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebGestureCurve.h33 // WebGestureCurve defines the animation parameters as a function of time
41 virtual bool apply(double time, WebGestureCurveTarget*) = 0;
H A DWebScrollOffsetAnimationCurve.h18 virtual WebFloatPoint getValue(double time) const = 0;
/external/chromium_org/third_party/skia/tools/timer/
H A DSysTimer_posix.h10 #include <time.h>
/external/compiler-rt/test/msan/
H A Dtzset.cc5 #include <time.h>
/external/jarjar/src/main/com/tonicsystems/jarjar/util/
H A DEntryStruct.java26 public long time; field in class:EntryStruct
/external/lldb/test/functionalities/longjmp/
H A Dmain.c11 #include <time.h>

Completed in 1010 milliseconds

1234567891011>>