Home
last modified time | relevance | path

Searched refs:isGlobal (Results 1 – 17 of 17) sorted by relevance

/frameworks/compile/mclinker/unittests/
DStaticResolverTest.cpp270 ASSERT_TRUE(sym->isGlobal()); in TEST_F()
286 ASSERT_TRUE(sym->isGlobal()); in TEST_F()
302 ASSERT_TRUE(sym->isGlobal()); in TEST_F()
318 ASSERT_TRUE(sym->isGlobal()); in TEST_F()
333 ASSERT_TRUE(sym->isGlobal()); in TEST_F()
348 ASSERT_TRUE(sym->isGlobal()); in TEST_F()
369 ASSERT_TRUE(sym->isGlobal()); in TEST_F()
384 ASSERT_TRUE(sym->isGlobal()); in TEST_F()
399 ASSERT_FALSE(sym->isGlobal()); in TEST_F()
414 ASSERT_FALSE(sym->isGlobal()); in TEST_F()
/frameworks/compile/mclinker/lib/LD/
DResolveInfo.cpp155 bool ResolveInfo::isGlobal() const { in isGlobal() function in mcld::ResolveInfo
229 (isGlobal() || isWeak()) && (isDefine() || isCommon())) in shouldForceLocal()
/frameworks/av/media/codec2/tests/
DC2Param_test.cpp1172 EXPECT_TRUE(p.isGlobal()); in TEST_F()
1204 EXPECT_TRUE(type.isGlobal()); in TEST_F()
1259 EXPECT_FALSE(p.isGlobal()); in TEST_F()
1267 EXPECT_FALSE(p.isGlobal()); in TEST_F()
1275 EXPECT_FALSE(p.isGlobal()); in TEST_F()
1395 EXPECT_FALSE(type.isGlobal()); in TEST_F()
1404 EXPECT_FALSE(type.isGlobal()); in TEST_F()
1485 EXPECT_FALSE(p.isGlobal()); in TEST_F()
1493 EXPECT_FALSE(p.isGlobal()); in TEST_F()
1501 EXPECT_FALSE(p.isGlobal()); in TEST_F()
[all …]
/frameworks/av/media/codec2/core/include/
DC2Param.h224 inline bool isGlobal() const { return (mIndex & DIR_MASK) == DIR_GLOBAL; } in isGlobal() function
233 inline bool forPort() const { return !forStream() && !isGlobal(); } in forPort()
273 if (isGlobal()) { in setPort()
390 inline bool isGlobal() const { return _mIndex.isGlobal(); } in isGlobal() function
547 } else if (o->_mIndex.isGlobal()) {
/frameworks/compile/mclinker/include/mcld/LD/
DResolveInfo.h138 bool isGlobal() const;
/frameworks/base/services/core/java/com/android/server/pm/
DUserRestrictionsUtils.java449 public static boolean isGlobal(@UserManagerInternal.OwnerType int restrictionOwnerType, in isGlobal() method in UserRestrictionsUtils
465 return !isGlobal(restrictionOwnerType, key); in isLocal()
/frameworks/compile/slang/
Dslang_backend.cpp653 if (FD->isGlobal()) { in HandleTopLevelDecl()
742 if (FD && !FD->isGlobal()) { in HandleTranslationUnitPre()
/frameworks/compile/slang/BitWriter_2_9/
DBitcodeWriter.cpp771 BitstreamWriter &Stream, bool isGlobal) { in WriteConstants() argument
781 if (isGlobal) { in WriteConstants()
/frameworks/compile/slang/BitWriter_2_9_func/
DBitcodeWriter.cpp769 BitstreamWriter &Stream, bool isGlobal) { in WriteConstants() argument
779 if (isGlobal) { in WriteConstants()
/frameworks/compile/slang/BitWriter_3_2/
DBitcodeWriter.cpp806 BitstreamWriter &Stream, bool isGlobal) { in WriteConstants() argument
816 if (isGlobal) { in WriteConstants()
/frameworks/av/media/codec2/tests/vndk/
DC2BufferTest.cpp789 ASSERT_TRUE(spInfo->index().isGlobal()); in TEST_F()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DActiveAdmin.java984 key -> UserRestrictionsUtils.isGlobal(adminType, key)); in getGlobalUserRestrictions()
/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.cpp1279 if (pReloc.symInfo()->isGlobal()) { in mayHaveFunctionPointerAccess()
/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp1703 if (param->isGlobal()) { in handleWork()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1418 else if (pSymbol.resolveInfo()->isGlobal()) in getSymbolInfo()
/frameworks/base/media/jni/
Dandroid_media_tv_Tuner.cpp311 CHECK(isGlobal()); in C2DataIdInfo()
/frameworks/base/services/
Dart-profile33469 HSPLcom/android/server/pm/UserRestrictionsUtils;->isGlobal(ILjava/lang/String;)Z+]Ljava/util/Set;La…