HomeSort by relevance Sort by last modified time
    Searched refs:sync (Results 326 - 350 of 640) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/mtd/
mtd.h 121 void (*sync) (struct mtd_info *mtd); member in struct:mtd_info
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/
unistd.h 125 extern int sync(void);
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
if.h 116 sync_serial_settings __user *sync; member in union:if_settings::__anon41812
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/mtd/
mtd.h 121 void (*sync) (struct mtd_info *mtd); member in struct:mtd_info
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/
unistd.h 128 extern int sync(void);
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
if.h 116 sync_serial_settings __user *sync; member in union:if_settings::__anon42258
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/mtd/
mtd.h 121 void (*sync) (struct mtd_info *mtd); member in struct:mtd_info
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/
unistd.h 128 extern int sync(void);
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
if.h 116 sync_serial_settings __user *sync; member in union:if_settings::__anon42706
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/mtd/
mtd.h 121 void (*sync) (struct mtd_info *mtd); member in struct:mtd_info
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
unistd.h 128 extern int sync(void);
  /sdk/emulator/opengl/host/libs/libOpenglRender/
egl_proc.h 62 typedef EGLBoolean (EGLAPIENTRY *eglDestroySyncKHR_t) (EGLDisplay, EGLSyncKHR sync);
  /external/chromium/chrome/browser/resources/
new_new_tab.js 16 // The histogram buckets (keep in sync with extension_constants.h).
787 * This function is called by the backend whenever the sync status section
788 * needs to be updated to reflect recent sync state changes. The backend passes
792 * syncsectionisvisible: true if the sync section needs to show up on the new
794 * title: the header for the sync status section.
796 * linkisvisible: true if the link element should be visible within the sync
798 * linktext: the text to display as the link in the sync status (only used if
808 var syncStatusElement = $('sync-status');
820 // Set the sync section background color based on the state.
827 // Set the text for the header and sync message
    [all...]
  /external/webkit/Source/WebCore/platform/sql/
SQLiteDatabase.cpp 227 void SQLiteDatabase::setSynchronous(SynchronousPragma sync)
229 executeCommand(makeString("PRAGMA synchronous = ", String::number(sync)));
  /external/webkit/Source/WebCore/storage/
StorageAreaSync.cpp 45 // If the StorageArea undergoes rapid changes, don't sync each change to disk.
46 // Instead, queue up a batch of items to sync and actually do the sync at the following interval.
49 // A sane limit on how many items we'll schedule to sync all at once. This makes it
170 // Do not schedule another sync if we're still trying to complete the
336 void StorageAreaSync::sync(bool clearItems, const HashMap<String, String>& items) function in class:WebCore::StorageAreaSync
426 sync(clearItems, items);