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

1 2 3 4 56 7 8 91011>>

  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupOptionsFragment.java 31 import com.android.emailcommon.provider.Policy;
142 // Find a proper maximum for email lookback, based on policy (if we have one)
144 final Policy policy = account.mPolicy; local
145 if (policy != null) {
146 final int maxLookback = policy.mMaxEmailLookback;
MailboxSettings.java 47 import com.android.emailcommon.provider.Policy;
181 // If we have a maximum lookback policy, enforce it
307 /** Projection for loading an account's policy key. */
314 { Policy.MAX_EMAIL_LOOKBACK };
339 // Get the max lookback from our policy, if we have one.
344 // No policy, nothing to look up.
349 ContentUris.withAppendedId(Policy.CONTENT_URI, policyKey),
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rpcdce.h 223 RPCRTAPI RPC_STATUS RPC_ENTRY RpcServerUseAllProtseqsEx(unsigned int MaxCalls,void *SecurityDescriptor,PRPC_POLICY Policy);
225 RPCRTAPI RPC_STATUS RPC_ENTRY RpcServerUseAllProtseqsIfEx(unsigned int MaxCalls,RPC_IF_HANDLE IfSpec,void *SecurityDescriptor,PRPC_POLICY Policy);
227 RPCRTAPI RPC_STATUS RPC_ENTRY RpcServerUseProtseqExA(RPC_CSTR Protseq,unsigned int MaxCalls,void *SecurityDescriptor,PRPC_POLICY Policy);
229 RPCRTAPI RPC_STATUS RPC_ENTRY RpcServerUseProtseqExW(RPC_WSTR Protseq,unsigned int MaxCalls,void *SecurityDescriptor,PRPC_POLICY Policy);
231 RPCRTAPI RPC_STATUS RPC_ENTRY RpcServerUseProtseqEpExA(RPC_CSTR Protseq,unsigned int MaxCalls,RPC_CSTR Endpoint,void *SecurityDescriptor,PRPC_POLICY Policy);
233 RPCRTAPI RPC_STATUS RPC_ENTRY RpcServerUseProtseqEpExW(RPC_WSTR Protseq,unsigned int MaxCalls,RPC_WSTR Endpoint,void *SecurityDescriptor,PRPC_POLICY Policy);
235 RPCRTAPI RPC_STATUS RPC_ENTRY RpcServerUseProtseqIfExA(RPC_CSTR Protseq,unsigned int MaxCalls,RPC_IF_HANDLE IfSpec,void *SecurityDescriptor,PRPC_POLICY Policy);
237 RPCRTAPI RPC_STATUS RPC_ENTRY RpcServerUseProtseqIfExW(RPC_WSTR Protseq,unsigned int MaxCalls,RPC_IF_HANDLE IfSpec,void *SecurityDescriptor,PRPC_POLICY Policy);
  /device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
HttpBootDhcp4.c 683 This function will switch the IP4 configuration policy to Static.
687 @retval EFI_SUCCESS The policy is already configured to static.
696 EFI_IP4_CONFIG2_POLICY Policy;
708 &Policy
714 if (Policy != Ip4Config2PolicyStatic) {
715 Policy = Ip4Config2PolicyStatic;
720 &Policy
  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 63 // like to configure the GenericScheduler's policy for a given scheduler region,
64 // including scheduling direction and register pressure tracking policy, can do
68 // overrideSchedPolicy(MachineSchedPolicy &Policy,
70 // Policy.<Flag> = true;
146 /// Define a generic scheduling policy for targets that don't provide their own
179 /// Optionally override the per-region scheduling policy.
773 /// Policy for scheduling the next instruction in the candidate's zone.
813 CandPolicy Policy;
831 SchedCandidate(const CandPolicy &Policy) { reset(Policy); }
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Application/IfConfig6/
IfConfig6.c 826 // Get the config policy.
833 &IfCb->Policy
932 // Print interface config policy.
934 if (IfCb->Policy == Ip6ConfigPolicyAutomatic) {
1036 EFI_IP6_CONFIG_POLICY Policy;
1038 Policy = Ip6ConfigPolicyAutomatic;
1057 &Policy
1095 EFI_IP6_CONFIG_POLICY Policy;
1198 // Set automaic config policy
1200 Policy = Ip6ConfigPolicyAutomatic;
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 529 const PrintingPolicy &Policy);
622 const PrintingPolicy &Policy);
626 unsigned &DiagID, const PrintingPolicy &Policy);
632 unsigned &DiagID, const PrintingPolicy &Policy);
635 const PrintingPolicy &Policy);
638 const PrintingPolicy &Policy);
642 const PrintingPolicy &Policy);
646 const PrintingPolicy &Policy);
650 const PrintingPolicy &policy);
653 const PrintingPolicy &Policy);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Config2Impl.c 89 Update the current policy to NewPolicy. During the transition
94 @param[in] NewPolicy The new policy to be updated to.
455 if ((Instance->Dhcp4Handle != NULL) || (Instance->Policy != Ip4Config2PolicyDhcp)) {
457 // The DHCP4 child is already created or the policy is no longer DHCP.
1110 The work function is to set the general configuration policy for the EFI IPv4 network
1112 The policy will affect other configuration settings.
1118 @retval EFI_INVALID_PARAMETER The to be set policy is invalid.
1120 @retval EFI_ABORTED The new policy equals the current policy.
    [all...]
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/
CryptTs.c 91 /// policy TSAPolicyId,
109 ASN1_OBJECT *Policy;
126 ASN1_SIMPLE (TS_TST_INFO, Policy, ASN1_OBJECT),
264 // The policy field MUST indicate the TSA's policy under which the response was produced.
266 if (TstInfo->Policy == NULL) {
268 /// We have no information about the Requested TSA Policy.
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeDeferImageLoadLib/
DxeDeferImageLoadLib.c 775 Provides the service of deferring image load based on platform policy control,
785 @param[in] BootPolicy A boot policy that was used to call LoadImage() UEFI service.
790 FileBuffer did authenticate, and the platform policy dictates
799 authenticate, and the platform policy dictates that the DXE
815 UINT32 Policy;
833 // The user is logon; verify the FilePath by current user access policy.
845 // Check the file type and get policy setting.
848 Policy = PcdGet32 (PcdDeferImageLoadPolicy);
849 if ((Policy & FileType) == FileType) {
  /external/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp 473 PrintingPolicy Policy = Node.getASTContext().getPrintingPolicy();
474 Policy.SuppressUnwrittenScope = true;
475 Node.printQualifiedName(OS, Policy);
  /external/clang/lib/Index/
IndexSymbol.cpp 298 PrintingPolicy Policy(LO);
302 Policy.SuppressTemplateArgsInCXXConstructors = true;
306 DeclName.print(OS, Policy);
  /external/clang/include/clang/AST/
Attr.h 114 void printPretty(raw_ostream &OS, const PrintingPolicy &Policy) const;
  /external/libchrome/sandbox/linux/seccomp-bpf/
sandbox_bpf.cc 21 #include "sandbox/linux/bpf_dsl/policy.h"
123 SandboxBPF::SandboxBPF(bpf_dsl::Policy* policy)
124 : proc_fd_(), sandbox_has_started_(false), policy_(policy) {
184 // before installing the filters, just in case that our policy denies
  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.h 248 void overrideSchedPolicy(MachineSchedPolicy &Policy,
  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.h 305 void overrideSchedPolicy(MachineSchedPolicy &Policy,
  /external/owasp/sanitizer/src/main/org/owasp/html/
ElementAndAttributePolicyBasedSanitizerPolicy.java 42 * A sanitizer policy that applies element and attribute policies to tags.
47 implements HtmlSanitizer.Policy {
  /external/owasp/sanitizer/src/main/org/owasp/html/examples/
UrlTextExample.java 136 HtmlSanitizer.Policy policy = policyBuilder.apply( local
149 HtmlSanitizer.sanitize(input, policy);
  /external/owasp/sanitizer/src/tests/org/owasp/html/
Benchmark.java 143 HtmlSanitizer.sanitize(html, new HtmlSanitizer.Policy() {
HtmlSanitizerTest.java 353 HtmlSanitizer.Policy policy = new HtmlPolicyBuilder() local
379 HtmlSanitizer.sanitize(html, policy);
  /frameworks/base/core/java/android/app/
INotificationManager.aidl 124 NotificationManager.Policy getNotificationPolicy(String pkg);
125 void setNotificationPolicy(String pkg, in NotificationManager.Policy policy);
  /frameworks/base/packages/Osu/src/com/android/hotspot2/flow/
FlowService.java 76 public void remediate(String spFqdn, String url, boolean policy, Network network) {
77 FlowService.this.remediate(spFqdn, url, policy, network);
99 * @param policy Set if this is a policy update rather than a subscription update
102 public void remediate(String spFqdn, String url, boolean policy, Network network) {
114 homeSP, policy
115 ? OSUFlowManager.FlowType.Policy : OSUFlowManager.FlowType.Remediation));
  /frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
OSUClient.java 4 * policy-server.r2-testbed IN A 10.123.107.107
9 * policy-server.r2-testbed-rks IN A 10.123.107.107
265 if (flowType == OSUFlowManager.FlowType.Policy) {
266 throw new IOException("Browser launch requested in policy flow");
368 flowType == OSUFlowManager.FlowType.Policy);
424 if (flowType == OSUFlowManager.FlowType.Policy) {
471 {"PerProviderSubscription", "?", "Policy", "PolicyUpdate", "TrustRoot", "CertURL"};
481 certs.put(OSUCertType.Policy, getCerts(ppsRoot, PolicyCertPath, network, km, ks));
  /packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
NotificationBackendTest.java 20 import android.app.NotificationManager.Policy;
  /device/asus/fugu/libaudio/
Android.mk 18 # Library used by both policy manager and the audioHAL
99 # Audio Policy Manager

Completed in 750 milliseconds

1 2 3 4 56 7 8 91011>>