HomeSort by relevance Sort by last modified time
    Searched defs:policy (Results 1 - 25 of 465) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/skia/src/utils/
SkThreadUtils_pthread_mach.cpp 23 thread_affinity_policy_data_t policy; local
24 policy.affinity_tag = processor;
28 (thread_policy_t) &policy,
  /external/selinux/policycoreutils/sepolicy/
setup.py 7 policy = Extension("sepolicy._policy", variable
9 sources=[ "policy.c", "info.c", "search.c"]
12 setup(name = "sepolicy", version="1.1", description="Python SELinux Policy Analyses bindings", author="Daniel Walsh", author_email="dwalsh@redhat.com", ext_modules=[policy], packages=["sepolicy", "sepolicy.templates", "sepolicy.help"], package_data={'sepolicy':['*.glade'], 'sepolicy.help': ['*.txt', '*.png']})
policy.c 3 * Python bindings to search SELinux Policy rules.
35 #include "policy.h"
36 apol_policy_t *policy = NULL; variable
56 if (policy)
57 apol_policy_destroy(&policy);
69 policy = apol_policy_create_from_policy_path(pol_path, policy_load_options, NULL, NULL);
71 if (!policy) {
80 {"policy", (PyCFunction) wrap_policy, METH_VARARGS,
81 "Initialize SELinux policy for use with search and info"},
83 "Return SELinux policy info about types, attributes, roles, users"}
    [all...]
  /frameworks/base/core/tests/coretests/src/com/android/internal/policy/
PhoneWindowActionModeTestActivity.java 17 package com.android.internal.policy;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
EthernetIcons.java 17 package com.android.systemui.statusbar.policy;
Listenable.java 17 package com.android.systemui.statusbar.policy;
ScrollAdapter.java 17 package com.android.systemui.statusbar.policy;
AccessibilityContentDescriptions.java 3 package com.android.systemui.statusbar.policy;
EthernetSignalController.java 16 package com.android.systemui.statusbar.policy;
21 import com.android.systemui.statusbar.policy.NetworkController.IconState;
HotspotController.java 17 package com.android.systemui.statusbar.policy;
LocationController.java 17 package com.android.systemui.statusbar.policy;
RotationLockController.java 17 package com.android.systemui.statusbar.policy;
SignalCallbackAdapter.java 16 package com.android.systemui.statusbar.policy;
20 import com.android.systemui.statusbar.policy.NetworkController.IconState;
21 import com.android.systemui.statusbar.policy.NetworkController.SignalCallback;
WifiIcons.java 17 package com.android.systemui.statusbar.policy;
  /development/samples/training/device-management-policy/src/com/example/training/deviceadmin/
SecureActivity.java 27 // Check to see if the device is properly secured as per the policy. Send user
28 // back to policy set up screen if necessary.
29 Policy policy = new Policy(this); local
30 policy.readFromLocal();
31 if (!policy.isDeviceSecured()) {
  /frameworks/base/services/core/java/com/android/server/policy/
LogDecelerateInterpolator.java 17 package com.android.server.policy;
  /frameworks/compile/mclinker/lib/Target/
ELFEmulation.cpp 21 InputSectDesc::KeepPolicy policy; /// mark whether the input is kept in GC member in struct:mcld::NameMap
78 pScript.sectionMap().insert(map[i].from, map[i].to, map[i].policy);
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
SystemUpdatePolicyTest.java 117 private void testPolicy(SystemUpdatePolicy policy) {
118 mDevicePolicyManager.setSystemUpdatePolicy(getWho(), policy); local
121 if (policy == null) {
125 assertEquals(policy.toString(), newPolicy.toString());
126 assertEquals(policy.getPolicyType(), newPolicy.getPolicyType());
127 if (policy.getPolicyType() == SystemUpdatePolicy.TYPE_INSTALL_WINDOWED) {
128 assertEquals(policy.getInstallWindowStart(), newPolicy.getInstallWindowStart());
129 assertEquals(policy.getInstallWindowEnd(), newPolicy.getInstallWindowEnd());
  /external/owasp/sanitizer/src/tests/org/owasp/html/
HtmlPolicyBuilderFuzzerTest.java 48 * Throws random policy calls to find evidence against the claim that the
49 * security of the policy is decoupled from that of the parser.
58 final Function<HtmlStreamEventReceiver, HtmlSanitizer.Policy> policyFactory
92 HtmlSanitizer.Policy policy = policyFactory.apply( local
94 policy.openDocument();
107 policy.openTag(pick(rnd, ELEMENT_NAMES), attributes);
110 policy.closeTag(pick(rnd, ELEMENT_NAMES));
113 policy.text(pickChunk(rnd));
120 policy.closeDocument()
    [all...]
  /external/owasp/sanitizer/src/main/org/owasp/html/
HtmlChangeReporter.java 38 * Sits between the HTML parser, and then policy, and the renderer so that it
48 * The renderer receives events from the policy unchanged, but the reporter
50 * policy.
69 public void setPolicy(HtmlSanitizer.Policy policy) {
70 this.input.policy = policy;
75 public HtmlSanitizer.Policy getWrappedPolicy() { return input; }
77 private static final class InputChannel<T> implements HtmlSanitizer.Policy {
78 HtmlStreamEventReceiver policy; field in class:HtmlChangeReporter.InputChannel
    [all...]
  /external/selinux/libsepol/include/sepol/policydb/
module.h 37 sepol_policydb_t *policy; member in struct:sepol_module_package
  /external/sepolicy/tools/sepolicy-analyze/
sepolicy-analyze.c 34 fprintf(stderr, "%s must be called on a policy file with a component and the appropriate arguments specified\n", arg0);
35 fprintf(stderr, "%s <policy-file>:\n", arg0);
44 char *policy; local
52 policy = argv[1];
53 if(load_policy(policy, &policydb, &pf))
  /frameworks/base/core/java/com/android/internal/policy/
PhoneLayoutInflater.java 17 package com.android.internal.policy;
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
NetworkControllerEthernetTest.java 1 package com.android.systemui.statusbar.policy;
6 import com.android.systemui.statusbar.policy.NetworkController.IconState;
  /packages/apps/Exchange/tests/src/com/android/exchange/adapter/
ProvisionParserTests.java 19 import com.android.emailcommon.provider.Policy;
47 "<characteristic type=\"HKLM\\Comm\\Security\\Policy\\LASSD\\AE\\" +
52 "<characteristic type=\"HKLM\\Comm\\Security\\Policy\\LASSD\">" +
55 "<characteristic type=\"HKLM\\Comm\\Security\\Policy\\LASSD\">" +
58 "<characteristic type=\"HKLM\\Comm\\Security\\Policy\\LASSD\\LAP\\lap_pw\">" +
61 "<characteristic type=\"HKLM\\Comm\\Security\\Policy\\LASSD\\LAP\\lap_pw\">" +
73 "<characteristic type=\"HKLM\\Comm\\Security\\Policy\\LASSD\\AE\\" +
78 "<characteristic type=\"HKLM\\Comm\\Security\\Policy\\LASSD\">" +
81 "<characteristic type=\"HKLM\\Comm\\Security\\Policy\\LASSD\">" +
84 "<characteristic type=\"HKLM\\Comm\\Security\\Policy\\LASSD\\LAP\\lap_pw\">"
122 Policy policy = parser.getPolicy(); local
135 Policy policy = parser.getPolicy(); local
144 Policy policy = parser.getPolicy(); local
    [all...]

Completed in 913 milliseconds

1 2 3 4 5 6 7 8 91011>>