Searched refs:time (Results 101 - 125 of 3443) sorted by relevance

1234567891011>>

/external/ltrace/testsuite/ltrace.minor/
H A Dtime-record.c1 /* Ltrace Test : time-record.c.
3 time inside each call.
7 #include <time.h>
/external/openssl/crypto/
H A Do_time.h62 #include <time.h>
/external/proguard/src/proguard/gui/splash/
H A DCircleSprite.java59 public void paint(Graphics graphics, long time) argument
61 int xt = x.getInt(time);
62 int yt = y.getInt(time);
63 int r = radius.getInt(time);
H A DConstantColor.java26 * This VariableColor is constant over time.
47 public Color getColor(long time) argument
H A DConstantFont.java26 * This VariableFont is constant over time.
42 public Font getFont(long time) argument
H A DConstantString.java24 * This VariableString is constant over time.
45 public String getString(long time) argument
H A DVariableSizeFont.java53 public Font getFont(long time) argument
55 float s = (float)size.getDouble(time);
/external/skia/tools/timer/
H A DSysTimer_posix.h10 #include <time.h>
/external/srec/portable/include/
H A Dptimestamp.h25 #include <time.h>
55 * Sets the time stamp to represent current time. Sets both secs field and
/external/valgrind/main/coregrind/
H A Dvgdb-invoker-none.c32 #include <sys/time.h>
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
H A Dinspector_websocket.py8 import time namespace
35 Must accept a single numeric parameter indicated the time elapsed before
83 seconds has passed since the last time any data is received or since this
90 timeout_start_time = time.time()
94 timeout_start_time = time.time()
99 elapsed_time = time.time() - timeout_start_time
110 start_time = time
[all...]
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/
H A Dbench_wsh.py33 A client program sends a message formatted as "<time> <count> <message>" to
35 containing <message> every <time> seconds. <time> can be a floating point
40 import time namespace
57 time.sleep(wait)
/external/chromium_org/base/
H A Dvalue_conversions.h24 BASE_EXPORT StringValue* CreateTimeDeltaValue(const TimeDelta& time);
25 BASE_EXPORT bool GetValueAsTimeDelta(const Value& value, TimeDelta* time);
/external/chromium_org/chrome/common/media/
H A Dwebrtc_logging_message_data.cc11 WebRtcLoggingMessageData::WebRtcLoggingMessageData(base::Time time, argument
13 : timestamp(time), message(message) {}
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dostime.h21 #include <time.h>
23 #include <sys/time.h>
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimationClock.h51 void updateTime(double time);
53 void resetTimeForTesting(double time = 0);
/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DAudioUtilities.cpp59 size_t timeToSampleFrame(double time, double sampleRate) argument
61 return static_cast<size_t>(round(time * sampleRate));
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebFilterKeyframe.h47 BLINK_PLATFORM_EXPORT WebFilterKeyframe(double time, PassOwnPtr<WebFilterOperations>);
52 double time() const { return m_time; } function in class:blink::WebFilterKeyframe
H A DWebTransformKeyframe.h40 BLINK_PLATFORM_EXPORT WebTransformKeyframe(double time, WTF::PassOwnPtr<WebTransformOperations> value);
45 BLINK_PLATFORM_EXPORT double time() const;
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Ddelay_peak_detector_unittest.cc61 int time = 0; local
64 while (next < kNumPackets && arrival_times_ms[next] <= time) {
68 if (time < peak_mode_start_ms || time > peak_mode_end_ms) {
78 time += 10; // Increase time 10 ms.
107 int time = 0; local
110 while (next < kNumPackets && arrival_times_ms[next] <= time) {
118 time += 10; // Increase time 1
[all...]
/external/chromium_org/tools/telemetry/telemetry/page/actions/
H A Drepaint_continuously.py5 import time namespace
31 # fired. Use a hard time-out after 60 seconds (or self.seconds).
32 time.sleep(self._seconds)
/external/fonttools/Lib/fontTools/ttLib/tables/
H A D_h_e_a_d.py6 import time namespace
43 self.modified = int(time.time() - mac_epoch_diff)
55 value = time.asctime(time.gmtime(max(0, value + mac_epoch_diff)))
57 value = time.asctime(time.gmtime(0))
72 value = calendar.timegm(time.strptime(value)) - mac_epoch_diff
/external/fonttools/Tools/fontTools/ttLib/tables/
H A D_h_e_a_d.py6 import time namespace
43 self.modified = int(time.time() - mac_epoch_diff)
55 value = time.asctime(time.gmtime(max(0, value + mac_epoch_diff)))
57 value = time.asctime(time.gmtime(0))
72 value = calendar.timegm(time.strptime(value)) - mac_epoch_diff
/external/smack/src/org/jivesoftware/smackx/workgroup/
H A DQueueUser.java42 * @param time the estimate of how much longer the customer will be in the queue in seconds
45 public QueueUser (String uid, int position, int time, Date joinedAt) { argument
50 this.estimatedTime = time;
63 * this instance embodies is only a time update instead
70 * @return the estimated time remaining of the customer in the queue in seconds, or -1 if
/external/stlport/stlport/
H A Dtime.h26 # pragma message("eMbedded Visual C++ 3 doesn't have a time.h header; STLport won't include native time.h here")
30 # include_next <time.h>
32 # include _STLP_NATIVE_C_HEADER(time.h)

Completed in 1706 milliseconds

1234567891011>>