/external/chromium/chrome/browser/sync/ |
D | profile_sync_service_harness.cc | 444 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 …]
|
D | backend_migrator.cc | 87 const SyncSessionSnapshot* snap = service_->GetLastSessionSnapshot(); in OnStateChanged() local 90 if (snap->download_progress_markers[*it].empty()) in OnStateChanged()
|
/external/openssl/crypto/rand/ |
D | rand_win.c | 450 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/ |
D | Makefile.am | 139 $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"` 142 $(MAKE) distcheck distdir=$(PACKAGE)-snap`date +"%Y%m%d"`
|
/external/dhcpcd/mk/ |
D | dist.mk | 31 snap: snapshot
|
/external/iproute2/include/linux/ |
D | atmsap.h | 132 unsigned char snap[5];/* IEEE 802.1 SNAP identifier */ member
|
/external/kernel-headers/original/linux/ |
D | atmsap.h | 132 unsigned char snap[5];/* IEEE 802.1 SNAP identifier */ member
|
D | if_hippi.h | 154 struct hippi_snap_hdr snap; member
|
/external/chromium/chrome/browser/ |
D | enumerate_modules_model_win.cc | 441 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/ |
D | ll_proto.c | 82 __PF(SNAP,snap)
|
/external/wpa_supplicant/ |
D | driver_broadcom.c | 241 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/ |
D | driver_broadcom.c | 246 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/ |
D | driver_broadcom.c | 248 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/ |
D | most_visited_page.css | 179 * will snap into place after .15s. */
|
/external/ipsec-tools/src/racoon/ |
D | TODO | 3 Please send any questions or bug reports to snap-users@kame.net.
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebFullScreenController.mm | 418 // merely snap to the final position: 571 // merely snap to the final position:
|
D | WebDynamicScrollBarsView.mm | 590 …if (updatePositionAtAll && updatePositionSynchronously) // Otherwise we'll just let the snap happe…
|
/external/chromium/chrome/browser/ui/cocoa/tabs/ |
D | tab_view.mm | 293 // 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/ |
D | tabpose_window.mm | 892 // 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
|
D | browser_window_controller.mm | 1719 // "Learn more" link in "Aw snap" page (i.e. crash page or sad tab) is
|
/external/mesa3d/docs/ |
D | README.3DFX | 142 Desc: do not snap vertices inside Mesa
|
/external/libvpx/examples/includes/geshi/docs/ |
D | geshi-doc.txt | 167 Installing GeSHi is a snap, even for those most new to PHP. There's no tricks involved. Honest!
|
/external/valgrind/main/ |
D | NEWS | 2715 76416 Problems with gcc 3.4 snap 20040225
|
/external/webkit/Source/WebKit/win/ |
D | ChangeLog | 992 …Replaced elements still snap to integer positions on lines, and they use a rounding model as well,…
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2003-10-25 | 18000 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…
|