/external/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
D | DwarfGenerator.cpp | 49 auto &DG = CU->getGenerator(); in computeSizeAndOffsets() 55 auto &DG = CU->getGenerator(); in addAttribute() 61 auto &DG = CU->getGenerator(); in addAttribute() 68 auto &DG = CU->getGenerator(); in addAttribute() 100 auto &DG = CU->getGenerator(); in addAttribute() 107 auto &DG = CU->getGenerator(); in addAttribute() 121 auto &DG = CU->getGenerator(); in addAttribute() 128 auto &DG = CU->getGenerator(); in addStrOffsetsBaseAttribute() 146 auto &DG = CU->getGenerator(); in addChild()
|
D | DwarfGenerator.h | 160 Generator &getGenerator() { return DG; } in getGenerator() function
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ |
D | SerializerProvider.java | 465 public JsonGenerator getGenerator() { in getGenerator() method in SerializerProvider 1249 throw InvalidDefinitionException.from(getGenerator(), msg, bean, null); in reportBadTypeDefinition() 1272 throw InvalidDefinitionException.from(getGenerator(), message, bean, prop); in reportBadPropertyDefinition() 1277 throw InvalidDefinitionException.from(getGenerator(), msg, type); in reportBadDefinition() 1285 InvalidDefinitionException e = InvalidDefinitionException.from(getGenerator(), msg, type); in reportBadDefinition() 1295 …InvalidDefinitionException e = InvalidDefinitionException.from(getGenerator(), msg, constructType(… in reportBadDefinition() 1309 throw JsonMappingException.from(getGenerator(), message, t); in reportMappingProblem() 1337 return JsonMappingException.from(getGenerator(), _format(message, msgArgs)); in mappingException() 1351 return JsonMappingException.from(getGenerator(), _format(message, msgArgs), t); in mappingException()
|
D | JsonMappingException.java | 316 return new JsonMappingException(ctxt.getGenerator(), msg); in from() 326 return new JsonMappingException(ctxt.getGenerator(), msg, problem); in from()
|
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
D | OpenSSLECPublicKey.java | 142 && spec.getGenerator().equals(otherSpec.getGenerator()) in equals()
|
D | OpenSSLECPrivateKey.java | 222 && spec.getGenerator().equals(otherSpec.getGenerator()) in equals()
|
D | OpenSSLECGroupContext.java | 102 final ECPoint generator = params.getGenerator(); in getInstance()
|
/external/wycheproof/java/com/google/security/wycheproof/testcases/ |
D | EcKeyTest.java | 166 assertEquals(priv.getParams().getGenerator(), decoded.getParams().getGenerator()); in testEncodedPrivateKey()
|
D | EcdhTest.java | 881 assertEquals(params1.getGenerator(), params2.getGenerator()); in testDecode() 1084 spec.getCurve(), spec.getGenerator(), spec.getOrder().shiftRight(16), 1); in testWrongOrder()
|
/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | OpenSSLECPublicKey.java | 141 && spec.getGenerator().equals(otherSpec.getGenerator()) in equals()
|
D | OpenSSLECPrivateKey.java | 221 && spec.getGenerator().equals(otherSpec.getGenerator()) in equals()
|
D | OpenSSLECGroupContext.java | 101 final ECPoint generator = params.getGenerator(); in getInstance()
|
/external/catch2/include/internal/ |
D | catch_interfaces_generatortracker.h | 33 virtual auto getGenerator() const -> Generators::GeneratorBasePtr const& = 0;
|
D | catch_generators.hpp | 198 … auto const& generator = static_cast<IGenerator<UnderlyingType> const&>( *tracker.getGenerator() ); in generate()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/ |
D | ECUtils.java | 87 new X9ECPoint(EC5Util.convertPoint(curve, ecSpec.getGenerator()), withCompression), in getDomainParametersFromName()
|
D | AlgorithmParametersSpi.java | 49 …baseSpec.getCurve(), baseSpec.getGenerator(), baseSpec.getOrder(), BigInteger.valueOf(baseSpec.get… in engineInit()
|
D | KeyPairGeneratorSpi.java | 227 ECPoint g = EC5Util.convertPoint(curve, p.getGenerator()); in createKeyGenParamsJCE()
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jcajce/provider/asymmetric/ec/ |
D | ECUtils.java | 88 new X9ECPoint(EC5Util.convertPoint(curve, ecSpec.getGenerator()), withCompression), in getDomainParametersFromName()
|
D | AlgorithmParametersSpi.java | 53 …baseSpec.getCurve(), baseSpec.getGenerator(), baseSpec.getOrder(), BigInteger.valueOf(baseSpec.get… in engineInit()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/asymmetric/ec/ |
D | ECUtils.java | 88 new X9ECPoint(EC5Util.convertPoint(curve, ecSpec.getGenerator()), withCompression), in getDomainParametersFromName()
|
D | AlgorithmParametersSpi.java | 53 …baseSpec.getCurve(), baseSpec.getGenerator(), baseSpec.getOrder(), BigInteger.valueOf(baseSpec.get… in engineInit()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/ |
D | CorrelatedRandomVectorGenerator.java | 146 public NormalizedRandomGenerator getGenerator() { in getGenerator() method in CorrelatedRandomVectorGenerator
|
/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/java/security/ |
D | KeyPairGeneratorTest.java | 373 assertEquals(expected.getGenerator(), actual.getGenerator()); in assertECParametersEquals()
|
/external/conscrypt/common/src/test/java/org/conscrypt/java/security/ |
D | KeyPairGeneratorTest.java | 370 assertEquals(expected.getGenerator(), actual.getGenerator()); in assertECParametersEquals()
|
/external/antlr/tool/src/main/java/org/antlr/tool/ |
D | BuildDependencyGenerator.java | 220 public CodeGenerator getGenerator() { in getGenerator() method in BuildDependencyGenerator
|