/external/webrtc/src/system_wrappers/source/ |
sleep.cc | 24 void SleepMs(int msecs) { 26 Sleep(msecs); 30 short_wait.tv_sec = msecs / 1000; 31 short_wait.tv_nsec = (msecs % 1000) * 1000 * 1000;
|
/external/libnl/include/linux/ |
neighbour.h | 108 NDTPA_REACHABLE_TIME, /* u64, read-only, msecs */ 109 NDTPA_BASE_REACHABLE_TIME, /* u64, msecs */ 110 NDTPA_RETRANS_TIME, /* u64, msecs */ 111 NDTPA_GC_STALETIME, /* u64, msecs */ 112 NDTPA_DELAY_PROBE_TIME, /* u64, msecs */ 117 NDTPA_ANYCAST_DELAY, /* u64, msecs */ 118 NDTPA_PROXY_DELAY, /* u64, msecs */ 120 NDTPA_LOCKTIME, /* u64, msecs */ 137 __u32 ndtc_last_flush; /* delta to now in msecs */ 138 __u32 ndtc_last_rand; /* delta to now in msecs */ [all...] |
/external/kernel-headers/original/uapi/linux/ |
tcp_metrics.h | 33 TCP_METRICS_ATTR_AGE, /* msecs */ 39 TCP_METRICS_ATTR_FOPEN_SYN_DROP_TS, /* msecs age */
|
neighbour.h | 114 NDTPA_REACHABLE_TIME, /* u64, read-only, msecs */ 115 NDTPA_BASE_REACHABLE_TIME, /* u64, msecs */ 116 NDTPA_RETRANS_TIME, /* u64, msecs */ 117 NDTPA_GC_STALETIME, /* u64, msecs */ 118 NDTPA_DELAY_PROBE_TIME, /* u64, msecs */ 123 NDTPA_ANYCAST_DELAY, /* u64, msecs */ 124 NDTPA_PROXY_DELAY, /* u64, msecs */ 126 NDTPA_LOCKTIME, /* u64, msecs */ 142 __u32 ndtc_last_flush; /* delta to now in msecs */ 143 __u32 ndtc_last_rand; /* delta to now in msecs */ [all...] |
/external/pdfium/testing/ |
embedder_test_mock_delegate.h | 16 MOCK_METHOD2(SetTimer, int(int msecs, TimerCallback fn)); 17 MOCK_METHOD1(KillTimer, void(int msecs));
|
embedder_test_timer_handling_delegate.h | 15 int SetTimer(int msecs, TimerCallback fn) override { 17 msecs + imaginary_elapsed_msecs_, Timer(++next_timer_id_, fn)));
|
embedder_test.h | 41 virtual int SetTimer(int msecs, TimerCallback fn) { return 0; } 101 static int SetTimerTrampoline(FPDF_FORMFILLINFO* info, int msecs,
|
/external/iproute2/include/linux/ |
neighbour.h | 106 NDTPA_REACHABLE_TIME, /* u64, read-only, msecs */ 107 NDTPA_BASE_REACHABLE_TIME, /* u64, msecs */ 108 NDTPA_RETRANS_TIME, /* u64, msecs */ 109 NDTPA_GC_STALETIME, /* u64, msecs */ 110 NDTPA_DELAY_PROBE_TIME, /* u64, msecs */ 115 NDTPA_ANYCAST_DELAY, /* u64, msecs */ 116 NDTPA_PROXY_DELAY, /* u64, msecs */ 118 NDTPA_LOCKTIME, /* u64, msecs */ 134 __u32 ndtc_last_flush; /* delta to now in msecs */ 135 __u32 ndtc_last_rand; /* delta to now in msecs */ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
neighbour.h | 110 NDTPA_REACHABLE_TIME, /* u64, read-only, msecs */ 111 NDTPA_BASE_REACHABLE_TIME, /* u64, msecs */ 112 NDTPA_RETRANS_TIME, /* u64, msecs */ 113 NDTPA_GC_STALETIME, /* u64, msecs */ 114 NDTPA_DELAY_PROBE_TIME, /* u64, msecs */ 119 NDTPA_ANYCAST_DELAY, /* u64, msecs */ 120 NDTPA_PROXY_DELAY, /* u64, msecs */ 122 NDTPA_LOCKTIME, /* u64, msecs */ 139 __u32 ndtc_last_flush; /* delta to now in msecs */ 140 __u32 ndtc_last_rand; /* delta to now in msecs */ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
neighbour.h | 106 NDTPA_REACHABLE_TIME, /* u64, read-only, msecs */ 107 NDTPA_BASE_REACHABLE_TIME, /* u64, msecs */ 108 NDTPA_RETRANS_TIME, /* u64, msecs */ 109 NDTPA_GC_STALETIME, /* u64, msecs */ 110 NDTPA_DELAY_PROBE_TIME, /* u64, msecs */ 115 NDTPA_ANYCAST_DELAY, /* u64, msecs */ 116 NDTPA_PROXY_DELAY, /* u64, msecs */ 118 NDTPA_LOCKTIME, /* u64, msecs */ 133 __u32 ndtc_last_flush; /* delta to now in msecs */ 134 __u32 ndtc_last_rand; /* delta to now in msecs */ [all...] |
/external/vboot_reference/tests/ |
sha_benchmark.c | 33 uint32_t msecs; local 45 msecs = GetDurationMsecs(&ct); 47 / (msecs / 10e3)); /* Mbytes/sec */ 50 hash_functions[i].description, msecs, speed);
|
rsa_verify_benchmark.c | 21 double speed, msecs; local 72 msecs = (float) GetDurationMsecs(&ct) / NUM_OPERATIONS; 73 speed = 1000.0 / msecs ; 76 msecs, speed); 78 msecs);
|
/external/ppp/pppd/plugins/radius/ |
util.c | 54 void rc_mdelay(int msecs) 58 tv.tv_sec = (int) msecs / 1000; 59 tv.tv_usec = (msecs % 1000) * 1000;
|
/external/libnl/src/lib/ |
addr.c | 112 uint64_t msecs; local 118 if ((err = nl_str2msec(arg, &msecs)) < 0) 122 return (msecs / 1000);
|
/hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/ |
mlos.h | 61 void inv_sleep(int mSecs); 84 static inline void msleep(long msecs) 86 inv_sleep(msecs);
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/ |
mlos.h | 61 void inv_sleep(int mSecs); 84 static inline void msleep(long msecs) 86 inv_sleep(msecs);
|
/external/webrtc/src/system_wrappers/interface/ |
sleep.h | 20 void SleepMs(int msecs);
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
link_layer_stats.h | 81 u32 on_time; // msecs the radio is awake (32 bits number accruing over time)
82 u32 cca_busy_time; // msecs the CCA register is busy (32 bits number accruing over time)
88 u32 on_time; // msecs the radio is awake (32 bits number accruing over time)
89 u32 tx_time; // msecs the radio is transmitting (32 bits number accruing over time)
90 u32 rx_time; // msecs the radio is in active receive (32 bits number accruing over time)
91 u32 on_time_scan; // msecs the radio is awake due to all scan (32 bits number accruing over time)
92 u32 on_time_nbd; // msecs the radio is awake due to NAN (32 bits number accruing over time)
93 u32 on_time_gscan; // msecs the radio is awake due to G?scan (32 bits number accruing over time)
94 u32 on_time_roam_scan; // msecs the radio is awake due to roam?scan (32 bits number accruing over time)
95 u32 on_time_pno_scan; // msecs the radio is awake due to PNO scan (32 bits number accruing over time) [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
GestureStrokeRecognitionPoints.java | 238 final int msecs = time - mEventTimes.get(lastIndex); local 239 if (msecs > 0) { 243 final float speed = (float)pixelsPerSec / msecs / mKeyWidth; 246 // Equivalent to (pixels / msecs < mStartSpeedThreshold / MSEC_PER_SEC) 247 if (!hasDetectedFastMove() && pixelsPerSec > mDetectFastMoveSpeedThreshold * msecs) { 249 final float speed = (float)pixelsPerSec / msecs / mKeyWidth; 293 final int msecs = (int)(time - mLastMajorEventTime); local 294 if (msecs <= 0) { 299 // Equivalent to (pixels / msecs < mGestureRecognitionThreshold / MSEC_PER_SEC) 300 if (pixelsPerSec < mGestureRecognitionSpeedThreshold * msecs) { [all...] |
/external/linux-tools-perf/src/tools/perf/Documentation/ |
perf-stat.txt | 117 -I msecs:: 118 --interval-print msecs:: 135 -D msecs:: 136 --initial-delay msecs:: 137 After starting the program, wait msecs before measuring. This is useful to 156 Wall-clock time elapsed: 719.554352 msecs
|
/external/netperf/ |
hist.h | 21 0 - 9 in increments of 10 msecs 22 0 - 9 in increments of 100 msecs
|
/system/core/libsync/include/sync/ |
sync.h | 44 /* timeout in msecs */
|
/external/dhcpcd/ |
eloop.c | 284 int msecs, n; local 311 msecs = INT_MAX; 313 msecs = tv.tv_sec * 1000 + 317 msecs = -1; 324 if (msecs == -1 && nfds == 0) { 341 n = poll(fds, nfds, msecs);
|
/cts/suite/audio_quality/lib/src/ |
Semaphore.cpp | 67 //LOGV("Semaphore::timedWait now %d-%d until %d-%d for %d msecs",
|
/external/libnl/include/netlink/ |
attr.h | 217 * Add msecs attribute to netlink message. 220 * @arg msecs Numeric value in micro seconds. 222 #define NLA_PUT_MSECS(msg, attrtype, msecs) \ 223 NLA_PUT_U64(msg, attrtype, msecs)
|