/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/ |
PxeBcDhcp6.c | [all...] |
/external/clang/test/CodeGenCXX/ |
mangle.cpp | 298 struct Policy { }; 300 template<typename T, typename = Policy<P, true> > class Alloc
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/ |
TestFmwk.java | 15 import java.security.Policy; 393 String originalPolicyFileName = System.getProperty("java.security.policy"); 395 System.setProperty("java.security.policy", policyFileName); 396 Policy.getPolicy().refresh(); 398 System.setProperty("java.security.policy", originalPolicyFileName==null ? "" : originalPolicyFileName);
|
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/ |
TestFmwk.java | 14 import java.security.Policy; 392 String originalPolicyFileName = System.getProperty("java.security.policy"); 394 System.setProperty("java.security.policy", policyFileName); 395 Policy.getPolicy().refresh(); 397 System.setProperty("java.security.policy", originalPolicyFileName==null ? "" : originalPolicyFileName);
|
/external/python/cpython3/Lib/test/test_email/ |
test_policy.py | 5 import email.policy 29 # These default values are the ones set on email.policy.default. 35 'header_factory': email.policy.EmailPolicy.header_factory, 37 'content_manager': email.policy.EmailPolicy.content_manager, 42 # For each policy under test, we give here what we expect the defaults to 43 # be for that policy. The second argument to make defaults is the 44 # difference between the base defaults and that for the particular policy. 45 new_policy = email.policy.EmailPolicy() 47 email.policy.compat32: make_defaults(compat32_defaults, {}), 48 email.policy.default: make_defaults(policy_defaults, {}) [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
GCNSchedStrategy.cpp | 181 // Set the bottom-up policy based on the state of the current bottom zone and 185 // Set the top-down policy based on the state of the current top zone and 193 BotCand.Policy != BotPolicy) { 204 TopCand.Policy != TopPolicy) {
|
AMDGPUSubtarget.h | 747 void overrideSchedPolicy(MachineSchedPolicy &Policy,
|
/external/clang/include/clang/AST/ |
DeclarationName.h | 307 void print(raw_ostream &OS, const PrintingPolicy &Policy);
|
TemplateBase.h | 355 void print(const PrintingPolicy &Policy, raw_ostream &Out) const;
|
DeclBase.h | [all...] |
Decl.h | 270 void printQualifiedName(raw_ostream &OS, const PrintingPolicy &Policy) const; 283 const PrintingPolicy &Policy, [all...] |
/external/python/cpython3/Lib/email/ |
headerregistry.py | 232 def fold(self, *, policy): 233 """Fold header according to policy. 236 RFC5322 rules, as modified by the policy. If the parse tree 241 charset utf-8. XXX: make this a policy setting. 258 return header.fold(policy=policy) 553 """Create a header_factory that works with the Policy API.
|
/external/clang/lib/Index/ |
USRGeneration.cpp | 214 PrintingPolicy Policy(Context->getLangOpts()); 217 Policy.SuppressTemplateArgsInCXXConstructors = true; 218 D->getDeclName().print(Out, Policy);
|
/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/ |
UserIdentifyManager.c | 405 Check whether the access policy is valid.
407 @param[in] PolicyInfo Point to the access policy.
408 @param[in] InfoLen The policy length.
410 @retval TRUE The policy is a valid access policy.
411 @retval FALSE The access policy is not a valid access policy.
430 // Check access policy according to type.
487 Check whether the identity policy is valid.
489 @param[in] PolicyInfo Point to the identity policy. [all...] |
/external/clang/lib/CodeGen/ |
CodeGenFunction.cpp | 449 const PrintingPolicy &Policy = ASTCtx.getPrintingPolicy(); 483 pointeeTy.getUnqualifiedType().getAsString(Policy) + "*"; 494 Policy) + 526 .getAsString(Policy); 528 typeName = ty.getUnqualifiedType().getAsString(Policy); 541 .getAsString(Policy); 544 ty.getUnqualifiedType().getCanonicalType().getAsString(Policy); [all...] |
/cts/hostsidetests/incident/src/com/android/server/cts/ |
JobSchedulerIncidentTest.java | 193 assertTrue(JobStatusDumpProto.JobInfo.Backoff.Policy.getDescriptor().getValues()
|
/external/owasp/sanitizer/src/tests/org/owasp/html/ |
AntiSamyTest.java | 43 * This class tests AntiSamy functionality and the basic policy file which
54 private static HtmlSanitizer.Policy makePolicy(Appendable buffer) {
[all...] |
/external/python/apitools/samples/iam_sample/iam_v1/ |
iam_v1_messages.py | 211 """The request to get the current policy and the policies on the inherited 215 fullResourcePath: REQUIRED: The full resource path of the current policy 233 policy and the policies on the inherited resources the user has access to. 241 policies: The current policy and all the inherited policies the user has 281 resource: REQUIRED: The resource for which the policy is being requested. 433 resource: REQUIRED: The resource for which the policy is being specified. 484 resource: REQUIRED: The resource for which the policy detail is being 525 will have "/iam/policy" prepended. Field names correspond to IAM request 531 /iam/policy/backend_debug_access_count 547 class Policy(_messages.Message) 609 policy = _messages.MessageField('Policy', 2) variable in class:PolicyDetail 816 policy = _messages.MessageField('Policy', 1) variable in class:SetIamPolicyRequest [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...] |
/external/clang/lib/Parse/ |
ParseDeclCXX.cpp | 855 const PrintingPolicy &Policy = Actions.getASTContext().getPrintingPolicy(); 859 DiagID, Result.get(), Policy) 861 DiagID, Policy)) { [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/ |
DxeNetLib.c | [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/ |
Ip4Driver.c | 602 if (Index == Ip4Config2DataTypePolicy && (*(DataItem->Data.Policy) == Ip4Config2PolicyDhcp)) {
|
/external/tensorflow/tensorflow/python/keras/layers/ |
core_test.py | 28 from tensorflow.python.keras.mixed_precision.experimental import policy 349 layer = keras.layers.Dense(5, dtype=policy.Policy('infer_float32_vars'))
|
/external/owasp/sanitizer/distrib/lib/ |
owasp-java-html-sanitizer.jar | |