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

  /build/soong/third_party/zip/
zip_test.go 27 const nFiles = (1 << 16) + 42
28 for i := 0; i < nFiles; i++ {
45 if got := len(zr.File); got != nFiles {
46 t.Fatalf("File contains %d files, want %d", got, nFiles)
48 for i := 0; i < nFiles; i++ {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
restartmanager.h 104 DWORD WINAPI RmRegisterResources(DWORD dwSessionHandle, UINT nFiles, LPCWSTR rgsFileNames[], UINT nApplications, RM_UNIQUE_PROCESS rgApplications[], UINT nServices, LPCWSTR rgsServiceNames[]);
  /prebuilts/go/darwin-x86/src/archive/zip/
zip_test.go 30 const nFiles = (1 << 16) + 42
31 for i := 0; i < nFiles; i++ {
48 if got := len(zr.File); got != nFiles {
49 t.Fatalf("File contains %d files, want %d", got, nFiles)
51 for i := 0; i < nFiles; i++ {
  /prebuilts/go/linux-x86/src/archive/zip/
zip_test.go 30 const nFiles = (1 << 16) + 42
31 for i := 0; i < nFiles; i++ {
48 if got := len(zr.File); got != nFiles {
49 t.Fatalf("File contains %d files, want %d", got, nFiles)
51 for i := 0; i < nFiles; i++ {
  /external/valgrind/coregrind/m_debuginfo/
readpdb.c 337 unsigned int nFiles;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/pydoc_data/
topics.py 13 'bltin-file-objects': u'\nFile Objects\n************\n\nFile objects are implemented using C\'s ``stdio`` package and can be\ncreated with the built-in ``open()`` function. File objects are also\nreturned by some other built-in functions and methods, such as\n``os.popen()`` and ``os.fdopen()`` and the ``makefile()`` method of\nsocket objects. Temporary files can be created using the ``tempfile``\nmodule, and high-level file operations such as copying, moving, and\ndeleting files and directories can be achieved with the ``shutil``\nmodule.\n\nWhen a file operation fails for an I/O-related reason, the exception\n``IOError`` is raised. This includes situations where the operation\nis not defined for some reason, like ``seek()`` on a tty device or\nwriting a file opened for reading.\n\nFiles have the following methods:\n\nfile.close()\n\n Close the file. A closed file cannot be read or (…)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 

Completed in 439 milliseconds