HomeSort by relevance Sort by last modified time
    Searched refs:Policy (Results 176 - 200 of 301) sorted by null

1 2 3 4 5 6 78 91011>>

  /system/sepolicy/tests/
treble_sepolicy_tests.py 4 import policy
11 Use file_contexts and policy to verify Treble requirements
103 # selinux policy contains neverallow rules that enforce that only zygote
232 usage +="plat_file_contexts -p policy [--test test] [--help]"
236 parser.add_option("-p", "--policy", dest="policy", metavar="FILE")
249 if not options.policy:
250 sys.exit("Must specify monolithic policy file\n" + parser.usage)
251 if not os.path.exists(options.policy):
252 sys.exit("Error: policy file " + options.policy + " does not exist\n
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
PxeBcDhcp.c 651 Switch the Ip4 policy to static.
655 @retval EFI_SUCCESS The policy is already configured to static.
666 EFI_IP4_CONFIG2_POLICY Policy;
675 &Policy
681 if (Policy != Ip4Config2PolicyStatic) {
682 Policy = Ip4Config2PolicyStatic;
687 &Policy
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcDhcp4.c 878 // Select offer by default policy.
1026 // The proxy offer should be determined if select by default policy.
    [all...]
  /external/clang/test/CodeGenCXX/
mangle.cpp 298 struct Policy { };
300 template<typename T, typename = Policy<P, true> > class Alloc
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
TestFmwk.java 15 import java.security.Policy;
337 String originalPolicyFileName = System.getProperty("java.security.policy");
339 System.setProperty("java.security.policy", policyFileName);
340 Policy.getPolicy().refresh();
342 System.setProperty("java.security.policy", originalPolicyFileName==null ? "" : originalPolicyFileName);
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
TestFmwk.java 14 import java.security.Policy;
336 String originalPolicyFileName = System.getProperty("java.security.policy");
338 System.setProperty("java.security.policy", policyFileName);
339 Policy.getPolicy().refresh();
341 System.setProperty("java.security.policy", originalPolicyFileName==null ? "" : originalPolicyFileName);
  /packages/apps/Email/provider_src/com/android/email/activity/setup/
AccountSecurity.java 43 import com.android.emailcommon.provider.Policy;
53 * 2. If not actively administrating the device, ask Device Policy Manager to start that
255 LogUtils.d(TAG, "could not load account or policy in AccountSecurity");
302 account.mPolicy = Policy.restorePolicyWithId(mContext, policyId);
414 // Step 2. Check if the current aggregate security policy is being satisfied by the
430 // Step 4. Recheck the security policy, and determine what changes are needed (if any)
  /external/clang/include/clang/AST/
DeclarationName.h 307 void print(raw_ostream &OS, const PrintingPolicy &Policy);
TemplateBase.h 355 void print(const PrintingPolicy &Policy, raw_ostream &Out) const;
DeclBase.h     [all...]
  /frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
OSUFlowManager.java 39 public enum FlowType {Provisioning, Remediation, Policy}
57 * A policy flow.
78 * A Remediation flow for credential or policy provisioning.
84 * @param flowType Remediation or Policy
  /frameworks/base/services/core/java/com/android/server/notification/
ZenModeHelper.java 27 import android.app.NotificationManager.Policy;
508 proto.write(ZenModeProto.POLICY, mConfig.toNotificationPolicy().toString());
590 public Policy getNotificationPolicy() {
594 private static Policy getNotificationPolicy(ZenModeConfig config) {
598 public void setNotificationPolicy(Policy policy) {
599 if (policy == null || mConfig == null) return;
602 newConfig.applyNotificationPolicy(policy);
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/
SHA1PRNG_SecureRandomImpl.java 552 BlockGuard.Policy originalPolicy = BlockGuard.getThreadPolicy();
  /libcore/ojluni/src/main/java/java/lang/
ClassLoader.java 38 import java.security.Policy;
464 * java.security.Policy#getPermissions(java.security.CodeSource)
465 * <tt>Policy.getPolicy().getPermissions(new CodeSource(null, null))</tt>}
    [all...]
  /external/clang/lib/Index/
USRGeneration.cpp 214 PrintingPolicy Policy(Context->getLangOpts());
217 Policy.SuppressTemplateArgsInCXXConstructors = true;
218 D->getDeclName().print(Out, Policy);
  /libcore/jsr166-tests/src/test/java/jsr166/
JSR166TestCase.java 27 import java.security.Policy;
336 // Policy.setPolicy(permissivePolicy());
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
UserIdentifyManager.c 405 Check whether the access policy is valid.
407 @param[in] PolicyInfo Point to the access policy.
408 @param[in] InfoLen The policy length.
410 @retval TRUE The policy is a valid access policy.
411 @retval FALSE The access policy is not a valid access policy.
430 // Check access policy according to type.
487 Check whether the identity policy is valid.
489 @param[in] PolicyInfo Point to the identity policy.
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 449 const PrintingPolicy &Policy = ASTCtx.getPrintingPolicy();
483 pointeeTy.getUnqualifiedType().getAsString(Policy) + "*";
494 Policy) +
526 .getAsString(Policy);
528 typeName = ty.getUnqualifiedType().getAsString(Policy);
541 .getAsString(Policy);
544 ty.getUnqualifiedType().getCanonicalType().getAsString(Policy);
    [all...]
  /frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
MOManager.java 17 import com.android.hotspot2.pps.Policy;
93 public static final String TAG_Policy = "Policy";
782 Policy policy = policyNode != null ? new Policy(policyNode) : null; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar 
org.eclipse.equinox.launcher.jar 
org.eclipse.equinox.launcher_1.1.0.v20100507.jar 
  /external/owasp/sanitizer/src/tests/org/owasp/html/
AntiSamyTest.java 43 * This class tests AntiSamy functionality and the basic policy file which
54 private static HtmlSanitizer.Policy makePolicy(Appendable buffer) {
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.core.net_1.2.200.v20130430-1352.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.net_1.2.200.v20130430-1352.jar 

Completed in 863 milliseconds

1 2 3 4 5 6 78 91011>>