Home
last modified time | relevance | path

Searched refs:num (Results 1 – 9 of 9) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/app/
DDialogActivity.java80 int num = layout.getChildCount();
81 if (num > 0) {
82 layout.removeViewAt(num-1);
DFragmentDialog.java86 static String getNameForNum(int num) { in getNameForNum() argument
87 switch ((num-1)%6) { in getNameForNum()
109 static MyDialogFragment newInstance(int num) { in newInstance() argument
114 args.putInt("num", num); in newInstance()
DFragmentStack.java95 static CountingFragment newInstance(int num) { in newInstance() argument
100 args.putInt("num", num); in newInstance()
DFragmentCustomAnimations.java96 static CountingFragment newInstance(int num) { in newInstance() argument
101 args.putInt("num", num); in newInstance()
/development/apps/Development/src/com/android/development/
DCacheAbuser.java66 long num = 0; in doInBackground() local
68 long dir1num = num/100; in doInBackground()
69 long dir2num = num%100; in doInBackground()
91 num++; in doInBackground()
/development/samples/training/ads-and-ux/src/com/example/training/ads/
DAdsCatalogActivity.java88 static AdFragment newInstance(int num) { in newInstance() argument
93 args.putInt("num", num); in newInstance()
/development/tools/repo_pull/
DREADME.md42 [-j num-threads] \
43 [--limits max-num-changes]
/development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
DInteractiveLineGraphView.java410 private static float roundToOneSignificantFigure(double num) { in roundToOneSignificantFigure() argument
411 final float d = (float) Math.ceil((float) Math.log10(num < 0 ? -num : num)); in roundToOneSignificantFigure()
414 final long shifted = Math.round(num * magnitude); in roundToOneSignificantFigure()
/development/tools/repo_diff/service/repodiff/
DMakefile180 --num-nodes=3 \