Home
last modified time | relevance | path

Searched defs:num (Results 1 – 25 of 39) sorted by relevance

12

/development/ndk/platforms/android-21/include/linux/hsi/
Dhsi_char.h22 #define HSC_IOW(num, dtype) _IOW(HSI_CHAR_MAGIC, num, dtype) argument
24 #define HSC_IOR(num, dtype) _IOR(HSI_CHAR_MAGIC, num, dtype) argument
25 #define HSC_IOWR(num, dtype) _IOWR(HSI_CHAR_MAGIC, num, dtype) argument
26 #define HSC_IO(num) _IO(HSI_CHAR_MAGIC, num) argument
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
DFragmentDialogSupport.java87 static String getNameForNum(int num) { in getNameForNum()
110 static MyDialogFragment newInstance(int num) { in newInstance()
DFragmentStackSupport.java102 static CountingFragment newInstance(int num) { in newInstance()
DFragmentCustomAnimationSupport.java93 static CountingFragment newInstance(int num) { in newInstance()
DFragmentPagerSupport.java95 static ArrayListFragment newInstance(int num) { in newInstance()
DFragmentStatePagerSupport.java96 static ArrayListFragment newInstance(int num) { in newInstance()
/development/samples/ApiDemos/src/com/example/android/apis/app/
DFragmentDialog.java86 static String getNameForNum(int num) { in getNameForNum()
109 static MyDialogFragment newInstance(int num) { in newInstance()
DFragmentStack.java95 static CountingFragment newInstance(int num) { in newInstance()
DFragmentCustomAnimations.java96 static CountingFragment newInstance(int num) { in newInstance()
/development/samples/Support13Demos/src/com/example/android/supportv13/app/
DCountingFragment.java34 static CountingFragment newInstance(int num) { in newInstance()
DFragmentStatePagerSupport.java96 static ArrayListFragment newInstance(int num) { in newInstance()
DFragmentPagerSupport.java96 static ArrayListFragment newInstance(int num) { in newInstance()
/development/ndk/platforms/android-21/include/linux/dvb/
Dca.h22 int num; member
37 unsigned int num; member
Ddmx.h126 unsigned int num; member
/development/perftests/panorama/feature_mos/src/mosaic/
DCSite.h58 inline void setNumNeighbors(int num) { numNeighbors = num; } in setNumNeighbors()
/development/ndk/platforms/android-21/include/linux/
Domapfb.h25 #define OMAP_IOW(num, dtype) _IOW('O', num, dtype) argument
26 #define OMAP_IOR(num, dtype) _IOR('O', num, dtype) argument
27 #define OMAP_IOWR(num, dtype) _IOWR('O', num, dtype) argument
29 #define OMAP_IO(num) _IO('O', num) argument
Disdn_ppp.h66 int num; member
Dvirtio_ring.h57 unsigned int num; member
Dvhost.h30 unsigned int num; member
Dmic_common.h65 __le16 num; member
/development/apps/Development/src/com/android/development/
DCacheAbuser.java67 long num = 0; in doInBackground() local
/development/samples/training/ads-and-ux/src/com/example/training/ads/
DAdsCatalogActivity.java88 static AdFragment newInstance(int num) { in newInstance()
/development/ndk/platforms/android-3/include/linux/
Dmoduleparam.h56 unsigned int *num; member
/development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
DInteractiveLineGraphView.java410 private static float roundToOneSignificantFigure(double num) { in roundToOneSignificantFigure()
/development/ndk/platforms/android-21/include/linux/genwqe/
Dgenwqe_card.h180 __u64 num; member

12