Home
last modified time | relevance | path

Searched defs:writeString (Results 1 – 25 of 72) sorted by relevance

123

/external/okio/okio/src/jvmMain/kotlin/okio/
DBufferedSink.kt62 fun writeString(string: String, charset: Charset): BufferedSink method
65 fun writeString(string: String, beginIndex: Int, endIndex: Int, charset: Charset): BufferedSink method
DRealBufferedSink.kt64 override fun writeString(string: String, charset: Charset): BufferedSink { in buffer() method in okio.RealBufferedSink
70 override fun writeString( in writeString() method in okio.RealBufferedSink
/external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/
DBufferedSink.java68 BufferedSink writeString(String string, Charset charset) throws IOException; in writeString() method
74 BufferedSink writeString(String string, int beginIndex, int endIndex, Charset charset) in writeString() method
DRealBufferedSink.java75 @Override public BufferedSink writeString(String string, Charset charset) throws IOException { in writeString() method in RealBufferedSink
81 @Override public BufferedSink writeString(String string, int beginIndex, int endIndex, in writeString() method in RealBufferedSink
/external/okhttp/okio/okio/src/main/java/okio/
DBufferedSink.java66 BufferedSink writeString(String string, Charset charset) throws IOException; in writeString() method
72 BufferedSink writeString(String string, int beginIndex, int endIndex, Charset charset) in writeString() method
DRealBufferedSink.java74 @Override public BufferedSink writeString(String string, Charset charset) throws IOException { in writeString() method in RealBufferedSink
80 @Override public BufferedSink writeString(String string, int beginIndex, int endIndex, in writeString() method in RealBufferedSink
/external/skqp/src/sksl/
DSkSLOutputStream.cpp12 void OutputStream::writeString(String s) { in writeString() function in SkSL::OutputStream
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/filter/
DFilteringGeneratorDelegate.java428 public void writeString(String value) throws IOException in writeString() method in FilteringGeneratorDelegate
449 public void writeString(char[] text, int offset, int len) throws IOException in writeString() method in FilteringGeneratorDelegate
471 public void writeString(SerializableString value) throws IOException in writeString() method in FilteringGeneratorDelegate
492 public void writeString(Reader reader, int len) throws IOException { in writeString() method in FilteringGeneratorDelegate
/external/skia/src/sksl/
DSkSLOutputStream.cpp14 void OutputStream::writeString(const String& s) { in writeString() function in SkSL::OutputStream
/external/skia/src/core/
DSkWriter32.cpp18 void SkWriter32::writeString(const char str[], size_t len) { in writeString() function in SkWriter32
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/filter/
DGeneratorFiltering609Test.java38 public void writeString(String text) throws IOException { in writeString() method in GeneratorFiltering609Test.StringTruncatingGeneratorDelegate
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/util/
DJsonGeneratorDelegate.java265 public void writeString(String text) throws IOException { delegate.writeString(text); } in writeString() method in JsonGeneratorDelegate
268 public void writeString(Reader reader, int len) throws IOException { in writeString() method in JsonGeneratorDelegate
273 …public void writeString(char[] text, int offset, int len) throws IOException { delegate.writeStrin… in writeString() method in JsonGeneratorDelegate
276 …public void writeString(SerializableString text) throws IOException { delegate.writeString(text); } in writeString() method in JsonGeneratorDelegate
/external/skqp/src/core/
DSkWriter32.cpp48 void SkWriter32::writeString(const char str[], size_t len) { in writeString() function in SkWriter32
/external/antlr/tool/src/main/java/org/antlr/tool/
DGrammarSerializerFoo.java213 public void writeString(DataOutputStream out, String s) throws IOException { in writeString() method in GrammarSerializerFoo
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/
DTestFormatSchema.java209 public void writeString(String text) throws IOException { } in writeString() method in TestFormatSchema.GeneratorWithSchema
212 public void writeString(char[] text, int offset, int len) { } in writeString() method in TestFormatSchema.GeneratorWithSchema
/external/parameter-framework/upstream/remote-processor/
DMessage.cpp86 void CMessage::writeString(const string &strData) in writeString() function in CMessage
/external/conscrypt/android-stub/src/main/java/android/util/
DStatsEvent.java80 public StatsEvent.Builder writeString(String value) { in writeString() method in StatsEvent.Builder
/external/jsilver/src/org/clearsilver/
DHDF.java67 String writeString(); in writeString() method
/external/jsilver/src/org/clearsilver/jni/
DJniHdf.java163 public String writeString() { in writeString() method in JniHdf
/external/parameter-framework/upstream/parameter/
DParameterBlackboard.cpp69 void CParameterBlackboard::writeString(const std::string &input, size_t offset) in writeString() function in CParameterBlackboard
/external/curl/src/
Dtool_writeout_json.c94 static int writeString(FILE *str, CURL *curl, const char *key, CURLINFO ci) in writeString() function
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/
DJsonGenerator.java1045 public abstract void writeString(String text) throws IOException; in writeString() method in JsonGenerator
1059 public void writeString(Reader reader, int len) throws IOException { in writeString() method in JsonGenerator
1071 public abstract void writeString(char[] text, int offset, int len) throws IOException; in writeString() method in JsonGenerator
1083 public abstract void writeString(SerializableString text) throws IOException; in writeString() method in JsonGenerator
/external/adhd/scripts/mic_testing/frontend/
Drecorder.js315 writeString = function(view, offset, string) { function
/external/protobuf/js/binary/
Dencoder.js455 jspb.BinaryEncoder.prototype.writeString = function(value) { method in jspb.BinaryEncoder
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/json/
DWriterBasedJsonGenerator.java413 public void writeString(String text) throws IOException in writeString() method in WriterBasedJsonGenerator
433 public void writeString(Reader reader, int len) throws IOException { in writeString() method in WriterBasedJsonGenerator
473 public void writeString(char[] text, int offset, int len) throws IOException in writeString() method in WriterBasedJsonGenerator
489 public void writeString(SerializableString sstr) throws IOException in writeString() method in WriterBasedJsonGenerator

123