Home
last modified time | relevance | path

Searched defs:createGenerator (Results 1 – 11 of 11) sorted by relevance

/external/jackson-core/src/main/java/com/fasterxml/jackson/core/
DTokenStreamFactory.java145 …public abstract JsonGenerator createGenerator(DataOutput out, JsonEncoding enc) throws IOException; in createGenerator() method in TokenStreamFactory
146 public abstract JsonGenerator createGenerator(DataOutput out) throws IOException; in createGenerator() method in TokenStreamFactory
147 public abstract JsonGenerator createGenerator(File f, JsonEncoding enc) throws IOException; in createGenerator() method in TokenStreamFactory
148 public abstract JsonGenerator createGenerator(OutputStream out) throws IOException; in createGenerator() method in TokenStreamFactory
149 …public abstract JsonGenerator createGenerator(OutputStream out, JsonEncoding enc) throws IOExcepti… in createGenerator() method in TokenStreamFactory
150 public abstract JsonGenerator createGenerator(Writer w) throws IOException; in createGenerator() method in TokenStreamFactory
DJsonFactory.java1166 public JsonGenerator createGenerator(OutputStream out, JsonEncoding enc) in createGenerator() method in JsonFactory
1188 public JsonGenerator createGenerator(OutputStream out) throws IOException { in createGenerator() method in JsonFactory
1208 public JsonGenerator createGenerator(Writer w) throws IOException { in createGenerator() method in JsonFactory
1230 public JsonGenerator createGenerator(File f, JsonEncoding enc) throws IOException in createGenerator() method in JsonFactory
1250 public JsonGenerator createGenerator(DataOutput out, JsonEncoding enc) throws IOException { in createGenerator() method in JsonFactory
1263 public JsonGenerator createGenerator(DataOutput out) throws IOException { in createGenerator() method in JsonFactory
/external/aws-sdk-java-v2/core/protocols/aws-json-protocol/src/main/java/software/amazon/awssdk/protocols/json/
DBaseAwsJsonProtocolFactory.java140 private StructuredJsonGenerator createGenerator(OperationInfo operationInfo) { in createGenerator() method in BaseAwsJsonProtocolFactory
149 private StructuredJsonGenerator createGenerator() { in createGenerator() method in BaseAwsJsonProtocolFactory
/external/aws-sdk-java-v2/core/protocols/aws-xml-protocol/src/main/java/software/amazon/awssdk/protocols/xml/
DAwsS3ProtocolFactory.java81 protected XmlGenerator createGenerator(OperationInfo operationInfo) { in createGenerator() method in AwsS3ProtocolFactory
DAwsXmlProtocolFactory.java164 protected XmlGenerator createGenerator(OperationInfo operationInfo) { in createGenerator() method in AwsXmlProtocolFactory
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/
DBaseTest.java409 protected JsonGenerator createGenerator(OutputStream out) throws IOException { in createGenerator() method in BaseTest
413 …protected JsonGenerator createGenerator(TokenStreamFactory f, OutputStream out) throws IOException… in createGenerator() method in BaseTest
417 protected JsonGenerator createGenerator(Writer w) throws IOException { in createGenerator() method in BaseTest
421 protected JsonGenerator createGenerator(TokenStreamFactory f, Writer w) throws IOException { in createGenerator() method in BaseTest
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DObjectWriter.java675 public JsonGenerator createGenerator(OutputStream out) throws IOException { in createGenerator() method in ObjectWriter
688 public JsonGenerator createGenerator(OutputStream out, JsonEncoding enc) throws IOException { in createGenerator() method in ObjectWriter
701 public JsonGenerator createGenerator(Writer w) throws IOException { in createGenerator() method in ObjectWriter
714 public JsonGenerator createGenerator(File outputFile, JsonEncoding enc) throws IOException { in createGenerator() method in ObjectWriter
727 public JsonGenerator createGenerator(DataOutput out) throws IOException { in createGenerator() method in ObjectWriter
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DSignerInfoGeneratorBuilder.java120 private SignerInfoGenerator createGenerator(ContentSigner contentSigner, SignerIdentifier sigId) in createGenerator() method in SignerInfoGeneratorBuilder
/external/bouncycastle/repackaged_platform/bcpkix/src/main/java/com/android/internal/org/bouncycastle/cms/
DSignerInfoGeneratorBuilder.java122 private SignerInfoGenerator createGenerator(ContentSigner contentSigner, SignerIdentifier sigId) in createGenerator() method in SignerInfoGeneratorBuilder
/external/aws-sdk-java-v2/core/json-utils/src/main/java/software/amazon/awssdk/protocols/jsoncore/
DJsonWriter.java224 JsonGenerator createGenerator(OutputStream outputStream) throws IOException; in createGenerator() method
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureFilteringExplicitLodTests.cpp1120 de::MovePtr<DataGenerator> Texture2DGradientTestCase::createGenerator(void) const in createGenerator() function in vkt::texture::__anon776edc110111::Texture2DGradientTestCase