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

<<11121314151617181920>>

  /frameworks/compile/mclinker/lib/MC/
InputFactory.cpp 34 const sys::fs::Path& pPath,
47 new (result) Input(pName, sys::fs::Path(pPath), *m_pLast, pType, pFileOffset);
  /frameworks/support/compat/src/main/java/androidx/core/view/animation/
PathInterpolatorCompat.java 19 import android.graphics.Path;
25 * Helper for creating path-based {@link Interpolator} instances. On API 21 or newer, the
36 * Create an {@link Interpolator} for an arbitrary {@link Path}. The {@link Path}
38 * {@link Path} is the input value and the output is the y coordinate of the line at that
39 * point. This means that the Path must conform to a function {@code y = f(x)}.
41 * The {@link Path} must not have gaps in the x direction and must not
44 * @param path the {@link Path} to use to make the line representing the {@link Interpolator}
45 * @return the {@link Interpolator} representing the {@link Path}
    [all...]
  /frameworks/support/transition/src/main/java/androidx/transition/
PathProperty.java 19 import android.graphics.Path;
26 * specified path.
30 * values right in the middle of the specified path to the underlying properties.
44 PathProperty(Property<T, PointF> property, Path path) {
47 mPathMeasure = new PathMeasure(path, false);
  /libcore/ojluni/src/main/java/java/nio/file/
FileSystem.java 48 * <em>path string</em>, returning a {@link Path} object that may be used
157 * <p> The name separator is used to separate names in a path string. An
160 * This separator is used when creating path strings by invoking the {@link
161 * Path#toString() toString()} method.
192 public abstract Iterable<Path> getRootDirectories();
246 * Converts a path string, or a sequence of strings that when joined form
247 * a path string, to a {@code Path}. If {@code more} does not specify any
248 * elements then the value of the {@code first} parameter is the path strin
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
ClusterAlbumSet.java 36 public ClusterAlbumSet(Path path, GalleryApp application,
38 super(path, INVALID_DATA_VERSION);
105 Path childPath;
131 final HashSet<Path> existing = new HashSet<Path>();
144 ArrayList<Path> oldPaths = mAlbums.get(i).getMediaItems();
145 ArrayList<Path> newPaths = new ArrayList<Path>();
148 Path p = oldPaths.get(j)
    [all...]
SecureSource.java 37 public static boolean isSecurePath(String path) {
38 return (SECURE_ALBUM == mMatcher.match(Path.fromString(path)));
42 public MediaObject createMediaObject(Path path) {
43 switch (mMatcher.match(path)) {
48 return new SecureAlbum(path, mApplication, unlock);
51 return new UnlockImage(path, mApplication);
53 throw new RuntimeException("bad path: " + path);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LTO/legacy/
ThinLTOCodeGenerator.h 128 * The client enabled the cache by supplying a path to an existing directory.
143 std::string Path; // Path to the cache, empty to disable.
147 /// Provide a path to a directory where to store the cached files for
149 void setCacheDir(std::string Path) { CacheOptions.Path = std::move(Path); }
185 /// Set the path to a directory where to save temporaries at various stages of
187 void setSaveTempsDir(std::string Path) { SaveTempsDir = std::move(Path); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/LTO/legacy/
ThinLTOCodeGenerator.h 128 * The client enabled the cache by supplying a path to an existing directory.
143 std::string Path; // Path to the cache, empty to disable.
147 /// Provide a path to a directory where to store the cached files for
149 void setCacheDir(std::string Path) { CacheOptions.Path = std::move(Path); }
185 /// Set the path to a directory where to save temporaries at various stages of
187 void setSaveTempsDir(std::string Path) { SaveTempsDir = std::move(Path); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/LTO/legacy/
ThinLTOCodeGenerator.h 128 * The client enabled the cache by supplying a path to an existing directory.
143 std::string Path; // Path to the cache, empty to disable.
147 /// Provide a path to a directory where to store the cached files for
149 void setCacheDir(std::string Path) { CacheOptions.Path = std::move(Path); }
185 /// Set the path to a directory where to save temporaries at various stages of
187 void setSaveTempsDir(std::string Path) { SaveTempsDir = std::move(Path); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/LTO/legacy/
ThinLTOCodeGenerator.h 128 * The client enabled the cache by supplying a path to an existing directory.
143 std::string Path; // Path to the cache, empty to disable.
147 /// Provide a path to a directory where to store the cached files for
149 void setCacheDir(std::string Path) { CacheOptions.Path = std::move(Path); }
185 /// Set the path to a directory where to save temporaries at various stages of
187 void setSaveTempsDir(std::string Path) { SaveTempsDir = std::move(Path); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/LTO/legacy/
ThinLTOCodeGenerator.h 128 * The client enabled the cache by supplying a path to an existing directory.
143 std::string Path; // Path to the cache, empty to disable.
147 /// Provide a path to a directory where to store the cached files for
149 void setCacheDir(std::string Path) { CacheOptions.Path = std::move(Path); }
185 /// Set the path to a directory where to save temporaries at various stages of
187 void setSaveTempsDir(std::string Path) { SaveTempsDir = std::move(Path); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/LTO/legacy/
ThinLTOCodeGenerator.h 128 * The client enabled the cache by supplying a path to an existing directory.
143 std::string Path; // Path to the cache, empty to disable.
147 /// Provide a path to a directory where to store the cached files for
149 void setCacheDir(std::string Path) { CacheOptions.Path = std::move(Path); }
185 /// Set the path to a directory where to save temporaries at various stages of
187 void setSaveTempsDir(std::string Path) { SaveTempsDir = std::move(Path); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/LTO/legacy/
ThinLTOCodeGenerator.h 128 * The client enabled the cache by supplying a path to an existing directory.
143 std::string Path; // Path to the cache, empty to disable.
147 /// Provide a path to a directory where to store the cached files for
149 void setCacheDir(std::string Path) { CacheOptions.Path = std::move(Path); }
185 /// Set the path to a directory where to save temporaries at various stages of
187 void setSaveTempsDir(std::string Path) { SaveTempsDir = std::move(Path); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/prebuilt_include/llvm/lib/Fuzzer/
FuzzerDefs.h 60 bool IsFile(const std::string &Path);
61 long GetEpoch(const std::string &Path);
62 std::string FileToString(const std::string &Path);
63 Unit FileToVector(const std::string &Path, size_t MaxSize = 0,
65 void ReadDirToVectorOfUnits(const char *Path, std::vector<Unit> *V,
67 void WriteToFile(const Unit &U, const std::string &Path);
68 void CopyFileToErr(const std::string &Path);
69 void DeleteFile(const std::string &Path);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LTO/legacy/
ThinLTOCodeGenerator.h 128 * The client enabled the cache by supplying a path to an existing directory.
143 std::string Path; // Path to the cache, empty to disable.
147 /// Provide a path to a directory where to store the cached files for
149 void setCacheDir(std::string Path) { CacheOptions.Path = std::move(Path); }
185 /// Set the path to a directory where to save temporaries at various stages of
187 void setSaveTempsDir(std::string Path) { SaveTempsDir = std::move(Path); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/LTO/legacy/
ThinLTOCodeGenerator.h 128 * The client enabled the cache by supplying a path to an existing directory.
143 std::string Path; // Path to the cache, empty to disable.
147 /// Provide a path to a directory where to store the cached files for
149 void setCacheDir(std::string Path) { CacheOptions.Path = std::move(Path); }
185 /// Set the path to a directory where to save temporaries at various stages of
187 void setSaveTempsDir(std::string Path) { SaveTempsDir = std::move(Path); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/LTO/legacy/
ThinLTOCodeGenerator.h 128 * The client enabled the cache by supplying a path to an existing directory.
143 std::string Path; // Path to the cache, empty to disable.
147 /// Provide a path to a directory where to store the cached files for
149 void setCacheDir(std::string Path) { CacheOptions.Path = std::move(Path); }
185 /// Set the path to a directory where to save temporaries at various stages of
187 void setSaveTempsDir(std::string Path) { SaveTempsDir = std::move(Path); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/LTO/legacy/
ThinLTOCodeGenerator.h 128 * The client enabled the cache by supplying a path to an existing directory.
143 std::string Path; // Path to the cache, empty to disable.
147 /// Provide a path to a directory where to store the cached files for
149 void setCacheDir(std::string Path) { CacheOptions.Path = std::move(Path); }
185 /// Set the path to a directory where to save temporaries at various stages of
187 void setSaveTempsDir(std::string Path) { SaveTempsDir = std::move(Path); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/LTO/legacy/
ThinLTOCodeGenerator.h 128 * The client enabled the cache by supplying a path to an existing directory.
143 std::string Path; // Path to the cache, empty to disable.
147 /// Provide a path to a directory where to store the cached files for
149 void setCacheDir(std::string Path) { CacheOptions.Path = std::move(Path); }
185 /// Set the path to a directory where to save temporaries at various stages of
187 void setSaveTempsDir(std::string Path) { SaveTempsDir = std::move(Path); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/LTO/legacy/
ThinLTOCodeGenerator.h 128 * The client enabled the cache by supplying a path to an existing directory.
143 std::string Path; // Path to the cache, empty to disable.
147 /// Provide a path to a directory where to store the cached files for
149 void setCacheDir(std::string Path) { CacheOptions.Path = std::move(Path); }
185 /// Set the path to a directory where to save temporaries at various stages of
187 void setSaveTempsDir(std::string Path) { SaveTempsDir = std::move(Path); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/LTO/legacy/
ThinLTOCodeGenerator.h 128 * The client enabled the cache by supplying a path to an existing directory.
143 std::string Path; // Path to the cache, empty to disable.
147 /// Provide a path to a directory where to store the cached files for
149 void setCacheDir(std::string Path) { CacheOptions.Path = std::move(Path); }
185 /// Set the path to a directory where to save temporaries at various stages of
187 void setSaveTempsDir(std::string Path) { SaveTempsDir = std::move(Path); }
    [all...]
  /prebuilts/go/darwin-x86/doc/articles/wiki/
http-sample.go 10 fmt.Fprintf(w, "Hi there, I love %s!", r.URL.Path[1:])
  /prebuilts/go/linux-x86/doc/articles/wiki/
http-sample.go 10 fmt.Fprintf(w, "Hi there, I love %s!", r.URL.Path[1:])
  /tools/tradefederation/core/src/com/android/tradefed/util/
GCSFileDownloader.java 22 import java.nio.file.Path;
44 Path path = Paths.get(filename); local
45 String contents = bucket.pullContents(path);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/PathUtilityClasses/
RotationData.java 16 package com.android.cts.verifier.sensors.sixdof.Utils.Path.PathUtilityClasses;

Completed in 1093 milliseconds

<<11121314151617181920>>