Searched refs:isGlobal (Results 1 - 12 of 12) sorted by relevance

/frameworks/compile/mclinker/unittests/
H A DStaticResolverTest.cpp270 ASSERT_TRUE(sym->isGlobal());
286 ASSERT_TRUE(sym->isGlobal());
302 ASSERT_TRUE(sym->isGlobal());
318 ASSERT_TRUE(sym->isGlobal());
333 ASSERT_TRUE(sym->isGlobal());
348 ASSERT_TRUE(sym->isGlobal());
369 ASSERT_TRUE(sym->isGlobal());
384 ASSERT_TRUE(sym->isGlobal());
399 ASSERT_FALSE(sym->isGlobal());
414 ASSERT_FALSE(sym->isGlobal());
[all...]
/frameworks/compile/mclinker/lib/LD/
H A DResolveInfo.cpp154 // isGlobal - [L,W] == [0, 0]
155 bool ResolveInfo::isGlobal() const { function in class:mcld::ResolveInfo
229 (isGlobal() || isWeak()) && (isDefine() || isCommon()))
/frameworks/av/media/libstagefright/codec2/include/
H A DC2Param.h191 inline bool isGlobal() const { return (mIndex & kDirMask) == kDirGlobal; } function in struct:Type
200 inline bool forPort() const { return !forStream() && !isGlobal(); }
238 if (isGlobal()) {
316 inline bool isGlobal() const { return _mIndex.isGlobal(); } function
410 } else if (o->_mIndex.isGlobal()) {
/frameworks/av/media/libstagefright/codec2/tests/
H A DC2Param_test.cpp925 EXPECT_TRUE(p.isGlobal());
957 EXPECT_TRUE(type.isGlobal());
992 EXPECT_FALSE(p.isGlobal());
1000 EXPECT_FALSE(p.isGlobal());
1008 EXPECT_FALSE(p.isGlobal());
1128 EXPECT_FALSE(type.isGlobal());
1137 EXPECT_FALSE(type.isGlobal());
1195 EXPECT_FALSE(p.isGlobal());
1203 EXPECT_FALSE(p.isGlobal());
1211 EXPECT_FALSE(p.isGlobal());
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DResolveInfo.h138 bool isGlobal() const;
/frameworks/base/services/core/java/com/android/server/pm/
H A DUserRestrictionsUtils.java350 if (isGlobal(isDeviceOwner, key)) {
361 private static boolean isGlobal(boolean isDeviceOwner, String key) { method in class:UserRestrictionsUtils
/frameworks/compile/slang/
H A Dslang_backend.cpp653 if (FD->isGlobal()) {
742 if (FD && !FD->isGlobal()) {
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp771 BitstreamWriter &Stream, bool isGlobal) {
781 if (isGlobal) {
769 WriteConstants(unsigned FirstVal, unsigned LastVal, const llvm_2_9::ValueEnumerator &VE, BitstreamWriter &Stream, bool isGlobal) argument
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp769 BitstreamWriter &Stream, bool isGlobal) {
779 if (isGlobal) {
767 WriteConstants(unsigned FirstVal, unsigned LastVal, const llvm_2_9_func::ValueEnumerator &VE, BitstreamWriter &Stream, bool isGlobal) argument
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp806 BitstreamWriter &Stream, bool isGlobal) {
816 if (isGlobal) {
804 WriteConstants(unsigned FirstVal, unsigned LastVal, const llvm_3_2::ValueEnumerator &VE, BitstreamWriter &Stream, bool isGlobal) argument
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp1279 if (pReloc.symInfo()->isGlobal()) {
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1418 else if (pSymbol.resolveInfo()->isGlobal())

Completed in 6239 milliseconds