HomeSort by relevance Sort by last modified time
    Searched full:msec (Results 276 - 300 of 354) sorted by null

<<1112131415

  /external/blktrace/btreplay/doc/
btreplay.tex 252 [ -m <nsec> : --max-bunch-time=<nsec> ] Default: 10 msec
  /external/bluetooth/bluedroid/stack/include/
bt_types.h 402 /* Bluetooth CLK is 0.625 msec */
  /external/icu4c/test/intltest/
calregts.cpp 683 int32_t msec = cal->get(UCAL_MILLISECOND, status); local
684 double firstMillisInDay = hr * 3600000 + min * 60000 + sec * 1000 + msec;
694 msec = cal->get(UCAL_MILLISECOND, status);
695 double millisInDay = hr * 3600000.0 + min * 60000.0 + sec * 1000.0 + msec;
    [all...]
  /external/iproute2/lib/
utils.c 133 else if (strcasecmp(p, "ms") == 0 || strcasecmp(p, "msec")==0 ||
  /external/kernel-headers/original/asm-mips/sn/
ioc3.h 338 #define TXCB_DELAY 0xc0 /* delay data<7:0> mSec */
  /external/libnfc-nci/halimpl/bcm2079x/include/
bt_types.h 388 /* Bluetooth CLK is 0.625 msec */
  /external/libnfc-nci/src/include/
bt_types.h 388 /* Bluetooth CLK is 0.625 msec */
  /external/openssl/include/openssl/
ts.h 563 '0' means sec, '3' msec, '6' usec, and so on. Default is 0. */
  /external/quake/quake/src/QW/client/
pmove.c 864 frametime = pmove.cmd.msec * 0.001;
common.c 645 MSG_WriteByte (buf, cmd->msec);
844 move->msec = MSG_ReadByte ();
    [all...]
  /external/quake/quake/src/WinQuake/
host.cpp 764 Con_Printf ("serverprofile: %2i clients %2i msec\n", c, m);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedGsmCallState.java 148 /** number of msec between dialing -> alerting and alerting->active */
  /hardware/ti/wlan/wl1271/TWD/MacServices/
ScanSrv.c 687 * \param uBeaconInterval - Beacon perios in TUs (1024 msec)
  /external/wpa_supplicant_8/src/p2p/
p2p.h 130 * peer_config_timeout - Peer configuration timeout (in 10 msec units)
447 * @wait_time: How many msec to wait for a response frame
    [all...]
  /hardware/ti/wlan/mac80211/wpa_supplicant_lib/
nl80211.h     [all...]
  /packages/apps/Phone/src/com/android/phone/
InCallTouchUi.java 264 // To detect that situation, we are using "500 msec" heuristics.
    [all...]
CallController.java 92 private static final int THREEWAY_CALLERINFO_DISPLAY_TIME = 3000; // msec
    [all...]
  /external/tcpdump/
tcpdump.c 1020 /* call verbose_stats_dump() each 1000 +/-100msec */
    [all...]
  /external/webkit/Source/WebKit/mac/Misc/
WebNSURLExtras.mm     [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiWatchdogStateMachine.java 149 * Sample interval for packet loss statistics, in msec.
    [all...]
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBldCfg.c     [all...]
  /hardware/ti/wlan/wl1271/TWD/TwIf/
TwIf.c 63 #define PEND_RESTART_TIMEOUT 100 /* timeout in msec for completion of last DMA transaction during restart */
    [all...]
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
coreDefaultParams.h     [all...]
  /packages/apps/Email/src/com/android/email/
SecurityPolicy.java 463 // password expiration (days until a password expires). API takes mSec.
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
PointerTracker.java 234 private final int mStaticTimeThresholdAfterFastTyping; // msec
    [all...]

Completed in 1087 milliseconds

<<1112131415