HomeSort by relevance Sort by last modified time
    Searched refs:file (Results 176 - 200 of 31893) sorted by null

1 2 3 4 5 6 78 91011>>

  /libcore/ojluni/src/main/java/java/nio/file/
ClosedDirectoryStreamException.java 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
8 * particular file as subject to the "Classpath" exception as provided
9 * by Oracle in the LICENSE file that accompanied this code.
14 * version 2 for more details (a copy is included in the LICENSE file that
26 package java.nio.file;
ClosedFileSystemException.java 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
8 * particular file as subject to the "Classpath" exception as provided
9 * by Oracle in the LICENSE file that accompanied this code.
14 * version 2 for more details (a copy is included in the LICENSE file that
26 package java.nio.file;
30 * a file and the file system is closed.
ClosedWatchServiceException.java 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
8 * particular file as subject to the "Classpath" exception as provided
9 * by Oracle in the LICENSE file that accompanied this code.
14 * version 2 for more details (a copy is included in the LICENSE file that
26 package java.nio.file;
FileVisitResult.java 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
8 * particular file as subject to the "Classpath" exception as provided
9 * by Oracle in the LICENSE file that accompanied this code.
14 * version 2 for more details (a copy is included in the LICENSE file that
26 package java.nio.file;
55 * Continue without visiting the <em>siblings</em> of this file or directory.
LinkOption.java 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
8 * particular file as subject to the "Classpath" exception as provided
9 * by Oracle in the LICENSE file that accompanied this code.
14 * version 2 for more details (a copy is included in the LICENSE file that
26 package java.nio.file;
PathMatcher.java 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
8 * particular file as subject to the "Classpath" exception as provided
9 * by Oracle in the LICENSE file that accompanied this code.
14 * version 2 for more details (a copy is included in the LICENSE file that
26 package java.nio.file;
ReadOnlyFileSystemException.java 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
8 * particular file as subject to the "Classpath" exception as provided
9 * by Oracle in the LICENSE file that accompanied this code.
14 * version 2 for more details (a copy is included in the LICENSE file that
26 package java.nio.file;
StandardCopyOption.java 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
8 * particular file as subject to the "Classpath" exception as provided
9 * by Oracle in the LICENSE file that accompanied this code.
14 * version 2 for more details (a copy is included in the LICENSE file that
26 package java.nio.file;
36 * Replace an existing file if it exists.
40 * Copy attributes to the new file.
44 * Move the file as an atomic file system operation.
  /libcore/ojluni/src/main/java/java/nio/file/attribute/
AttributeView.java 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
8 * particular file as subject to the "Classpath" exception as provided
9 * by Oracle in the LICENSE file that accompanied this code.
14 * version 2 for more details (a copy is included in the LICENSE file that
26 package java.nio.file.attribute;
FileAttributeView.java 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
8 * particular file as subject to the "Classpath" exception as provided
9 * by Oracle in the LICENSE file that accompanied this code.
14 * version 2 for more details (a copy is included in the LICENSE file that
26 package java.nio.file.attribute;
30 * values associated with a file in a filesystem. This interface is extended or
31 * implemented by specific file attribute views that define methods to read
32 * and/or update the attributes of a file.
36 * @see java.nio.file.Files#getFileAttributeView(Path,Class,java.nio.file.LinkOption[]
    [all...]
FileStoreAttributeView.java 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
8 * particular file as subject to the "Classpath" exception as provided
9 * by Oracle in the LICENSE file that accompanied this code.
14 * version 2 for more details (a copy is included in the LICENSE file that
26 package java.nio.file.attribute;
30 * a {@link java.nio.file.FileStore}.
GroupPrincipal.java 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
8 * particular file as subject to the "Classpath" exception as provided
9 * by Oracle in the LICENSE file that accompanied this code.
14 * version 2 for more details (a copy is included in the LICENSE file that
26 package java.nio.file.attribute;
30 * determine access rights to objects in a file system. The exact definition of
  /packages/apps/DocumentsUI/src/com/android/documentsui/base/
Files.java 5 * you may not use this file except in compliance with the License.
19 import java.io.File;
22 * Utility class for working with {@link File} instances.
28 public static void deleteRecursively(File file) {
29 if (file.isDirectory()) {
30 for (File child : file.listFiles()) {
34 file.delete();
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
sparse_table_dict_content.cpp 5 * you may not use this file except in compliance with the License.
27 bool SparseTableDictContent::flush(FILE *const file) const {
28 if (!DictFileWritingUtils::writeBufferToFileTail(file, &mExpandableLookupTableBuffer)) {
31 if (!DictFileWritingUtils::writeBufferToFileTail(file, &mExpandableAddressTableBuffer)) {
34 if (!DictFileWritingUtils::writeBufferToFileTail(file, &mExpandableContentBuffer)) {
  /prebuilts/go/darwin-x86/src/go/build/testdata/other/
main.go 6 "./file"
10 file.F()
  /prebuilts/go/linux-x86/src/go/build/testdata/other/
main.go 6 "./file"
10 file.F()
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
cp0-names.s 1 # source file to test objdump's disassembly using various styles of
cp0sel-names.s 1 # source file to test objdump's disassembly using various styles of
cp1-names.s 1 # source file to test objdump's disassembly using various styles of
fpr-names.s 1 # source file to test objdump's disassembly using various styles of
gpr-names.s 1 # source file to test objdump's disassembly using various styles of
hwr-names.s 1 # source file to test objdump's disassembly using various styles of
xlr-ext.s 1 # Source file used to test XLR's assembler instructions
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
xxci.py 22 for file in os.listdir(os.curdir):
23 if not skipfile(file):
24 list.append((getmtime(file), file))
31 for mtime, file in list: args.append(file)
34 def getmtime(file):
36 st = os.stat(file)
60 def skipfile(file):
62 if fnmatch.fnmatch(file, p): return 1
    [all...]
  /external/curl/tests/
directories.pm 10 # This software is licensed as described in the file COPYING, which
16 # furnished to do so, under the terms of the COPYING file.
24 'content' => "This file should have permissions 444\n",
32 'content' => "This file should have permissions 666\n",
40 'content' => "This file should have permissions 777\n",
49 'content' => "This file should have permissions 001\n",
58 'content' => "This file should have permissions 110\n",
66 'name' => 'link -> file.txt',
74 'name' => 'link_absolute -> /data/ftp/file.txt',
149 'name' => "file.txt"
    [all...]

Completed in 306 milliseconds

1 2 3 4 5 6 78 91011>>