Searched defs:isGlobal (Results 1 - 6 of 6) sorted by relevance

/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/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/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

Completed in 1982 milliseconds