HomeSort by relevance Sort by last modified time
    Searched refs:vtime (Results 1 - 8 of 8) sorted by null

  /external/tcpdump/
print-olsr.c 44 * | Message Type | Vtime | Message Size |
54 * | Message Type | Vtime | Message Size |
95 u_int8_t vtime; member in struct:olsr_msg4
105 u_int8_t vtime; member in struct:olsr_msg6
323 "\n\t vtime %.3lfs, msg-seq 0x%04x, length %u%s",
328 ME_TO_DOUBLE(msgptr.v6->vtime),
351 "\n\t vtime %.3lfs, msg-seq 0x%04x, length %u%s",
356 ME_TO_DOUBLE(msgptr.v4->vtime),
  /external/chromium_org/tools/telemetry/third_party/pyserial/serial/
serialposix.py 317 vmin = vtime = 0 # timeout is done via select
320 vtime = int(self._interCharTimeout * 10)
421 # vtime
422 if vtime < 0 or vtime > 255:
423 raise ValueError('Invalid vtime: %r' % vtime)
424 cc[TERMIOS.VTIME] = vtime
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
cdk.h 220 unsigned short vtime; member in struct:asyport
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
cdk.h 220 unsigned short vtime; member in struct:asyport
  /external/ipsec-tools/src/libipsec/
pfkey.c 908 pfkey_send_spdadd2(so, src, prefs, dst, prefd, proto, ltime, vtime,
913 u_int64_t ltime, vtime;
922 ltime, vtime,
962 pfkey_send_spdupdate2(so, src, prefs, dst, prefd, proto, ltime, vtime,
967 u_int64_t ltime, vtime;
976 ltime, vtime,
    [all...]
  /external/ipsec-tools/src/racoon/
pfkey.c 2182 u_int64_t ltime, vtime; local
2304 u_int64_t ltime, vtime; local
    [all...]
  /frameworks/base/core/java/android/os/
StrictMode.java 1297 Long vtime = mLastViolationTime.get(crashFingerprint); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
oleauto.h 52 WINOLEAUTAPI_(INT) VariantTimeToDosDateTime(DOUBLE vtime,USHORT *pwDosDate,USHORT *pwDosTime);
54 WINOLEAUTAPI_(INT) VariantTimeToSystemTime(DOUBLE vtime,LPSYSTEMTIME lpSystemTime);
    [all...]

Completed in 400 milliseconds