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

1 2 3

  /external/e2fsprogs/tests/m_large_file/
script 1 DESCRIPTION="largefile fs type"
5 MKE2FS_OPTS="-T largefile"
  /external/e2fsprogs/misc/
mke2fs-hurd.conf 33 largefile = {
mke2fs.conf.in 42 largefile = {
default_profile.c 43 " largefile = {\n"
  /external/llvm/tools/gold/
CMakeLists.txt 13 # Because off_t is used in the public API, the largefile parts are required for
Makefile 25 # Because off_t is used in the public API, the largefile parts are required for
  /external/e2fsprogs/tests/
mke2fs.conf.in 38 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();
  /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/iptables/
configure.ac 42 AC_ARG_ENABLE([largefile],
43 AS_HELP_STRING([--disable-largefile], [Do not build largefile support]),
  /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;
  /external/chromium_org/third_party/webrtc/common_audio/
wav_writer_unittest.cc 112 TEST(WavWriterTest, 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/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-trace.c 261 P_FLAG(LARGEFILE);
    [all...]
  /external/bison/
aclocal.m4     [all...]
  /external/bison/build-aux/
Makefile.in 103 $(top_srcdir)/m4/largefile.m4 $(top_srcdir)/m4/ldexp.m4 \
    [all...]

Completed in 1811 milliseconds

1 2 3