/frameworks/compile/mclinker/unittests/ |
D | StaticResolverTest.cpp | 270 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/ |
D | ResolveInfo.cpp | 155 bool ResolveInfo::isGlobal() const { in isGlobal() function in mcld::ResolveInfo 229 (isGlobal() || isWeak()) && (isDefine() || isCommon())) in shouldForceLocal()
|
/frameworks/av/media/codec2/tests/ |
D | C2Param_test.cpp | 1172 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/ |
D | C2Param.h | 224 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/ |
D | ResolveInfo.h | 138 bool isGlobal() const;
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | UserRestrictionsUtils.java | 449 public static boolean isGlobal(@UserManagerInternal.OwnerType int restrictionOwnerType, in isGlobal() method in UserRestrictionsUtils 465 return !isGlobal(restrictionOwnerType, key); in isLocal()
|
/frameworks/compile/slang/ |
D | slang_backend.cpp | 653 if (FD->isGlobal()) { in HandleTopLevelDecl() 742 if (FD && !FD->isGlobal()) { in HandleTranslationUnitPre()
|
/frameworks/compile/slang/BitWriter_2_9/ |
D | BitcodeWriter.cpp | 771 BitstreamWriter &Stream, bool isGlobal) { in WriteConstants() argument 781 if (isGlobal) { in WriteConstants()
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
D | BitcodeWriter.cpp | 769 BitstreamWriter &Stream, bool isGlobal) { in WriteConstants() argument 779 if (isGlobal) { in WriteConstants()
|
/frameworks/compile/slang/BitWriter_3_2/ |
D | BitcodeWriter.cpp | 806 BitstreamWriter &Stream, bool isGlobal) { in WriteConstants() argument 816 if (isGlobal) { in WriteConstants()
|
/frameworks/av/media/codec2/tests/vndk/ |
D | C2BufferTest.cpp | 789 ASSERT_TRUE(spInfo->index().isGlobal()); in TEST_F()
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | ActiveAdmin.java | 984 key -> UserRestrictionsUtils.isGlobal(adminType, key)); in getGlobalUserRestrictions()
|
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86Relocator.cpp | 1279 if (pReloc.symInfo()->isGlobal()) { in mayHaveFunctionPointerAccess()
|
/frameworks/av/media/codec2/sfplugin/ |
D | CCodecBufferChannel.cpp | 1703 if (param->isGlobal()) { in handleWork()
|
/frameworks/compile/mclinker/lib/Target/ |
D | GNULDBackend.cpp | 1418 else if (pSymbol.resolveInfo()->isGlobal()) in getSymbolInfo()
|
/frameworks/base/media/jni/ |
D | android_media_tv_Tuner.cpp | 311 CHECK(isGlobal()); in C2DataIdInfo()
|
/frameworks/base/services/ |
D | art-profile | 33469 HSPLcom/android/server/pm/UserRestrictionsUtils;->isGlobal(ILjava/lang/String;)Z+]Ljava/util/Set;La…
|