/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
D | NameConstraints.java | 16 private GeneralSubtree[] permitted, excluded; field in NameConstraints 41 permitted = createArray(ASN1Sequence.getInstance(o, false)); in NameConstraints() 62 GeneralSubtree[] permitted, in NameConstraints() argument 65 if (permitted != null) in NameConstraints() 67 this.permitted = permitted; in NameConstraints() 90 return permitted; in getPermittedSubtrees() 106 if (permitted != null) in toASN1Primitive() 108 v.add(new DERTaggedObject(false, 0, new DERSequence(permitted))); in toASN1Primitive()
|
D | PKIXNameConstraintValidator.java | 112 public void intersectPermittedSubtree(GeneralSubtree permitted) in intersectPermittedSubtree() argument 114 intersectPermittedSubtree(new GeneralSubtree[]{permitted}); in intersectPermittedSubtree() 123 public void intersectPermittedSubtree(GeneralSubtree[] permitted) in intersectPermittedSubtree() argument 128 for (int i = 0; i != permitted.length; i++) in intersectPermittedSubtree() 130 GeneralSubtree subtree = permitted[i]; in intersectPermittedSubtree() 352 private void checkPermittedDN(Set permitted, ASN1Sequence dns) in checkPermittedDN() argument 355 if (permitted == null) in checkPermittedDN() 360 if (permitted.isEmpty() && dns.size() == 0) in checkPermittedDN() 364 Iterator it = permitted.iterator(); in checkPermittedDN() 402 private Set intersectDN(Set permitted, Set dns) in intersectDN() argument [all …]
|
D | NameConstraintValidator.java | 11 void intersectPermittedSubtree(GeneralSubtree permitted); in intersectPermittedSubtree() argument 13 void intersectPermittedSubtree(GeneralSubtree[] permitted); in intersectPermittedSubtree() argument
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
D | PKIXNameConstraintValidator.java | 83 private void checkPermittedDN(Set permitted, ASN1Sequence dns) in checkPermittedDN() argument 86 if (permitted == null) in checkPermittedDN() 91 if (permitted.isEmpty() && dns.size() == 0) in checkPermittedDN() 95 Iterator it = permitted.iterator(); in checkPermittedDN() 133 private Set intersectDN(Set permitted, Set dns) in intersectDN() argument 140 if (permitted == null) in intersectDN() 149 Iterator _iter = permitted.iterator(); in intersectDN() 208 private Set intersectEmail(Set permitted, Set emails) in intersectEmail() argument 216 if (permitted == null) in intersectEmail() 225 Iterator it2 = permitted.iterator(); in intersectEmail() [all …]
|
/external/libcap-ng/libcap-ng-0.7/src/ |
D | cap-ng.c | 199 m.data.v1.permitted = 0x7FFFFFFFU; in capng_fill() 203 m.data.v3[0].permitted = 0xFFFFFFFFU; in capng_fill() 206 m.data.v3[1].permitted = 0xFFFFFFFFU; in capng_fill() 306 m.data.v3[0].permitted = FIXUP(filedata->data[0].permitted); in load_data() 307 m.data.v3[1].permitted = FIXUP(filedata->data[1].permitted); in load_data() 312 m.data.v3[0].permitted | m.data.v3[0].inheritable; in load_data() 314 m.data.v3[1].permitted | m.data.v3[1].inheritable; in load_data() 369 m.data.v3[idx].permitted |= MASK(capability); in update_permitted() 371 m.data.v3[idx].permitted &= ~(MASK(capability)); in update_permitted() 408 v1_update(action, capability, &m.data.v1.permitted); in capng_update() [all …]
|
/external/llvm/test/CodeGen/Mips/ |
D | no-odd-spreg-msa.ll | 19 ; The intention is that if odd single precision registers are permitted, the 23 ; On the other hand, if odd single precision registers are not permitted, it 53 ; The intention is that if odd single precision registers are permitted, the 57 ; On the other hand, if odd single precision registers are not permitted, it 85 ; The intention is that if odd single precision registers are permitted, the 88 ; On the other hand, if odd single precision registers are not permitted, it 113 ; The intention is that if odd single precision registers are permitted, the 116 ; On the other hand, if odd single precision registers are not permitted, it
|
D | no-odd-spreg.ll | 17 ; The intention is that if odd single precision registers are permitted, the 20 ; On the other hand, if odd single precision registers are not permitted, it 58 ; INVALID: -mattr=+nooddspreg is not currently permitted for a 32-bit FPU register file (FR=0 mode).
|
/external/valgrind/helgrind/tests/ |
D | tc20_verifywrap.stderr.exp-solaris | 61 with error code 1 (EPERM: Operation not permitted) 69 with error code 1 (EPERM: Operation not permitted) 77 with error code 1 (EPERM: Operation not permitted) 92 with error code 1 (EPERM: Operation not permitted) 110 with error code 1 (EPERM: Operation not permitted) 145 with error code 1 (EPERM: Operation not permitted) 171 with error code 1 (EPERM: Operation not permitted) 198 with error code 1 (EPERM: Operation not permitted) 227 with error code 1 (EPERM: Operation not permitted)
|
/external/strace/ |
D | capability.c | 62 uint32_t permitted; member 130 print_cap_bits(data[0].permitted, len > 1 ? data[1].permitted : 0); in print_cap_data()
|
/external/kernel-headers/original/uapi/linux/ |
D | capability.h | 47 __u32 permitted; member 72 __le32 permitted; /* Little endian */ member
|
/external/libcap/libcap/include/uapi/linux/ |
D | capability.h | 47 __u32 permitted; member 72 __le32 permitted; /* Little endian */ member
|
/external/squashfs-tools/squashfs-tools/ |
D | android.c | 107 cap_data.data[0].permitted = (uint32_t) capabilities; in set_caps() 109 cap_data.data[1].permitted = (uint32_t) (capabilities >> 32); in set_caps()
|
/external/libchrome/sandbox/linux/services/ |
D | credentials.cc | 190 data[index].permitted |= mask; in SetCapabilitiesOnCurrentThread() 218 if (data[i].effective || data[i].permitted || data[i].inheritable) { in HasAnyCapability() 237 return (data[index].effective | data[index].permitted | in HasCapability()
|
/external/llvm/test/MC/ARM/ |
D | eh-directive-movsp-diagnostics.s | 42 @ CHECK: error: sp and pc are not permitted in .movsp directive 56 @ CHECK: error: sp and pc are not permitted in .movsp directive
|
/external/ipsec-tools/src/racoon/ |
D | NOTICE | 5 modification, are permitted provided that the following conditions 34 modification, are permitted provided that the following conditions 63 modification, are permitted provided that the following conditions 92 modification, are permitted provided that the following conditions 120 modification, are permitted provided that the following conditions 149 modification, are permitted provided that the following conditions 179 modification, are permitted provided that the following conditions 208 modification, are permitted provided that the following conditions 240 modification, are permitted provided that the following conditions 270 modification, are permitted provided that the following conditions [all …]
|
/external/ipsec-tools/ |
D | NOTICE | 5 modification, are permitted provided that the following conditions 34 modification, are permitted provided that the following conditions 63 modification, are permitted provided that the following conditions 92 modification, are permitted provided that the following conditions 120 modification, are permitted provided that the following conditions 149 modification, are permitted provided that the following conditions 179 modification, are permitted provided that the following conditions 208 modification, are permitted provided that the following conditions 240 modification, are permitted provided that the following conditions 270 modification, are permitted provided that the following conditions [all …]
|
/external/iw/ |
D | CONTRIBUTING | 21 Everyone is permitted to copy and distribute verbatim copies of this 38 permitted to submit under a different license), as indicated
|
/external/libxml2/result/schematron/ |
D | zvon6_2.err | 2 /AAA line 1: The AAA value is not permitted.
|
/external/libchrome/sandbox/linux/system_headers/ |
D | capability.h | 38 uint32_t permitted; member
|
/external/opencv/ |
D | NOTICE | 15 are permitted provided that the following conditions are met: 59 * modification, are permitted provided that the following conditions 91 * without modification, are permitted provided that the following 134 // modification, are permitted provided that the following conditions are met: 165 // * modification, are permitted provided that the following conditions 213 with or without modification, are permitted provided 251 modification, are permitted provided that the following conditions 296 // are permitted provided that the following conditions are met: 338 // are permitted provided that the following conditions are met: 380 // are permitted provided that the following conditions are met: [all …]
|
/external/netcat/ |
D | NOTICE | 9 * modification, are permitted provided that the following conditions 37 * modification, are permitted provided that the following conditions 62 * modification, are permitted provided that the following conditions
|
/external/hyphenation-patterns/en-US/ |
D | NOTICE | 3 % are permitted in any medium without royalty provided the copyright
|
/external/valgrind/memcheck/tests/linux/ |
D | capget.c | 30 d.permitted, in main()
|
/external/dhcpcd-6.8.2/ |
D | NOTICE | 6 modification, are permitted provided that the following conditions 59 modification, are permitted provided that the following conditions 107 permitted provided that due credit is given to the author and the 117 modification, are permitted provided that the following conditions
|
/external/libxml2/test/schematron/ |
D | zvon6.sct | 5 …"normalize-space(.) = 'aaa' or normalize-space(.) = 'bbb'">The AAA value is not permitted.</assert>
|