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

/frameworks/compile/mclinker/include/mcld/LD/
H A DStaticResolver.h112 if (pInfo.isAbsolute() && pInfo.isDyn())
114 if (pInfo.isAbsolute())
H A DResolveInfo.h144 bool isAbsolute() const;
/frameworks/compile/mclinker/lib/LD/
H A DStaticResolver.cpp172 if (pOld.isDefine() && pNew.isDefine() && pOld.isAbsolute() &&
173 pNew.isAbsolute() &&
H A DResolveInfo.cpp169 // isAbsolute - [L,W] == [1, 1]
170 bool ResolveInfo::isAbsolute() const { function in class:mcld::ResolveInfo
/frameworks/base/core/tests/coretests/src/android/net/
H A DUriTest.java300 assertTrue(uri.isAbsolute());
376 assertTrue(uri.isAbsolute());
511 assertTrue(uri.isAbsolute());
514 assertFalse(uri.isAbsolute());
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp716 if ((*symbol)->resolveInfo()->isAbsolute() ||
/frameworks/base/core/java/android/net/
H A DUri.java167 public boolean isAbsolute() { method in class:Uri
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1422 else if (pSymbol.resolveInfo()->isAbsolute()) {
1450 if (pSymbol.resolveInfo()->isAbsolute())
2739 if (pSym.isAbsolute() &&

Completed in 228 milliseconds