HomeSort by relevance Sort by last modified time
    Searched full:adapters (Results 51 - 75 of 244) sorted by null

1 23 4 5 6 7 8 910

  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_ctraits_fns.h 25 // This file contains a few small adapters that allow a character
  /external/chromium/net/base/
network_change_notifier_win.cc 63 // providers rather than the actual adapters.
69 // adapters.
  /external/chromium_org/device/nfc/
nfc_chromeos_unittest.cc 104 // Remove all adapters.
109 // Add two adapters.
  /frameworks/base/docs/html/training/sync-adapters/
index.jd 1 page.title=Transferring Data Using Sync Adapters
98 <strong>Note:</strong> Sync adapters run asynchronously, so you should use them with the
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
SectionedListAdapter.java 30 * Adapter that combines multiple adapters as sections, asking each section to
31 * provide a header, and correctly handling item types across child adapters.
  /packages/apps/Contacts/src/com/android/contacts/widget/
CompositeListAdapter.java 28 * A general purpose adapter that is composed of multiple sub-adapters. It just
30 * sub-adapters and propagates them to its own listeners.
  /packages/apps/Contacts/tests/
AndroidManifest.xml 90 Test authenticators/sync adapters.
93 so we could easily add multiple pairs of authenticators and sync adapters.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/usb/
cdc.h 4 * CDC says how to talk to lots of different types of network adapters,
5 * notably ethernet adapters and various modems. It's used mostly with
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/usb/
cdc.h 4 * CDC says how to talk to lots of different types of network adapters,
5 * notably ethernet adapters and various modems. It's used mostly with
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/usb/
cdc.h 4 * CDC says how to talk to lots of different types of network adapters,
5 * notably ethernet adapters and various modems. It's used mostly with
  /external/chromium_org/net/dns/
dns_config_service_win_unittest.cc 80 IP_ADAPTER_ADDRESSES* adapters = heap.get(); local
82 reinterpret_cast<IP_ADAPTER_DNS_SERVER_ADDRESS*>(adapters + num_adapters);
88 IP_ADAPTER_ADDRESSES* adapter = adapters + i;
125 { // Ignore loopback and inactive adapters.
162 { // No usable adapters.
  /external/chromium_org/net/proxy/
dhcp_proxy_script_fetcher_win_unittest.cc 306 // |ImplCreateAdapterFetcher()|, and its name to the list of adapters
563 // Here we have a bunch of adapters; the first reports no PAC in DHCP,
566 // adapters, i.e. we finish before timeout.
577 // time to kick in before the timeout waiting for more adapters kicks in.
587 // more adapters.
dhcp_proxy_script_fetcher.h 24 // presence of multiple adapters with DHCP enabled, the fetcher resolves
  /frameworks/base/services/java/com/android/server/display/
DisplayManagerService.java 63 * There are separate display adapters for each manner that devices are attached:
68 * Display adapters are only weakly coupled to the display manager service.
69 * Display adapters communicate changes in display device state to the display manager
73 * two classes: display adapters handle individual display devices whereas
134 // This option may disable certain display adapters.
138 // services should be started. This option may disable certain display adapters.
152 // List of all currently registered display adapters.
    [all...]
  /frameworks/base/core/java/android/provider/
CalendarContract.java 86 * adapters</li>
196 * Generic columns for use by sync adapters. The specific functions of these
206 * Generic column for use by sync adapters. Column name.
212 * Generic column for use by sync adapters. Column name.
218 * Generic column for use by sync adapters. Column name.
224 * Generic column for use by sync adapters. Column name.
230 * Generic column for use by sync adapters. Column name.
236 * Generic column for use by sync adapters. Column name.
242 * Generic column for use by sync adapters. Column name.
248 * Generic column for use by sync adapters. Column name
    [all...]
BrowserContract.java 69 * Generic columns for use by sync adapters. The specific functions of
76 /** Generic column for use by sync adapters. */
78 /** Generic column for use by sync adapters. */
80 /** Generic column for use by sync adapters. */
82 /** Generic column for use by sync adapters. */
84 /** Generic column for use by sync adapters. */
501 * A table provided for sync adapters to use for storing private sync state data.
  /external/chromium_org/net/base/
net_util_win.cc 154 IP_ADAPTER_ADDRESSES *adapters =
156 result = GetAdaptersAddresses(AF_UNSPEC, flags, NULL, adapters, &len);
162 for (IP_ADAPTER_ADDRESSES *adapter = adapters; adapter != NULL;
  /packages/apps/Exchange/src/com/android/exchange/service/
EasService.java 50 * from the sync adapters; sync adapters should make blocking calls on this service to actually
243 // TODO: Do we need a wakelock here? For RPC coming from sync adapters, no -- the SA
  /external/chromium_org/third_party/cld/base/
strtoint.h 28 // libc function. In a couple of 64-bit cases, however, adapters are required,
  /frameworks/base/core/java/android/widget/
BaseExpandableListAdapter.java 26 * Adapters inheriting this class should verify that the base implementations of
  /packages/apps/Gallery2/src/com/android/photos/
AlbumSetFragment.java 33 import com.android.photos.adapters.AlbumSetCursorAdapter;
PhotoSetFragment.java 32 import com.android.photos.adapters.PhotoThumbnailAdapter;
  /packages/apps/Settings/src/com/android/settings/accounts/
AccountSyncSettings.java 332 // plus whatever the system needs to sync, e.g., invisible sync adapters
335 // invisible sync adapters' account type should be same as current account type
466 // keep track of invisible sync adapters, so sync now forces
480 Log.d(TAG, "looking for sync adapters that match account " + account);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
SingleFolderSelectionDialog.java 73 // Currently, the number of adapters are assumed to match the
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cycx_cfm.h 29 #define CFM_MAX_CYCX 1 /* max number of compatible adapters */

Completed in 243 milliseconds

1 23 4 5 6 7 8 910