HomeSort by relevance Sort by last modified time
    Searched refs:Policy (Results 101 - 125 of 279) sorted by null

1 2 3 45 6 7 8 91011>>

  /libcore/luni/src/test/java/dalvik/system/
BlockGuardTest.java 32 private BlockGuard.Policy oldPolicy;
142 public static class RecordingPolicy implements BlockGuard.Policy {
  /external/llvm/include/llvm/Target/
TargetSubtargetInfo.h 141 /// \brief Override generic scheduling policy within a region.
145 /// changes to the generic scheduling policy.
146 virtual void overrideSchedPolicy(MachineSchedPolicy &Policy,
  /packages/services/Telephony/src/com/android/phone/vvm/omtp/scheduling/
RetryPolicy.java 26 * A task with this policy will automatically re-queue itself if {@link BaseTask#fail()} has been
30 public class RetryPolicy implements Policy {
  /system/update_engine/update_manager/
mock_policy.h 25 #include "update_engine/update_manager/policy.h"
29 // A mocked implementation of Policy.
30 class MockPolicy : public Policy {
59 // Policy overrides.
81 // Policy override.
chromeos_policy.h 25 #include "update_engine/update_manager/policy.h"
51 // ChromeOSPolicy implements the policy-related logic used in ChromeOS.
52 class ChromeOSPolicy : public Policy {
57 // Policy overrides.
89 // Policy override.
138 // A private policy implementation returning the wallclock timestamp when
153 // A private policy for determining backoff and the download URL to use.
181 // A private policy for checking whether scattering is due. Writes in |result|
184 // current scatter factor provided by the device policy (if available) or the
  /external/owasp/sanitizer/src/main/org/owasp/html/
PolicyFactory.java 54 implements Function<HtmlStreamEventReceiver, HtmlSanitizer.Policy> {
70 public HtmlSanitizer.Policy apply(@Nonnull HtmlStreamEventReceiver out) {
80 * that were rejected by the policy. This may tie into intrusion
86 public <CTX> HtmlSanitizer.Policy apply(
109 * that were rejected by the policy. This may tie into intrusion
114 * @return a string of HTML that complies with this factory's policy.
  /frameworks/base/packages/Osu/src/com/android/hotspot2/pps/
HomeSP.java 27 private final Policy mPolicy;
78 Policy policy,
100 mPolicy = policy;
116 public Policy getPolicy() {
Policy.java 29 public class Policy {
37 public Policy(OMANode node) throws OMAException {
186 return "Policy{" +
  /art/compiler/optimizing/
locations.h 67 // a policy that specifies what kind of location is suitable. Payload
68 // contains register allocation policy.
328 enum Policy {
339 static Location UnallocatedLocation(Policy policy) {
340 return Location(kUnallocated, PolicyField::Encode(policy));
368 Policy GetPolicy() const {
396 typedef BitField<Policy, 0, 3> PolicyField;
408 std::ostream& operator<<(std::ostream& os, const Location::Policy& rhs);
  /packages/apps/Email/provider_src/com/android/email/provider/
DBHelper.java 57 import com.android.emailcommon.provider.Policy;
100 "; delete from " + Policy.TABLE_NAME +
132 // Version 19: Add Policy table; add policyKey to Account table and trigger to delete an
133 // Account's policy when the Account is deleted
134 // Version 20: Add new policies to Policy table
143 // Version 29: Add protocolPoliciesEnforced and protocolPoliciesUnsupported to Policy
559 db.execSQL("create table " + Policy.TABLE_NAME + s);
1500 Policy policy = LegacyPolicySet.flagsToPolicy(securityFlags); local
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/
OcclusionBuffer.java 45 private enum Policy {
48 /** Evaluate the positions of the vertices depending on policy.
68 /** Compare the current value in the depth buffer with a new value. If draw policy is used, write the new value if it is
251 drawBox(box, Policy.DRAW);
267 drawBox(box, Policy.DRAW);
270 /** Draws a bounding box to the depth buffer, or queries the depth buffer at the pixels the box occupies, depending on policy.
273 * @param policy Rasterization policy to use
274 * @return True if query policy is used, and any part of the box passes a depth test. False otherwise. */
275 private boolean drawBox (Vector3[] vertices, Policy policy)
    [all...]
  /external/clang/include/clang/AST/
Attr.h 113 void printPretty(raw_ostream &OS, const PrintingPolicy &Policy) const;
  /external/libbrillo/brillo/
backoff_entry.cc 17 BackoffEntry::BackoffEntry(const BackoffEntry::Policy* const policy)
18 : policy_(policy) {
  /external/libweave/src/
backoff_entry.cc 16 BackoffEntry::BackoffEntry(const BackoffEntry::Policy* const policy)
17 : policy_(policy) {
  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.h 169 void overrideSchedPolicy(MachineSchedPolicy &Policy, MachineInstr *begin,
  /external/owasp/sanitizer/src/tests/org/owasp/html/
HtmlPolicyBuilderTest.java 292 HtmlSanitizer.Policy policy = b.build(HtmlStreamRenderer.create(sb, local
296 HtmlSanitizer.sanitize(src, policy);
  /frameworks/base/core/java/android/app/
INotificationManager.aidl 96 NotificationManager.Policy getNotificationPolicy(String pkg);
97 void setNotificationPolicy(String pkg, in NotificationManager.Policy policy);
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountCheckSettingsFragment.java 35 import com.android.emailcommon.provider.Policy;
99 * Called when we determine that a security policy will need to be installed
232 // report that we need to accept a security policy
401 mSetupData.setPolicy((Policy)bundle.getParcelable(
405 final Policy policy = bundle.getParcelable( local
407 final String unsupported = policy.mProtocolPoliciesUnsupported;
409 unsupported.split("" + Policy.POLICY_STRING_DELIMITER);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rpcdcep.h 160 RPCRTAPI RPC_STATUS RPC_ENTRY I_RpcServerUseProtseqEp2A(RPC_CSTR NetworkAddress,RPC_CSTR Protseq,unsigned int MaxCalls,RPC_CSTR Endpoint,void *SecurityDescriptor,void *Policy);
161 RPCRTAPI RPC_STATUS RPC_ENTRY I_RpcServerUseProtseqEp2W(RPC_WSTR NetworkAddress,RPC_WSTR Protseq,unsigned int MaxCalls,RPC_WSTR Endpoint,void *SecurityDescriptor,void *Policy);
162 RPCRTAPI RPC_STATUS RPC_ENTRY I_RpcServerUseProtseq2W(RPC_WSTR NetworkAddress,RPC_WSTR Protseq,unsigned int MaxCalls,void *SecurityDescriptor,void *Policy);
163 RPCRTAPI RPC_STATUS RPC_ENTRY I_RpcServerUseProtseq2A(RPC_CSTR NetworkAddress,RPC_CSTR Protseq,unsigned int MaxCalls,void *SecurityDescriptor,void *Policy);
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]
  /development/samples/training/device-management-policy/src/com/example/training/deviceadmin/
PolicySetupActivity.java 37 * screens to the user -- a screen for configuring device administration policy and another screen
38 * for viewing configured policy. When it is detected that the screen-lock password satisfies
39 * the password strength required by the policy, the user is sent to an Activity containing
49 // UI controls in policy setup screen.
54 private Policy mPolicy;
60 mPolicy = new Policy(this);
118 // Initialize policy set up screen.
143 // Read previously saved policy and populate on the UI.
160 // Initialize policy viewing screen.
165 // Read previously saved policy and populate on the UI
    [all...]
  /device/sample/apps/SampleEmailPolicy/
Android.mk 17 # This is the makefile for the Email Policy package contained elsewhere in this sample.
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/
Policy.java 29 public class Policy {
37 public Policy(OMANode node) throws OMAException {
199 return "Policy{" +
  /frameworks/opt/net/wifi/tests/wifitests/assets/
r1.PerProviderSubscription.conf 23 6:Policy+
28 3:URI=58:https://policy-server.r2-testbed-rks.wi-fi.org:9445/OnlineSignup/services/doAuthenticate
34 7:CertURL=3d:http://www.r2-testbed.wi-fi.org/policy-rootcert-networkfx.der

Completed in 619 milliseconds

1 2 3 45 6 7 8 91011>>