/frameworks/opt/net/wifi/tests/wifitests/assets/ |
r2.PerProviderSubscription.conf | 6 6:Policy+ 11 3:URI=58:https://policy-server.r2-testbed-rks.wi-fi.org:9445/OnlineSignup/services/doAuthenticate 17 7:CertURL=3d:http://www.r2-testbed.wi-fi.org/policy-rootcert-networkfx.der
|
ruckus.PerProviderSubscription.conf | 6 6:Policy+ 11 3:URI=58:https://policy-server.r2-testbed-rks.wi-fi.org:9445/OnlineSignup/services/doAuthenticate 17 7:CertURL=3d:http://www.r2-testbed.wi-fi.org/policy-rootcert-networkfx.der
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/ |
EmailServiceProxy.java | 29 import com.android.emailcommon.provider.Policy; 164 bundle.setClassLoader(Policy.class.getClassLoader());
|
/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),
|
AccountSettingsFragment.java | 59 import com.android.emailcommon.provider.Policy; 103 @SuppressWarnings("unused") // temporarily unused pending policy UI 105 @SuppressWarnings("unused") // temporarily unused pending policy UI 464 Policy.restorePolicyWithId(getContext(), account.mPolicyKey, mObserver); 587 * From a Policy, create and return an ArrayList of Strings that describe (simply) those 591 @SuppressWarnings("unused") // temporarily unused pending policy UI 592 private ArrayList<String> getSystemPoliciesList(Policy policy) { 595 if (policy.mPasswordMode != Policy.PASSWORD_MODE_NONE) [all...] |
/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);
|
/external/clang/lib/Parse/ |
ParseExprCXX.cpp | [all...] |
/external/clang/include/clang/Sema/ |
DeclSpec.h | 519 const PrintingPolicy &Policy); 608 const PrintingPolicy &Policy); 612 unsigned &DiagID, const PrintingPolicy &Policy); 618 unsigned &DiagID, const PrintingPolicy &Policy); 621 const PrintingPolicy &Policy); 624 const PrintingPolicy &Policy); 628 const PrintingPolicy &Policy); 632 const PrintingPolicy &Policy); 636 const PrintingPolicy &policy); 639 const PrintingPolicy &Policy); [all...] |
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/ |
HomeSP.java | 49 private final Policy mPolicy; 100 Policy policy, 122 mPolicy = policy; 138 public Policy getPolicy() {
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/ |
acl.py | 31 class Policy(object): 51 return "<Policy: %s>" % ", ".join(grants) 87 def __init__(self, policy=None): 88 self.policy = policy
|
/external/libchrome/sandbox/linux/seccomp-bpf/ |
sandbox_bpf.cc | 21 #include "sandbox/linux/bpf_dsl/policy.h" 124 SandboxBPF::SandboxBPF(bpf_dsl::Policy* policy) 125 : proc_fd_(), sandbox_has_started_(false), policy_(policy) { 185 // before installing the filters, just in case that our policy denies
|
/external/llvm/lib/Target/AMDGPU/ |
AMDGPUSubtarget.h | 260 void overrideSchedPolicy(MachineSchedPolicy &Policy,
|
/external/llvm/lib/Target/PowerPC/ |
PPCSubtarget.h | 288 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);
|
/device/asus/fugu/libaudio/ |
Android.mk | 18 # Library used by both policy manager and the audioHAL 94 # Audio Policy Manager
|
/external/libweave/src/commands/ |
cloud_command_proxy_unittest.cc | 51 TestBackoffEntry(const Policy* const policy, base::Clock* clock) 52 : BackoffEntry{policy}, clock_{clock} { 120 static const BackoffEntry::Policy policy{0, 1000, 2.0, 0.0, 123 new TestBackoffEntry{&policy, task_runner_.GetClock()}};
|
/external/ppp/pppd/plugins/radius/etc/ |
dictionary.microsoft | 15 ATTRIBUTE MS-MPPE-Encryption-Policy 7 string Microsoft
|
/external/clang/lib/AST/ |
ASTDiagnostic.cpp | 464 /// Policy - Used during expression printing. 465 PrintingPolicy Policy; [all...] |
NestedNameSpecifier.cpp | 255 const PrintingPolicy &Policy) const { 257 getPrefix()->print(OS, Policy); 289 PrintingPolicy InnerPolicy(Policy);
|
/external/clang/include/clang/AST/ |
Type.h | 492 std::string getAsString(const PrintingPolicy &Policy) const; 494 bool isEmptyWhenPrinted(const PrintingPolicy &Policy) const; 495 void print(raw_ostream &OS, const PrintingPolicy &Policy, 909 std::string getAsString(const PrintingPolicy &Policy) const; 911 void print(raw_ostream &OS, const PrintingPolicy &Policy, 913 print(split(), OS, Policy, PlaceHolder); 916 const PrintingPolicy &policy, const Twine &PlaceHolder) { 917 return print(split.Ty, split.Quals, OS, policy, PlaceHolder); 920 raw_ostream &OS, const PrintingPolicy &policy, 924 const PrintingPolicy &Policy) const [all...] |
/frameworks/base/core/java/android/os/ |
StrictMode.java | 131 * enable/disable policy. 163 // Byte 1: Thread-policy 198 // Byte 2: Process-policy 334 * {@link StrictMode} policy applied to a certain thread. 336 * <p>The policy is enabled by {@link #setThreadPolicy}. The current policy 346 * The default, lax policy which doesn't catch anything. 373 * StrictMode.ThreadPolicy policy = new StrictMode.ThreadPolicy.Builder() 377 * StrictMode.setThreadPolicy(policy); 396 public Builder(ThreadPolicy policy) { 903 final BlockGuard.Policy policy = BlockGuard.getThreadPolicy(); local 1614 VmPolicy policy = getVmPolicy(); local 1993 BlockGuard.Policy policy = BlockGuard.getThreadPolicy(); local 2180 BlockGuard.Policy policy = BlockGuard.getThreadPolicy(); local 2200 BlockGuard.Policy policy = BlockGuard.getThreadPolicy(); local 2212 BlockGuard.Policy policy = BlockGuard.getThreadPolicy(); local 2224 BlockGuard.Policy policy = BlockGuard.getThreadPolicy(); local 2333 public final int policy; field in class:StrictMode.ViolationInfo [all...] |