/frameworks/compile/mclinker/unittests/ |
D | StaticResolverTest.cpp | 272 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/ |
D | EffectHalInterface.h | 56 virtual bool isLocal() const = 0;
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64Relocator.cpp | 392 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()
|
D | AArch64LDBackend.cpp | 333 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/ |
D | BufferPoolClient.h | 66 bool isLocal();
|
D | BufferPoolClient.cpp | 47 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()
|
D | ClientManager.cpp | 232 local = it->second->isLocal(); in registerSender()
|
/frameworks/av/media/bufferpool/2.0/ |
D | BufferPoolClient.h | 70 bool isLocal();
|
D | BufferPoolClient.cpp | 47 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()
|
D | ClientManager.cpp | 240 local = it->second->isLocal(); in registerSender()
|
/frameworks/av/media/libaudiohal/impl/ |
D | EffectHalHidl.h | 62 virtual bool isLocal() const { return false; } in isLocal() function
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsRelocator.cpp | 470 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()
|
D | MipsLDBackend.cpp | 82 if (pSym->isLocal()) in needsLA25Stub()
|
/frameworks/compile/mclinker/lib/LD/ |
D | GarbageCollection.cpp | 211 if (!info->isDefine() || info->isLocal() || in getEntrySections() 246 if (!info->isDefine() || info->isLocal()) in getEntrySections()
|
D | ResolveInfo.cpp | 165 bool ResolveInfo::isLocal() const { in isLocal() function in mcld::ResolveInfo
|
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86Relocator.cpp | 178 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/ |
D | HexagonRelocator.cpp | 215 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/ |
D | ResolveInfo.h | 142 bool isLocal() const;
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMRelocator.cpp | 98 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()
|
D | ARMLDBackend.cpp | 874 assert(stub->symInfo() != NULL && stub->symInfo()->isLocal()); in doRelax()
|
/frameworks/compile/libbcc/tests/libbcc/ |
D | test_slang_version_info.ll | 85 !4 = distinct !DISubprogram(name: "swizzle", scope: !5, file: !5, line: 5, type: !6, isLocal: false…
|
/frameworks/base/media/java/android/media/ |
D | MediaRouter.java | 2696 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/ |
D | GNULDBackend.cpp | 1416 if (pSymbol.resolveInfo()->isLocal()) in getSymbolInfo()
|