HomeSort by relevance Sort by last modified time
    Searched refs:DEFAULT_COUNT (Results 1 - 4 of 4) sorted by null

  /dalvik/libcore/logging/src/main/java/java/util/logging/
FileHandler.java 102 private static final int DEFAULT_COUNT = 1;
242 DEFAULT_COUNT) : c.intValue();
245 count = count < 1 ? DEFAULT_COUNT : count;
417 .valueOf(DEFAULT_COUNT));
451 Integer.valueOf(DEFAULT_COUNT));
  /external/opencore/pvmi/media_io/pvmiofileoutput/include/
avi_write.h 69 #define DEFAULT_COUNT 20000 /* default number of frames */
  /cts/tests/tests/widget/src/android/widget/cts/
AbsSpinnerTest.java 390 public static final int DEFAULT_COUNT = 1;
391 private int mCount = DEFAULT_COUNT;
  /external/opencore/pvmi/media_io/pvmiofileoutput/src/
pvmi_media_io_fileoutput.cpp     [all...]

Completed in 52 milliseconds