| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/ |
| D | PBEPBKDF2.java | 151 private int scheme; field in PBEPBKDF2.BasePBKDF2 158 public BasePBKDF2(String name, int scheme) in BasePBKDF2() 166 String name, int scheme, int digest, int keySizeInBits, int ivSizeInBits) in BasePBKDF2() 180 private BasePBKDF2(String name, int scheme, int digest) { in BasePBKDF2() 378 public BasePBKDF2WithHmacSHA1(String name, int scheme) in BasePBKDF2WithHmacSHA1() 403 public BasePBKDF2WithHmacSHA224(String name, int scheme) in BasePBKDF2WithHmacSHA224() 419 public BasePBKDF2WithHmacSHA256(String name, int scheme) in BasePBKDF2WithHmacSHA256() 436 public BasePBKDF2WithHmacSHA384(String name, int scheme) in BasePBKDF2WithHmacSHA384() 452 public BasePBKDF2WithHmacSHA512(String name, int scheme) in BasePBKDF2WithHmacSHA512()
|
| /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/symmetric/ |
| D | PBEPBKDF2.java | 158 private int scheme; field in PBEPBKDF2.BasePBKDF2 165 public BasePBKDF2(String name, int scheme) in BasePBKDF2() 173 String name, int scheme, int digest, int keySizeInBits, int ivSizeInBits) in BasePBKDF2() 187 private BasePBKDF2(String name, int scheme, int digest) { in BasePBKDF2() 388 public BasePBKDF2WithHmacSHA1(String name, int scheme) in BasePBKDF2WithHmacSHA1() 422 public BasePBKDF2WithHmacSHA224(String name, int scheme) in BasePBKDF2WithHmacSHA224() 444 public BasePBKDF2WithHmacSHA256(String name, int scheme) in BasePBKDF2WithHmacSHA256() 467 public BasePBKDF2WithHmacSHA384(String name, int scheme) in BasePBKDF2WithHmacSHA384() 489 public BasePBKDF2WithHmacSHA512(String name, int scheme) in BasePBKDF2WithHmacSHA512()
|
| /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
| D | Challenge.java | 22 private final String scheme; field in Challenge 25 public Challenge(String scheme, String realm) { in Challenge()
|
| /external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/ |
| D | Challenge.java | 24 private final String scheme; field in Challenge 27 public Challenge(String scheme, String realm) { in Challenge()
|
| /external/tensorflow/tensorflow/core/platform/ |
| D | env.h | 373 Status RegisterFileSystem(const string& scheme, in RegisterFileSystem() 526 #define REGISTER_FILE_SYSTEM_ENV(env, scheme, factory) \ argument 528 #define REGISTER_FILE_SYSTEM_UNIQ_HELPER(ctr, env, scheme, factory) \ argument 530 #define REGISTER_FILE_SYSTEM_UNIQ(ctr, env, scheme, factory) \ argument 535 #define REGISTER_FILE_SYSTEM(scheme, factory) \ argument
|
| D | file_system.cc | 41 StringPiece scheme, host, path; in TranslateName() local 152 StringPiece scheme, host, remaining_dir; in RecursivelyCreateDir() local 233 StringPiece scheme, host, path; in SplitPath() local 372 void FileSystem::ParseURI(StringPiece remaining, StringPiece* scheme, in ParseURI() 403 string FileSystem::CreateURI(StringPiece scheme, StringPiece host, in CreateURI()
|
| D | path.cc | 72 StringPiece scheme, host, path; in SplitPath() local 207 void ParseURI(StringPiece remaining, StringPiece* scheme, StringPiece* host, in ParseURI() 238 string CreateURI(StringPiece scheme, StringPiece host, StringPiece path) { in CreateURI()
|
| D | env.cc | 71 Status FileSystemRegistryImpl::Register(const std::string& scheme, in Register() 83 const std::string& scheme, std::unique_ptr<FileSystem> filesystem) { in Register() 92 FileSystem* FileSystemRegistryImpl::Lookup(const std::string& scheme) { in Lookup() 114 StringPiece scheme, host, path; in GetFileSystemForFile() local 133 Status Env::RegisterFileSystem(const std::string& scheme, in RegisterFileSystem() 138 Status Env::RegisterFileSystem(const std::string& scheme, in RegisterFileSystem() 146 for (const string& scheme : schemes) { in FlushFileSystemCaches() local 193 StringPiece scheme, host, path; in FilesExist() local
|
| /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/symmetric/util/ |
| D | PBESecretKeyFactory.java | 21 private int scheme; field in PBESecretKeyFactory 30 int scheme, in PBESecretKeyFactory()
|
| D | BaseMac.java | 44 private int scheme = PKCS12; field in BaseMac 56 int scheme, in BaseMac()
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/ |
| D | PBESecretKeyFactory.java | 17 private int scheme; field in PBESecretKeyFactory 26 int scheme, in PBESecretKeyFactory()
|
| D | BaseMac.java | 40 private int scheme = PKCS12; field in BaseMac 52 int scheme, in BaseMac()
|
| /external/python/cpython3/Doc/install/ |
| D | index.rst | 342 .. _inst-alt-install-home: 384 .. _inst-alt-install-prefix-unix: 454 .. _inst-alt-install-prefix-windows: 483 .. _inst-custom-install:
|
| /external/python/cpython2/Doc/install/ |
| D | index.rst | 385 .. _inst-alt-install-home: 430 .. _inst-alt-install-prefix-unix: 500 .. _inst-alt-install-prefix-windows: 529 .. _inst-custom-install:
|
| /external/grpc-grpc/src/core/ext/filters/client_channel/resolver/sockaddr/ |
| D | sockaddr_resolver.cc | 160 const char* scheme() const override { return "ipv4"; } in scheme() function in grpc_core::__anon9f9cd8980111::IPv4ResolverFactory 170 const char* scheme() const override { return "ipv6"; } in scheme() function in grpc_core::__anon9f9cd8980111::IPv6ResolverFactory 185 const char* scheme() const override { return "unix"; } in scheme() function in grpc_core::__anon9f9cd8980111::UnixResolverFactory
|
| /external/glide/library/src/main/java/com/bumptech/glide/load/model/ |
| D | UriLoader.java | 27 final String scheme = model.getScheme(); in getResourceFetcher() local 48 private static boolean isLocalUri(String scheme) { in isLocalUri()
|
| /external/pdfium/third_party/libtiff/ |
| D | tif_codec.c | 125 NotConfigured(TIFF* tif, int scheme) in NotConfigured() 149 TIFFIsCODECConfigured(uint16 scheme) in TIFFIsCODECConfigured()
|
| /external/curl/tests/libtest/ |
| D | lib1536.c | 31 char *scheme; in test() local
|
| /external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/ |
| D | ProtocolNegotiators.java | 100 public AsciiString scheme() { in serverPlaintext() method in ProtocolNegotiators
|
| D | ProtocolNegotiator.java | 36 AsciiString scheme(); in scheme() method
|
| /external/python/cpython2/Lib/ |
| D | sysconfig.py | 157 def _expand_vars(scheme, vars): argument 430 def get_paths(scheme=_get_default_scheme(), vars=None, expand=True): argument 441 def get_path(name, scheme=_get_default_scheme(), vars=None, expand=True): argument
|
| /external/clang/test/Rewriter/ |
| D | rewrite-property-set-cfstring.mm | 11 @property (retain) NSString *scheme; property
|
| /external/apache-http/src/org/apache/http/auth/ |
| D | AuthScope.java | 83 private final String scheme; field in AuthScope 112 final String realm, final String scheme) in AuthScope()
|
| /external/libcups/cups/ |
| D | auth.c | 121 char scheme[256], /* Scheme name */ in cupsDoAuthentication() local 491 const char *scheme) /* I - Authentication scheme */ in cups_auth_find() 561 cups_auth_param(const char *scheme, /* I - Pointer to auth data */ in cups_auth_param() 670 char *scheme, /* I - Scheme name buffer */ in cups_auth_scheme()
|
| /external/tensorflow/tensorflow/core/platform/default/ |
| D | posix_file_system.h | 71 StringPiece scheme, host, path; in TranslateName() local
|