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

1 2

  /external/e2fsprogs/tests/m_large_file/
script 1 DESCRIPTION="largefile fs type"
5 MKE2FS_OPTS="-T largefile"
  /external/e2fsprogs/misc/
mke2fs.conf 33 largefile = {
default_profile.c 34 " largefile = {\n"
  /external/e2fsprogs/tests/
mke2fs.conf.in 34 largefile = {
  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerStressTest.java 122 File largeFile = createFileOnSD(null, fileSize, DataType.TEXT, null);
127 long dlRequest = doStandardEnqueue(largeFile);
133 verifyFileContents(pfd, largeFile);
134 verifyFileSize(pfd, largeFile.length());
141 largeFile.delete();
  /external/iptables/
configure.ac 40 AC_ARG_ENABLE([largefile],
41 AS_HELP_STRING([--disable-largefile], [Do not build largefile support]),
  /external/llvm/tools/gold/
CMakeLists.txt 11 # Because off_t is used in the public API, the largefile parts are required for
Makefile 24 # Because off_t is used in the public API, the largefile parts are required for
  /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")
test_mmap.py 663 requires('largefile',
672 raise unittest.SkipTest("filesystem does not have largefile support")
regrtest.py 125 largefile - It is okay to run some test that may create huge
216 RESOURCE_NAMES = ('audio', 'curses', 'largefile', 'network', 'bsddb',
    [all...]
  /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")
test_mmap.py 663 requires('largefile',
672 raise unittest.SkipTest("filesystem does not have largefile support")
regrtest.py 125 largefile - It is okay to run some test that may create huge
216 RESOURCE_NAMES = ('audio', 'curses', 'largefile', 'network', 'bsddb',
    [all...]
  /external/bison/m4/
largefile.m4 60 [AC_ARG_ENABLE(largefile,
61 [ --disable-largefile omit support for large files])
gnulib-comp.m4 119 # Code from module largefile:
    [all...]
  /external/chromium_org/third_party/zlib/contrib/minizip/
minizip.c 212 int largeFile = 0;
225 largeFile = 1;
230 return largeFile;
  /external/zlib/src/contrib/minizip/
minizip.c 226 int largeFile = 0;
238 largeFile = 1;
243 return largeFile;
  /ndk/sources/host-tools/make-3.81/
README 134 adding the `--disable-largefile' option to the `configure' script.
  /external/dnsmasq/
CHANGELOG 404 Provide NO_LARGEFILE compile option to switch off largefile
  /external/bison/
aclocal.m4     [all...]
  /external/bison/build-aux/
Makefile.in 103 $(top_srcdir)/m4/largefile.m4 $(top_srcdir)/m4/ldexp.m4 \
    [all...]
  /external/bison/data/
Makefile.in 103 $(top_srcdir)/m4/largefile.m4 $(top_srcdir)/m4/ldexp.m4 \
    [all...]
  /external/bison/etc/
Makefile.in 103 $(top_srcdir)/m4/largefile.m4 $(top_srcdir)/m4/ldexp.m4 \
    [all...]
  /external/bison/examples/
Makefile.in 103 $(top_srcdir)/m4/largefile.m4 $(top_srcdir)/m4/ldexp.m4 \
    [all...]

Completed in 527 milliseconds

1 2