HomeSort by relevance Sort by last modified time
    Searched full:secs (Results 76 - 100 of 277) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/wpa_supplicant/
eloop_win.c 244 int eloop_register_timeout(unsigned int secs, unsigned int usecs,
254 timeout->time.sec += secs;
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
eloop.c 236 int eloop_register_timeout(unsigned int secs, unsigned int usecs,
249 timeout->time.sec += secs;
eloop.h 181 * @secs: Number of seconds to the timeout
191 int eloop_register_timeout(unsigned int secs, unsigned int usecs,
eloop_win.c 244 int eloop_register_timeout(unsigned int secs, unsigned int usecs,
254 timeout->time.sec += secs;
  /system/core/libnetutils/
dhcpclient.c 292 LOGD("xid = 0x%08x secs = %d, flags = 0x%04x optlen = %d",
293 ntohl(msg->xid), ntohs(msg->secs), ntohs(msg->flags), len);
  /external/dnsmasq/contrib/wrt/
dhcp_release.c 69 u16 secs, flags; member in struct:dhcp_packet
  /external/dnsmasq/src/
config.h 21 #define CHILD_LIFETIME 150 /* secs 'till terminated (RFC1035 suggests > 120s) */
  /external/sonivox/arm-wt-22k/host_src/
eas_debugmsgs.h 87 { 0xe624f4d9, 0x00000005, "eas_main.c[106]: Play length: %d.%03d (secs)\n" },
  /packages/apps/Music/src/com/android/music/
MusicPicker.java 236 int secs = cursor.getInt(mDurationIdx) / 1000; local
237 if (secs == 0) {
240 vh.duration.setText(MusicUtils.makeTimeString(context, secs));
  /external/netperf/
netsh.c 254 -D [secs,units] * Display interim results at least every secs seconds\n\
263 -l testlen Specify test duration (>0 secs) (<0 bytes|trans)\n\
nettest_unix.c 210 bytes bytes bytes secs. %s/sec \n\n";
222 bytes bytes bytes secs. %-8.8s/s %% %% us/KB us/KB\n\n";
    [all...]
  /external/grub/netboot/
etherboot.h 520 extern void sleep (int secs);
  /external/iproute2/man/man8/
tc.8 296 s, sec or secs
  /external/iproute2/misc/
ss.c 397 int secs, msecs, minutes; local
400 secs = timeout/1000;
401 minutes = secs/60;
402 secs = secs%60;
409 secs = 0;
411 if (secs) {
412 if (secs > 9)
414 sprintf(buf+strlen(buf), "%d%s", secs, msecs ? "." : "sec");
    [all...]
  /external/iproute2/tc/
f_flow.c 27 " [hashing mode]: hash keys KEY-LIST ... [ perturb SECS ]\n"
  /external/opencore/baselibs/gen_data_structures/src/
rtsp_time_formats.h 59 // hours+minutes+secs (including fractional seconds). Unlike the SMPTE time format,
  /external/quake/quake/src/QW/
qwchangelog.txt 33 - default floodprot, 4 lines in 8 secs, wait for 10 on activation
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiStatusTest.java 305 // Set all to unknown since the threads will take a few secs to update.
  /external/sonivox/arm-wt-22k/lib_src/
eas_mdls.c 324 -32768, /* EG1 delay time: 0 secs */
325 -32768, /* EG1 attack time: 0 secs */
326 -32768, /* EG1 hold time: 0 secs */
327 -32768, /* EG1 decay time: 0 secs */
329 -32768, /* EG1 release time: 0 secs */
335 -32768, /* EG2 delay time: 0 secs */
336 -32768, /* EG2 attack time: 0 secs */
337 -32768, /* EG2 hold time: 0 secs */
338 -32768, /* EG2 decay time: 0 secs */
340 -32768, /* EG2 release time: 0 secs */
    [all...]
  /external/qemu/block/
vvfat.c 361 sector = spos % (bs->secs); spos/= bs->secs;
971 bootsector->sectors_per_track=cpu_to_le16(s->bs->secs);
1017 bs->cyls=1024; bs->heads=16; bs->secs=63;
1037 bs->cyls = 80; bs->heads = 2; bs->secs = 36;
1040 s->sector_count=bs->cyls*bs->heads*bs->secs;
1066 bs->total_sectors=bs->cyls*bs->heads*bs->secs;
1078 bs->heads = bs->cyls = bs->secs = 0;
    [all...]
  /external/srec/srec/EventLog/src/
EventLogImpl.c 239 ct = localtime_r(&timestamp.secs, &ct_r);
478 ct = localtime_r(&timestamp.secs, &ct_r);
  /external/tcpdump/
print-radius.c 627 printf( "%02d secs", timeout);
722 /* Print an attribute of 'secs since */
    [all...]
  /external/qemu/
qemu-char-android.c 268 int secs; local
274 secs = ti / 1000;
277 secs / 3600,
278 (secs / 60) % 60,
279 secs % 60,
    [all...]
qemu-char.c 260 int secs; local
266 secs = ti / 1000;
269 secs / 3600,
270 (secs / 60) % 60,
271 secs % 60,
    [all...]
  /external/v8/tools/
test.py 271 'secs': int(elapsed) % 60
283 'status_line': "[%(mins)02i:%(secs)02i|\033[34m%%%(remaining) 4d\033[0m|\033[32m+%(passed) 4d\033[0m|\033[31m-%(failed) 4d\033[0m]: %(test)s",
297 'status_line': "[%(mins)02i:%(secs)02i|%%%(remaining) 4d|+%(passed) 4d|-%(failed) 4d]: %(test)s",
    [all...]

Completed in 90 milliseconds

1 2 34 5 6 7 8 91011>>