HomeSort by relevance Sort by last modified time
    Searched defs:rescan (Results 1 - 3 of 3) sorted by null

  /system/netd/server/
MDnsSdListener.cpp 626 if (memcmp(RESCAN, readBuf, 1) == 0) {
627 pollCount = rescan();
642 int MDnsSdListener::Monitor::rescan() { function in class:MDnsSdListener::Monitor
643 // rescan the list from mHead and make new pollfds and serviceRefs
734 write(mCtrlSocketPair[1], RESCAN, 1); // trigger a rescan for a fresh poll
735 if (VDBG) ALOGD("triggering rescan");
755 write(mCtrlSocketPair[1], RESCAN, 1); // trigger a rescan for a fresh poll
756 if (VDBG) ALOGD("triggering rescan");
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
directory_model.js 7 // If directory files changes too often, don't rescan directory more than once
10 // Used for operations that require almost instant rescan.
199 // and rescan is heavy operation, so we keep some interval for each rescan.
282 * Schedule rescan with short delay.
291 * Schedule rescan with delay. Designed to handle directory change
301 * Schedule rescan with delay. If another rescan has been scheduled does
304 * @param {number} delay Delay in ms after which the rescan will be performed.
321 this.rescan(refresh)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasm-pp.c 4091 int nparam, sparam, brackets, rescan; local
    [all...]

Completed in 108 milliseconds