Searched refs:Acceptable (Results 1 – 14 of 14) sorted by relevance
/external/curl/docs/cmdline-opts/ |
D | hostpubmd5.d | 3 Help: Acceptable MD5 hash of the host public key
|
/external/clang/lib/Basic/ |
D | Module.cpp | 285 bool Acceptable = UnrestrictedWildcard; in getExportedModules() local 286 if (!Acceptable) { in getExportedModules() 291 Acceptable = true; in getExportedModules() 297 if (!Acceptable) in getExportedModules()
|
/external/llvm-project/clang/lib/Basic/ |
D | Module.cpp | 399 bool Acceptable = UnrestrictedWildcard; in getExportedModules() local 400 if (!Acceptable) { in getExportedModules() 405 Acceptable = true; in getExportedModules() 411 if (!Acceptable) in getExportedModules()
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | tensorflow_server.proto | 52 // Acceptable values include: "grpc", "grpc+verbs".
|
/external/clang/include/clang/AST/ |
D | DeclBase.h | 1547 template<typename SpecificDecl, bool (SpecificDecl::*Acceptable)() const> 1560 (Acceptable && !(cast<SpecificDecl>(*Current)->*Acceptable)()))) in SkipToNextDecl()
|
/external/llvm-project/clang/include/clang/AST/ |
D | DeclBase.h | 2159 template<typename SpecificDecl, bool (SpecificDecl::*Acceptable)() const> 2172 (Acceptable && !(cast<SpecificDecl>(*Current)->*Acceptable)()))) in SkipToNextDecl()
|
/external/clang/lib/Sema/ |
D | SemaLookup.cpp | 1656 if (auto *Acceptable = getSema().VisibleNamespaceCache.lookup(Key)) in getAcceptableDeclSlow() local 1657 return Acceptable; in getAcceptableDeclSlow() 1658 auto *Acceptable = in getAcceptableDeclSlow() local 1660 if (Acceptable) in getAcceptableDeclSlow() 1661 getSema().VisibleNamespaceCache.insert(std::make_pair(Key, Acceptable)); in getAcceptableDeclSlow() 1662 return Acceptable; in getAcceptableDeclSlow()
|
D | SemaDeclCXX.cpp | 9124 if (auto *Acceptable = R.getAcceptableDecl(D)) in CheckImplicitSpecialMemberDeclaration() local 9125 R.addDecl(Acceptable); in CheckImplicitSpecialMemberDeclaration()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaLookup.cpp | 1831 if (auto *Acceptable = getSema().VisibleNamespaceCache.lookup(Key)) in getAcceptableDeclSlow() local 1832 return Acceptable; in getAcceptableDeclSlow() 1833 auto *Acceptable = isVisible(getSema(), Key) in getAcceptableDeclSlow() local 1836 if (Acceptable) in getAcceptableDeclSlow() 1837 getSema().VisibleNamespaceCache.insert(std::make_pair(Key, Acceptable)); in getAcceptableDeclSlow() 1838 return Acceptable; in getAcceptableDeclSlow()
|
D | SemaDeclCXX.cpp | 12936 if (auto *Acceptable = R.getAcceptableDecl(D)) in CheckImplicitSpecialMemberDeclaration() local 12937 R.addDecl(Acceptable); in CheckImplicitSpecialMemberDeclaration()
|
/external/grpc-grpc-java/testing/src/main/resources/certs/ |
D | openssl.cnf | 344 digests = md5, sha1 # Acceptable message digests (mandatory)
|
/external/python/cpython2/Doc/howto/ |
D | urllib2.rst | 279 406: ('Not Acceptable', 'URI not available in preferred format.'),
|
/external/python/cpython3/Doc/howto/ |
D | urllib2.rst | 298 406: ('Not Acceptable', 'URI not available in preferred format.'),
|
/external/boringssl/src/crypto/obj/ |
D | objects.txt | 615 id-pkix-OCSP 4 : acceptableResponses : Acceptable OCSP Responses
|