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

1 2 3 45 6 7 8 910

  /external/chromium_org/third_party/libjingle/source/talk/base/
network.cc 456 // Ignore any HOST side vmware adapters with a description like:
458 // but don't ignore any GUEST side adapters with a description like:
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSimpleCursorAdapter.java 197 * Intended to be overridden by Adapters that need to filter strings
217 * Intended to be overridden by Adapters that need to filter strings
  /frameworks/base/core/java/android/widget/
SimpleCursorAdapter.java 202 * Intended to be overridden by Adapters that need to filter strings
221 * Intended to be overridden by Adapters that need to filter strings
SimpleCursorTreeAdapter.java 269 * value will be treated as a Uri. Intended to be overridden by Adapters
288 * Intended to be overridden by Adapters that need to filter strings
AlphabetIndexer.java 24 * A helper class for adapters that implement the SectionIndexer interface.
  /frameworks/base/docs/html/about/versions/
android-2.0.jd 276 <h4>Sync adapters </h4>
278 <li>New APIs for sync adapters to connect to any backend</li>
android-2.0-highlights.jd 90 <li>Developers can create sync adapters that provide synchronization with
  /frameworks/support/v4/java/android/support/v4/view/
PagerAdapter.java 41 * <p>PagerAdapter is more general than the adapters used for
73 * to AdapterView adapters derived from {@link android.widget.BaseAdapter}. A data
  /frameworks/support/v4/java/android/support/v4/widget/
SimpleCursorAdapter.java 187 * Intended to be overridden by Adapters that need to filter strings
206 * Intended to be overridden by Adapters that need to filter strings
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
types.py 319 del sqlite.adapters[int]
326 del sqlite.adapters[(int, sqlite.PrepareProtocol)]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
types.py 319 del sqlite.adapters[int]
326 del sqlite.adapters[(int, sqlite.PrepareProtocol)]
  /development/samples/SearchableDictionary/src/com/example/android/searchabledict/
DictionaryDatabase.java 118 * order for the Adapters to work, so the columns need to make "_id" an alias for "rowid"
  /external/chromium_org/chrome/browser/extensions/api/music_manager_private/
device_id.cc 77 // Apple uses this across machines for Bluetooth ethernet adapters.
  /external/libpcap/
fad-win32.c 250 snprintf(errbuf, PCAP_ERRBUF_SIZE, "Cannot allocate enough memory to list the adapters.");
  /frameworks/base/core/java/android/nfc/tech/
IsoDep.java 190 * <p>Some NFC adapters, like the one used in the Nexus S and the Galaxy Nexus
  /frameworks/base/core/java/android/preference/
PreferenceGroupAdapter.java 34 * adapters from {@link Preference#getAdapter()}.
  /frameworks/base/docs/html/training/sync-adapters/
creating-stub-provider.jd 47 sync adapters, content providers offer a variety of security benefits and are specifically
  /frameworks/base/nfc-extras/java/com/android/nfc_extras/
NfcAdapterExtras.java 241 * <p>Different NFC adapters may use different drivers. This value is
  /packages/apps/ContactsCommon/tests/res/xml/
test_basic_contacts.xml 36 - All sync adapters must support structured name. "display name only" is not
  /packages/apps/Exchange/tests/src/com/android/exchange/provider/
MockProvider.java 35 * package. It is specifically designed to enable testing of sync adapters that create
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/browse/
TestProvider.java 39 * It is specifically designed to enable testing of sync adapters that create
  /external/chromium/third_party/libjingle/source/talk/base/
stream.h 265 /* Note: Many stream adapters were implemented prior to this Read/Write
268 adapters, and make them compliant with these interfaces, after which this
645 // Keep in mind that the streams and adapters defined in this file are
  /external/chromium_org/net/dns/
dns_config_service_win.cc 261 // The order of adapters is the network binding order, so stick to the
475 // connection-specific DNS suffix. Ignore disconnected and loopback adapters.
476 // The order of adapters is the network binding order, so stick to the
  /frameworks/base/core/java/android/provider/
ContactsContract.java 107 * adapters
632 * A table provided for sync adapters to use for storing private sync state data for contacts.
685 * A table provided for sync adapters to use for storing private sync state data for the
738 * Generic columns for use by sync adapters. The specific functions of
747 /** Generic column for use by sync adapters. */
749 /** Generic column for use by sync adapters. */
751 /** Generic column for use by sync adapters. */
753 /** Generic column for use by sync adapters. */
    [all...]
  /frameworks/base/docs/html/training/
training_toc.cs 586 <a href="<?cs var:toroot ?>training/sync-adapters/index.html"
589 >Transferring Data Using Sync Adapters</a>
593 <a href="<?cs var:toroot ?>training/sync-adapters/creating-authenticator.html">
598 <a href="<?cs var:toroot ?>training/sync-adapters/creating-stub-provider.html">
603 <a href="<?cs var:toroot ?>training/sync-adapters/creating-sync-adapter.html">
608 <a href="<?cs var:toroot ?>training/sync-adapters/running-sync-adapter.html">
    [all...]

Completed in 2213 milliseconds

1 2 3 45 6 7 8 910