/prebuilts/sdk/current/support/v7/recyclerview/libs/ |
android-support-v7-recyclerview.jar | |
/art/compiler/optimizing/ |
block_builder.cc | 247 std::less<uint32_t>(), arena_->Adapter(kArenaAllocGraphBuilder)); 272 std::less<uint32_t>(), arena_->Adapter(kArenaAllocGraphBuilder));
|
/development/apps/Development/src/com/android/development/ |
AccountsTester.java | 182 ArrayAdapter<String> adapter = local 185 mAccountTypesSpinner.setAdapter(adapter);
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
LoaderThrottle.java | 390 // This is the Adapter being used to display the list's data. 405 // Create an empty adapter we will use to display the loaded data.
|
PresentationActivity.java | 363 * List adapter. 437 * Update the contents of the display list adapter to show
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/ |
ContactOperations.java | 409 // If we're in the middle of a real sync-adapter operation, then go ahead 410 // and tell the Contacts provider that we're the sync adapter. That
|
/external/autotest/client/cros/chameleon/ |
chameleon_audio_helper.py | 174 # To connect bluetooth adapter on Cros device to bluetooth module on 175 # chameleon board, we need to access bluetooth adapter on Cros host
|
/external/chromium-trace/catapult/third_party/webapp2/tests/ |
routing_test.py | 250 response.write('hello my adapter') 262 self.assertEqual(rsp.body, 'hello my adapter')
|
/external/chromium-trace/catapult/third_party/webapp2/ |
webapp2.py | [all...] |
/external/libchrome/base/ |
bind_internal.h | 124 // a function pointer, method pointer, or const method pointer. The adapter 363 // be different if an adapter like IgnoreResult() has been used.
|
/external/libpcap/pcap/ |
pcap.h | 331 * the packet is received by the network adapter, due to batching 450 Adapter *pcap_get_adapter(pcap_t *p);
|
/external/libpcap/ |
pcap.c | 119 Adapter * 791 * the adapter is in monitor mode or not. [all...] |
/external/libweave/third_party/chromium/base/ |
bind_internal.h | 124 // a function pointer, method pointer, or const method pointer. The adapter 363 // be different if an adapter like IgnoreResult() has been used.
|
/external/pdfium/ |
BUILD.gn | 779 "xfa/include/fwl/adapter/fwl_adapterclipboardmgr.h", 780 "xfa/include/fwl/adapter/fwl_adaptercursormgr.h", 781 "xfa/include/fwl/adapter/fwl_adaptermonitormgr.h", 782 "xfa/include/fwl/adapter/fwl_adapternative.h", 783 "xfa/include/fwl/adapter/fwl_adapterthreadmgr.h", 784 "xfa/include/fwl/adapter/fwl_adaptertimermgr.h", 785 "xfa/include/fwl/adapter/fwl_adapterwidgetmgr.h", 786 "xfa/include/fwl/adapter/fwl_sdadapterimp.h", [all...] |
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowSimpleCursorAdapter.java | 35 * An easy adapter to map columns from a cursor to TextViews or ImageViews 50 * If this adapter is used with filtering, for instance in an
|
/external/webrtc/talk/media/base/ |
videocapturer.h | 108 // been captured from the device, it is sent to the video adapter, then out to 312 // Video adapter really only cares about capture format interval.
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
simulcast_encoder_adapter.cc | 118 AdapterEncodedImageCallback(webrtc::SimulcastEncoderAdapter* adapter, 120 : adapter_(adapter), stream_idx_(stream_idx) {}
|
/external/wpa_supplicant_8/src/l2_packet/ |
l2_packet_ndis.c | 217 * the adapter is not in connected state. For now, we are just using a 496 * notices that the adapter is disconnected. */
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothDevice.java | 611 BluetoothAdapter adapter = BluetoothAdapter.getDefaultAdapter(); local 612 sService = adapter.getBluetoothService(mStateChangeCallback); 716 * <p>The local adapter will automatically retrieve remote names when 1221 BluetoothAdapter adapter = BluetoothAdapter.getDefaultAdapter(); local 1591 BluetoothAdapter adapter = BluetoothAdapter.getDefaultAdapter(); local [all...] |
/frameworks/base/core/java/android/nfc/ |
NfcActivityManager.java | 198 public NfcActivityManager(NfcAdapter adapter) { 199 mAdapter = adapter;
|
/frameworks/base/core/java/android/print/ |
PrintDocumentAdapter.java | 145 * which is you will not receive any calls to this adapter until the current 202 * is you will not receive any calls to this adapter until the current write
|
/frameworks/base/core/java/android/widget/ |
SearchView.java | 715 * and not when using a custom adapter. 740 * You can set a custom adapter if you wish. Otherwise the default adapter is used to 745 public void setSuggestionsAdapter(CursorAdapter adapter) { 746 mSuggestionsAdapter = adapter; 752 * Returns the adapter used for suggestions, if any. 753 * @return the suggestions adapter [all...] |
/frameworks/base/docs/html/about/versions/ |
android-4.0.3.jd | 108 updated by the sync adapter.</li> 277 adapter to read and write social stream data to a contact in the shared
|
/frameworks/base/docs/html/reference/android/support/wearable/ |
lists.js | 66 { id:64, label:"android.support.wearable.view.WearableListView.Adapter", link:"reference/android/support/wearable/view/WearableListView.Adapter.html", type:"class", deprecated:"false" },
|
/frameworks/base/docs/html/reference/android/support/wearable/view/ |
GridViewPager.OnPageChangeListener.html | 642 <li class="api apilevel-"><a href="/reference/android/support/wearable/view/WearableListView.Adapter.html">WearableListView.Adapter</a></li>
|