HomeSort by relevance Sort by last modified time
    Searched refs:file (Results 151 - 175 of 27862) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/eigen/cmake/
EigenUninstall.cmake 2 # CMake Template file for uninstallation of files
13 file(STRINGS ${MANIFEST} files)
14 foreach(file ${files})
15 if(EXISTS ${file})
16 message(STATUS "Removing file: '${file}'")
19 COMMAND ${CMAKE_COMMAND} -E remove ${file}
25 message(FATAL_ERROR "Failed to remove file: '${file}'.")
28 message(STATUS "File '${file}' does not exist."
    [all...]
  /external/jcommander/src/test/java/com/beust/jcommander/
ArgsRequiredWrongMain.java 5 public String[] file; field in class:ArgsRequiredWrongMain
  /external/llvm/test/MC/ELF/
file-double.s 5 .file "foo.c"
6 .file "bar.c"
18 // CHECK-NEXT: Type: File
26 // CHECK-NEXT: Type: File
  /external/ltp/include/
safe_stdio_fn.h 23 FILE *safe_fopen(const char *file, const int lineno, void (cleanup_fn)(void),
26 int safe_fclose(const char *file, const int lineno, void (cleanup_fn)(void),
27 FILE *f);
29 int safe_asprintf(const char *file, const int lineno, void (cleanup_fn)(void),
32 FILE *safe_popen(const char *file, const int lineno, void (cleanup_fn)(void),
  /external/ltp/testcases/kernel/fs/racer/
fs_racer_file_rm.sh 26 file=$(($RANDOM%$MAX))
27 rm -rf $DIR/$file 2> /dev/null
  /external/proguard/src/proguard/
FileWordReader.java 28 * A <code>WordReader</code> that returns words from a file or a URL.
35 * Creates a new FileWordReader for the given file.
37 public FileWordReader(File file) throws IOException
39 super(new LineNumberReader(new BufferedReader(new FileReader(file))),
40 "file '" + file.getPath() + "'",
41 file.getParentFile()
52 "file '" + url.toString() + "'",
  /external/selinux/libsepol/tests/policies/test-deps/
modreq-bool-global.conf 5 class file { read write };
14 allow a_t b_t : file { read write };
modreq-type-global.conf 5 class file { read write };
12 allow test_t type_req_t : file { read write };
modreq-type-opt.conf 5 class file { read write };
15 allow type_req_t file_t : file { read write };
  /external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/internal/
ProgressListener.java 27 import java.io.File;
33 public void onDirectory(File file);
35 public void onFileAddition(File file);
39 public void onFileScan(File file);
41 public void onInplaceConversion(File file);
  /external/slf4j/slf4j-migrator/src/test/java/org/slf4j/migrator/internal/
NopProgressListener.java 27 import java.io.File;
33 public void onDirectory(File file) {
39 public void onFileAddition(File file) {
42 public void onFileScan(File file) {
45 public void onInplaceConversion(File file) {
  /external/swiftshader/src/Common/
Debug.cpp 4 // you may not use this file except in compliance with the License.
24 FILE *file = fopen("debug.txt", "a"); local
26 if(file)
30 vfprintf(file, format, vararg);
33 fclose(file);
  /external/webrtc/webrtc/base/
posix.h 5 * that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
21 bool RunAsDaemon(const char *file, const char *const argv[]);
  /frameworks/wilhelm/src/
assert.cpp 5 * you may not use this file except in compliance with the License.
24 void __assert(const char *file, int line, const char *failedexpr)
26 LOG_ALWAYS_FATAL("assertion \"%s\" failed: file \"%s\", line %d", failedexpr, file, line);
30 void __assert2(const char *file, int line, const char *func, const char *failedexpr)
32 LOG_ALWAYS_FATAL("assertion \"%s\" failed: file \"%s\", line %d, function \"%s\"",
33 failedexpr, file, line, func);
  /libcore/luni/src/test/java/libcore/java/io/
OldAndroidFileTest.java 5 * you may not use this file except in compliance with the License.
19 import java.io.File;
23 * Checks creation and deletion of a file.
28 File file = File.createTempFile(String.valueOf(System.currentTimeMillis()), null, null); local
30 assertTrue(file.exists());
31 assertTrue(file.delete());
32 assertFalse(file.exists());
  /libcore/ojluni/src/main/java/java/nio/file/
AccessMode.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;
29 * Defines access modes used to test the accessibility of a 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;

Completed in 1644 milliseconds

1 2 3 4 5 67 8 91011>>