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

  /external/smack/src/com/kenai/jbosh/
CMSessionParams.java 32 private final AttrPolling polling; field in class:CMSessionParams
69 polling = aPolling;
97 resp.getAttribute(Attributes.POLLING)),
142 return polling;
BOSHClient.java 1143 AttrPolling polling = cmParams.getPollingInterval(); local
    [all...]
  /device/asus/deb/
init.deb.rc 162 chmod 0664 /sys/devices/platform/msm_sdcc.1/polling
163 chmod 0664 /sys/devices/platform/msm_sdcc.2/polling
164 chmod 0664 /sys/devices/platform/msm_sdcc.3/polling
165 chmod 0664 /sys/devices/platform/msm_sdcc.4/polling
167 # Chown polling nodes as needed from UI running on system server
168 chown system system /sys/devices/platform/msm_sdcc.1/polling
169 chown system system /sys/devices/platform/msm_sdcc.2/polling
170 chown system system /sys/devices/platform/msm_sdcc.3/polling
171 chown system system /sys/devices/platform/msm_sdcc.4/polling
  /device/asus/flo/
init.flo.rc 158 chmod 0664 /sys/devices/platform/msm_sdcc.1/polling
159 chmod 0664 /sys/devices/platform/msm_sdcc.2/polling
160 chmod 0664 /sys/devices/platform/msm_sdcc.3/polling
161 chmod 0664 /sys/devices/platform/msm_sdcc.4/polling
163 # Chown polling nodes as needed from UI running on system server
164 chown system system /sys/devices/platform/msm_sdcc.1/polling
165 chown system system /sys/devices/platform/msm_sdcc.2/polling
166 chown system system /sys/devices/platform/msm_sdcc.3/polling
167 chown system system /sys/devices/platform/msm_sdcc.4/polling
  /device/lge/mako/
init.mako.rc 163 chmod 0664 /sys/devices/platform/msm_sdcc.1/polling
164 chmod 0664 /sys/devices/platform/msm_sdcc.2/polling
165 chmod 0664 /sys/devices/platform/msm_sdcc.3/polling
166 chmod 0664 /sys/devices/platform/msm_sdcc.4/polling
168 # Chown polling nodes as needed from UI running on system server
169 chown system system /sys/devices/platform/msm_sdcc.1/polling
170 chown system system /sys/devices/platform/msm_sdcc.2/polling
171 chown system system /sys/devices/platform/msm_sdcc.3/polling
172 chown system system /sys/devices/platform/msm_sdcc.4/polling
  /external/chromium_org/native_client_sdk/src/examples/resources/
index.js 48 // HACK: polling the body height to update the iframe. There's got to be a
  /external/kernel-headers/original/linux/
if_vlan.h 121 u16 vlan_tci, int polling);
144 u16 vlan_tci, int polling)
  /external/iputils/
ping_common.c 730 int polling; local
762 polling = 0;
778 polling = MSG_DONTWAIT;
784 if (!polling &&
793 polling = MSG_DONTWAIT;
812 cc = recvmsg(icmp_sock, &msg, polling);
813 polling = MSG_DONTWAIT;
  /external/chromium_org/chrome/browser/resources/google_now/
background.js 41 * Initial period for polling for Google Now Notifications cards to use when the
47 * Maximal period for polling for Google Now Notifications cards to use when the
676 * Initializes the polling system to start monitoring location and fetching
688 * Stops all machinery in the polling system.
713 * Starts or stops the polling of cards.
715 * false to stop polling cards.
utility.js 504 * the sign in state by polling periodically for the auth token.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/
bg.js 111 // The change event will occur 1/2 the polling frequency before we
  /external/qemu/
qemu-char.c 920 int polling; member in struct:__anon27269
979 s->polling = 1;
998 s->polling = 0;
1017 if (s->polling) {
1018 /* If we arrive here without polling being cleared due
    [all...]
  /external/chromium_org/chrome_frame/
CFInstall.js 331 // Begin polling for install success.
CFInstance.js     [all...]
  /external/chromium_org/v8/test/mjsunit/
mjsunit.js 104 // finish when polling for optimization status.
  /external/chromium/chrome/browser/resources/net_internals/
main.js     [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/
file_manager.js 293 // PyAuto tests monitor this state by polling this variable
    [all...]

Completed in 351 milliseconds