Searched refs:num (Results 1 – 9 of 9) sorted by relevance
80 int num = layout.getChildCount();81 if (num > 0) {82 layout.removeViewAt(num-1);
86 static String getNameForNum(int num) { in getNameForNum() argument87 switch ((num-1)%6) { in getNameForNum()109 static MyDialogFragment newInstance(int num) { in newInstance() argument114 args.putInt("num", num); in newInstance()
95 static CountingFragment newInstance(int num) { in newInstance() argument100 args.putInt("num", num); in newInstance()
96 static CountingFragment newInstance(int num) { in newInstance() argument101 args.putInt("num", num); in newInstance()
66 long num = 0; in doInBackground() local68 long dir1num = num/100; in doInBackground()69 long dir2num = num%100; in doInBackground()91 num++; in doInBackground()
88 static AdFragment newInstance(int num) { in newInstance() argument93 args.putInt("num", num); in newInstance()
42 [-j num-threads] \43 [--limits max-num-changes]
410 private static float roundToOneSignificantFigure(double num) { in roundToOneSignificantFigure() argument411 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()
180 --num-nodes=3 \