/external/tensorflow/tensorflow/core/framework/ |
resource_mgr_test.cc | 182 string Policy(const string& attr_container, const string& attr_shared_name, 192 EXPECT_EQ(Policy("", "", false), "[localhost,_0_foo,private]"); 193 EXPECT_EQ(Policy("", "", true), "[localhost,foo,public]"); 194 EXPECT_EQ(Policy("", "bar", false), "[localhost,bar,public]"); 195 EXPECT_EQ(Policy("", "bar", true), "[localhost,bar,public]"); 196 EXPECT_EQ(Policy("cat", "", false), "[cat,_1_foo,private]"); 197 EXPECT_EQ(Policy("cat", "", true), "[cat,foo,public]"); 198 EXPECT_EQ(Policy("cat", "bar", false), "[cat,bar,public]"); 199 EXPECT_EQ(Policy("cat", "bar", true), "[cat,bar,public]"); 200 EXPECT_EQ(Policy("cat.0-dog", "bar", true), "[cat.0-dog,bar,public]") [all...] |
/external/tensorflow/tensorflow/python/keras/mixed_precision/experimental/ |
__init__.py | 21 from tensorflow.python.keras.mixed_precision.experimental.policy import global_policy 22 from tensorflow.python.keras.mixed_precision.experimental.policy import Policy 23 from tensorflow.python.keras.mixed_precision.experimental.policy import set_policy
|
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/ |
Android.mk | 4 # Audio Policy Engine configurable example for generic device build 32 ######### Policy PFW top level file ######### 59 ########## Policy PFW Common Structures ######### 70 LOCAL_MODULE_RELATIVE_PATH := parameter-framework/Structure/Policy 79 LOCAL_MODULE_RELATIVE_PATH := parameter-framework/Structure/Policy 88 LOCAL_MODULE_RELATIVE_PATH := parameter-framework/Structure/Policy 97 LOCAL_MODULE_RELATIVE_PATH := parameter-framework/Structure/Policy 107 ########## Policy PFW Example Structures ######### 117 LOCAL_MODULE_RELATIVE_PATH := parameter-framework/Structure/Policy 139 ######### Policy PFW Settings - No Output ######## [all...] |
/external/clang/unittests/AST/ |
NamedDeclPrinterTest.cpp | 49 PrintingPolicy Policy = Result.Context->getPrintingPolicy(); 50 Policy.SuppressUnwrittenScope = SuppressUnwrittenScope; 51 ND->printQualifiedName(Out, Policy);
|
/external/clang/lib/Sema/ |
DeclSpec.cpp | 448 const PrintingPolicy &Policy) { 453 case DeclSpec::TST_wchar: return Policy.MSWChar ? "__wchar_t" : "wchar_t"; 462 case DeclSpec::TST_bool: return Policy.Bool ? "bool" : "_Bool"; 505 const PrintingPolicy &Policy) { 540 return SetTypeSpecType(TST_auto, Loc, PrevSpec, DiagID, Policy); 543 PrevSpec, DiagID, Policy); 580 const PrintingPolicy &Policy) { 616 const PrintingPolicy &Policy) { 617 return SetTypeSpecType(T, Loc, Loc, PrevSpec, DiagID, Rep, Policy); 625 const PrintingPolicy &Policy) { [all...] |
SemaStmtAttr.cpp | 203 PrintingPolicy Policy(S.Context.getLangOpts()); 208 << /*Duplicate=*/true << PrevAttr->getDiagnosticName(Policy) 209 << LH->getDiagnosticName(Policy); 220 << CategoryState.StateAttr->getDiagnosticName(Policy) 221 << CategoryState.NumericAttr->getDiagnosticName(Policy);
|
/device/linaro/bootloader/edk2/NetworkPkg/Application/IfConfig6/ |
IfConfig6.h | 51 EFI_IP6_CONFIG_POLICY Policy;
|
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/ |
Ip6NvData.h | 59 UINT32 Policy; ///< manual or automatic
|
Ip6ConfigImpl.h | 111 EFI_IP6_CONFIG_POLICY *Policy;
140 // EFI_IP6_CONFIG_POLICY Policy;
165 EFI_IP6_CONFIG_POLICY Policy; ///< manual or automatic
192 EFI_IP6_CONFIG_POLICY Policy;
|
/external/llvm/lib/Target/PowerPC/ |
PPCSubtarget.cpp | 201 void PPCSubtarget::overrideSchedPolicy(MachineSchedPolicy &Policy, 204 Policy.OnlyTopDown = false; 205 Policy.OnlyBottomUp = false; 210 Policy.ShouldTrackPressure = true;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
AArch64Subtarget.cpp | 230 void AArch64Subtarget::overrideSchedPolicy(MachineSchedPolicy &Policy, 234 Policy.OnlyTopDown = false; 235 Policy.OnlyBottomUp = false; 239 Policy.DisableLatencyHeuristic = DisableLatencySchedHeuristic;
|
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Car/ |
Android.mk | 4 # Audio Policy Engine configurable example for generic device build 25 ########## Policy PFW Structures ######### 26 ######### Policy PFW Settings ######### 28 LOCAL_MODULE := parameter-framework.policy 32 LOCAL_MODULE_RELATIVE_PATH := parameter-framework/Settings/Policy
|
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/CarEmu/ |
Android.mk | 4 # Audio Policy Engine configurable example for generic device build 25 ########## Policy PFW Structures ######### 26 ######### Policy PFW Settings ######### 28 LOCAL_MODULE := parameter-framework.policy 32 LOCAL_MODULE_RELATIVE_PATH := parameter-framework/Settings/Policy
|
/external/syzkaller/vendor/google.golang.org/genproto/googleapis/iam/v1/ |
policy.pb.go | 2 // source: google/iam/v1/policy.proto 22 // The type of action performed on a Binding in a policy. 52 // Defines an Identity and Access Management (IAM) policy. It is used to 56 // A `Policy` consists of a list of `bindings`. A `Binding` binds a list of 83 type Policy struct { 84 // Version of the `Policy`. The default version is 0. 91 // prevent simultaneous updates of a policy from overwriting each other. 93 // read-modify-write cycle to perform policy updates in order to avoid race 96 // ensure that their change will be applied to the same version of the policy. 99 // policy is overwritten blindly [all...] |
/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserProfileManagerDxe/ |
UserProfileAdd.c | 216 Set the default identity policy of the specified user.
226 EFI_USER_INFO_IDENTITY_POLICY *Policy;
236 Policy = (EFI_USER_INFO_IDENTITY_POLICY *) (NewUserInfo + 1);
237 Policy->Type = EFI_USER_INFO_IDENTITY_TRUE;
238 Policy->Length = sizeof (EFI_USER_INFO_IDENTITY_POLICY);
244 NewUserInfo->InfoSize = sizeof (EFI_USER_INFO) + Policy->Length;
258 Set the default access policy of the specified user.
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/ |
Ip4Config2Impl.h | 110 EFI_IP4_CONFIG2_POLICY *Policy;
137 // EFI_IP4_CONFIG2_POLICY Policy;
154 EFI_IP4_CONFIG2_POLICY Policy; ///< manual or automatic
180 EFI_IP4_CONFIG2_POLICY Policy;
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
HtmlChangeReporter.java | 38 * Sits between the HTML parser, and then policy, and the renderer so that it 48 * The renderer receives events from the policy unchanged, but the reporter 50 * policy. 69 public void setPolicy(HtmlSanitizer.Policy policy) { 70 this.input.policy = policy; 75 public HtmlSanitizer.Policy getWrappedPolicy() { return input; } 77 private static final class InputChannel<T> implements HtmlSanitizer.Policy { 78 HtmlStreamEventReceiver policy; field in class:HtmlChangeReporter.InputChannel [all...] |
HtmlSanitizer.java | 38 * Consumes an HTML stream, and dispatches events to a policy object which 44 * Receives events based on the HTML stream, and applies a policy to decide 53 public interface Policy extends HtmlStreamEventReceiver { 85 * Sanitizes the given HTML by applying the given policy to it. 97 * @param policy The Policy that will receive events based on the tokens in 98 * HTML. Typically, this policy ends up routing the events to an 102 public static void sanitize(@Nullable String html, final Policy policy) { 106 = new TagBalancingHtmlStreamEventReceiver(policy); [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
PPCSubtarget.cpp | 195 void PPCSubtarget::overrideSchedPolicy(MachineSchedPolicy &Policy, 202 Policy.OnlyBottomUp = false; 205 Policy.ShouldTrackPressure = true;
|
/development/samples/training/device-management-policy/src/com/example/training/deviceadmin/ |
Policy.java | 28 public class Policy { 54 public Policy(Context context) { 64 * Saves the policy parameters. 117 * Getter for the policy administrator ComponentName object. 141 * Configure policy defined in the object. 161 // Deletes previously stored password policy.
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
JSR166TestCase.java | 31 import java.security.Policy; 161 // Policy.setPolicy(permissivePolicy()); 624 * Runs Runnable r with a security policy that permits precisely 634 Policy savedPolicy = Policy.getPolicy(); 636 Policy.setPolicy(permissivePolicy()); 641 Policy.setPolicy(savedPolicy); 644 Policy savedPolicy = Policy.getPolicy(); 645 AdjustablePolicy policy = new AdjustablePolicy(permissions) local [all...] |
/external/clang/lib/AST/ |
TemplateName.cpp | 178 TemplateName::print(raw_ostream &OS, const PrintingPolicy &Policy, 184 QTN->getQualifier()->print(OS, Policy); 190 DTN->getQualifier()->print(OS, Policy); 199 subst->getReplacement().print(OS, Policy, SuppressNNS);
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
DebugCheckers.cpp | 101 PrintingPolicy Policy(mgr.getLangOpts()); 102 Policy.TerseOutput = true; 103 Policy.PolishForDeclaration = true; 104 D->print(llvm::errs(), Policy);
|
/external/owasp/sanitizer/src/main/org/owasp/html/examples/ |
SlashdotPolicyExample.java | 59 * Accordingly, we've built a policy file that allows fairly similar 66 /** A policy definition that matches the minimal HTML that Slashdot allows. */ 67 public static final Function<HtmlStreamEventReceiver, HtmlSanitizer.Policy> 117 // Use the policy defined above to sanitize the HTML.
|
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Phone/ |
Android.mk | 4 # Audio Policy Engine configurable example for generic device build 24 ########## Policy PFW Structures ######### 25 ######### Policy PFW Settings ######### 27 LOCAL_MODULE := parameter-framework.policy 31 LOCAL_MODULE_RELATIVE_PATH := parameter-framework/Settings/Policy
|