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

/external/webkit/Source/WebCore/fileapi/
H A DDOMFilePath.h61 static bool isAbsolute(const String& path) function in class:WebCore::DOMFilePath
/external/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/srec/portable/src/UNIX/
H A DPANSIFileSystemUNIXImpl.c40 ESR_BOOL isAbsolute; local
45 CHKLOG(rc, PFileSystemIsAbsolutePath(path, &isAbsolute));
46 if (isAbsolute && path[0] != L('/'))
/external/srec/portable/src/
H A DPANSIFileSystemImpl.c218 ESR_BOOL isAbsolute; local
255 CHKLOG(rc, PFileSystemIsAbsolutePath(path, &isAbsolute));
256 if (LSTRCMP(bestValue, L("/")) == 0 && isAbsolute)
H A DPFileSystem.c156 ESR_ReturnCode PFileSystemIsAbsolutePath(const LCHAR* path, ESR_BOOL* isAbsolute) argument
161 if (isAbsolute == NULL)
170 *isAbsolute = (canonical[0] == '/' ||
183 ESR_BOOL isAbsolute; local
191 CHKLOG(rc, PFileSystemIsAbsolutePath(path, &isAbsolute));
194 if (!isAbsolute)
308 ESR_BOOL isAbsolute; local
310 CHKLOG(rc, PFileSystemIsAbsolutePath(path + LSTRLEN(bestKey), &isAbsolute));
312 if (!isAbsolute)
/external/srec/shared/src/
H A DESR_Session.c280 ESR_BOOL isAbsolute; local
285 CHKLOG(rc, pf_is_path_absolute (path, &isAbsolute));
286 if (isAbsolute)
/external/llvm/include/llvm/Object/
H A DObjectFile.h205 error_code isAbsolute(bool &Result) const;
369 inline error_code SymbolRef::isAbsolute(bool &Result) const { function in class:llvm::object::SymbolRef
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DRedundentExprEliminator.java1055 public boolean isAbsolute(LocPathIterator path) method in class:RedundentExprEliminator
1096 if (isAbsolute(path) && (null != m_absPaths))
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DWalkerFactory.java1419 && !isAbsolute(analysis)
1479 && !isAbsolute(analysis)
1483 public static boolean isAbsolute(int analysis) method in class:WalkerFactory
1496 && (!isAbsolute(analysis) || isSet(analysis, BIT_ROOT))
1506 && (!isAbsolute(analysis) || isSet(analysis, BIT_ROOT))
1516 && (!isAbsolute(analysis) || isSet(analysis, BIT_ROOT))
1526 && !isAbsolute(analysis)
1536 && !isAbsolute(analysis)
1545 && !isAbsolute(analysis)
1554 && !isAbsolute(analysi
[all...]

Completed in 1394 milliseconds