/external/glide/library/src/main/java/com/bumptech/glide/load/engine/ |
D | EngineKey.java | 73 …} else if (transformation != null && !transformation.getId().equals(engineKey.transformation.getId… in equals() 77 } else if (decoder != null && !decoder.getId().equals(engineKey.decoder.getId())) { in equals() 81 … } else if (cacheDecoder != null && !cacheDecoder.getId().equals(engineKey.cacheDecoder.getId())) { in equals() 85 } else if (encoder != null && !encoder.getId().equals(engineKey.encoder.getId())) { in equals() 89 } else if (transcoder != null && !transcoder.getId().equals(engineKey.transcoder.getId())) { in equals() 93 …} else if (sourceEncoder != null && !sourceEncoder.getId().equals(engineKey.sourceEncoder.getId())… in equals() 106 … hashCode = 31 * hashCode + (cacheDecoder != null ? cacheDecoder .getId().hashCode() : 0); in hashCode() 107 … hashCode = 31 * hashCode + (decoder != null ? decoder .getId().hashCode() : 0); in hashCode() 108 … hashCode = 31 * hashCode + (transformation != null ? transformation.getId().hashCode() : 0); in hashCode() 109 … hashCode = 31 * hashCode + (encoder != null ? encoder .getId().hashCode() : 0); in hashCode() [all …]
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
D | CMSSignedGenerator.java | 36 public static final String DATA = CMSObjectIdentifiers.data.getId(); 38 public static final String DIGEST_SHA1 = OIWObjectIdentifiers.idSHA1.getId(); 39 public static final String DIGEST_SHA224 = NISTObjectIdentifiers.id_sha224.getId(); 40 public static final String DIGEST_SHA256 = NISTObjectIdentifiers.id_sha256.getId(); 41 public static final String DIGEST_SHA384 = NISTObjectIdentifiers.id_sha384.getId(); 42 public static final String DIGEST_SHA512 = NISTObjectIdentifiers.id_sha512.getId(); 43 public static final String DIGEST_MD5 = PKCSObjectIdentifiers.md5.getId(); 51 public static final String ENCRYPTION_RSA = PKCSObjectIdentifiers.rsaEncryption.getId(); 52 public static final String ENCRYPTION_DSA = X9ObjectIdentifiers.id_dsa_with_sha1.getId(); 53 public static final String ENCRYPTION_ECDSA = X9ObjectIdentifiers.ecdsa_with_SHA1.getId(); [all …]
|
D | CMSSignedHelper.java | 47 digestAlgs.put(alias.getId(), digest); in addEntries() 48 encryptionAlgs.put(alias.getId(), encryption); in addEntries() 90 encryptionAlgs.put(X9ObjectIdentifiers.id_dsa.getId(), "DSA"); in X9ObjectIdentifiers.id_dsa.getId() 91 encryptionAlgs.put(PKCSObjectIdentifiers.rsaEncryption.getId(), "RSA"); in PKCSObjectIdentifiers.rsaEncryption.getId() 93 encryptionAlgs.put(X509ObjectIdentifiers.id_ea_rsa.getId(), "RSA"); in X509ObjectIdentifiers.id_ea_rsa.getId() 106 digestAlgs.put(PKCSObjectIdentifiers.md5.getId(), "MD5"); in PKCSObjectIdentifiers.md5.getId() 107 digestAlgs.put(OIWObjectIdentifiers.idSHA1.getId(), "SHA1"); in OIWObjectIdentifiers.idSHA1.getId() 108 digestAlgs.put(NISTObjectIdentifiers.id_sha224.getId(), "SHA224"); in NISTObjectIdentifiers.id_sha224.getId() 109 digestAlgs.put(NISTObjectIdentifiers.id_sha256.getId(), "SHA256"); in NISTObjectIdentifiers.id_sha256.getId() 110 digestAlgs.put(NISTObjectIdentifiers.id_sha384.getId(), "SHA384"); in NISTObjectIdentifiers.id_sha384.getId() [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/util/ |
D | DigestFactory.java | 40 md5.add(PKCSObjectIdentifiers.md5.getId()); in PKCSObjectIdentifiers.md5.getId() 44 sha1.add(OIWObjectIdentifiers.idSHA1.getId()); in OIWObjectIdentifiers.idSHA1.getId() 48 sha224.add(NISTObjectIdentifiers.id_sha224.getId()); in NISTObjectIdentifiers.id_sha224.getId() 52 sha256.add(NISTObjectIdentifiers.id_sha256.getId()); in NISTObjectIdentifiers.id_sha256.getId() 56 sha384.add(NISTObjectIdentifiers.id_sha384.getId()); in NISTObjectIdentifiers.id_sha384.getId() 60 sha512.add(NISTObjectIdentifiers.id_sha512.getId()); in NISTObjectIdentifiers.id_sha512.getId() 63 oids.put(PKCSObjectIdentifiers.md5.getId(), PKCSObjectIdentifiers.md5); in PKCSObjectIdentifiers.md5.getId() 67 oids.put(OIWObjectIdentifiers.idSHA1.getId(), OIWObjectIdentifiers.idSHA1); in OIWObjectIdentifiers.idSHA1.getId() 71 oids.put(NISTObjectIdentifiers.id_sha224.getId(), NISTObjectIdentifiers.id_sha224); in NISTObjectIdentifiers.id_sha224.getId() 75 oids.put(NISTObjectIdentifiers.id_sha256.getId(), NISTObjectIdentifiers.id_sha256); in NISTObjectIdentifiers.id_sha256.getId() [all …]
|
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/ |
D | Statistics.java | 137 assert shader.getId() >= 1; in onShaderUse() 139 if (!shadersUsed.contains(shader.getId())) in onShaderUse() 140 shadersUsed.add(shader.getId()); in onShaderUse() 160 assert image.getId() >= 1; in onTextureUse() 162 if (!texturesUsed.contains(image.getId())) in onTextureUse() 163 texturesUsed.add(image.getId()); in onTextureUse() 177 assert fb.getId() >= 1; in onFrameBufferUse() 179 if (!fbosUsed.contains(fb.getId())) in onFrameBufferUse() 180 fbosUsed.add(fb.getId()); in onFrameBufferUse()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/ |
D | AES.java | 792 …m("Alg.Alias.Cipher." + BCObjectIdentifiers.bc_pbe_sha1_pkcs12_aes128_cbc.getId(), "PBEWITHSHAAND1… in configure() 793 …m("Alg.Alias.Cipher." + BCObjectIdentifiers.bc_pbe_sha1_pkcs12_aes192_cbc.getId(), "PBEWITHSHAAND1… in configure() 794 …m("Alg.Alias.Cipher." + BCObjectIdentifiers.bc_pbe_sha1_pkcs12_aes256_cbc.getId(), "PBEWITHSHAAND2… in configure() 795 …"Alg.Alias.Cipher." + BCObjectIdentifiers.bc_pbe_sha256_pkcs12_aes128_cbc.getId(), "PBEWITHSHA256A… in configure() 796 …"Alg.Alias.Cipher." + BCObjectIdentifiers.bc_pbe_sha256_pkcs12_aes192_cbc.getId(), "PBEWITHSHA256A… in configure() 797 …"Alg.Alias.Cipher." + BCObjectIdentifiers.bc_pbe_sha256_pkcs12_aes256_cbc.getId(), "PBEWITHSHA256A… in configure() 839 …as.SecretKeyFactory." + BCObjectIdentifiers.bc_pbe_sha1_pkcs12_aes128_cbc.getId(), "PBEWITHSHAAND1… in configure() 840 …as.SecretKeyFactory." + BCObjectIdentifiers.bc_pbe_sha1_pkcs12_aes192_cbc.getId(), "PBEWITHSHAAND1… in configure() 841 …as.SecretKeyFactory." + BCObjectIdentifiers.bc_pbe_sha1_pkcs12_aes256_cbc.getId(), "PBEWITHSHAAND2… in configure() 842 ….SecretKeyFactory." + BCObjectIdentifiers.bc_pbe_sha256_pkcs12_aes128_cbc.getId(), "PBEWITHSHA256A… in configure() [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/ |
D | KeyAgreementSpi.java | 73 algorithms.put(NISTObjectIdentifiers.id_aes128_CBC.getId(), i128); in NISTObjectIdentifiers.id_aes128_CBC.getId() 74 algorithms.put(NISTObjectIdentifiers.id_aes192_CBC.getId(), i192); in NISTObjectIdentifiers.id_aes192_CBC.getId() 75 algorithms.put(NISTObjectIdentifiers.id_aes256_CBC.getId(), i256); in NISTObjectIdentifiers.id_aes256_CBC.getId() 76 algorithms.put(NISTObjectIdentifiers.id_aes128_wrap.getId(), i128); in NISTObjectIdentifiers.id_aes128_wrap.getId() 77 algorithms.put(NISTObjectIdentifiers.id_aes192_wrap.getId(), i192); in NISTObjectIdentifiers.id_aes192_wrap.getId() 78 algorithms.put(NISTObjectIdentifiers.id_aes256_wrap.getId(), i256); in NISTObjectIdentifiers.id_aes256_wrap.getId() 79 algorithms.put(PKCSObjectIdentifiers.id_alg_CMS3DESwrap.getId(), i192); in PKCSObjectIdentifiers.id_alg_CMS3DESwrap.getId() 80 algorithms.put(PKCSObjectIdentifiers.des_EDE3_CBC.getId(), i192); in PKCSObjectIdentifiers.des_EDE3_CBC.getId() 81 algorithms.put(OIWObjectIdentifiers.desCBC.getId(), i64); in OIWObjectIdentifiers.desCBC.getId() 89 des.put(OIWObjectIdentifiers.desCBC.getId(), "DES"); in OIWObjectIdentifiers.desCBC.getId() [all …]
|
/external/jsilver/src/com/google/streamhtmlparser/impl/ |
D | ParserStateTable.java | 106 int id = from.getId(); in getNextState() 116 result = defaultStateTable[from.getId()]; in getNextState() 154 int id = from.getId(); in setDefaultDestination() 159 defaultStateTable[from.getId()] = to; in setDefaultDestination() 167 int id = from.getId(); in setDestination() 171 stateTable[from.getId()][chr] = to; in setDestination()
|
/external/jetty/src/java/org/eclipse/jetty/server/session/ |
D | HashedSession.java | 93 if (_hashSessionManager._storeDir!=null && getId()!=null) in doInvalidate() 95 String id=getId(); in doInvalidate() 109 LOG.debug("Saving {} {}",super.getId(),reactivate); in save() 116 file = new File(_hashSessionManager._storeDir, super.getId()); in save() 178 LOG.debug("De-idling " + super.getId()); in deIdle() 184 File file = new File(_hashSessionManager._storeDir, super.getId()); in deIdle() 201 LOG.warn("Problem de-idling session " + super.getId(), e); in deIdle()
|
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/ |
D | LwjglRenderer.java | 764 int loc = glGetUniformLocation(shader.getId(), nameBuf); in updateUniformLocation() 775 int shaderId = shader.getId(); in bindProgram() 787 int shaderId = shader.getId(); in updateUniform() 790 assert shader.getId() > 0; in updateUniform() 927 int id = source.getId(); in updateShaderSourceData() 1025 int id = shader.getId(); in updateShaderData() 1050 glAttachShader(id, source.getId()); in updateShaderData() 1132 assert shader.getId() > 0; in setShader() 1140 if (source.getId() < 0) { in deleteShaderSource() 1146 glDeleteShader(source.getId()); in deleteShaderSource() [all …]
|
/external/bouncycastle/patches/ |
D | bcpkix.patch | 231 public static final String DIGEST_SHA384 = NISTObjectIdentifiers.id_sha384.getId(); 232 public static final String DIGEST_SHA512 = NISTObjectIdentifiers.id_sha512.getId(); 233 public static final String DIGEST_MD5 = PKCSObjectIdentifiers.md5.getId(); 234 - public static final String DIGEST_GOST3411 = CryptoProObjectIdentifiers.gostR3411.getId(); 235 - public static final String DIGEST_RIPEMD128 = TeleTrusTObjectIdentifiers.ripemd128.getId(); 236 - public static final String DIGEST_RIPEMD160 = TeleTrusTObjectIdentifiers.ripemd160.getId(); 237 - public static final String DIGEST_RIPEMD256 = TeleTrusTObjectIdentifiers.ripemd256.getId(); 239 + // public static final String DIGEST_GOST3411 = CryptoProObjectIdentifiers.gostR3411.getId(); 240 + // public static final String DIGEST_RIPEMD128 = TeleTrusTObjectIdentifiers.ripemd128.getId(); 241 + // public static final String DIGEST_RIPEMD160 = TeleTrusTObjectIdentifiers.ripemd160.getId(); [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
D | CertPathValidatorUtilities.java | 85 protected static final String CERTIFICATE_POLICIES = Extension.certificatePolicies.getId(); 86 protected static final String BASIC_CONSTRAINTS = Extension.basicConstraints.getId(); 87 protected static final String POLICY_MAPPINGS = Extension.policyMappings.getId(); 88 … protected static final String SUBJECT_ALTERNATIVE_NAME = Extension.subjectAlternativeName.getId(); 89 protected static final String NAME_CONSTRAINTS = Extension.nameConstraints.getId(); 90 protected static final String KEY_USAGE = Extension.keyUsage.getId(); 91 protected static final String INHIBIT_ANY_POLICY = Extension.inhibitAnyPolicy.getId(); 92 …tected static final String ISSUING_DISTRIBUTION_POINT = Extension.issuingDistributionPoint.getId(); 93 protected static final String DELTA_CRL_INDICATOR = Extension.deltaCRLIndicator.getId(); 94 protected static final String POLICY_CONSTRAINTS = Extension.policyConstraints.getId(); [all …]
|
D | RFC3280CertPathUtilities.java | 390 public static final String CERTIFICATE_POLICIES = Extension.certificatePolicies.getId(); 392 public static final String POLICY_MAPPINGS = Extension.policyMappings.getId(); 394 public static final String INHIBIT_ANY_POLICY = Extension.inhibitAnyPolicy.getId(); 396 …public static final String ISSUING_DISTRIBUTION_POINT = Extension.issuingDistributionPoint.getId(); 398 public static final String FRESHEST_CRL = Extension.freshestCRL.getId(); 400 public static final String DELTA_CRL_INDICATOR = Extension.deltaCRLIndicator.getId(); 402 public static final String POLICY_CONSTRAINTS = Extension.policyConstraints.getId(); 404 public static final String BASIC_CONSTRAINTS = Extension.basicConstraints.getId(); 406 public static final String CRL_DISTRIBUTION_POINTS = Extension.cRLDistributionPoints.getId(); 408 public static final String SUBJECT_ALTERNATIVE_NAME = Extension.subjectAlternativeName.getId(); [all …]
|
/external/glide/library/src/main/java/com/bumptech/glide/load/model/ |
D | ImageVideoWrapperEncoder.java | 36 public String getId() { in getId() method in ImageVideoWrapperEncoder 38 id = streamEncoder.getId() + fileDescriptorEncoder.getId(); in getId()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/ |
D | AlgorithmParametersSpi.java | 122 oaepP.getHashAlgorithm().getAlgorithm().getId(), in engineInit() 123 oaepP.getMaskGenAlgorithm().getAlgorithm().getId(), in engineInit() 124 …gorithmIdentifier.getInstance(oaepP.getMaskGenAlgorithm().getParameters()).getAlgorithm().getId()), in engineInit() 229 pssP.getHashAlgorithm().getAlgorithm().getId(), in engineInit() 230 pssP.getMaskGenAlgorithm().getAlgorithm().getId(), in engineInit() 231 …lgorithmIdentifier.getInstance(pssP.getMaskGenAlgorithm().getParameters()).getAlgorithm().getId()), in engineInit()
|
/external/jmdns/src/javax/jmdns/impl/tasks/ |
D | DNSTask.java | 86 int id = newOut.getId(); in addQuestion() 118 int id = newOut.getId(); in addAnswer() 149 int id = newOut.getId(); in addAnswer() 179 int id = newOut.getId(); in addAuthoritativeAnswer() 211 int id = newOut.getId(); in addAdditionalAnswer()
|
/external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/ |
D | OGLESShaderRenderer.java | 748 …(Level.INFO, "GLES20.glGetUniformLocation({0}, {1})", new Object[]{shader.getId(), uniform.getName… in updateUniformLocation() 750 int loc = GLES20.glGetUniformLocation(shader.getId(), uniform.getName()); in updateUniformLocation() 764 int shaderId = shader.getId(); in updateUniform() 767 assert shader.getId() > 0; in updateUniform() 962 int id = source.getId(); in updateShaderSourceData() 1079 int id = shader.getId(); in updateShaderData() 1111 logger.info("GLES20.glAttachShader(" + id + ", " + source.getId() + ")"); in updateShaderData() 1114 GLES20.glAttachShader(id, source.getId()); in updateShaderData() 1216 assert shader.getId() > 0; in setShader() 1219 if (context.boundShaderProgram != shader.getId()) { in setShader() [all …]
|
/external/deqp/modules/egl/ |
D | teglMultiThreadTests.cpp | 124 int getId (void) const { return m_id; } in getId() function in deqp::egl::TestThread 553 de::Random rnd (deInt32Hash(thread.getId() + 10435)); in runThread() 918 if (thread.getId() == 0) in runThread() 950 if (thread.getId() == 0) in runThread() 957 if (thread.getId() == 0) in runThread() 963 if (thread.getId() == 1) in runThread() 974 if (thread.getId() == 0) in runThread() 980 if (thread.getId() == 1) in runThread() 998 de::Random& rnd = (thread.getId() == 0 ? m_rnd0 : m_rnd1); in createDestroyObjects() 999 vector<EGLSurface>& pbuffers = (thread.getId() == 0 ? m_pbuffers0 : m_pbuffers1); in createDestroyObjects() [all …]
|
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gifbitmap/ |
D | GifBitmapWrapperResourceEncoder.java | 39 public String getId() { in getId() method in GifBitmapWrapperResourceEncoder 41 id = bitmapEncoder.getId() + gifEncoder.getId(); in getId()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/ |
D | X509SignatureUtil.java | 94 … String algName = prov.getProperty("Alg.Alias.Signature." + sigAlgId.getAlgorithm().getId()); in getSignatureName() 109 … String algName = provs[i].getProperty("Alg.Alias.Signature." + sigAlgId.getAlgorithm().getId()); in getSignatureName() 116 return sigAlgId.getAlgorithm().getId(); in getSignatureName() 170 return digestAlgOID.getId(); in getDigestAlgName()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/ |
D | ErrorTracker.java | 77 platforms.put(aPlatform.getId(), aPlatform); in loadFile() 88 aVector.add(aPlatform.getId()); in loadFile() 182 if (!aValue.getId().equals("JA") && in registerError() 183 !aValue.getId().equals("EW") && in registerError() 184 !aValue.getId().equals("EA")) { in registerError()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/ |
D | DimResultsElement.java | 121 long count = buildResults.getCount(this.dim.getId()); in getPropertyValue() 125 return new Double(buildResults.getValue(this.dim.getId())); in getPropertyValue() 127 return new Double(buildResults.getDeviation(this.dim.getId())); in getPropertyValue() 129 return new Double(buildResults.getError(this.dim.getId())); in getPropertyValue()
|
/external/jetty/src/java/org/eclipse/jetty/util/thread/ |
D | QueuedThreadPool.java | 438 thread.setName(_name+"-"+thread.getId()); in startThread() 493 …out.append(String.valueOf(thread.getId())).append(' ').append(thread.getName()).append(' ').append… in dump() 506 …dump.add(thread.getId()+" "+thread.getName()+" "+thread.getState()+" @ "+(trace.length>0?trace[0]:… in dump() 631 if (thread.getId()==id) in stopThread() 649 if (thread.getId()==id) in interruptThread() 667 if (thread.getId()==id) in dumpThread() 670 …buf.append(thread.getId()).append(" ").append(thread.getName()).append(" ").append(thread.getState… in dumpThread()
|
/external/jmonkeyengine/engine/src/android/com/jme3/audio/android/ |
D | AndroidAudioRenderer.java | 331 if (audioData.getId() < 0) { // found something to load in playSourceInstance() 337 int channel = soundPool.play(audioData.getId(), 1f, 1f, 1, 0, 1f); in playSourceInstance() 340 soundpoolStillLoading.put(audioData.getId(), src); in playSourceInstance() 367 channelIndex = soundPool.play(audioData.getId(), 1f, 1f, 1, 0, 1f); in onLoadComplete() 484 if (ad.getId() > 0) { in deleteAudioData() 485 soundPool.unload(ad.getId()); in deleteAudioData()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
D | ASN1ObjectIdentifier.java | 204 this.identifier = oid.getId() + "." + branchID; in ASN1ObjectIdentifier() 212 public String getId() in getId() method in ASN1ObjectIdentifier 236 String id = getId(), stemId = stem.getId(); in on() 363 return getId(); in toString()
|