/external/chromium_org/chrome/browser/resources/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. 401 * Schedule rescan with short delay. 408 * Schedule rescan with delay. Designed to handle directory change 416 * Schedule rescan with delay. If another rescan has been scheduled does 419 * @param {number} delay Delay in ms after which the rescan will be performed. 429 this.rescanTimeoutId_ = setTimeout(this.rescan.bind(this), delay); 433 * Cancel a rescan on timeout if it is scheduled. 445 * Rescan current directory. May be called indirectly through rescanLater o [all...] |
drive_banners.js | 31 this.directoryModel_.addEventListener('rescan-completed', handler); 370 // 'rescan-completed' event arrives shortly with non-empty file list.
|
/system/netd/ |
MDnsSdListener.h | 47 #define RESCAN "1" 81 int rescan(); // returns the number of elements in the poll
|
MDnsSdListener.cpp | 578 if (memcmp(RESCAN, readBuf, 1) == 0) { 579 pollCount = rescan(); 594 int MDnsSdListener::Monitor::rescan() { function in class:MDnsSdListener::Monitor 595 // rescan the list from mHead and make new pollfds and serviceRefs 679 write(mCtrlSocketPair[1], RESCAN, 1); // trigger a rescan for a fresh poll 680 if (VDBG) ALOGD("triggering rescan"); 721 write(mCtrlSocketPair[1], RESCAN, 1); // trigger a rescan for a fresh poll 722 if (VDBG) ALOGD("triggering rescan"); [all...] |
/packages/apps/Music/tests/src/com/android/music/functional/ |
TestSongs.java | 101 //Rescan the sdcard after copy the file 173 * Test case precondition: Copy a song and rescan the sdcard
|
/external/chromium_org/content/renderer/ |
renderer_webkitplatformsupport_impl.h | 198 // If true, then a GetPlugins call is allowed to rescan the disk.
|
/external/libsepol/src/ |
sidtab.c | 236 /* Rescan now that we hold the lock. */
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
SynchronousContactsProvider2.java | 139 protected void updateDirectoriesInBackground(boolean rescan) {
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
ContactDirectoryManager.java | 176 public void scanAllPackages(boolean rescan) { 177 if (rescan || !areTypeResourceIdsValid()) {
|
/art/runtime/ |
intern_table.cc | 147 // Mark as dirty so that we rescan the roots.
|
/external/chromium/chrome/browser/sync/engine/ |
get_commit_ids_command.cc | 208 // the above scan, but instead we rescan here. This is less efficient, but
|
/external/chromium_org/chrome/browser/resources/options/chromeos/ |
network_list.js | 346 // Force a rescan if opening the menu for WiFi networks to ensure the 348 // on timing, there could be an excessive delay before the first rescan 350 var rescan = !activeMenu_ && this.data_.key == 'wifi'; 378 if (rescan) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/ |
SDL_syscdrom_c.h | 55 rescan for cdfs volumes.
|
/frameworks/base/media/java/android/mtp/ |
MtpDatabase.java | 770 Log.e(TAG, "failed to unhide/rescan for " + newPath); 780 Log.e(TAG, "failed to unhide/rescan for " + newPath); [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMNamedNodeMap.java | 35 * if you ask for attribute 27 and then 28, you'll have to rescan the first
|
/external/chromium_org/v8/src/ |
mark-compact.h | 195 // otherwise mark the object as overflowed and wait for a rescan of the 678 // rescan the page after evacuation to discover and update all [all...] |
/external/v8/src/ |
mark-compact.h | 195 // otherwise mark the object as overflowed and wait for a rescan of the 517 // rescan the page after evacuation to discover and update all
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
MediaProvider.java | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
xmllib.py | 199 rescan = 0 211 rescan = 1 227 if rescan: [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
xmllib.py | 199 rescan = 0 211 rescan = 1 227 if rescan: [all...] |
/bootable/recovery/mtdutils/ |
mtdutils.c | 170 // keep "partitions" around so we can free the names on a rescan.
|
/external/chromium/chrome/browser/extensions/ |
user_script_master.cc | 319 // notifying about these scripts and instead just immediately rescan.
|
/external/chromium_org/chrome/browser/resources/chromeos/network_configuration/js/ |
network_status.js | 292 // TODO(pneubeck): request rescan
|
/external/chromium_org/ipc/ |
ipc_sync_channel.cc | 206 uint32 message_queue_version_; // Used to signal DispatchMessages to rescan
|
/external/jpeg/ |
jpegtran.c | 373 * values read here are mostly ignored; we will rescan the switches after
|