Home
last modified time | relevance | path

Searched defs:isAbsolute (Results 1 – 25 of 611) sorted by relevance

12345678910>>...25

/aosp_15_r20/external/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/replacements/
H A DUri.java33 public boolean isAbsolute() { in isAbsolute() method in Uri
/aosp_15_r20/external/cronet/url/android/java/src/org/chromium/url/
H A DURI.java51 public boolean isAbsolute() { in isAbsolute() method in URI
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/
DMCValue.h49 bool isAbsolute() const { return !SymA && !SymB; } in isAbsolute() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
H A DMCValue.h49 bool isAbsolute() const { return !SymA && !SymB; } in isAbsolute() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/
DMCValue.h49 bool isAbsolute() const { return !SymA && !SymB; } in isAbsolute() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/
DMCValue.h49 bool isAbsolute() const { return !SymA && !SymB; } in isAbsolute() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/
DMCValue.h49 bool isAbsolute() const { return !SymA && !SymB; } in isAbsolute() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCValue.h52 bool isAbsolute() const { return !SymA && !SymB; } in isAbsolute() function
/aosp_15_r20/external/llvm/include/llvm/MC/
H A DMCValue.h52 bool isAbsolute() const { return !SymA && !SymB; } in isAbsolute() function
/aosp_15_r20/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java125 public boolean isAbsolute(String path); in isAbsolute() method
/aosp_15_r20/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java125 public boolean isAbsolute(String path); in isAbsolute() method
/aosp_15_r20/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java125 public boolean isAbsolute(String path); in isAbsolute() method
/aosp_15_r20/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java125 public boolean isAbsolute(String path); in isAbsolute() method
/aosp_15_r20/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java125 public boolean isAbsolute(String path); in isAbsolute() method
/aosp_15_r20/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java125 public boolean isAbsolute(String path); in isAbsolute() method
/aosp_15_r20/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java125 public boolean isAbsolute(String path); in isAbsolute() method
/aosp_15_r20/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java125 public boolean isAbsolute(String path); in isAbsolute() method
/aosp_15_r20/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java125 public boolean isAbsolute(String path); in isAbsolute() method
/aosp_15_r20/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java125 public boolean isAbsolute(String path); in isAbsolute() method
/aosp_15_r20/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java125 public boolean isAbsolute(String path); in isAbsolute() method
/aosp_15_r20/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java125 public boolean isAbsolute(String path); in isAbsolute() method
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/
H A DUriUtil.java144 public static boolean isAbsolute(@Nullable String uri) { in isAbsolute() method in UriUtil
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/util/
H A DUriUtil.java144 public static boolean isAbsolute(@Nullable String uri) { in isAbsolute() method in UriUtil
/aosp_15_r20/frameworks/base/services/incremental/
H A Dpath.cpp87 bool isAbsolute(std::string_view path) { in isAbsolute() function
/aosp_15_r20/external/okio/okio/src/nonJvmMain/kotlin/okio/
H A DPath.kt49 actual val isAbsolute: Boolean constant in okio.Path

12345678910>>...25