Home
last modified time | relevance | path

Searched refs:isGlobal (Results 1 – 14 of 14) 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.cpp1164 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/
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()
389 inline bool isGlobal() const { return _mIndex.isGlobal(); } in isGlobal() function
538 } 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.java438 if (isGlobal(isDeviceOwner, key)) { in sortToGlobalAndLocal()
449 private static boolean isGlobal(boolean isDeviceOwner, String key) { in isGlobal() method in UserRestrictionsUtils
/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/compile/mclinker/lib/Target/X86/
DX86Relocator.cpp1279 if (pReloc.symInfo()->isGlobal()) { in mayHaveFunctionPointerAccess()
/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp1386 if (param->isGlobal()) { in handleWork()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1418 else if (pSymbol.resolveInfo()->isGlobal()) in getSymbolInfo()
/frameworks/base/services/
Dart-profile11845 HSPLcom/android/server/pm/UserRestrictionsUtils;->isGlobal(ZLjava/lang/String;)Z