Searched refs:effective (Results 1 – 12 of 12) sorted by relevance
267 static void SetCapabilities(JNIEnv* env, uint64_t permitted, uint64_t effective, in SetCapabilities() argument276 capdata[0].effective = effective; in SetCapabilities()277 capdata[1].effective = effective >> 32; in SetCapabilities()285 effective, inheritable, strerror(errno)); in SetCapabilities()
150 capdata.effective = capdata.permitted; in verifySystemIdmaps()
193 data[0] = new StructCapUserData(data[0].effective, data[0].permitted, in preserveCapabilities()195 data[1] = new StructCapUserData(data[1].effective, data[1].permitted, in preserveCapabilities()
53 capdata[CAP_TO_INDEX(CAP_SYS_NICE)].effective |= CAP_TO_MASK(CAP_SYS_NICE); in main()
78 capdata[CAP_TO_INDEX(CAP_SYSLOG)].effective = CAP_TO_MASK(CAP_SYSLOG); in DropRootUser()
130 ViewGroup effective = null; in getEffectiveRoot() local134 return effective != null ? effective : root; in getEffectiveRoot()143 effective = vg; in getEffectiveRoot()
1272 final Bundle effective = UserRestrictionsUtils.clone(baseRestrictions); in computeEffectiveUserRestrictionsLR() local1273 UserRestrictionsUtils.merge(effective, global); in computeEffectiveUserRestrictionsLR()1274 UserRestrictionsUtils.merge(effective, local); in computeEffectiveUserRestrictionsLR()1276 return effective; in computeEffectiveUserRestrictionsLR()1441 final Bundle effective = computeEffectiveUserRestrictionsLR(userId); in updateUserRestrictionsInternalLR() local1443 mCachedEffectiveUserRestrictions.put(userId, effective); in updateUserRestrictionsInternalLR()1448 + " new=" + effective + " prev=" + prevAppliedRestrictions); in updateUserRestrictionsInternalLR()1456 mAppOpsService.setUserRestrictions(effective, mUserRestriconToken, userId); in updateUserRestrictionsInternalLR()1464 propagateUserRestrictionsLR(userId, effective, prevAppliedRestrictions); in updateUserRestrictionsInternalLR()1466 mAppliedUserRestrictions.put(userId, new Bundle(effective)); in updateUserRestrictionsInternalLR()
22 distinct, effective features for Android programming. We will use322 This may allow the runtime to make more effective use of threads.
272 // The total number of received RAs with an effective lifetime of 0 seconds.
891 effective on the date Initial Developer first distributes921 effective on the date Contributor first makes Commercial Use of1143 and 2.2(b) are revoked effective as of the date You first made, used,
3979 boolean effective = mTextPaint.setFontVariationSettings(fontVariationSettings);3981 if (effective && mLayout != null) {3986 return effective;
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...