Searched defs:time (Results 1 - 25 of 1391) sorted by last modified time

1234567891011>>

/external/zlib/src/contrib/untgz/
H A Duntgz.c12 #include <time.h>
100 time_t time; member in struct:attr_item
204 /* set file time */
253 void push_attr(struct attr_item **list,char *fname,int mode,time_t time) argument
262 item->time = time;
276 setfiletime(item->fname,item->time);
400 printf(" date time size file\n"
568 * Restore file modes and time stamps
/external/zlib/src/
H A Dzlib.h114 uLong time; /* modification time */ member in struct:gz_header_s
233 (the input data is simply copied a block at a time). Z_DEFAULT_COMPRESSION
440 eight. data_type is set as noted here every time inflate() returns for all
554 file name, no extra data, no comment, no modification time (set to zero), no
751 deflate(). The text, time, os, extra field, name, and comment information
762 the time set to zero, and os set to 255, with no extra, name, or comment
829 time to set the dictionary. If the provided dictionary is smaller than the
873 input each time, until success or end of the input data.
970 is completed, at which time hea
[all...]
/external/zlib/
H A Dzlib.h114 uLong time; /* modification time */ member in struct:gz_header_s
233 (the input data is simply copied a block at a time). Z_DEFAULT_COMPRESSION
440 eight. data_type is set as noted here every time inflate() returns for all
554 file name, no extra data, no comment, no modification time (set to zero), no
751 deflate(). The text, time, os, extra field, name, and comment information
762 the time set to zero, and os set to 255, with no extra, name, or comment
829 time to set the dictionary. If the provided dictionary is smaller than the
873 input each time, until success or end of the input data.
970 is completed, at which time hea
[all...]
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.cpp4538 info->time.year = 256 * data[0] + data[+ 1];
4539 info->time.month = data[2];
4540 info->time.day = data[3];
4541 info->time.hour = data[4];
4542 info->time.minute = data[5];
4543 info->time.second = data[6];
5123 static unsigned addChunk_tIME(ucvector* out, const LodePNGTime* time) argument
5128 data[0] = (unsigned char)(time->year / 256);
5129 data[1] = (unsigned char)(time->year % 256);
5130 data[2] = time
[all...]
H A Dlodepng.h38 to disable code sections, which can give faster compile time and smaller binary.
454 /*time chunk (tIME)*/
456 LodePNGTime time; member in struct:LodePNGInfo
1011 tIME: modification time
1146 colortype and bitdepth, text chunks, time chunk, the color key, the palette, the
/external/webrtc/src/system_wrappers/interface/
H A Dtick_util.h11 // System independant wrapper for polling elapsed time in ms and us.
13 // time domain.
26 #include <sys/time.h>
27 #include <time.h>
38 // Current time in the tick domain.
41 // Now in the time domain in ms.
44 // Now in the time domain in us.
114 TickTime time = lhs; local
115 time._ticks += ticks;
116 return time;
[all...]
/external/webrtc/src/system_wrappers/source/
H A Devent_posix.cc18 #include <sys/time.h>
55 // Set start time to zero
208 bool EventPosix::StartTimer(bool periodic, unsigned long time) argument
218 _time = time;
231 _time = time;
267 unsigned long long time = _time * ++_count; local
268 tEnd.tv_sec = _tCreate.tv_sec + time/1000;
269 tEnd.tv_nsec = _tCreate.tv_nsec + (time - (time/1000)*1000)*E6;
319 // Set time t
[all...]
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/hostapd/src/utils/
H A Deloop.c45 struct os_reltime time; member in struct:eloop_timeout
612 if (os_get_reltime(&timeout->time) < 0) {
616 now_sec = timeout->time.sec;
617 timeout->time.sec += secs;
618 if (timeout->time.sec < now_sec) {
628 timeout->time.usec += usecs;
629 while (timeout->time.usec >= 1000000) {
630 timeout->time.sec++;
631 timeout->time.usec -= 1000000;
640 /* Maintain timeouts in order of increasing time */
[all...]
H A Deloop_win.c34 struct os_reltime time; member in struct:eloop_timeout
247 if (os_get_reltime(&timeout->time) < 0) {
251 now_sec = timeout->time.sec;
252 timeout->time.sec += secs;
253 if (timeout->time.sec < now_sec) {
263 timeout->time.usec += usecs;
264 while (timeout->time.usec >= 1000000) {
265 timeout->time.sec++;
266 timeout->time.usec -= 1000000;
272 /* Maintain timeouts in order of increasing time */
[all...]
/external/wpa_supplicant_8/hostapd/
H A Dwps-ap-nfc.py11 import time namespace
203 time.sleep(0.1)
/external/wpa_supplicant_8/src/utils/
H A Deloop.c45 struct os_reltime time; member in struct:eloop_timeout
612 if (os_get_reltime(&timeout->time) < 0) {
616 now_sec = timeout->time.sec;
617 timeout->time.sec += secs;
618 if (timeout->time.sec < now_sec) {
628 timeout->time.usec += usecs;
629 while (timeout->time.usec >= 1000000) {
630 timeout->time.sec++;
631 timeout->time.usec -= 1000000;
640 /* Maintain timeouts in order of increasing time */
[all...]
H A Deloop_win.c34 struct os_reltime time; member in struct:eloop_timeout
247 if (os_get_reltime(&timeout->time) < 0) {
251 now_sec = timeout->time.sec;
252 timeout->time.sec += secs;
253 if (timeout->time.sec < now_sec) {
263 timeout->time.usec += usecs;
264 while (timeout->time.usec >= 1000000) {
265 timeout->time.sec++;
266 timeout->time.usec -= 1000000;
272 /* Maintain timeouts in order of increasing time */
[all...]
/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Ddbus-listen-preq.py5 import time namespace
H A Dp2p-nfc.py11 import time namespace
491 time.sleep(0.025)
493 time.sleep(0.5)
H A Dwpas-dbus-new-getall.py5 import time namespace
H A Dwpas-dbus-new-signals.py5 import time namespace
/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
H A Dp2p_connect.py9 import time namespace
119 time.sleep(1)
H A Dp2p_disconnect.py8 import time namespace
163 time.sleep(int(p2p_disconnect_test.timeout))
H A Dp2p_find.py3 # Will list all devices found/lost within a time frame (timeout)
9 import time namespace
187 time.sleep(p2p_find_test.timeout)
H A Dp2p_flush.py9 import time namespace
162 time.sleep(int(p2p_flush_test.timeout))
H A Dp2p_group_add.py7 import time namespace
220 time.sleep(5)
H A Dp2p_invite.py7 import time namespace
199 time.sleep(10)
H A Dp2p_listen.py9 import time namespace
177 time.sleep(int(p2p_listen_test.timeout))
H A Dp2p_stop_find.py7 import time namespace
168 time.sleep(int(p2p_stop_find_test.timeout))

Completed in 325 milliseconds

1234567891011>>