Home
last modified time | relevance | path

Searched defs:idx (Results 1 – 25 of 28) sorted by relevance

12

/development/ndk/platforms/android-3/include/linux/
Dhighmem.h25 #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
Dbio.h114 #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/
Dfixmap_32.h45 #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
Ddesc_32.h74 #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/
Dxt_TCPOPTSTRIP.h22 #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/
Dvirtio_ring.h41 __u16 idx; member
52 __u16 idx; member
Drfkill.h50 __u32 idx; member
Dconnector.h50 __u32 idx; member
/development/scripts/
Dcompare-installed-size.py43 def ParseFile(install_file, idx): argument
/development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
DOtherMetadataFragment.java235 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/
DApkCheck.java67 int idx; in main() local
/development/ndk/platforms/android-18/samples/gles3jni/jni/
Dgles3jni.cpp182 int idx = i*ncells[1] + j; in calcSceneParams() local
/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/
DCubeWallpaper2.java140 String [] idx = l[i].split(" "); in readModel() local
/development/ndk/platforms/android-8/samples/bitmap-plasma/jni/
Dplasma.c176 int idx = FIXED_FRAC(x) >> (FIXED_BITS - PALETTE_BITS); in palette_from_fixed() local
/development/ndk/platforms/android-9/samples/native-plasma/jni/
Dplasma.c181 int idx = FIXED_FRAC(x) >> (FIXED_BITS - PALETTE_BITS); in palette_from_fixed() local
/development/ndk/platforms/android-21/include/sys/
Dcdefs.h408 #define __link_set_entry(set, idx) (__link_set_begin(set)[idx]) argument
/development/ndk/platforms/android-3/include/sys/
Dcdefs.h408 #define __link_set_entry(set, idx) (__link_set_begin(set)[idx]) argument
/development/samples/training/multiscreen/newsreader/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/basic/ActivityLifecycle/libs/
Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/NavigationDrawer/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/basic/FragmentBasics/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/location-aware/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/AnimationsDemo/libs/
Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/ContactsList/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/EffectiveNavigation/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...

12