Searched defs:time (Results 276 - 300 of 829) sorted by relevance

<<11121314151617181920>>

/external/sonivox/arm-wt-22k/lib_src/
H A Deas_wavefile.h48 EAS_U32 time; member in struct:s_wave_state_tag
/external/toybox/toys/pending/
H A Dhwclock.c17 -r Show hardware clock time (--show)
18 -s Set system time from hardware clock (--hctosys)
19 -t Set the system time based on the current timezone (--systz)
21 -w Set hardware clock from system time (--systohc)
62 time_t time; local
87 // Get current time in seconds from rtc device. todo: get subsecond time
93 if ((time = mktime(&tm)) < 0) goto bad;
106 /* The value of tm_isdst will positive if daylight saving time is in effect,
110 xioctl(fd, RTC_SET_TIME, &time);
[all...]
/external/v8/build/
H A Dlandmines.py23 import time namespace
65 # to know if we are right after a clobber or if it is first-time landmines
74 old_date = time.ctime(os.stat(landmines_path).st_ctime)
77 fromfiledate=old_date, tofiledate=time.ctime(), n=0)
/external/v8/tools/testrunner/network/
H A Dendpoint.py33 import time namespace
62 time.sleep(0.1)
/external/v8/tools/testrunner/server/
H A Ddaemon.py16 import time namespace
123 time.sleep(1)
126 time.sleep(0.1)
/external/valgrind/none/tests/s390x/
H A Dstcke.c9 unsigned long long time; member in struct:stcke::reader
46 unsigned long c = clockticks_in_msec(end.reader.time,
47 start.reader.time);
/external/webrtc/src/system_wrappers/source/
H A Devent_win.cc55 bool EventWindows::StartTimer(bool periodic, unsigned long time) argument
64 _timerID=timeSetEvent(time, 0,(LPTIMECALLBACK)HANDLE(_event),0,
67 _timerID=timeSetEvent(time, 0,(LPTIMECALLBACK)HANDLE(_event),0,
/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Ddbus-listen-preq.py5 import time namespace
H A Dwpas-test.py5 import time namespace
53 time.sleep(5)
/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
H A Dp2p_disconnect.py8 import time namespace
163 time.sleep(int(p2p_disconnect_test.timeout))
H A Dp2p_flush.py9 import time namespace
162 time.sleep(int(p2p_flush_test.timeout))
H A Dp2p_listen.py9 import time namespace
177 time.sleep(int(p2p_listen_test.timeout))
/external/aac/libFDK/include/
H A Dmdct.h116 FIXP_DBL *time; member in union:__anon153::__anon154
123 int ov_offset; /**< overlap time data fill level */
143 * \brief perform MDCT transform (time domain to frequency domain) with given parameters.
148 * \param input pointer to input time domain signal
190 * \brief Copy overlap time domain data to given buffer. Does not change the MDCT state.
211 * \brief perform several inverse MDCT transforms (frequency domain to time domain) with given parameters.
214 * \param output pointer to where the output time domain signal will be stored into.
215 * \param stride the stride factor for accessing time domain samples in output.
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/jacobians/
H A DStepInterpolatorWithJacobians.java53 * Get the previous grid point time.
54 * @return previous grid point time
59 * Get the current grid point time.
60 * @return current grid point time
65 * Get the time of the interpolated point.
67 * the current grid point time.
68 * @return interpolation point time
73 * Set the time of the interpolated point.
74 * <p>Setting the time outside of the current step is now allowed, but
79 * <p>Setting the time change
84 setInterpolatedTime(double time) argument
[all...]
/external/chromium-trace/trace-viewer/build/
H A Dpresubmit_checks.py8 import time namespace
45 # skip the SCM operations most of the time.
87 current_year = int(time.strftime('%Y'))
/external/chromium-trace/trace-viewer/perf_insights/third_party/cloudstorage/
H A Drest_api.py24 import time namespace
210 time.time() + self.expiration_headroom):
213 timeout = int(expires_at - time.time())
/external/chromium-trace/trace-viewer/third_party/Paste/paste/debug/
H A Dtestserver.py13 import time namespace
38 self.expires = time.time() + self.timeout
46 now = time.time()
54 time.sleep(.1)
79 # may not respond in a resonable time period
/external/chromium-trace/trace-viewer/third_party/Paste/paste/
H A Dreloader.py33 a dynamic set of files that grows over time you can use something like::
39 Then every time the reloader polls files it will call
46 import time namespace
89 time.sleep(self.poll_interval)
166 startup time).
176 time.sleep(self.poll_interval)
/external/chromium-trace/trace-viewer/third_party/Paste/paste/util/
H A Ddatetimeutil.py10 to provide a multi-format date/time support not unlike that found in
34 ``time`` object, or an ISO 8601 formatted 24h clock time
35 such as '13:00'. There is an option to provide for US style time
51 support meeting or time-billing lengths, not to be an accurate
56 from datetime import timedelta, time, date namespace
57 from time import localtime
103 This module returns a normalized time span value consisting of the
116 # time
154 return time(h
[all...]
/external/chromium-trace/trace-viewer/tracing/build/
H A Drun_dev_server_tests13 import time namespace
68 time.sleep(0.2)
150 time.sleep(5)
183 time.sleep(5)
/external/clang/tools/scan-view/
H A Dscan-view9 import time namespace
48 time.sleep(kSleepTimeout)
/external/eigen/bench/btl/actions/
H A Daction_lu_solve.hh81 // time measurement
101 double time=chronos.user_time(); local
120 // deallocation and return time
127 return time;
H A Daction_matrix_matrix_product_bis.hh115 double time=chronos.calculated_time/2000.0; local
133 // deallocation and return time
143 return time;
/external/eigen/bench/btl/generic_bench/timers/
H A Dportable_timer.hh28 #include <time.h>
36 // A timer object measures CPU time.
69 LARGE_INTEGER time; local
70 time.QuadPart = stopVal.QuadPart - startVal.QuadPart;
71 return LIToSecs(time);
92 #include <sys/time.h>
/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

Completed in 616 milliseconds

<<11121314151617181920>>