Home
last modified time | relevance | path

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

12

/aosp12/frameworks/compile/mclinker/unittests/
H A 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()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DManageCacheDrawer.java60 private static boolean isLocal(int dataSourceType) { in isLocal() method in ManageCacheDrawer
73 boolean available = isLocal(entry.sourceType) || chooseToCache; in renderSlot()
96 if (isLocal(dataSourceType)) { in drawCachingPin()
/aosp12/frameworks/compile/mclinker/lib/Target/AArch64/
H A 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()
H A DAArch64LDBackend.cpp333 assert(stub->symInfo() != NULL && stub->symInfo()->isLocal()); in scanErrata()
412 assert(stub->symInfo() != NULL && stub->symInfo()->isLocal()); in doRelax()
/aosp12/frameworks/av/media/libaudiohal/include/media/audiohal/
H A DEffectHalInterface.h56 virtual bool isLocal() const = 0;
/aosp12/frameworks/av/media/bufferpool/1.0/
H A DBufferPoolClient.h66 bool isLocal();
H A 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()
H A DClientManager.cpp232 local = it->second->isLocal(); in registerSender()
/aosp12/frameworks/av/media/bufferpool/2.0/
H A DBufferPoolClient.h70 bool isLocal();
H A DBufferPoolClient.cpp49 bool isLocal() { in isLocal() function in android::hardware::media::bufferpool::V2_0::implementation::BufferPoolClient::Impl
798 bool BufferPoolClient::isLocal() { in isLocal() function in android::hardware::media::bufferpool::V2_0::implementation::BufferPoolClient
799 return mImpl && mImpl->isLocal(); in isLocal()
H A DClientManager.cpp240 local = it->second->isLocal(); in registerSender()
/aosp12/frameworks/compile/mclinker/lib/Target/Mips/
H A 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()
H A DMipsLDBackend.cpp82 if (pSym->isLocal()) in needsLA25Stub()
/aosp12/frameworks/av/media/libaudiohal/impl/
H A DEffectHalHidl.h62 virtual bool isLocal() const { return false; } in isLocal() function
/aosp12/frameworks/compile/mclinker/lib/Target/X86/
H A 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()
/aosp12/frameworks/compile/mclinker/lib/LD/
H A DGarbageCollection.cpp211 if (!info->isDefine() || info->isLocal() || in getEntrySections()
246 if (!info->isDefine() || info->isLocal()) in getEntrySections()
H A DResolveInfo.cpp165 bool ResolveInfo::isLocal() const { in isLocal() function in mcld::ResolveInfo
/aosp12/frameworks/compile/mclinker/lib/Target/Hexagon/
H A 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()
/aosp12/frameworks/compile/mclinker/include/mcld/LD/
H A DResolveInfo.h142 bool isLocal() const;
/aosp12/frameworks/compile/mclinker/lib/Target/ARM/
H A 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()
H A DARMLDBackend.cpp874 assert(stub->symInfo() != NULL && stub->symInfo()->isLocal()); in doRelax()
/aosp12/frameworks/compile/libbcc/tests/libbcc/
H A Dtest_slang_version_info.ll85 !4 = distinct !DISubprogram(name: "swizzle", scope: !5, file: !5, line: 5, type: !6, isLocal: false…
/aosp12/frameworks/base/media/java/android/media/
H A DMediaRouter.java2811 boolean isLocal = true; in routeUpdated()
2820 isLocal &= route.getPlaybackType() == PLAYBACK_TYPE_LOCAL; in routeUpdated()
2823 mPlaybackType = isLocal ? PLAYBACK_TYPE_LOCAL : PLAYBACK_TYPE_REMOTE; in routeUpdated()
/aosp12/packages/services/Iwlan/src/com/google/android/iwlan/epdg/
H A DEpdgTunnelManager.java1139 private IkeIdentification getId(String id, boolean isLocal) { in getId() argument
1141 isLocal in getId()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DUserRestrictionsUtils.java463 public static boolean isLocal(@UserManagerInternal.OwnerType int restrictionOwnerType, in isLocal() method in UserRestrictionsUtils

12