/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
cycx_cfm.h | 29 #define CFM_MAX_CYCX 1 /* max number of compatible adapters */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
cycx_cfm.h | 29 #define CFM_MAX_CYCX 1 /* max number of compatible adapters */
|
/external/chromium_org/device/bluetooth/ |
bluetooth_adapter.h | 29 // Interface for observing changes from bluetooth adapters. 81 // if monitoring multiple adapters check the |adapter| parameter of
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/ |
BaseCursorPagerAdapter.java | 18 package com.android.ex.photo.adapters; 33 * Page adapter for use with an BaseCursorLoader. Unlike other cursor adapters, this has no
|
BaseFragmentPagerAdapter.java | 18 package com.android.ex.photo.adapters;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
uuid.py | 370 ncb.Buffer = adapters = netbios.LANA_ENUM() 371 adapters._pack() 374 adapters._unpack() 375 for i in range(adapters.length): 378 ncb.Lana_num = ord(adapters.lana[i]) 383 ncb.Lana_num = ord(adapters.lana[i])
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
uuid.py | 370 ncb.Buffer = adapters = netbios.LANA_ENUM() 371 adapters._pack() 374 adapters._unpack() 375 for i in range(adapters.length): 378 ncb.Lana_num = ord(adapters.lana[i]) 383 ncb.Lana_num = ord(adapters.lana[i])
|
/frameworks/base/docs/html/guide/topics/providers/ |
calendar-provider.jd | 46 <li><a href="#sync-adapter">Sync Adapters</a></li> 64 <p>The Calender Provider API can be used by applications and sync adapters. The 67 a discussion of how sync adapters are different, see 68 <a href="#sync-adapter">Sync Adapters</a>.</p> 86 and sync adapters can get read/write access to the database tables that hold a 180 <li><strong>Sync adapters.</strong> A sync adapter synchronizes the calendar data 184 there are columns that are reserved for the sync adapters to use. 187 sync adapters, see <a href="#sync-adapter">Sync Adapters</a>.</li> 381 discussion of sync adapters, see <a href="#sync-adapter">Sync Adapters</a>.</p [all...] |
contacts-provider.jd | 30 <a href="#Sources">Data From Sync Adapters</a> 46 <a href="#SyncAdapters">Contacts Provider Sync Adapters</a> 230 adapters are able to delete the row from their servers and then finally delete the row 364 adapters. The generic column name constants always work, regardless of the type of 463 sync adapters are allowed to add contacts, and some columns in a contact row are read-only. 507 <h2 id="Sources">Data From Sync Adapters</h2> 510 Provider from web services via <strong>sync adapters</strong>, which automate 511 the transfer of data between the device and services. Sync adapters run in the background 520 more detail, and describe how account type and name relate to sync adapters and services. 551 <a href="#SyncAdapters">Contacts Provider Sync Adapters</a> [all...] |
/external/chromium_org/net/base/ |
network_change_notifier_win.cc | 126 // providers rather than the actual adapters. 132 // adapters.
|
/frameworks/base/core/java/android/app/ |
ExpandableListActivity.java | 95 * {@link ExpandableListAdapter}s that simplify use of adapters: 145 * Android provides two standard list adapters:
|
/prebuilts/tools/common/m2/internal/jdom/jdom/1.0/ |
jdom-1.0.jar | |
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/ |
DeviceListActivity.java | 79 // Initialize array adapters. One for already paired devices and
|
/development/samples/training/EffectiveNavigation/src/com/example/android/effectivenavigation/ |
CollectionDemoActivity.java | 58 // ViewPager and its adapters use support library fragments, so we must use
|
/external/chromium_org/chromeos/dbus/ |
nfc_manager_client.cc | 21 RegisterProperty(nfc_manager::kAdaptersProperty, &adapters);
|
nfc_client_unittest.cc | 388 // Tests that when adapters are added and removed through the manager, all 392 // Invoking methods on adapters that haven't been added should fail. 435 // Invoking methods should succeed on both adapters. 484 // Invoking methods should fail on both adapters. [all...] |
/frameworks/base/core/java/android/widget/ |
Adapter.java | 147 * adapters might want a different behavior.
|
/frameworks/base/services/java/com/android/server/display/ |
LocalDisplayAdapter.java | 36 * Display adapters are guarded by the {@link DisplayManagerService.SyncRoot} lock.
|
VirtualDisplayAdapter.java | 34 * Display adapters are guarded by the {@link DisplayManagerService.SyncRoot} lock.
|
/hardware/ti/omap4xxx/camera/inc/ |
TICameraParameters.h | 69 // TI recording hint to notify camera adapters of possible recording
|
/packages/apps/Gallery2/src/com/android/photos/ |
AlbumFragment.java | 35 import com.android.photos.adapters.PhotoThumbnailAdapter;
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/ |
SuggestionsAdapterBase.java | 32 * Base class for suggestions adapters. The templated class A is the list adapter class.
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
MultiFoldersSelectionDialog.java | 98 // Currently, the number of adapters are assumed to match the
|
/external/chromium/third_party/libjingle/source/talk/base/ |
network.cc | 344 // Ignore any HOST side vmware adapters with a description like: 346 // but don't ignore any GUEST side adapters with a description like:
|
/external/chromium_org/content/child/fileapi/ |
webfilesystem_impl.cc | 143 // Callback adapters. Callbacks must be called on the original calling thread, 144 // so these callback adapters relay back the results to the calling thread
|