Home
last modified time | relevance | path

Searched refs:snap (Results 1 – 25 of 33) sorted by relevance

12

/external/chromium/chrome/browser/sync/
Dprofile_sync_service_harness.cc444 const SyncSessionSnapshot* snap = GetLastSessionSnapshot(); in IsSynced() local
447 return (snap && in IsSynced()
448 snap->num_conflicting_updates == 0 && // We can decrypt everything. in IsSynced()
452 !snap->has_more_to_sync && in IsSynced()
453 snap->unsynced_count == 0); in IsSynced()
570 const SyncSessionSnapshot* snap = GetLastSessionSnapshot(); in GetUpdatedTimestamp() local
571 DCHECK(snap != NULL) << "GetUpdatedTimestamp(): Sync snapshot is NULL."; in GetUpdatedTimestamp()
572 return snap->download_progress_markers[model_type]; in GetUpdatedTimestamp()
577 const SyncSessionSnapshot* snap = GetLastSessionSnapshot(); in LogClientInfo() local
578 if (snap) { in LogClientInfo()
[all …]
Dbackend_migrator.cc87 const SyncSessionSnapshot* snap = service_->GetLastSessionSnapshot(); in OnStateChanged() local
90 if (snap->download_progress_markers[*it].empty()) in OnStateChanged()
/external/openssl/crypto/rand/
Drand_win.c450 CREATETOOLHELP32SNAPSHOT snap; in RAND_poll() local
468 snap = (CREATETOOLHELP32SNAPSHOT) in RAND_poll()
483 if (snap && heap_first && heap_next && heaplist_first && in RAND_poll()
486 module_next && (handle = snap(TH32CS_SNAPALL,0)) in RAND_poll()
/external/bluetooth/glib/
DMakefile.am139 $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"`
142 $(MAKE) distcheck distdir=$(PACKAGE)-snap`date +"%Y%m%d"`
/external/dhcpcd/mk/
Ddist.mk31 snap: snapshot
/external/iproute2/include/linux/
Datmsap.h132 unsigned char snap[5];/* IEEE 802.1 SNAP identifier */ member
/external/kernel-headers/original/linux/
Datmsap.h132 unsigned char snap[5];/* IEEE 802.1 SNAP identifier */ member
Dif_hippi.h154 struct hippi_snap_hdr snap; member
/external/chromium/chrome/browser/
Denumerate_modules_model_win.cc441 base::win::ScopedHandle snap(::CreateToolhelp32Snapshot(TH32CS_SNAPMODULE, in EnumerateLoadedModules() local
443 if (!snap.Get()) in EnumerateLoadedModules()
448 if (!::Module32First(snap.Get(), &module)) in EnumerateLoadedModules()
464 } while (::Module32Next(snap.Get(), &module)); in EnumerateLoadedModules()
/external/iproute2/lib/
Dll_proto.c82 __PF(SNAP,snap)
/external/wpa_supplicant/
Ddriver_broadcom.c241 if (wwh->snap.type != WL_WPA_ETHER_TYPE) in wpa_driver_broadcom_event_receive()
243 if (os_memcmp(&wwh->snap, wl_wpa_snap_template, 6) != 0) in wpa_driver_broadcom_event_receive()
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
Ddriver_broadcom.c246 if (wwh->snap.type != WL_WPA_ETHER_TYPE) in wpa_driver_broadcom_event_receive()
248 if (os_memcmp(&wwh->snap, wl_wpa_snap_template, 6) != 0) in wpa_driver_broadcom_event_receive()
/external/wpa_supplicant_8/src/drivers/
Ddriver_broadcom.c248 if (wwh->snap.type != WL_WPA_ETHER_TYPE) in wpa_driver_broadcom_event_receive()
250 if (os_memcmp(&wwh->snap, wl_wpa_snap_template, 6) != 0) in wpa_driver_broadcom_event_receive()
/external/chromium/chrome/browser/resources/ntp4/
Dmost_visited_page.css179 * will snap into place after .15s. */
/external/ipsec-tools/src/racoon/
DTODO3 Please send any questions or bug reports to snap-users@kame.net.
/external/webkit/Source/WebKit/mac/WebView/
DWebFullScreenController.mm418 // merely snap to the final position:
571 // merely snap to the final position:
DWebDynamicScrollBarsView.mm590 …if (updatePositionAtAll && updatePositionSynchronously) // Otherwise we'll just let the snap happe…
/external/chromium/chrome/browser/ui/cocoa/tabs/
Dtab_view.mm293 // snap off and not drag within the tab strip.
527 // In order to "snap" two windows of different sizes together at their
/external/chromium/chrome/browser/ui/cocoa/
Dtabpose_window.mm892 // Update the layer's bounds so the layer doesn't snap back when the animation
916 // Update the layer's position so that the layer doesn't snap back when the
Dbrowser_window_controller.mm1719 // "Learn more" link in "Aw snap" page (i.e. crash page or sad tab) is
/external/mesa3d/docs/
DREADME.3DFX142 Desc: do not snap vertices inside Mesa
/external/libvpx/examples/includes/geshi/docs/
Dgeshi-doc.txt167 Installing GeSHi is a snap, even for those most new to PHP. There's no tricks involved. Honest!
/external/valgrind/main/
DNEWS2715 76416 Problems with gcc 3.4 snap 20040225
/external/webkit/Source/WebKit/win/
DChangeLog992 …Replaced elements still snap to integer positions on lines, and they use a rounding model as well,…
/external/webkit/Source/WebCore/
DChangeLog-2003-10-2518000 1. Always attempt to cache snap back items.
18002 …3. Set the page cache size to 4 (+ snap back items). After releasing resources we hover around 2…

12