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

1 2 3 4 5 67 8 91011>>

  /libcore/ojluni/src/test/java/nio/file/attribute/
BasicFileAttributeViewCreationTimeTest.java 37 import java.nio.file.Path;
51 private static FileTime creationTime(Path file) throws IOException {
58 private static void setCreationTime(Path file, FileTime time) throws IOException {
64 static void test(Path top) throws IOException {
65 Path file = Files.createFile(top.resolve("foo"));
127 Path dir = TestUtil.createTemporaryDirectory();
  /libcore/tools/upstream/src/main/java/libcore/
StandardRepositories.java 19 import java.nio.file.Path;
39 private StandardRepositories(Path buildTop, Path upstreamRoot) {
65 Path androidBuildTop = Paths.get(getEnvOrThrow("ANDROID_BUILD_TOP"));
66 Path upstreamRoot = Paths.get(getEnvOrThrow("OPENJDK_HOME"));
92 public Repository currentUpstream(Path relPath) {
  /platform_testing/libraries/flicker/src/com/android/server/wm/flicker/monitor/
ScreenRecorder.java 29 import java.nio.file.Path;
40 static final Path DEFAULT_OUTPUT_PATH = Paths.get(OUTPUT_DIR , "transition.mp4");
44 static Path getPath(String testTag) {
48 private static Path getPath(String testTag, int iteration) {
73 public Path save(String testTag, int iteration) throws IOException {
78 public Path save(String testTag) throws IOException {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
FileSystemStatCache.h 61 /// \brief Get the 'stat' information for the specified path, using the cache
64 /// \returns \c true if the path does not exist or \c false if it exists.
71 static bool get(StringRef Path, FileData &Data, bool isFile,
95 virtual LookupResult getStat(StringRef Path, FileData &Data, bool isFile,
99 LookupResult statChained(StringRef Path, FileData &Data, bool isFile,
102 return Next->getStat(Path, Data, isFile, F, FS);
106 return get(Path, Data, isFile, F, nullptr, FS) ? CacheMissing : CacheExists;
124 LookupResult getStat(StringRef Path, FileData &Data, bool isFile,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
FileSystemStatCache.h 61 /// \brief Get the 'stat' information for the specified path, using the cache
64 /// \returns \c true if the path does not exist or \c false if it exists.
71 static bool get(StringRef Path, FileData &Data, bool isFile,
95 virtual LookupResult getStat(StringRef Path, FileData &Data, bool isFile,
99 LookupResult statChained(StringRef Path, FileData &Data, bool isFile,
102 return Next->getStat(Path, Data, isFile, F, FS);
106 return get(Path, Data, isFile, F, nullptr, FS) ? CacheMissing : CacheExists;
124 LookupResult getStat(StringRef Path, FileData &Data, bool isFile,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
FileSystemStatCache.h 61 /// \brief Get the 'stat' information for the specified path, using the cache
64 /// \returns \c true if the path does not exist or \c false if it exists.
71 static bool get(StringRef Path, FileData &Data, bool isFile,
95 virtual LookupResult getStat(StringRef Path, FileData &Data, bool isFile,
99 LookupResult statChained(StringRef Path, FileData &Data, bool isFile,
102 return Next->getStat(Path, Data, isFile, F, FS);
106 return get(Path, Data, isFile, F, nullptr, FS) ? CacheMissing : CacheExists;
124 LookupResult getStat(StringRef Path, FileData &Data, bool isFile,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
FileSystemStatCache.h 61 /// \brief Get the 'stat' information for the specified path, using the cache
64 /// \returns \c true if the path does not exist or \c false if it exists.
71 static bool get(StringRef Path, FileData &Data, bool isFile,
95 virtual LookupResult getStat(StringRef Path, FileData &Data, bool isFile,
99 LookupResult statChained(StringRef Path, FileData &Data, bool isFile,
102 return Next->getStat(Path, Data, isFile, F, FS);
106 return get(Path, Data, isFile, F, nullptr, FS) ? CacheMissing : CacheExists;
124 LookupResult getStat(StringRef Path, FileData &Data, bool isFile,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
FileSystemStatCache.h 61 /// \brief Get the 'stat' information for the specified path, using the cache
64 /// \returns \c true if the path does not exist or \c false if it exists.
71 static bool get(StringRef Path, FileData &Data, bool isFile,
95 virtual LookupResult getStat(StringRef Path, FileData &Data, bool isFile,
99 LookupResult statChained(StringRef Path, FileData &Data, bool isFile,
102 return Next->getStat(Path, Data, isFile, F, FS);
106 return get(Path, Data, isFile, F, nullptr, FS) ? CacheMissing : CacheExists;
124 LookupResult getStat(StringRef Path, FileData &Data, bool isFile,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
FileSystemStatCache.h 61 /// \brief Get the 'stat' information for the specified path, using the cache
64 /// \returns \c true if the path does not exist or \c false if it exists.
71 static bool get(StringRef Path, FileData &Data, bool isFile,
95 virtual LookupResult getStat(StringRef Path, FileData &Data, bool isFile,
99 LookupResult statChained(StringRef Path, FileData &Data, bool isFile,
102 return Next->getStat(Path, Data, isFile, F, FS);
106 return get(Path, Data, isFile, F, nullptr, FS) ? CacheMissing : CacheExists;
124 LookupResult getStat(StringRef Path, FileData &Data, bool isFile,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
FileSystemStatCache.h 61 /// \brief Get the 'stat' information for the specified path, using the cache
64 /// \returns \c true if the path does not exist or \c false if it exists.
71 static bool get(StringRef Path, FileData &Data, bool isFile,
95 virtual LookupResult getStat(StringRef Path, FileData &Data, bool isFile,
99 LookupResult statChained(StringRef Path, FileData &Data, bool isFile,
102 return Next->getStat(Path, Data, isFile, F, FS);
106 return get(Path, Data, isFile, F, nullptr, FS) ? CacheMissing : CacheExists;
124 LookupResult getStat(StringRef Path, FileData &Data, bool isFile,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
FileSystemStatCache.h 61 /// \brief Get the 'stat' information for the specified path, using the cache
64 /// \returns \c true if the path does not exist or \c false if it exists.
71 static bool get(StringRef Path, FileData &Data, bool isFile,
95 virtual LookupResult getStat(StringRef Path, FileData &Data, bool isFile,
99 LookupResult statChained(StringRef Path, FileData &Data, bool isFile,
102 return Next->getStat(Path, Data, isFile, F, FS);
106 return get(Path, Data, isFile, F, nullptr, FS) ? CacheMissing : CacheExists;
124 LookupResult getStat(StringRef Path, FileData &Data, bool isFile,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
FileSystemStatCache.h 61 /// \brief Get the 'stat' information for the specified path, using the cache
64 /// \returns \c true if the path does not exist or \c false if it exists.
71 static bool get(StringRef Path, FileData &Data, bool isFile,
95 virtual LookupResult getStat(StringRef Path, FileData &Data, bool isFile,
99 LookupResult statChained(StringRef Path, FileData &Data, bool isFile,
102 return Next->getStat(Path, Data, isFile, F, FS);
106 return get(Path, Data, isFile, F, nullptr, FS) ? CacheMissing : CacheExists;
124 LookupResult getStat(StringRef Path, FileData &Data, bool isFile,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
FileSystemStatCache.h 61 /// \brief Get the 'stat' information for the specified path, using the cache
64 /// \returns \c true if the path does not exist or \c false if it exists.
71 static bool get(StringRef Path, FileData &Data, bool isFile,
95 virtual LookupResult getStat(StringRef Path, FileData &Data, bool isFile,
99 LookupResult statChained(StringRef Path, FileData &Data, bool isFile,
102 return Next->getStat(Path, Data, isFile, F, FS);
106 return get(Path, Data, isFile, F, nullptr, FS) ? CacheMissing : CacheExists;
124 LookupResult getStat(StringRef Path, FileData &Data, bool isFile,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
FileSystemStatCache.h 61 /// \brief Get the 'stat' information for the specified path, using the cache
64 /// \returns \c true if the path does not exist or \c false if it exists.
71 static bool get(StringRef Path, FileData &Data, bool isFile,
95 virtual LookupResult getStat(StringRef Path, FileData &Data, bool isFile,
99 LookupResult statChained(StringRef Path, FileData &Data, bool isFile,
102 return Next->getStat(Path, Data, isFile, F, FS);
106 return get(Path, Data, isFile, F, nullptr, FS) ? CacheMissing : CacheExists;
124 LookupResult getStat(StringRef Path, FileData &Data, bool isFile,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
FileSystemStatCache.h 61 /// \brief Get the 'stat' information for the specified path, using the cache
64 /// \returns \c true if the path does not exist or \c false if it exists.
71 static bool get(StringRef Path, FileData &Data, bool isFile,
95 virtual LookupResult getStat(StringRef Path, FileData &Data, bool isFile,
99 LookupResult statChained(StringRef Path, FileData &Data, bool isFile,
102 return Next->getStat(Path, Data, isFile, F, FS);
106 return get(Path, Data, isFile, F, nullptr, FS) ? CacheMissing : CacheExists;
124 LookupResult getStat(StringRef Path, FileData &Data, bool isFile,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
FileSystemStatCache.h 61 /// \brief Get the 'stat' information for the specified path, using the cache
64 /// \returns \c true if the path does not exist or \c false if it exists.
71 static bool get(StringRef Path, FileData &Data, bool isFile,
95 virtual LookupResult getStat(StringRef Path, FileData &Data, bool isFile,
99 LookupResult statChained(StringRef Path, FileData &Data, bool isFile,
102 return Next->getStat(Path, Data, isFile, F, FS);
106 return get(Path, Data, isFile, F, nullptr, FS) ? CacheMissing : CacheExists;
124 LookupResult getStat(StringRef Path, FileData &Data, bool isFile,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
FileSystemStatCache.h 61 /// \brief Get the 'stat' information for the specified path, using the cache
64 /// \returns \c true if the path does not exist or \c false if it exists.
71 static bool get(StringRef Path, FileData &Data, bool isFile,
95 virtual LookupResult getStat(StringRef Path, FileData &Data, bool isFile,
99 LookupResult statChained(StringRef Path, FileData &Data, bool isFile,
102 return Next->getStat(Path, Data, isFile, F, FS);
106 return get(Path, Data, isFile, F, nullptr, FS) ? CacheMissing : CacheExists;
124 LookupResult getStat(StringRef Path, FileData &Data, bool isFile,
  /cts/tests/tests/graphics/src/android/graphics/cts/
PathDashPathEffectTest.java 26 import android.graphics.Path;
27 import android.graphics.Path.Direction;
54 canvas.drawPath(path(), p); method
79 private static Path path() { method in class:PathDashPathEffectTest
80 Path p = new Path();
86 private static Path shape() {
87 Path p = new Path();
    [all...]
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
PathClippingTests.java 24 import android.graphics.Path;
61 // draw circle with hole in it, by path operations + path clipping
65 Path path = new Path();
66 path.addCircle(30, 30, 50, Path.Direction.CW);
67 path.addCircle(30, 30, 30, Path.Direction.CCW)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GnuGenBootSector/
GnuGenBootSector.c 88 CHAR8 *Path;
109 "Inavlid path"
119 Get path information, including physical path for Linux platform.
123 @return whether path is valid.
132 if (strncmp(PathInfo->Path, "/dev/", 5) == 0) {
134 // Process disk path here.
138 if (PathInfo->Path[5] == 'f' && PathInfo->Path[6] == 'd' && PathInfo->Path[8] == '\0') {
    [all...]
  /external/clang/unittests/Tooling/
RewriterTestContext.h 25 #include "llvm/Support/Path.h"
68 SmallString<1024> Path;
70 std::error_code EC = llvm::sys::fs::createTemporaryFile(Name, "", FD, Path);
77 const FileEntry *File = Files.getFile(Path);
81 TemporaryFiles.insert(std::make_pair(Name, Path.str())).first->second;
82 assert(Found == Path);
103 std::string Path = TemporaryFiles.lookup(Name);
104 assert(!Path.empty());
110 auto FileBuffer = Files.getBufferForFile(Path);
  /external/desugar/java/com/google/devtools/common/options/
UnquotedParamsFilePreProcessor.java 21 import java.nio.file.Path;
37 protected List<String> parse(Path paramsFile) throws IOException {
  /external/harfbuzz_ng/test/fuzzing/
main.cc 8 std::string FileToString(const std::string &Path) {
10 std::ifstream T(Path.c_str());
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/utils/
SourceZip.java 30 import java.nio.file.Path;
49 private final Path zipPath;
56 * @param zipPath The absolute path of ZIP file to parse.
58 public SourceZip(Path zipPath) {
66 * @param zipPath The absolute path of ZIP file to parse.
69 public SourceZip(Path zipPath, ParserConfiguration configuration) {
78 * Tries to parse all '.java' files in the ZIP located at this <i>SourceZip</i>'s path and returns the parse
81 * @return A list of path-compilation unit pairs.
85 public List<Pair<Path, ParseResult<CompilationUnit>>> parse() throws IOException {
87 List<Pair<Path, ParseResult<CompilationUnit>>> results = new ArrayList<>();
    [all...]
  /external/llvm/bindings/ocaml/bitwriter/
bitwriter_ocaml.c 25 CAMLprim value llvm_write_bitcode_file(LLVMModuleRef M, value Path) {
26 int Result = LLVMWriteBitcodeToFile(M, String_val(Path));

Completed in 613 milliseconds

1 2 3 4 5 67 8 91011>>