/development/ndk/platforms/android-3/include/linux/ |
D | highmem.h | 25 #define kmap_atomic(page, idx) page_address(page) argument 26 #define kunmap_atomic(addr, idx) do { } while (0) argument 27 #define kmap_atomic_pfn(pfn, idx) page_address(pfn_to_page(pfn)) argument
|
D | bio.h | 114 #define bio_iovec_idx(bio, idx) (&((bio)->bi_io_vec[(idx)])) argument 130 #define __bio_kmap_atomic(bio, idx, kmtype) (kmap_atomic(bio_iovec_idx((bio), (idx))->bv_page, km… argument
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
D | fixmap_32.h | 45 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL) argument 46 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE) argument 47 #define clear_fixmap(idx) __set_fixmap(idx, 0, __pgprot(0)) argument
|
D | desc_32.h | 74 #define GET_DESC_BASE(idx, gdt, base, lo_w, lo_b, hi_b) movb idx*8+4(gdt), lo_b; movb idx*8+7(g… argument
|
/development/ndk/platforms/android-21/include/linux/netfilter/ |
D | xt_TCPOPTSTRIP.h | 22 #define tcpoptstrip_set_bit(bmap, idx) (bmap[(idx) >> 5] |= 1U << (idx & 31)) argument 24 #define tcpoptstrip_test_bit(bmap, idx) (((1U << (idx & 31)) & bmap[(idx) >> 5]) != 0) argument
|
/development/ndk/platforms/android-21/include/linux/ |
D | virtio_ring.h | 41 __u16 idx; member 52 __u16 idx; member
|
D | rfkill.h | 50 __u32 idx; member
|
D | connector.h | 50 __u32 idx; member
|
/development/scripts/ |
D | compare-installed-size.py | 43 def ParseFile(install_file, idx): argument
|
/development/samples/browseable/LNotifications/src/com.example.android.lnotifications/ |
D | OtherMetadataFragment.java | 235 int idx = cursor.getColumnIndex(ContactsContract.Contacts.PHOTO_ID); in loadBitmapFromContactUri() local 264 int idx = cursor.getColumnIndex(ContactsContract.Contacts.DISPLAY_NAME); in updateContactEntryFromUri() local
|
/development/tools/apkcheck/src/com/android/apkcheck/ |
D | ApkCheck.java | 67 int idx; in main() local
|
/development/ndk/platforms/android-18/samples/gles3jni/jni/ |
D | gles3jni.cpp | 182 int idx = i*ncells[1] + j; in calcSceneParams() local
|
/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/ |
D | CubeWallpaper2.java | 140 String [] idx = l[i].split(" "); in readModel() local
|
/development/ndk/platforms/android-8/samples/bitmap-plasma/jni/ |
D | plasma.c | 176 int idx = FIXED_FRAC(x) >> (FIXED_BITS - PALETTE_BITS); in palette_from_fixed() local
|
/development/ndk/platforms/android-9/samples/native-plasma/jni/ |
D | plasma.c | 181 int idx = FIXED_FRAC(x) >> (FIXED_BITS - PALETTE_BITS); in palette_from_fixed() local
|
/development/ndk/platforms/android-21/include/sys/ |
D | cdefs.h | 408 #define __link_set_entry(set, idx) (__link_set_begin(set)[idx]) argument
|
/development/ndk/platforms/android-3/include/sys/ |
D | cdefs.h | 408 #define __link_set_entry(set, idx) (__link_set_begin(set)[idx]) argument
|
/development/samples/training/multiscreen/newsreader/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/training/basic/ActivityLifecycle/libs/ |
D | android-support-v13.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/training/NavigationDrawer/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/training/basic/FragmentBasics/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/training/location-aware/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/training/AnimationsDemo/libs/ |
D | android-support-v13.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/training/ContactsList/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/training/EffectiveNavigation/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |