Searched defs:isAbsolute (Results 1 - 17 of 17) 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.h96 return isDefined() && !isAbsolute();
104 /// isAbsolute - Check if this is an absolute symbol.
105 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/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...]
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DLayerAndroid.h248 void setAbsolutePosition(bool isAbsolute) { m_isPositionAbsolute = isAbsolute; } argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.common_3.6.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 430 milliseconds