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

1 2 3 4 5 6 7 891011>>

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.ui.sdk_1.0.100.v20100513.jar 
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar 
  /frameworks/base/core/java/android/service/notification/
NotificationListenerService.java 148 NotificationManager.Policy.SUPPRESSED_EFFECT_SCREEN_OFF;
154 NotificationManager.Policy.SUPPRESSED_EFFECT_SCREEN_ON;
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
URLTest.java 720 final BlockGuard.Policy oldPolicy = BlockGuard.getThreadPolicy();
721 BlockGuard.setThreadPolicy(new BlockGuard.Policy() {
724 fail("Blockguard.Policy.onWriteToDisk");
729 fail("Blockguard.Policy.onReadFromDisk");
734 fail("Blockguard.Policy.onNetwork");
739 fail("Blockguard.Policy.onUnbufferedIO");
    [all...]
  /system/update_engine/
update_attempter.cc 38 #include <policy/device_policy.h>
39 #include <policy/libpolicy.h>
64 #include "update_engine/update_manager/policy.h"
75 using chromeos_update_manager::Policy;
175 // We limit the async policy request to a reasonably short time, to avoid a
177 update_manager->AsyncPolicyRequest(callback, &Policy::UpdateCheckAllowed);
311 // Lazy initialize the policy provider, or reload the latest policy data.
313 policy_provider_.reset(new policy::PolicyProvider());
316 const policy::DevicePolicy* device_policy = nullptr
    [all...]
  /external/clang/lib/AST/
Expr.cpp 471 // expr" policy instead.
528 PrintingPolicy Policy(Context.getLangOpts());
552 FD->printQualifiedName(POut, Policy);
558 POut << Decl->getParamDecl(i)->getType().stream(Policy);
604 Args.get(i).print(Policy, TOut);
620 Args->get(i).print(Policy, TOut);
645 .getAsStringInternal(Proto, Policy);
647 AFT->getReturnType().getAsStringInternal(Proto, Policy);
    [all...]
Decl.cpp     [all...]
Type.cpp     [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp 855 const PrintingPolicy &Policy = Actions.getASTContext().getPrintingPolicy();
859 DiagID, Result.get(), Policy)
861 DiagID, Policy)) {
    [all...]
Parser.cpp     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/
DxeNetLib.c     [all...]
  /packages/apps/Settings/src/com/android/settings/notification/
NotificationSettingsBase.java 179 NotificationManager.Policy policy = mNm.getNotificationPolicy(); local
180 mDndVisualEffectsSuppressed = policy == null ? false : policy.suppressedVisualEffects != 0;
  /packages/experimental/StrictModeTest/src/com/android/strictmodetest/
StrictModeActivity.java 140 BlockGuard.Policy policy = BlockGuard.getThreadPolicy();
142 policy.onWriteToDisk();
267 int policy;
269 policy = mLocalServiceConn.stub.getThreadPolicy();
270 Log.d(TAG, "local service policy: " + policy);
271 policy = mRemoteServiceConn.stub.getThreadPolicy();
272 Log.d(TAG, "remote service policy: " + policy);
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar 
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 
  /external/clang/include/clang/AST/
Decl.h 270 void printQualifiedName(raw_ostream &OS, const PrintingPolicy &Policy) const;
283 const PrintingPolicy &Policy,
    [all...]
ASTContext.h 557 void setPrintingPolicy(const clang::PrintingPolicy &Policy) {
558 PrintingPolicy = Policy;
    [all...]
DeclTemplate.h     [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 10 // This file defines analysis_warnings::[Policy,Executor].
    [all...]
  /frameworks/base/packages/Osu/src/com/android/hotspot2/flow/
PlatformAdapter.java 298 X509Certificate polCert = getCert(certs, OSUCertType.Policy);
348 PrivateKey privateKey, boolean policy)
379 intent.putExtra(OSUService.REMEDIATION_POLICY_EXTRA, policy);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Account.java 76 // Bit mask for the account's deletion policy (see DELETE_POLICY_x below)
106 // Deletion policy (see FLAGS_DELETE_POLICY_MASK, above)
151 public transient Policy mPolicy;
202 // other defaults (policy)
430 * Set the "delete policy" as a simple 0,1,2 value set.
431 * @param newPolicy the new delete policy
439 * Return the "delete policy" as a simple 0,1,2 value set.
440 * @return the current delete policy
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
http.h 312 HTTP_CACHE_POLICY_TYPE Policy;
  /prebuilts/go/darwin-x86/src/crypto/x509/
x509.go 895 Policy asn1.ObjectIdentifier
    [all...]
  /prebuilts/go/linux-x86/src/crypto/x509/
x509.go 895 Policy asn1.ObjectIdentifier
    [all...]

Completed in 857 milliseconds

1 2 3 4 5 6 7 891011>>