Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DDOMFilePath.h59 static bool isAbsolute(const String& path) in isAbsolute() function
/external/srec/portable/src/
DPFileSystem.c156 ESR_ReturnCode PFileSystemIsAbsolutePath(const LCHAR* path, ESR_BOOL* isAbsolute) in PFileSystemIsAbsolutePath()
183 ESR_BOOL isAbsolute; in PFileSystemGetAbsolutePath() local
308 ESR_BOOL isAbsolute; in PFileSystemGetFS() local
DPANSIFileSystemImpl.c218 ESR_BOOL isAbsolute; in PANSIFileSystemGetRealPathImpl() local
DPFileWrap.c489 ESR_ReturnCode pf_is_path_absolute ( const LCHAR* input_path, ESR_BOOL* isAbsolute ) in pf_is_path_absolute()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLDimension.h63 bool isAbsolute() const { return m_type == Absolute; } in isAbsolute() function
/external/llvm/include/llvm/MC/
DMCValue.h55 bool isAbsolute() const { return !SymA && !SymB; } in isAbsolute() function
DMCSymbol.h105 bool isAbsolute() const { in isAbsolute() function
/external/qemu/android/base/files/
DPathUtils.h79 static inline bool isAbsolute(const char* path) { in isAbsolute() function
DPathUtils.cpp63 bool PathUtils::isAbsolute(const char* path, HostType hostType) { in isAbsolute() function in android::base::PathUtils
DPathUtils_unittest.cpp118 TEST(PathUtils, isAbsolute) { in TEST() argument
/external/srec/portable/src/UNIX/
DPANSIFileSystemUNIXImpl.c40 ESR_BOOL isAbsolute; in PANSIFileSystemGetVirtualPathImpl() local
/external/srec/shared/src/
DESR_Session.c280 ESR_BOOL isAbsolute; in ESR_SessionPrefixWithBaseDirectory() local
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontDescription.h114 unsigned isAbsolute : 1; // FontDescription::isAbsoluteSize member
/external/smack/src/org/xbill/DNS/
DName.java526 isAbsolute() { in isAbsolute() method in Name
/external/apache-xml/src/main/java/org/apache/xpath/axes/
DWalkerFactory.java1483 public static boolean isAbsolute(int analysis) in isAbsolute() method in WalkerFactory
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DRedundentExprEliminator.java1055 public boolean isAbsolute(LocPathIterator path) in isAbsolute() method in RedundentExprEliminator
/external/robolectric/src/main/java/android/net/
DUri__FromAndroid.java155 public boolean isAbsolute() { in isAbsolute() method in Uri__FromAndroid
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp1713 static bool isAbsolute(SDValue CmpOp, SDValue Pos, SDValue Neg) { in isAbsolute() function