Home
last modified time | relevance | path

Searched refs:getGenerator (Results 1 – 25 of 40) sorted by relevance

12

/external/llvm-project/llvm/unittests/DebugInfo/DWARF/
DDwarfGenerator.cpp49 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()
DDwarfGenerator.h160 Generator &getGenerator() { return DG; } in getGenerator() function
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DSerializerProvider.java465 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()
DJsonMappingException.java316 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/
DOpenSSLECPublicKey.java142 && spec.getGenerator().equals(otherSpec.getGenerator()) in equals()
DOpenSSLECPrivateKey.java222 && spec.getGenerator().equals(otherSpec.getGenerator()) in equals()
DOpenSSLECGroupContext.java102 final ECPoint generator = params.getGenerator(); in getInstance()
/external/wycheproof/java/com/google/security/wycheproof/testcases/
DEcKeyTest.java166 assertEquals(priv.getParams().getGenerator(), decoded.getParams().getGenerator()); in testEncodedPrivateKey()
DEcdhTest.java881 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/
DOpenSSLECPublicKey.java141 && spec.getGenerator().equals(otherSpec.getGenerator()) in equals()
DOpenSSLECPrivateKey.java221 && spec.getGenerator().equals(otherSpec.getGenerator()) in equals()
DOpenSSLECGroupContext.java101 final ECPoint generator = params.getGenerator(); in getInstance()
/external/catch2/include/internal/
Dcatch_interfaces_generatortracker.h33 virtual auto getGenerator() const -> Generators::GeneratorBasePtr const& = 0;
Dcatch_generators.hpp198 … auto const& generator = static_cast<IGenerator<UnderlyingType> const&>( *tracker.getGenerator() ); in generate()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
DECUtils.java87 new X9ECPoint(EC5Util.convertPoint(curve, ecSpec.getGenerator()), withCompression), in getDomainParametersFromName()
DAlgorithmParametersSpi.java49 …baseSpec.getCurve(), baseSpec.getGenerator(), baseSpec.getOrder(), BigInteger.valueOf(baseSpec.get… in engineInit()
DKeyPairGeneratorSpi.java227 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/
DECUtils.java88 new X9ECPoint(EC5Util.convertPoint(curve, ecSpec.getGenerator()), withCompression), in getDomainParametersFromName()
DAlgorithmParametersSpi.java53 …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/
DECUtils.java88 new X9ECPoint(EC5Util.convertPoint(curve, ecSpec.getGenerator()), withCompression), in getDomainParametersFromName()
DAlgorithmParametersSpi.java53 …baseSpec.getCurve(), baseSpec.getGenerator(), baseSpec.getOrder(), BigInteger.valueOf(baseSpec.get… in engineInit()
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/
DCorrelatedRandomVectorGenerator.java146 public NormalizedRandomGenerator getGenerator() { in getGenerator() method in CorrelatedRandomVectorGenerator
/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/java/security/
DKeyPairGeneratorTest.java373 assertEquals(expected.getGenerator(), actual.getGenerator()); in assertECParametersEquals()
/external/conscrypt/common/src/test/java/org/conscrypt/java/security/
DKeyPairGeneratorTest.java370 assertEquals(expected.getGenerator(), actual.getGenerator()); in assertECParametersEquals()
/external/antlr/tool/src/main/java/org/antlr/tool/
DBuildDependencyGenerator.java220 public CodeGenerator getGenerator() { in getGenerator() method in BuildDependencyGenerator

12