Searched defs:isAbsolute (Results 1 - 25 of 54) sorted by relevance

123

/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCValue.h46 /// isAbsolute - Is this an absolute (as opposed to relocatable) value.
47 bool isAbsolute() const { return !SymA && !SymB; } function in class:llvm::MCValue
H A DMCSymbol.h95 return isDefined() && !isAbsolute();
103 /// isAbsolute - Check if this is an absolute symbol.
104 bool isAbsolute() const { function in class:llvm::MCSymbol
/external/llvm/include/llvm/MC/
H A DMCValue.h52 bool isAbsolute() const { return !SymA && !SymB; } function in class:llvm::MCValue
H A DMCSymbol.h252 return isDefined(SetUsed) && !isAbsolute(SetUsed);
258 /// isAbsolute - Check if this is an absolute symbol.
259 bool isAbsolute(bool SetUsed = true) const { function
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java125 public boolean isAbsolute(String path); method in interface:FileSystem
H A DAbstractFakeFileSystem.java548 public boolean isAbsolute(String path) { method in class:AbstractFakeFileSystem
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java125 public boolean isAbsolute(String path); method in interface:FileSystem
H A DAbstractFakeFileSystem.java538 public boolean isAbsolute(String path) { method in class:AbstractFakeFileSystem
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java125 public boolean isAbsolute(String path); method in interface:FileSystem
H A DAbstractFakeFileSystem.java538 public boolean isAbsolute(String path) { method in class:AbstractFakeFileSystem
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java125 public boolean isAbsolute(String path); method in interface:FileSystem
H A DAbstractFakeFileSystem.java530 public boolean isAbsolute(String path) { method in class:AbstractFakeFileSystem
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java125 public boolean isAbsolute(String path); method in interface:FileSystem
H A DAbstractFakeFileSystem.java538 public boolean isAbsolute(String path) { method in class:AbstractFakeFileSystem
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java125 public boolean isAbsolute(String path); method in interface:FileSystem
H A DAbstractFakeFileSystem.java539 public boolean isAbsolute(String path) { method in class:AbstractFakeFileSystem
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java125 public boolean isAbsolute(String path); method in interface:FileSystem
H A DAbstractFakeFileSystem.java539 public boolean isAbsolute(String path) { method in class:AbstractFakeFileSystem
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java125 public boolean isAbsolute(String path); method in interface:FileSystem
H A DAbstractFakeFileSystem.java539 public boolean isAbsolute(String path) { method in class:AbstractFakeFileSystem
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java125 public boolean isAbsolute(String path); method in interface:FileSystem
H A DAbstractFakeFileSystem.java547 public boolean isAbsolute(String path) { method in class:AbstractFakeFileSystem
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java125 public boolean isAbsolute(String path); method in interface:FileSystem
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java125 public boolean isAbsolute(String path); method in interface:FileSystem
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java125 public boolean isAbsolute(String path); method in interface:FileSystem

Completed in 3997 milliseconds

123