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

12 3 4 5 6 7

  /external/swiftshader/third_party/LLVM/tools/gold/
Makefile 26 # Because off_t is used in the public API, the largefile parts are required for
  /external/python/cpython3/Lib/test/
test_largefile.py 1 """Test largefile support on system where this makes sense.
149 requires('largefile',
164 "largefile support")
  /external/curl/docs/cmdline-opts/
version.d 35 .IP "Largefile"
  /external/valgrind/
Makefile.tool-tests.am 31 # Disable largefile support as there are test cases explicitly enabling it.
  /external/iptables/
configure.ac 42 AC_ARG_ENABLE([largefile],
43 AS_HELP_STRING([--disable-largefile], [Do not build largefile support]),
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
31-1.c 18 * and largefile support turned on.
  /external/zlib/src/contrib/minizip/
minizip.c 226 int largeFile = 0;
238 largeFile = 1;
243 return largeFile;
  /toolchain/binutils/binutils-2.27/zlib/contrib/minizip/
minizip.c 226 int largeFile = 0;
238 largeFile = 1;
243 return largeFile;
  /external/ltp/testcases/kernel/syscalls/fsync/
fsync02.c 178 #ifdef LARGEFILE
  /external/ltp/testcases/kernel/io/ltp-aiodio/
aiocp.c 21 * [-f DIRECT|TRUNC|CREAT|SYNC|LARGEFILE] src dest
342 if (strcmp(optarg, "LARGEFILE") == 0 ||
  /external/python/cpython3/Lib/test/libregrtest/
cmdline.py 97 largefile - It is okay to run some test that may create huge
123 RESOURCE_NAMES = ('audio', 'curses', 'largefile', 'network',
  /external/ImageMagick/
Platforms.txt 190 solution is to either configure with --disable-largefile or edit the
Install-unix.txt 243 --disable-largefile
250 --disable-largefile, dependent applications do not require special
  /external/kmod/
configure.ac 23 AS_IF([test "x$enable_largefile" = "xno"], [AC_MSG_ERROR([--disable-largefile is not supported by kmod])])
  /external/webrtc/webrtc/common_audio/
wav_file_unittest.cc 136 TEST(WavWriterTest, LargeFile) {
  /external/python/cpython2/Mac/BuildScript/
README.txt 179 /usr/local/bin/pythonn.n -m test -w -u all,-largefile
  /external/python/cpython3/Mac/BuildScript/
README.txt 209 /usr/local/bin/pythonn.n -m test -w -u all,-largefile
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_mmap.py 650 requires('largefile',
659 raise unittest.SkipTest("filesystem does not have largefile support")
  /external/python/cpython2/Doc/library/
test.rst 177 ``all``. The command :program:`python -m test.regrtest -uall,-audio,-largefile`
179 ``largefile`` resources. For a list of all resources and more command-line
  /external/python/cpython2/Lib/test/
test_mmap.py 680 requires('largefile',
689 raise unittest.SkipTest("filesystem does not have largefile support")
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_mmap.py 663 requires('largefile',
672 raise unittest.SkipTest("filesystem does not have largefile support")
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_mmap.py 663 requires('largefile',
672 raise unittest.SkipTest("filesystem does not have largefile support")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_mmap.py 663 requires('largefile',
672 raise unittest.SkipTest("filesystem does not have largefile support")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_mmap.py 663 requires('largefile',
672 raise unittest.SkipTest("filesystem does not have largefile support")
  /external/python/cpython3/Doc/library/
test.rst 181 ``all``. The command :program:`python -m test -uall,-audio,-largefile`
183 ``largefile`` resources. For a list of all resources and more command-line

Completed in 1460 milliseconds

12 3 4 5 6 7