Searched refs:isAbsolute (Results 1 - 25 of 60) sorted by relevance

123

/external/llvm/lib/MC/
H A DMCValue.cpp18 if (isAbsolute()) {
H A DMCExpr.cpp460 return IsRelocatable && Value.isAbsolute();
654 if (!Value.isAbsolute())
666 if (!Value.isAbsolute())
690 if (!LHSValue.isAbsolute() || !RHSValue.isAbsolute()) {
/external/llvm/include/llvm/MC/
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
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
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DDOMFilePath.cpp77 ASSERT(DOMFilePath::isAbsolute(parent));
78 ASSERT(DOMFilePath::isAbsolute(mayBeChild));
90 ASSERT(DOMFilePath::isAbsolute(path));
H A DDOMFilePath.h61 static bool isAbsolute(const String& path) function in class:WebCore::DOMFilePath
H A DDOMFileSystemBase.cpp118 ASSERT(DOMFilePath::isAbsolute(fullPath));
182 if (!DOMFilePath::isAbsolute(path))
288 ASSERT(DOMFilePath::isAbsolute(path));
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLDimension.h63 bool isAbsolute() const { return m_type == Absolute; } function in class:WebCore::HTMLDimension
/external/srec/portable/src/
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)
H A DPFileWrap.c489 ESR_ReturnCode pf_is_path_absolute ( const LCHAR* input_path, ESR_BOOL* isAbsolute )
494 if ( isAbsolute != NULL )
502 *isAbsolute = ESR_TRUE;
504 *isAbsolute = ESR_FALSE;
H A DPANSIFileSystemImpl.c218 ESR_BOOL isAbsolute; local
255 CHKLOG(rc, PFileSystemIsAbsolutePath(path, &isAbsolute));
256 if (LSTRCMP(bestValue, L("/")) == 0 && isAbsolute)
/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/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCObjectWriter.cpp93 MCSymbolRefExpr::VariantKind Modifier = (Target.isAbsolute() ?
129 if (!Target.isAbsolute() &&
/external/droiddriver/src/com/google/android/droiddriver/util/
H A DFileUtils.java54 if (!file.isAbsolute()) {
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFObjectWriter.cpp50 MCSymbolRefExpr::VariantKind Modifier = Target.isAbsolute() ?
/external/srec/portable/include/
H A DPFileSystem.h137 * @param isAbsolute True if path is absolute
138 * @return ESR_INVALID_ARGUMENT if path or isAbsolute are null
140 PORTABLE_API ESR_ReturnCode PFileSystemIsAbsolutePath(const LCHAR* path, ESR_BOOL* isAbsolute);
/external/emma/core/java12/com/vladium/util/
H A DFiles.java207 if ((dir == null) || file.isAbsolute ()) return file;
223 if ((dir == null) || fileFile.isAbsolute ()) return fileFile;
239 if ((dir == null) || fileFile.isAbsolute ()) return fileFile;
/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-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DFileTest.java133 .isAbsolute());
136 .isAbsolute());
958 if (File.separatorChar == '\\' && new File("d:/").isAbsolute()) {
1075 * @tests java.io.File#isAbsolute()
1082 assertTrue("Absolute returned false", (f.isAbsolute() && !f1
1083 .isAbsolute())
1084 || (!f.isAbsolute() && f1.isAbsolute()));
1086 assertTrue(new File("C:/").isAbsolute());
1087 assertTrue(new File("f:/").isAbsolute());
[all...]
/external/smack/src/org/xbill/DNS/
H A DRecord.java35 if (!name.isAbsolute())
109 if (!name.isAbsolute())
152 if (!name.isAbsolute())
451 if (!name.isAbsolute())
614 if (!name.isAbsolute())
720 if (!name.isAbsolute())
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCExpr.cpp60 if (Value.isAbsolute()) {
/external/proguard/src/proguard/ant/
H A DClassPathElement.java120 new ClassPathEntry(file.isAbsolute() ? file : new File(baseDir, fileName),
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp87 << Symbol.isAbsolute() << "/" << Symbol.isDefined() << "/"
156 MCSymbolRefExpr::VariantKind Modifier = Target.isAbsolute() ?
/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/apache-http/src/org/apache/http/impl/client/
H A DDefaultRedirectHandler.java122 if (!uri.isAbsolute()) {

Completed in 741 milliseconds

123