HomeSort by relevance Sort by last modified time
    Searched refs:Policy (Results 51 - 75 of 169) sorted by null

1 23 4 5 6 7

  /external/chromium/net/url_request/
url_request_throttler_entry.h 135 BackoffEntry::Policy backoff_policy_;
  /external/chromium_org/net/url_request/
url_request_throttler_entry.h 141 BackoffEntry::Policy backoff_policy_;
  /external/clang/lib/AST/
StmtPrinter.cpp 38 PrintingPolicy Policy;
42 const PrintingPolicy &Policy,
44 : OS(os), IndentLevel(Indentation), Helper(helper), Policy(Policy) {}
47 PrintStmt(S, Policy.Indentation);
124 D->print(OS, Policy, IndentLevel);
133 Decl::printGroup(Decls.data(), Decls.size(), OS, Policy, IndentLevel);
185 (*it)->printPretty(OS, Policy);
326 PrintingPolicy SubPolicy(Policy);
345 Qualifier->print(OS, Policy);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/76/1/.cp/ant_tasks/
resources-ant.jar 
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpsEngine.java 38 public HttpsEngine(OkHttpClient client, Policy policy, String method, RawHeaders requestHeaders,
40 super(client, policy, method, requestHeaders, connection, requestBody);
68 URL url = policy.getURL();
  /frameworks/base/graphics/java/android/graphics/
Atlas.java 75 private final Policy mPolicy;
142 private static Policy findPolicy(Type type, int width, int height, int flags) {
161 * A policy defines how the atlas performs the packing operation.
163 private static abstract class Policy {
237 private static class SlicePolicy extends Policy {
  /external/chromium_org/tools/deep_memory_profiler/lib/
policy.py 16 # Heap Profile Policy versions
34 """Represents one matching rule in a policy file."""
108 class Policy(object):
109 """Represents a policy, a content of a policy file."""
257 """Loads a policy file of |filename| in a |format|.
265 A loaded Policy object.
268 return Policy.parse(policy_f, filetype)
272 """Parses a policy file content in a |format|.
280 A loaded Policy object
    [all...]
  /external/chromium_org/chrome/browser/extensions/updater/
request_queue_impl.h 20 const net::BackoffEntry::Policy* const backoff_policy,
139 const net::BackoffEntry::Policy* backoff_policy) {
  /external/chromium_org/third_party/icu/source/data/sprep/
spreplocal.mk 22 # rfc4011 : Policy Based Management Information Base, SNMP
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasFolderSync.java 26 import com.android.emailcommon.provider.Policy;
64 /** During validation, this holds the policy we must enforce. */
65 private Policy mPolicy;
176 // Regardless of whether the policy is supported, we return false because there's
EasProvision.java 22 import com.android.emailcommon.provider.Policy;
53 /** The policy type for versions of EAS prior to 2007. */
55 /** The policy type for versions of EAS starting with 2007. */
76 /** Result code indicating the server's policy can be fully supported. */
78 /** Result code indicating the server's policy cannot be fully supported. */
83 private Policy mPolicy;
129 * Make the provisioning calls to determine if we can handle the required policy.
130 * @return The {@link Policy} if we support it, or null otherwise.
132 public final Policy test() {
147 * Get the required policy from the server and enforce it
    [all...]
  /external/chromium/net/base/
backoff_entry.cc 15 BackoffEntry::BackoffEntry(const BackoffEntry::Policy* const policy)
17 policy_(policy) {
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_service.h 106 net::BackoffEntry::Policy backoff_policy;
124 // Updates BackoffEntry::Policy and creates a new BackoffEntry, which
184 // Policy for throttling portal checks.
188 // captive_portal::Result, BackoffEntry::Policy is updated and
  /external/chromium_org/chrome/browser/policy/cloud/
external_policy_data_updater.cc 5 #include "chrome/browser/policy/cloud/external_policy_data_updater.h"
25 namespace policy { namespace
33 const net::BackoffEntry::Policy kRetrySoonPolicy = {
59 const net::BackoffEntry::Policy kRetryLaterPolicy = {
84 // When the data fails validation (maybe because the policy URL and the data
87 const net::BackoffEntry::Policy kRetryMuchLaterPolicy = {
431 } // namespace policy
  /external/chromium_org/tools/deep_memory_profiler/tests/
dmprof_test.py 18 from lib.policy import Policy
163 policy = Policy.parse(cStringIO.StringIO(self._TEST_POLICY), 'json')
164 self.assertTrue(policy)
165 self.assertEqual('POLICY_DEEP_3', policy.version)
168 policy = Policy.parse(cStringIO.StringIO(self._TEST_POLICY), 'json')
169 self.assertTrue(policy)
182 self.assertEqual('malloc-v8', policy.find_malloc(bucket1)
    [all...]
  /packages/apps/Email/src/com/android/email/provider/
DBHelper.java 53 import com.android.emailcommon.provider.Policy;
93 "; delete from " + Policy.TABLE_NAME +
116 // Version 19: Add Policy table; add policyKey to Account table and trigger to delete an
117 // Account's policy when the Account is deleted
118 // Version 20: Add new policies to Policy table
127 // Version 29: Add protocolPoliciesEnforced and protocolPoliciesUnsupported to Policy
524 db.execSQL("create table " + Policy.TABLE_NAME + s);
1348 Policy policy = LegacyPolicySet.flagsToPolicy(securityFlags); local
    [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
MailboxSettings.java 40 import com.android.emailcommon.provider.Policy;
68 /** Projection for loading an account's policy key. */
73 private static final String[] MAX_EMAIL_LOOKBACK_PROJECTION = { Policy.MAX_EMAIL_LOOKBACK };
173 // Get the max lookback from our policy, if we have one.
179 Policy.CONTENT_URI, policyKey), MAX_EMAIL_LOOKBACK_PROJECTION,
226 // If we have a maximum lookback policy, enforce it
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
  /external/chromium_org/net/base/
backoff_entry.cc 16 BackoffEntry::BackoffEntry(const BackoffEntry::Policy* const policy)
17 : policy_(policy) {
  /external/clang/include/clang/AST/
Attr.h 104 const PrintingPolicy &Policy) const = 0;
  /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.
  /external/chromium_org/sync/notifier/
ack_tracker.cc 21 const net::BackoffEntry::Policy kDefaultBackoffPolicy = {
60 const net::BackoffEntry::Policy* const policy) {
61 return scoped_ptr<net::BackoffEntry>(new net::BackoffEntry(policy));
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
EmailServiceProxy.java 31 import com.android.emailcommon.provider.Policy;
209 bundle.setClassLoader(Policy.class.getClassLoader());
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp     [all...]

Completed in 613 milliseconds

1 23 4 5 6 7