/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 | 1164 EXPECT_TRUE(p.isGlobal()); in TEST_F() 1196 EXPECT_TRUE(type.isGlobal()); in TEST_F() 1251 EXPECT_FALSE(p.isGlobal()); in TEST_F() 1259 EXPECT_FALSE(p.isGlobal()); in TEST_F() 1267 EXPECT_FALSE(p.isGlobal()); in TEST_F() 1387 EXPECT_FALSE(type.isGlobal()); in TEST_F() 1396 EXPECT_FALSE(type.isGlobal()); in TEST_F() 1477 EXPECT_FALSE(p.isGlobal()); in TEST_F() 1485 EXPECT_FALSE(p.isGlobal()); in TEST_F() 1493 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() 389 inline bool isGlobal() const { return _mIndex.isGlobal(); } in isGlobal() function 538 } 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 | 438 if (isGlobal(isDeviceOwner, key)) { in sortToGlobalAndLocal() 449 private static boolean isGlobal(boolean isDeviceOwner, String key) { in isGlobal() method in UserRestrictionsUtils
|
/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/compile/mclinker/lib/Target/X86/ |
D | X86Relocator.cpp | 1279 if (pReloc.symInfo()->isGlobal()) { in mayHaveFunctionPointerAccess()
|
/frameworks/av/media/codec2/sfplugin/ |
D | CCodecBufferChannel.cpp | 1386 if (param->isGlobal()) { in handleWork()
|
/frameworks/compile/mclinker/lib/Target/ |
D | GNULDBackend.cpp | 1418 else if (pSymbol.resolveInfo()->isGlobal()) in getSymbolInfo()
|
/frameworks/base/services/ |
D | art-profile | 11845 HSPLcom/android/server/pm/UserRestrictionsUtils;->isGlobal(ZLjava/lang/String;)Z
|