HomeSort by relevance Sort by last modified time
    Searched full:msecs (Results 126 - 150 of 206) sorted by null

1 2 3 4 56 7 8 9

  /external/iputils/
arping.c 461 long msecs = (usecs+500)/1000; local
462 usecs -= msecs*1000 - 500;
463 printf(" %ld.%03ldms\n", msecs, usecs);
  /frameworks/base/services/net/java/android/net/dhcp/
DhcpPacket.java 254 protected final short mSecs;
293 mSecs = secs;
389 buf.putShort(mSecs); // Elapsed Seconds
    [all...]
  /external/iproute2/man/man8/
tc.8 299 ms, msec or msecs
ip-route.8 365 seconds and ms, msec or msecs to specify milliseconds.
ip-route.8.in 365 seconds and ms, msec or msecs to specify milliseconds.
  /frameworks/base/core/java/android/provider/
BrowserContract.java 148 * The time that this row was last modified by a client (msecs since the epoch).
175 * The time that this row was created on its originating client (msecs
  /external/iproute2/misc/
ss.c 462 int secs, msecs, minutes; local
468 msecs = timeout%1000;
471 msecs = 0;
478 msecs = 0;
479 sprintf(buf+strlen(buf), "%d%s", secs, msecs ? "." : "sec");
481 if (msecs)
482 sprintf(buf+strlen(buf), "%03dms", msecs);
    [all...]
  /external/netperf/
netlib.c 30 /* msec_sleep() sleep for some msecs */
    [all...]
netlib.h 515 extern int msec_sleep( int msecs );
  /external/fio/
eta.c 454 * Allow a little slack, the target is to print it every 1000 msecs
  /external/iproute2/tc/
tc_util.c 241 strcasecmp(p, "msecs") == 0)
  /external/kernel-headers/original/uapi/linux/
openvswitch.h 441 OVS_FLOW_ATTR_USED, /* u64 msecs last used in monotonic time. */
  /external/skia/bench/
bench_util.py 21 TIME_RE = '(?:(\w*)msecs = )?\s*((?:\d+\.\d+)(?:,\s*\d+\.\d+)*)'
  /hardware/libhardware/modules/camera/
Camera.cpp 37 #define CAMERA_SYNC_TIMEOUT 5000 // in msecs
  /system/bt/embdrv/sbc/decoder/include/
oi_utils.h 202 * \%T prints time, formatted as "secs.msecs".
  /system/extras/tests/workloads/
defs.sh 165 # shell addition via (( )) doesn't like leading zeroes in msecs
  /system/bt/include/
bt_target.h     [all...]
  /hardware/intel/common/libmix/mix_audio/docs/reference/MixAudio/html/
MixAudio.html 85 guint64 *msecs);
100 gulong msecs,
    [all...]
  /external/sonivox/arm-fm-22k/lib_src/
eas_pcm.c 1358 EAS_I32 secs, msecs; local
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_pcm.c 1358 EAS_I32 secs, msecs; local
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_pcm.c 1358 EAS_I32 secs, msecs; local
    [all...]
eas_xmf.c 248 * Returns the time of the next event in msecs
253 * pTime - pointer to variable to hold time of next event (in msecs)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
__init__.py 280 self.msecs = (ct - long(ct)) * 1000
377 %(msecs)d Millisecond portion of the creation time
427 s = "%s,%03d" % (t, record.msecs)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
__init__.py 280 self.msecs = (ct - long(ct)) * 1000
377 %(msecs)d Millisecond portion of the creation time
427 s = "%s,%03d" % (t, record.msecs)
    [all...]
  /external/linux-tools-perf/src/tools/perf/
builtin-stat.c 630 double msecs = avg / 1e6; local
635 fprintf(output, fmt, msecs, csv_sep, perf_evsel__name(evsel));
    [all...]

Completed in 840 milliseconds

1 2 3 4 56 7 8 9