/development/ndk/platforms/android-9/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-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-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/scripts/ |
D | compare-installed-size.py | 43 def ParseFile(install_file, idx): 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/samples/browseable/LNotifications/src/com.example.android.lnotifications/ |
D | OtherMetadataFragment.java | 232 int idx = cursor.getColumnIndex(ContactsContract.Contacts.PHOTO_ID); in loadBitmapFromContactUri() local 261 int idx = cursor.getColumnIndex(ContactsContract.Contacts.DISPLAY_NAME); in updateContactEntryFromUri() local
|
/development/vndk/tools/abi-tool/ |
D | vndk_abi_tool.py | 17 def get_byte(buf, idx): argument 45 def get_byte(buf, idx): argument
|
/development/tools/apkcheck/src/com/android/apkcheck/ |
D | ApkCheck.java | 67 int idx; in main() 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-21/include/sys/ |
D | cdefs.h | 408 #define __link_set_entry(set, idx) (__link_set_begin(set)[idx]) argument
|
/development/ndk/platforms/android-9/include/sys/ |
D | cdefs.h | 414 #define __link_set_entry(set, idx) (__link_set_begin(set)[idx]) argument
|