Home
last modified time | relevance | path

Searched defs:to (Results 1 – 25 of 31) sorted by relevance

12

/development/ndk/platforms/android-9/arch-mips/include/asm/
Duaccess.h77 #define __invoke_copy_to_user(to, from, n) ({ register void __user *__cu_to_r __asm__("$4"); r… argument
79 #define __copy_to_user(to, from, n) ({ void __user *__cu_to; const void *__cu_from; long __c… argument
80 #define __copy_to_user_inatomic(to, from, n) ({ void __user *__cu_to; const void *__cu_from; … argument
81 #define __copy_from_user_inatomic(to, from, n) ({ void *__cu_to; const void __user *__cu_from;… argument
82 #define copy_to_user(to, from, n) ({ void __user *__cu_to; const void *__cu_from; long __cu_… argument
84 #define __invoke_copy_from_user(to, from, n) ({ register void *__cu_to_r __asm__("$4"); regist… argument
85 #define __invoke_copy_from_user_inatomic(to, from, n) ({ register void *__cu_to_r __asm__("$4");… argument
86 #define __copy_from_user(to, from, n) ({ void *__cu_to; const void __user *__cu_from; long _… argument
87 #define copy_from_user(to, from, n) ({ void *__cu_to; const void __user *__cu_from; long __c… argument
89 #define __copy_in_user(to, from, n) __copy_from_user(to, from, n) argument
[all …]
/development/tutorials/NotepadCodeLab/Notepadv1Solution/src/com/android/demo/notepad1/
DNotepadv1.java71 int[] to = new int[] { R.id.text1 }; in fillData() local
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
DAdapters.java813 String to = a.getString(R.styleable.CursorAdapter_MapItem_toValue); in findMap() local
821 int to = a.getResourceId(R.styleable.CursorAdapter_MapItem_toValue, 0); in findMap() local
911 XmlCursorAdapter(Context context, int layout, String uri, String[] from, int[] to, in XmlCursorAdapter()
942 final int[] to = mTo; in bindView() local
1124 void addStringMapping(String from, String to) { in addStringMapping()
1128 void addResourceMapping(String from, int to) { in addResourceMapping()
/development/ndk/platforms/android-3/include/linux/netfilter/
Dxt_connbytes.h31 aligned_u64 to; member
/development/ndk/platforms/android-21/include/linux/netfilter/
Dxt_connbytes.h39 __aligned_u64 to; member
/development/samples/SearchableDictionary/src/com/example/android/searchabledict/
DSearchableDictionary.java106 int[] to = new int[] { R.id.word, in showResults() local
/development/ndk/platforms/android-3/include/linux/mtd/
Dmap.h97 #define map_copy_from(map, to, from, len) inline_map_copy_from(map, to, from, len) argument
99 #define map_copy_to(map, to, from, len) inline_map_copy_to(map, to, from, len) argument
/development/tutorials/NotepadCodeLab/Notepadv2/src/com/android/demo/notepad2/
DNotepadv2.java60 int[] to = new int[]{R.id.text1}; in fillData() local
/development/ndk/platforms/android-3/arch-arm/include/asm/
Duaccess.h70 #define __copy_from_user(to,from,n) (memcpy(to, (void __force *)from, n), 0) argument
71 #define __copy_to_user(to,from,n) (memcpy((void __force *)to, from, n), 0) argument
/development/tutorials/NotepadCodeLab/Notepadv3Solution/src/com/android/demo/notepad3/
DNotepadv3.java60 int[] to = new int[]{R.id.text1}; in fillData() local
/development/samples/MySampleRss/src/com/example/codelab/rssexample/
DMyRssReader4.java173 public RssCursorAdapter(Context context, int layout, Cursor c, String[] from, int[] to){ in RssCursorAdapter()
DMyRssReader5.java217 public RssCursorAdapter(Context context, int layout, Cursor c, String[] from, int[] to) { in RssCursorAdapter()
/development/tutorials/NotepadCodeLab/Notepadv2Solution/src/com/android/demo/notepad2/
DNotepadv2.java62 int[] to = new int[]{R.id.text1}; in fillData() local
/development/tutorials/NotepadCodeLab/Notepadv3/src/com/android/demo/notepad3/
DNotepadv3.java62 int[] to = new int[]{R.id.text1}; in fillData() local
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DBitmapPixels.java86 private static void makeRamp(int from, int to, int n, in makeRamp()
/development/ndk/platforms/android-21/include/linux/
Diso_fs.h24 #define ISODCL(from, to) (to - from + 1) argument
Dperf_event.h409 __u64 to; member
Dif_link.h252 __u32 to; member
/development/samples/ControllerSample/src/com/example/controllersample/
DGameView.java454 private static int blend(float alpha, int from, int to) { in blend()
/development/samples/SupportLeanbackShowcase/libs/
Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/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/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/ ...

12