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

12

/external/llvm/include/llvm/MC/
H A DMCValue.h54 /// isAbsolute - Is this an absolute (as opposed to relocatable) value.
55 bool isAbsolute() const { return !SymA && !SymB; } function in class:llvm::MCValue
H A DMCSymbol.h120 return isDefined() && !isAbsolute();
128 /// isAbsolute - Check if this is an absolute symbol.
129 bool isAbsolute() const { function in class:llvm::MCSymbol
/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
H A DAbstractFakeFileSystem.java547 public boolean isAbsolute(String path) { method in class:AbstractFakeFileSystem
/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
/external/jetty/src/java/org/eclipse/jetty/webapp/
H A DOrdering.java40 public boolean isAbsolute (); method in interface:Ordering
104 public boolean isAbsolute() method in class:Ordering.AbsoluteOrdering
221 public boolean isAbsolute () method in class:Ordering.RelativeOrdering

Completed in 2208 milliseconds

12