HomeSort by relevance Sort by last modified time
    Searched full:largefile (Results 1 - 25 of 170) sorted by null

1 2 3 4 5 6 7

  /external/e2fsprogs/tests/m_large_file/
script 1 DESCRIPTION="largefile fs type"
5 MKE2FS_OPTS="-T largefile"
  /external/llvm/tools/gold/
CMakeLists.txt 6 # Because off_t is used in the public API, the largefile parts are required for
  /external/e2fsprogs/misc/
mke2fs-hurd.conf 33 largefile = {
mke2fs.conf.in 41 largefile = {
default_profile.c 42 " largefile = {\n"
  /external/curl/tests/data/
test1044 7 Largefile
test99 7 Largefile
  /external/e2fsprogs/tests/
mke2fs.conf.in 38 largefile = {
  /system/extras/ext4_utils/
mke2fs.conf 42 largefile = {
  /external/python/cpython3/Tools/scripts/
run_tests.py 4 tests that can be time-consuming or resource-intensive (e.g. largefile),
48 args.extend(['-u', 'all,-largefile,-audio,-gui'])
  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerStressTest.java 124 File largeFile = createFileOnSD(null, fileSize, DataType.TEXT, null);
129 long dlRequest = doStandardEnqueue(largeFile);
135 verifyFileContents(pfd, largeFile);
136 verifyFileSize(pfd, largeFile.length());
143 largeFile.delete();
  /libcore/luni/src/test/java/libcore/java/io/
FileInputStreamTest.java 250 File largeFile = File.createTempFile("FileInputStreamTest_testSkipOnLargeFiles", "");
255 final StructStatVfs statVfs = Os.statvfs(largeFile.getPath());
261 allocateEmptyFile(largeFile, fileSize);
262 assertEquals(fileSize, largeFile.length());
263 try (FileInputStream fis = new FileInputStream(largeFile)) {
270 assertTrue(largeFile.delete());
  /external/python/cpython2/PC/VS7.1/
rt.bat 21 rem -u network,largefile
23 rem rt -u "network,largefile"
  /external/python/cpython2/PC/VS8.0/
rt.bat 21 rem -u network,largefile
23 rem rt -u "network,largefile"
  /toolchain/binutils/binutils-2.27/config/
largefile.m4 26 # large-file support through the --enable-largefile switch, disable
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_largefile.py 1 """Test largefile support on system where this makes sense.
58 print('play around with seek() and read() with the built largefile')
91 print('play around with os.lseek() with the built largefile')
157 requires('largefile',
174 raise unittest.SkipTest("filesystem does not have largefile support")
  /external/python/cpython2/Lib/test/
test_largefile.py 1 """Test largefile support on system where this makes sense.
58 print('play around with seek() and read() with the built largefile')
91 print('play around with os.lseek() with the built largefile')
157 requires('largefile',
174 raise unittest.SkipTest("filesystem does not have largefile support")
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_largefile.py 1 """Test largefile support on system where this makes sense.
58 print('play around with seek() and read() with the built largefile')
91 print('play around with os.lseek() with the built largefile')
157 requires('largefile',
174 raise unittest.SkipTest("filesystem does not have largefile support")
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_largefile.py 1 """Test largefile support on system where this makes sense.
58 print('play around with seek() and read() with the built largefile')
91 print('play around with os.lseek() with the built largefile')
157 requires('largefile',
174 raise unittest.SkipTest("filesystem does not have largefile support")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_largefile.py 1 """Test largefile support on system where this makes sense.
58 print('play around with seek() and read() with the built largefile')
91 print('play around with os.lseek() with the built largefile')
157 requires('largefile',
174 raise unittest.SkipTest("filesystem does not have largefile support")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_largefile.py 1 """Test largefile support on system where this makes sense.
58 print('play around with seek() and read() with the built largefile')
91 print('play around with os.lseek() with the built largefile')
157 requires('largefile',
174 raise unittest.SkipTest("filesystem does not have largefile support")
  /external/python/cpython2/PC/VS9.0/
rt.bat 24 rem -u network,largefile
26 rem rt -u "network,largefile"
  /external/python/cpython2/PCbuild/
rt.bat 24 rem -u network,largefile
26 rem rt -u "network,largefile"
  /external/python/cpython3/PCbuild/
rt.bat 24 rem -u network,largefile
26 rem rt -u "network,largefile"
  /external/curl/tests/libtest/
test1013.pl 26 @curl = grep(!/^(Debug|TrackMemory|Metalink|Largefile|CharConv)$/i, @curl);

Completed in 1259 milliseconds

1 2 3 4 5 6 7