/external/libmojo/third_party/catapult/devil/devil/utils/lazy/ |
weak_constant.py | 12 constant nature of the object is not enforced, though, hence the "weak".
|
/prebuilts/go/darwin-x86/test/ |
copy1.go | 7 // Verify that copy arguments requirements are enforced by the
|
/prebuilts/go/linux-x86/test/ |
copy1.go | 7 // Verify that copy arguments requirements are enforced by the
|
/external/llvm/utils/lit/tests/ |
googletest-timeout.py | 3 # Check that the per test timeout is enforced when running GTest tests. 8 # Check that the per test timeout is enforced when running GTest tests via
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/ |
RestrictedLockUtils.java | 68 * Checks if a restriction is enforced on a user and returns the enforced admin and 72 * @param userId User which we need to check if restriction is enforced on. 73 * @return EnforcedAdmin Object containing the enforced admin component and admin user details, 91 // Restriction is not enforced. 112 // When the restriction is enforced by device owner, return the device owner admin only 119 // If the restriction is enforced by system then return null. 137 * @param userId User to check enforced admin status for. 139 * @return EnforcedAdmin Object containing the enforced admin component and admin user details, 220 * @return EnforcedAdmin Object containing the enforced admin component and admin user details [all...] |
/hardware/interfaces/keymaster/4.0/ |
types.hal | 72 * Must be hardware-enforced. 81 * Must be hardware-enforced. 93 * Must be hardware-enforced. 106 * Must be hardware-enforced. 120 * Must be hardware-enforced. 148 * Must be hardware-enforced. 161 * Must be hardware-enforced. 174 * Must be hardware-enforced. 185 * Must be hardware-enforced. 199 * Must be hardware-enforced [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
CommandReceiverActivity.java | 129 // specify if that policy is enforced or not. 131 "com.android.cts.verifier.managedprovisioning.extra.ENFORCED"; 197 boolean enforced = intent.getBooleanExtra(EXTRA_ENFORCED, false); 198 if (enforced) { 205 boolean enforced = intent.getBooleanExtra(EXTRA_ENFORCED, false); 206 mDpm.setKeyguardDisabledFeatures(mAdmin, enforced 227 boolean enforced = intent.getBooleanExtra(EXTRA_ENFORCED, false); 233 mDpm.setKeyguardDisabled(mAdmin, enforced); 237 boolean enforced = intent.getBooleanExtra(EXTRA_ENFORCED, false); 238 mDpm.setStatusBarDisabled(mAdmin, enforced); [all...] |
/external/autotest/client/site_tests/policy_ChromeOsLockOnIdleSuspend/ |
control | 27 The test shall fail if any of the above behaviors are not enforced.
|
/external/autotest/client/site_tests/policy_EditBookmarksEnabled/ |
control | 22 fail if that behavior is not enforced.
|
/external/autotest/client/site_tests/policy_PowerManagementIdleSettings/ |
control | 23 above behaviors are not enforced.
|
/external/clang/test/SemaCUDA/ |
builtins.cu | 3 // restrictions are enforced. Also verify that non-target builtins can
|
/external/libbrillo/policy/ |
libpolicy.h | 19 // This class holds device settings that are to be enforced across all users.
|
/external/libmojo/mojo/public/tools/bindings/generators/cpp_templates/ |
union_definition.tmpl | 15 // If it is inlined, the alignment is already enforced by its enclosing
|
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/annotations/ |
DependsOn.java | 23 * interface to function properly. When this is added, it will be enforced
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
RestrictionUtils.java | 33 * Utility method to check if user restriction is enforced on the current user.
|
/packages/apps/TV/src/com/android/tv/analytics/ |
Analytics.java | 31 * @param optOut {@code true} if application-level opt out should be enforced.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/mmc/ |
ioctl.h | 50 * is enforced per ioctl call. For larger data transfers, use the normal
|
/cts/tests/security/src/android/keystore/cts/ |
Attestation.java | 141 s.append("\n-- SW enforced --"); 143 s.append("\n-- TEE enforced --");
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/ |
PolicyServiceProxy.java | 61 // This is not a great situation, but it's better to act like the policy isn't enforced 97 // This is not a great situation, but it's better to act like the policy isn't enforced
|
/system/keymaster/legacy_support/ |
ec_keymaster0_key.cpp | 57 // These tags are hardware-enforced. Putting them in the hw_enforced set here will ensure that 90 // These tags are hardware-enforced. Putting them in the hw_enforced set here will ensure that
|
rsa_keymaster0_key.cpp | 59 // These tags are hardware-enforced. Putting them in the hw_enforced set here will ensure that 90 // These tags are hardware-enforced. Putting them in the hw_enforced set here will ensure that
|
/cts/hostsidetests/appsecurity/test-apps/PermissionDeclareApp/src/com/android/cts/permissiondeclareapp/ |
PermissionContentProvider.java | 29 * Empty content provider, all permissions are enforced in manifest
|
PermissionContentProviderGranting.java | 29 * Empty content provider, all permissions are enforced in manifest
|
PermissionContentProviderPathRestricting.java | 29 * Empty content provider, all permissions are enforced in manifest
|
PrivateContentProvider.java | 29 * Empty content provider, all permissions are enforced in manifest
|