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

1 2 3 4 56 7 8 910

  /external/chromium_org/google_apis/gcm/engine/
registration_request.cc 103 const net::BackoffEntry::Policy& backoff_policy,
unregistration_request.cc 115 const net::BackoffEntry::Policy& backoff_policy,
unregistration_request_unittest.cc 27 // Backoff policy for testing registration request.
28 const net::BackoffEntry::Policy kDefaultBackoffPolicy = {
checkin_request_unittest.cc 19 const net::BackoffEntry::Policy kDefaultBackoffPolicy = {
registration_request_unittest.cc 28 // Backoff policy for testing registration request.
29 const net::BackoffEntry::Policy kDefaultBackoffPolicy = {
  /external/chromium_org/remoting/host/
chromoting_host.cc 35 const net::BackoffEntry::Policy kDefaultBackoffPolicy = {
  /external/clang/include/clang/AST/
NestedNameSpecifier.h 198 void print(raw_ostream &OS, const PrintingPolicy &Policy) const;
TemplateName.h 309 void print(raw_ostream &OS, const PrintingPolicy &Policy,
TemplateBase.h 352 void print(const PrintingPolicy &Policy, raw_ostream &Out) const;
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /external/owasp/sanitizer/src/tests/org/owasp/html/
HtmlStreamRendererTest.java 295 HtmlSanitizer.sanitize(htmlInput, new HtmlSanitizer.Policy() {
AntiSamyTest.java 43 * This class tests AntiSamy functionality and the basic policy file which
54 private static HtmlSanitizer.Policy makePolicy(Appendable buffer) {
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
EmailSyncParser.java 33 import com.android.emailcommon.provider.Policy;
83 private final Policy mPolicy;
102 mPolicy = Policy.restorePolicyWithId(mContext, mAccount.mPolicyKey);
114 mPolicy = Policy.restorePolicyWithId(mContext, mAccount.mPolicyKey);
516 // Check if this attachment can't be downloaded due to an account policy
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
HtmlSanitizer.java 138 * This sanitizer policy removes these elements and the content within:
148 * This sanitizer policy removes these elements but preserves the content within:
162 * This sanitizer policy removes these attributes from all elements:
397 // create a thread-specific policy
398 final org.owasp.html.HtmlSanitizer.Policy policy = POLICY_DEFINITION.apply(renderer); local
403 org.owasp.html.HtmlSanitizer.sanitize(rawHtml, policy);
  /external/clang/test/CodeGenCXX/
mangle.cpp 298 struct Policy { };
300 template<typename T, typename = Policy<P, true> > class Alloc
  /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/chromium_org/components/invalidation/
ticl_invalidation_service.cc 24 static const net::BackoffEntry::Policy kRequestAccessTokenBackoffPolicy = {
gcm_network_channel_unittest.cc 50 // Backoff policy for test. Run first 5 retries without delay.
51 const net::BackoffEntry::Policy kTestBackoffPolicy = {
  /external/chromium_org/third_party/WebKit/Source/platform/weborigin/
SecurityOrigin.cpp 252 // FIXME: Evaluate whether we can tighten this policy to require matched
339 // protocols navigation policy.
389 SecurityOrigin::Policy SecurityOrigin::canShowNotifications() const
  /libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/
SHA1PRNG_SecureRandomImpl.java 552 BlockGuard.Policy originalPolicy = BlockGuard.getThreadPolicy();
  /external/clang/lib/AST/
ASTDiagnostic.cpp 406 /// Policy - Used during expression printing.
407 PrintingPolicy Policy;
    [all...]
  /external/chromium_org/chrome/browser/ui/search/
search_tab_helper.cc 161 .PassAs<SearchIPCRouter::Policy>()),
  /external/chromium_org/google_apis/gcm/tools/
mcs_probe.cc 58 const net::BackoffEntry::Policy kDefaultBackoffPolicy = {
  /external/chromium_org/tools/grit/grit/
tclib_unittest.py 82 'GoogleDesktop.adm - Group Policy administrative template file\r\n'
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar 

Completed in 5352 milliseconds

1 2 3 4 56 7 8 910