| /development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/ |
| D | SimpleGeofenceStore.java | 54 public SimpleGeofence getGeofence(String id) { in getGeofence() 84 public void setGeofence(String id, SimpleGeofence geofence) { in setGeofence() 103 public void clearGeofence(String id) { in clearGeofence() 120 private String getGeofenceFieldKey(String id, String fieldName) { in getGeofenceFieldKey()
|
| /development/ndk/platforms/android-3/include/linux/ |
| D | patchkey.h | 23 #define _PATCHKEY(id) (0xfd00|id) argument 25 #define _PATCHKEY(id) ((id<<8)|0x00fd) argument
|
| D | ata.h | 241 #define ata_id_is_ata(id) (((id)[0] & (1 << 15)) == 0) argument 242 #define ata_id_is_cfa(id) ((id)[0] == 0x848A) argument 243 #define ata_id_is_sata(id) ((id)[93] == 0) argument 244 #define ata_id_rahead_enabled(id) ((id)[85] & (1 << 6)) argument 245 #define ata_id_wcache_enabled(id) ((id)[85] & (1 << 5)) argument 246 #define ata_id_hpa_enabled(id) ((id)[85] & (1 << 10)) argument 247 #define ata_id_has_fua(id) ((id)[84] & (1 << 6)) argument 248 #define ata_id_has_flush(id) ((id)[83] & (1 << 12)) argument 249 #define ata_id_has_flush_ext(id) ((id)[83] & (1 << 13)) argument 250 #define ata_id_has_lba48(id) ((id)[83] & (1 << 10)) argument [all …]
|
| D | keychord.h | 23 __u16 id; member
|
| /development/ndk/platforms/android-L/include/linux/ |
| D | patchkey.h | 29 #define _PATCHKEY(id) (0xfd00|id) argument 31 #define _PATCHKEY(id) ((id<<8)|0x00fd) argument
|
| D | adb.h | 22 #define ADB_FLUSH(id) (0x01 | ((id) << 4)) argument 24 #define ADB_WRITEREG(id, reg) (0x08 | (reg) | ((id) << 4)) argument 25 #define ADB_READREG(id, reg) (0x0C | (reg) | ((id) << 4)) argument
|
| D | keychord.h | 26 __u16 id; member
|
| /development/samples/browseable/BasicMultitouch/src/com.example.android.basicmultitouch/ |
| D | TouchDisplayView.java | 152 int id = event.getPointerId(0); in onTouchEvent() local 182 int id = event.getPointerId(index); in onTouchEvent() local 210 int id = event.getPointerId(0); in onTouchEvent() local 232 int id = event.getPointerId(index); in onTouchEvent() local 261 int id = event.getPointerId(index); in onTouchEvent() local 302 int id = mTouches.keyAt(i); in onDraw() local 373 protected void drawCircle(Canvas canvas, int id, TouchHistory data) { in drawCircle()
|
| /development/samples/ApiDemos/src/com/example/android/apis/animation/ |
| D | ActivityTransition.java | 76 public static int getIdForKey(String id) { in getIdForKey() 80 public static int getDrawableIdForKey(String id) { in getDrawableIdForKey() 84 public static int getIndexForKey(String id) { in getIndexForKey()
|
| /development/ndk/platforms/android-3/arch-arm/include/asm/arch/ |
| D | cpu.h | 23 #define IS_OMAP_CLASS(class, id) static inline int is_omap ##class (void) { return (GET_OMAP_CL… argument 27 #define IS_OMAP_SUBCLASS(subclass, id) static inline int is_omap ##subclass (void) { return (GE… argument 39 #define IS_OMAP_TYPE(type, id) static inline int is_omap ##type (void) { return (GET_OMAP_TYPE … argument
|
| /development/tutorials/MoarRam/jni/ |
| D | baz.c | 35 jint id) in Java_com_android_benchmark_moarram_MainActivity_addVariableSizedBlocksNative() 59 jint id) in Java_com_android_benchmark_moarram_MainActivity_freeVariableSizedBlocksNative()
|
| /development/samples/ControllerSample/src/com/example/inputmanagercompat/ |
| D | InputManagerV9.java | 68 int id = imv.mDevices.keyAt(i); in handleMessage() local 98 public InputDevice getInputDevice(int id) { in getInputDevice() 154 static DeviceEvent getDeviceEvent(int messageType, int id, in getDeviceEvent() 190 int id = event.getDeviceId(); in onGenericMotionEvent() local
|
| /development/samples/Support7Demos/src/com/example/android/supportv7/graphics/ |
| D | PaletteActivity.java | 138 public void onListItemClick(ListView l, View v, int position, long id) { in onListItemClick() 149 public Loader<Cursor> onCreateLoader(int id, Bundle bundle) { in onCreateLoader() 200 final long id = cursor.getLong( in bindView() local
|
| /development/samples/ApiDemos/src/com/example/android/apis/view/ |
| D | DateWidgets1.java | 90 protected Dialog onCreateDialog(int id) { in onCreateDialog() 105 protected void onPrepareDialog(int id, Dialog dialog) { in onPrepareDialog()
|
| D | List17.java | 51 protected void onListItemClick(ListView l, View v, int position, long id) { in onListItemClick()
|
| /development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/net/ |
| D | FeedParser.java | 129 String id = null; in readEntry() local 266 public final String id; field in FeedParser.Entry 271 Entry(String id, String title, String link, long published) { in Entry()
|
| /development/samples/Support13Demos/src/com/example/android/supportv13/app/ |
| D | CursorFragment.java | 98 @Override public void onListItemClick(ListView l, View v, int position, long id) { in onListItemClick() 113 public Loader<Cursor> onCreateLoader(int id, Bundle args) { in onCreateLoader()
|
| /development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/provider/ |
| D | FeedProvider.java | 100 String id = uri.getLastPathSegment(); in query() local 129 long id = db.insertOrThrow(FeedContract.Entry.TABLE_NAME, null, values); in insert() local 160 String id = uri.getLastPathSegment(); in delete() local 192 String id = uri.getLastPathSegment(); in update() local
|
| /development/samples/Support4Demos/src/com/example/android/supportv4/app/ |
| D | LoaderRetainedSupport.java | 134 @Override public void onListItemClick(ListView l, View v, int position, long id) { in onListItemClick() 145 public Loader<Cursor> onCreateLoader(int id, Bundle args) { in onCreateLoader()
|
| D | LoaderCursorSupport.java | 143 @Override public void onListItemClick(ListView l, View v, int position, long id) { in onListItemClick() 154 public Loader<Cursor> onCreateLoader(int id, Bundle args) { in onCreateLoader()
|
| /development/ndk/platforms/android-L/include/linux/netfilter/ |
| D | xt_realm.h | 24 __u32 id; member
|
| D | xt_LED.h | 24 char id[27]; member
|
| /development/ndk/platforms/android-3/include/linux/netfilter/ |
| D | xt_realm.h | 16 u_int32_t id; member
|
| /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/ |
| D | MusicRetriever.java | 113 long id; field in MusicRetriever.Item 119 public Item(long id, String artist, String title, String album, long duration) { in Item()
|
| /development/samples/XmlAdapters/src/com/example/android/xmladapters/ |
| D | UrlIntentListener.java | 32 public void onItemClick(AdapterView<?> parent, View view, int position, long id) { in onItemClick()
|