Home
last modified time | relevance | path

Searched refs:isLocal (Results 1 – 23 of 23) sorted by relevance

/frameworks/compile/mclinker/unittests/
DStaticResolverTest.cpp272 ASSERT_FALSE(sym->isLocal()); in TEST_F()
288 ASSERT_FALSE(sym->isLocal()); in TEST_F()
304 ASSERT_FALSE(sym->isLocal()); in TEST_F()
320 ASSERT_FALSE(sym->isLocal()); in TEST_F()
335 ASSERT_FALSE(sym->isLocal()); in TEST_F()
350 ASSERT_FALSE(sym->isLocal()); in TEST_F()
371 ASSERT_FALSE(sym->isLocal()); in TEST_F()
386 ASSERT_FALSE(sym->isLocal()); in TEST_F()
401 ASSERT_FALSE(sym->isLocal()); in TEST_F()
416 ASSERT_TRUE(sym->isLocal()); in TEST_F()
/frameworks/av/media/libaudiohal/include/media/audiohal/
DEffectHalInterface.h56 virtual bool isLocal() const = 0;
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64Relocator.cpp392 if (rsym->isLocal()) in scanRelocation()
415 if (pReloc.symInfo()->isLocal()) { in mayHaveFunctionPointerAccess()
477 if (rsym->isLocal() && has_dyn_rel) { in abs()
482 if (!rsym->isLocal()) { in abs()
524 if (!rsym->isLocal()) { in rel()
DAArch64LDBackend.cpp333 assert(stub->symInfo() != NULL && stub->symInfo()->isLocal()); in scanErrata()
412 assert(stub->symInfo() != NULL && stub->symInfo()->isLocal()); in doRelax()
/frameworks/av/media/bufferpool/1.0/
DBufferPoolClient.h66 bool isLocal();
DBufferPoolClient.cpp47 bool isLocal() { in isLocal() function in android::hardware::media::bufferpool::V1_0::implementation::BufferPoolClient::Impl
648 bool BufferPoolClient::isLocal() { in isLocal() function in android::hardware::media::bufferpool::V1_0::implementation::BufferPoolClient
649 return mImpl && mImpl->isLocal(); in isLocal()
DClientManager.cpp232 local = it->second->isLocal(); in registerSender()
/frameworks/av/media/bufferpool/2.0/
DBufferPoolClient.h70 bool isLocal();
DBufferPoolClient.cpp47 bool isLocal() { in isLocal() function in android::hardware::media::bufferpool::V2_0::implementation::BufferPoolClient::Impl
790 bool BufferPoolClient::isLocal() { in isLocal() function in android::hardware::media::bufferpool::V2_0::implementation::BufferPoolClient
791 return mImpl && mImpl->isLocal(); in isLocal()
DClientManager.cpp240 local = it->second->isLocal(); in registerSender()
/frameworks/av/media/libaudiohal/impl/
DEffectHalHidl.h62 virtual bool isLocal() const { return false; } in isLocal() function
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsRelocator.cpp470 pReloc.symInfo()->isLocal()) in isPostponed()
579 return pSym.isLocal() || !getTarget().isDynamicSymbol(pSym) || !pSym.isDyn(); in isLocalReloc()
770 pSym = pSym->isLocal() ? nullptr : pSym; in setupTLSDynEntry()
807 pSym = pSym->isLocal() ? nullptr : pSym; in setupTLSDynEntry()
884 if (rsym->isLocal()) in rel26()
952 if (rsym->isLocal()) in gprel16()
965 if (pReloc.parent().symInfo()->isLocal()) { in got16()
DMipsLDBackend.cpp82 if (pSym->isLocal()) in needsLA25Stub()
/frameworks/compile/mclinker/lib/LD/
DGarbageCollection.cpp211 if (!info->isDefine() || info->isLocal() || in getEntrySections()
246 if (!info->isDefine() || info->isLocal()) in getEntrySections()
DResolveInfo.cpp165 bool ResolveInfo::isLocal() const { in isLocal() function in mcld::ResolveInfo
/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.cpp178 if (rsym->isLocal()) // rsym is local in scanRelocation()
878 if (!rsym->isLocal()) { in abs()
917 if (!rsym->isLocal()) { in rel()
1002 if (rsym->isLocal()) in tls_gd()
1547 if (rsym->isLocal() && has_dyn_rel) { in abs()
1553 if (!rsym->isLocal()) { in abs()
1590 if ((llvm::ELF::SHF_ALLOC & target_sect.flag()) != 0x0 && !rsym->isLocal() && in signed32()
1669 if (!rsym->isLocal()) { in rel()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocator.cpp215 if (rsym->isLocal()) // rsym is local in scanRelocation()
711 if (rsym->isLocal() && has_dyn_rel) { in relocAbs()
716 if (!rsym->isLocal()) { in relocAbs()
754 if (!rsym->isLocal()) { in relocPCREL()
/frameworks/compile/mclinker/include/mcld/LD/
DResolveInfo.h142 bool isLocal() const;
/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocator.cpp98 if (rsym->isLocal() || helper_use_relative_reloc(*rsym, pParent)) { in helper_GOT_init()
747 if (rsym->isLocal()) in scanRelocation()
805 if (!rsym->isLocal()) { in abs32()
831 if (!pReloc.symInfo()->isLocal()) { in rel32()
DARMLDBackend.cpp874 assert(stub->symInfo() != NULL && stub->symInfo()->isLocal()); in doRelax()
/frameworks/compile/libbcc/tests/libbcc/
Dtest_slang_version_info.ll85 !4 = distinct !DISubprogram(name: "swizzle", scope: !5, file: !5, line: 5, type: !6, isLocal: false…
/frameworks/base/media/java/android/media/
DMediaRouter.java2696 boolean isLocal = true; in routeUpdated()
2705 isLocal &= route.getPlaybackType() == PLAYBACK_TYPE_LOCAL; in routeUpdated()
2708 mPlaybackType = isLocal ? PLAYBACK_TYPE_LOCAL : PLAYBACK_TYPE_REMOTE; in routeUpdated()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1416 if (pSymbol.resolveInfo()->isLocal()) in getSymbolInfo()