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

  /cts/tests/tests/content/src/android/content/res/cts/
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...]
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);
  /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/ltp/testcases/kernel/fs/inode/
inode01.c 45 #define FILE_LENGTH 100
370 for (j = 1; j <= FILE_LENGTH; j++) {
518 for (j = 1; j <= FILE_LENGTH; j++) {
  /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 257 milliseconds