Searched refs:Alternative (Results 1 – 25 of 236) sorted by relevance
12345678910
/external/python/cpython3/Lib/lib2to3/ |
D | PatternGrammar.txt | 14 Alternatives: Alternative ('|' Alternative)* 16 Alternative: (Unit | NegatedUnit)+
|
D | patcomp.py | 85 if node.type == self.syms.Alternative:
|
D | btm_utils.py | 132 elif node.type == syms.Alternative:
|
/external/python/cpython2/Lib/lib2to3/ |
D | PatternGrammar.txt | 14 Alternatives: Alternative ('|' Alternative)* 16 Alternative: (Unit | NegatedUnit)+
|
D | patcomp.py | 85 if node.type == self.syms.Alternative:
|
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/v3/ |
D | tls.proto | 24 // An optional list of Subject Alternative name matchers. If specified, Envoy will verify that the 25 // Subject Alternative Name of the presented certificate matches one of the specified matchers. 39 // Subject Alternative Names are easily spoofable and verifying only them is insecure,
|
/external/python/cpython2/Lib/email/test/data/ |
D | msg_36.txt | 13 Content-Type: Multipart/Alternative; Boundary="OtherAccess"
|
/external/python/cpython3/Lib/test/test_email/data/ |
D | msg_36.txt | 13 Content-Type: Multipart/Alternative; Boundary="OtherAccess"
|
/external/icu/icu4c/source/data/translit/ |
D | und_FONIPA_und_FONXSAMP.txt | 39 # Alternative 5-character X-SAMPA representations 55 # Alternative 4-character X-SAMPA representations 67 # Alternative 3-character X-SAMPA representations 151 # Alternative 2-character X-SAMPA representations
|
/external/angle/util/ios/ |
D | ios_main.mm | 7 // ios_main.mm: Alternative entry point for iOS executables that initializes UIKit before calling
|
/external/python/cpython2/Doc/ |
D | about.rst | 26 * Fredrik Lundh for his `Alternative Python Reference
|
/external/python/cpython3/Doc/ |
D | about.rst | 26 * Fredrik Lundh for his `Alternative Python Reference
|
/external/angle/third_party/abseil-cpp/absl/types/internal/ |
D | variant.h | 735 using Alternative = 737 ::new (static_cast<void*>(&left->state_)) Alternative( 1301 using Alternative = 1303 variant_internal::AccessUnion(self->state_, i).~Alternative(); 1333 using Alternative = 1335 ::new (static_cast<void*>(&self->state_)) Alternative( 1378 using Alternative = 1381 Alternative(variant_internal::AccessUnion(other->state_, i));
|
/external/abseil-cpp/absl/types/internal/ |
D | variant.h | 735 using Alternative = 737 ::new (static_cast<void*>(&left->state_)) Alternative( 1301 using Alternative = 1303 variant_internal::AccessUnion(self->state_, i).~Alternative(); 1333 using Alternative = 1335 ::new (static_cast<void*>(&self->state_)) Alternative( 1378 using Alternative = 1381 Alternative(variant_internal::AccessUnion(other->state_, i));
|
/external/openscreen/third_party/abseil/src/absl/types/internal/ |
D | variant.h | 735 using Alternative = 737 ::new (static_cast<void*>(&left->state_)) Alternative( 1301 using Alternative = 1303 variant_internal::AccessUnion(self->state_, i).~Alternative(); 1333 using Alternative = 1335 ::new (static_cast<void*>(&self->state_)) Alternative( 1378 using Alternative = 1381 Alternative(variant_internal::AccessUnion(other->state_, i));
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/types/internal/ |
D | variant.h | 735 using Alternative = 737 ::new (static_cast<void*>(&left->state_)) Alternative( 1301 using Alternative = 1303 variant_internal::AccessUnion(self->state_, i).~Alternative(); 1333 using Alternative = 1335 ::new (static_cast<void*>(&self->state_)) Alternative( 1378 using Alternative = 1381 Alternative(variant_internal::AccessUnion(other->state_, i));
|
/external/webrtc/third_party/abseil-cpp/absl/types/internal/ |
D | variant.h | 735 using Alternative = 737 ::new (static_cast<void*>(&left->state_)) Alternative( 1301 using Alternative = 1303 variant_internal::AccessUnion(self->state_, i).~Alternative(); 1333 using Alternative = 1335 ::new (static_cast<void*>(&self->state_)) Alternative( 1378 using Alternative = 1381 Alternative(variant_internal::AccessUnion(other->state_, i));
|
/external/libtextclassifier/abseil-cpp/absl/types/internal/ |
D | variant.h | 735 using Alternative = 737 ::new (static_cast<void*>(&left->state_)) Alternative( 1301 using Alternative = 1303 variant_internal::AccessUnion(self->state_, i).~Alternative(); 1333 using Alternative = 1335 ::new (static_cast<void*>(&self->state_)) Alternative( 1378 using Alternative = 1381 Alternative(variant_internal::AccessUnion(other->state_, i));
|
/external/tpm2-tss/script/ekca/ |
D | root-ca.cnf | 108 # Certificate Authorities Alternative Names
|
D | intermed-ca.cnf | 138 # Certificate Authorities Alternative Names
|
/external/llvm/test/MC/AArch64/ |
D | arm64-directive_loh.s | 14 # - Alternative syntax.
|
/external/llvm-project/llvm/docs/GlobalISel/ |
D | RegBankSelect.rst | 38 * **Alternative Mapping**: ``getInstrAlternativeMapping`` --- the other
|
/external/llvm-project/llvm/test/MC/AArch64/ |
D | arm64-directive_loh.s | 16 # - Alternative syntax.
|
/external/catch2/docs/ |
D | why-catch.md | 33 * Alternative assertion macro(s) report failures but don't abort the test case
|
/external/curl/tests/certs/ |
D | Server-localhost-sv.crt | 41 X509v3 Subject Alternative Name:
|
12345678910