HomeSort by relevance Sort by last modified time
    Searched defs:FILE_LENGTH (Results 1 - 6 of 6) sorted by null

  /cts/tests/tests/content/src/android/content/res/cts/
AssetFileDescriptor_AutoCloseOutputStreamTest.java 29 private static final int FILE_LENGTH = 100;
59 mAssetFileDes = new AssetFileDescriptor(fd, 0, FILE_LENGTH);
70 mAssetFileDes = new AssetFileDescriptor(fd, 0, FILE_LENGTH);
AssetFileDescriptor_AutoCloseInputStreamTest.java 35 private static final int FILE_LENGTH = FILE_DATA.length;
61 openInput(0, FILE_LENGTH);
72 openInput(0, FILE_LENGTH);
73 for (int i = 0; i < FILE_LENGTH; i++) {
89 openInput(0, FILE_LENGTH);
90 byte[] buf = new byte[FILE_LENGTH];
99 openInput(0, FILE_LENGTH);
120 openInput(0, FILE_LENGTH);
121 assertEquals(FILE_LENGTH, mInput.available());
123 assertEquals(FILE_LENGTH -1 , mInput.available())
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
ScannerParseLargeFileBenchmarkTest.java 44 private static final int FILE_LENGTH = 192 * 1024 * 1024; // 192 MB
54 if (count >= FILE_LENGTH) {
58 final int charsToRead = Math.min(FILE_LENGTH - count, length);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.util_1.0.200.v20100503.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.util_1.0.500.v20130404-1337.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.util_1.0.500.v20130404-1337.jar 

Completed in 879 milliseconds