/external/guava/guava/src/com/google/common/util/concurrent/ |
CycleDetectingLockFactory.java | 55 * execution of the {@link Policy} specified when creating the factory. The 64 * (except those with {@code Policy.DISABLED}). A lock's behavior when a cycle 65 * is detected, however, is defined by the {@code Policy} of the factory that 106 * a potential deadlock situation, and the appropriate Policy is executed. 177 public interface Policy { 193 * Pre-defined {@link Policy} implementations. 198 public enum Policies implements Policy { 200 * When potential deadlock is detected, this policy results in the throwing 213 * When potential deadlock is detected, this policy results in the logging 231 * Note that locks created by a factory with this policy will <em>not</em 482 final Policy policy; field in class:CycleDetectingLockFactory [all...] |
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeImageVerificationLib/ |
DxeImageVerificationLib.c | [all...] |
/external/clang/lib/Tooling/Core/ |
QualTypeNames.cpp | 469 PrintingPolicy Policy(Ctx.getPrintingPolicy()); 470 Policy.SuppressScope = false; 471 Policy.AnonymousTagLocations = false; 472 Policy.PolishForDeclaration = true; 473 Policy.SuppressUnwrittenScope = true; 475 return FQQT.getAsString(Policy);
|
/compatibility/cdd/9_security-model/ |
9_13_safe-mode.md | 17 Device Policy Controller and has set the [`UserManager.DISALLOW_SAFE_BOOT`](
|
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/ |
HttpBootDhcp6.c | 439 // Select offer by the default policy or by order, and record the SelectIndex
584 Set the IP6 policy to Automatic.
588 @retval EFI_SUCCESS Switch the IP policy succesfully.
597 EFI_IP6_CONFIG_POLICY Policy;
606 // Get and store the current policy of IP6 driver.
612 &Policy
618 if (Policy == Ip6ConfigPolicyManual) {
619 Policy = Ip6ConfigPolicyAutomatic;
624 &Policy
721 EFI_IP6_CONFIG_POLICY Policy;
[all...] |
/external/clang/lib/AST/ |
DeclarationName.cpp | 138 PrintingPolicy Policy) { 140 Policy.adjustForCPlusPlus(); 146 if (Policy.SuppressTemplateArgsInCXXConstructors) { 152 ClassType.print(OS, Policy); 155 void DeclarationName::print(raw_ostream &OS, const PrintingPolicy &Policy) { 170 return printCXXConstructorDestructorName(N.getCXXNameType(), OS, Policy); 174 return printCXXConstructorDestructorName(N.getCXXNameType(), OS, Policy); 206 PrintingPolicy CXXPolicy = Policy;
|
/external/clang/unittests/AST/ |
StmtPrinterTest.cpp | 36 PrintingPolicy Policy = Context->getPrintingPolicy(); 37 S->printPretty(Out, /*Helper*/ nullptr, Policy);
|
/external/owasp/sanitizer/src/tests/org/owasp/html/ |
HtmlPolicyBuilderFuzzerTest.java | 48 * Throws random policy calls to find evidence against the claim that the 49 * security of the policy is decoupled from that of the parser. 58 final Function<HtmlStreamEventReceiver, HtmlSanitizer.Policy> policyFactory 92 HtmlSanitizer.Policy policy = policyFactory.apply( local 94 policy.openDocument(); 107 policy.openTag(pick(rnd, ELEMENT_NAMES), attributes); 110 policy.closeTag(pick(rnd, ELEMENT_NAMES)); 113 policy.text(pickChunk(rnd)); 120 policy.closeDocument() [all...] |
HtmlSanitizerFuzzerTest.java | 50 private static final HtmlSanitizer.Policy DO_NOTHING_POLICY 51 = new HtmlSanitizer.Policy() {
|
/frameworks/av/services/audiopolicy/engineconfigurable/wrapper/config/ |
audio_policy_criteria.conf | 4 # Audio Policy Criteria file example for generic device build 27 # Policy { 36 # Policy { 45 Policy {
|
/libcore/luni/src/test/java/libcore/dalvik/system/ |
PathClassLoaderTest.java | 130 BlockGuard.Policy policy = BlockGuard.getThreadPolicy(); local 131 BlockGuard.setThreadPolicy(new BlockGuard.Policy() { 167 BlockGuard.setThreadPolicy(policy); 172 // different BlockGuard policy.
|
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/ |
Ip6Config.vfr | 108 oneof varid = IP6_CONFIG_IFR_NVDATA.Policy,
117 suppressif ideqval IP6_CONFIG_IFR_NVDATA.Policy == IP6_POLICY_AUTO;
|
/external/llvm/include/llvm/Target/ |
TargetSubtargetInfo.h | 150 /// \brief Override generic scheduling policy within a region. 154 /// changes to the generic scheduling policy. 155 virtual void overrideSchedPolicy(MachineSchedPolicy &Policy,
|
/packages/apps/Dialer/java/com/android/voicemail/impl/scheduling/ |
RetryPolicy.java | 26 * A task with this policy will automatically re-queue itself if {@link BaseTask#fail()} has been 30 public class RetryPolicy implements Policy {
|
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/ |
TargetSubtargetInfo.h | 165 /// \brief Override generic scheduling policy within a region. 169 /// changes to the generic scheduling policy. 170 virtual void overrideSchedPolicy(MachineSchedPolicy &Policy,
|
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/ |
TargetSubtargetInfo.h | 165 /// \brief Override generic scheduling policy within a region. 169 /// changes to the generic scheduling policy. 170 virtual void overrideSchedPolicy(MachineSchedPolicy &Policy,
|
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/ |
TargetSubtargetInfo.h | 165 /// \brief Override generic scheduling policy within a region. 169 /// changes to the generic scheduling policy. 170 virtual void overrideSchedPolicy(MachineSchedPolicy &Policy,
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/ |
TargetSubtargetInfo.h | 165 /// \brief Override generic scheduling policy within a region. 169 /// changes to the generic scheduling policy. 170 virtual void overrideSchedPolicy(MachineSchedPolicy &Policy,
|
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/ |
TargetSubtargetInfo.h | 165 /// \brief Override generic scheduling policy within a region. 169 /// changes to the generic scheduling policy. 170 virtual void overrideSchedPolicy(MachineSchedPolicy &Policy,
|
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/ |
TargetSubtargetInfo.h | 165 /// \brief Override generic scheduling policy within a region. 169 /// changes to the generic scheduling policy. 170 virtual void overrideSchedPolicy(MachineSchedPolicy &Policy,
|
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/ |
TargetSubtargetInfo.h | 165 /// \brief Override generic scheduling policy within a region. 169 /// changes to the generic scheduling policy. 170 virtual void overrideSchedPolicy(MachineSchedPolicy &Policy,
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/ |
TargetSubtargetInfo.h | 165 /// \brief Override generic scheduling policy within a region. 169 /// changes to the generic scheduling policy. 170 virtual void overrideSchedPolicy(MachineSchedPolicy &Policy,
|
/system/update_engine/update_manager/ |
mock_policy.h | 25 #include "update_engine/update_manager/policy.h" 29 // A mocked implementation of Policy. 30 class MockPolicy : public Policy { 59 // Policy overrides. 81 // Policy override.
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork1CommandsLib/ |
Ifconfig.c | 49 EFI_IP4_CONFIG2_POLICY Policy;
540 // Get the config policy.
547 &IfCb->Policy
636 // Print interface config policy.
638 if (IfCb->Policy == Ip4Config2PolicyDhcp) {
808 EFI_IP4_CONFIG2_POLICY Policy;
810 Policy = Ip4Config2PolicyDhcp;
828 &Policy
864 EFI_IP4_CONFIG2_POLICY Policy;
977 if (IfCb->Policy == Ip4Config2PolicyDhcp) { [all...] |
/external/owasp/sanitizer/src/main/org/owasp/html/ |
PolicyFactory.java | 54 implements Function<HtmlStreamEventReceiver, HtmlSanitizer.Policy> { 70 public HtmlSanitizer.Policy apply(@Nonnull HtmlStreamEventReceiver out) { 80 * that were rejected by the policy. This may tie into intrusion 86 public <CTX> HtmlSanitizer.Policy apply( 109 * that were rejected by the policy. This may tie into intrusion 114 * @return a string of HTML that complies with this factory's policy.
|