Home
last modified time | relevance | path

Searched refs:writeTo (Results 1 – 25 of 368) sorted by relevance

12345678910>>...15

/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/EncodedValue/
DEncodedValueAdaptor.java44 public static void writeTo(@Nonnull IndentingWriter writer, @Nonnull EncodedValue encodedValue, in writeTo() method in EncodedValueAdaptor
49 …AnnotationEncodedValueAdaptor.writeTo(writer, (AnnotationEncodedValue)encodedValue, containingClas… in writeTo()
52 … ArrayEncodedValueAdaptor.writeTo(writer, (ArrayEncodedValue)encodedValue, containingClass); in writeTo()
55 BooleanRenderer.writeTo(writer, ((BooleanEncodedValue)encodedValue).getValue()); in writeTo()
58 ByteRenderer.writeTo(writer, ((ByteEncodedValue)encodedValue).getValue()); in writeTo()
61 CharRenderer.writeTo(writer, ((CharEncodedValue)encodedValue).getValue()); in writeTo()
64 DoubleRenderer.writeTo(writer, ((DoubleEncodedValue)encodedValue).getValue()); in writeTo()
84 FloatRenderer.writeTo(writer, ((FloatEncodedValue)encodedValue).getValue()); in writeTo()
87 IntegerRenderer.writeTo(writer, ((IntEncodedValue)encodedValue).getValue()); in writeTo()
90 LongRenderer.writeTo(writer, ((LongEncodedValue)encodedValue).getValue()); in writeTo()
[all …]
/external/javapoet/src/test/java/com/squareup/javapoet/
DFileWritingTest.java58 javaFile.writeTo(path); in pathNotDirectory()
71 javaFile.writeTo(file); in fileNotDirectory()
81 JavaFile.builder("", type).build().writeTo(fsRoot); in pathDefaultPackage()
89 JavaFile.builder("", type).build().writeTo(tmp.getRoot()); in fileDefaultPackage()
97 JavaFile.builder("", type).build().writeTo(filer); in filerDefaultPackage()
105 JavaFile.builder("foo", type).build().writeTo(fsRoot); in pathNestedClasses()
106 JavaFile.builder("foo.bar", type).build().writeTo(fsRoot); in pathNestedClasses()
107 JavaFile.builder("foo.bar.baz", type).build().writeTo(fsRoot); in pathNestedClasses()
119 JavaFile.builder("foo", type).build().writeTo(tmp.getRoot()); in fileNestedClasses()
120 JavaFile.builder("foo.bar", type).build().writeTo(tmp.getRoot()); in fileNestedClasses()
[all …]
/external/llvm-project/lld/ELF/
DSyntheticSections.h49 virtual void writeTo(uint8_t *buf) = 0;
71 void writeTo(uint8_t *buf) override;
130 void writeTo(uint8_t *buf) override;
156 void writeTo(uint8_t *buf) override {} in writeTo() function
163 void writeTo(uint8_t *buf) override;
175 void writeTo(uint8_t *buf) override;
190 void writeTo(uint8_t *) override { in writeTo() function
203 void writeTo(uint8_t *buf) override;
382 void writeTo(uint8_t *buf) override;
402 void writeTo(uint8_t *buf) override;
[all …]
DThunks.cpp53 void writeTo(uint8_t *buf) override;
61 void writeTo(uint8_t *buf) override;
79 void writeTo(uint8_t *buf) override;
109 void writeTo(uint8_t *buf) override;
214 void writeTo(uint8_t *buf) override;
225 void writeTo(uint8_t *buf) override;
236 void writeTo(uint8_t *buf) override;
249 void writeTo(uint8_t *buf) override;
262 void writeTo(uint8_t *buf) override;
278 void writeTo(uint8_t *buf) override;
[all …]
/external/llvm-project/lld/MachO/
DSyntheticSections.h102 void writeTo(uint8_t *buf) const override;
117 void writeTo(uint8_t *buf) const override {} in writeTo() function
134 void writeTo(uint8_t *buf) const override;
180 void writeTo(uint8_t *buf) const override;
207 void writeTo(uint8_t *buf) const override;
246 void writeTo(uint8_t *buf) const override;
310 void writeTo(uint8_t *buf) const override;
325 void writeTo(uint8_t *buf) const override;
349 void writeTo(uint8_t *buf) const override;
358 void writeTo(uint8_t *buf) const override;
[all …]
/external/llvm-project/lld/COFF/
DChunks.h82 void writeTo(uint8_t *buf) const;
157 virtual void writeTo(uint8_t *buf) const {} in writeTo() function
205 void writeTo(uint8_t *buf) const;
364 inline void Chunk::writeTo(uint8_t *buf) const { in writeTo() function
366 static_cast<const SectionChunk *>(this)->writeTo(buf); in writeTo()
368 static_cast<const NonSectionChunk *>(this)->writeTo(buf); in writeTo()
411 void writeTo(uint8_t *buf) const override;
438 void writeTo(uint8_t *buf) const override;
477 void writeTo(uint8_t *buf) const override;
485 void writeTo(uint8_t *buf) const override;
[all …]
DDLL.cpp49 void writeTo(uint8_t *buf) const override { in writeTo() function in lld::coff::__anond8d7b50b0111::HintNameChunk
68 void writeTo(uint8_t *buf) const override { in writeTo() function in lld::coff::__anond8d7b50b0111::LookupChunk
88 void writeTo(uint8_t *buf) const override { in writeTo() function in lld::coff::__anond8d7b50b0111::OrdinalOnlyChunk
107 void writeTo(uint8_t *buf) const override { in writeTo() function in lld::coff::__anond8d7b50b0111::ImportDirectoryChunk
128 void writeTo(uint8_t *buf) const override { in writeTo() function in lld::coff::__anond8d7b50b0111::NullChunk
173 void writeTo(uint8_t *buf) const override { in writeTo() function in lld::coff::__anond8d7b50b0111::DelayDirectoryChunk
301 void writeTo(uint8_t *buf) const override { in writeTo() function in lld::coff::__anond8d7b50b0111::ThunkChunkX64
317 void writeTo(uint8_t *buf) const override { in writeTo() function in lld::coff::__anond8d7b50b0111::TailMergeChunkX64
333 void writeTo(uint8_t *buf) const override { in writeTo() function in lld::coff::__anond8d7b50b0111::ThunkChunkX86
353 void writeTo(uint8_t *buf) const override { in writeTo() function in lld::coff::__anond8d7b50b0111::TailMergeChunkX86
[all …]
DChunks.cpp350 void SectionChunk::writeTo(uint8_t *buf) const { in writeTo() function in lld::coff::SectionChunk
657 void StringChunk::writeTo(uint8_t *buf) const { in writeTo() function in lld::coff::StringChunk
668 void ImportThunkChunkX64::writeTo(uint8_t *buf) const { in writeTo() function in lld::coff::ImportThunkChunkX64
678 void ImportThunkChunkX86::writeTo(uint8_t *buf) const { in writeTo() function in lld::coff::ImportThunkChunkX86
689 void ImportThunkChunkARM::writeTo(uint8_t *buf) const { in writeTo() function in lld::coff::ImportThunkChunkARM
695 void ImportThunkChunkARM64::writeTo(uint8_t *buf) const { in writeTo() function in lld::coff::ImportThunkChunkARM64
714 void RangeExtensionThunkARM::writeTo(uint8_t *buf) const { in writeTo() function in lld::coff::RangeExtensionThunkARM
734 void RangeExtensionThunkARM64::writeTo(uint8_t *buf) const { in writeTo() function in lld::coff::RangeExtensionThunkARM64
747 void LocalImportChunk::writeTo(uint8_t *buf) const { in writeTo() function in lld::coff::LocalImportChunk
755 void RVATableChunk::writeTo(uint8_t *buf) const { in writeTo() function in lld::coff::RVATableChunk
[all …]
/external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/
DTensorTest.java56 t.writeTo(to); in createWithByteBuffer()
168 public void writeTo() { in writeTo() method in TensorTest
186 tfloats.writeTo(bbuf); in writeTo()
191 tdoubles.writeTo(bbuf); in writeTo()
196 tints.writeTo(bbuf); in writeTo()
201 tlongs.writeTo(bbuf); in writeTo()
206 tbools.writeTo(bbuf); in writeTo()
218 tdoubles.writeTo(buf); in writeTo()
227 tfloats.writeTo(buf); in writeTo()
233 tdoubles.writeTo(buf); in writeTo()
[all …]
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DMultipartBuilderTest.java48 requestBody.writeTo(buffer); in singlePart()
79 requestBody.writeTo(buffer); in threeParts()
136 requestBody.writeTo(buffer); in fieldAndTwoFiles()
177 requestBody.writeTo(buffer); in stringEscapingIsWeird()
193 @Override public void writeTo(BufferedSink sink) throws IOException { in streamingPartHasNoLength() method in MultipartBuilderTest.StreamingBody
221 requestBody.writeTo(buffer); in streamingPartHasNoLength()
DFormEncodingBuilderTest.java38 formEncoding.writeTo(out); in urlEncoding()
51 formEncoding.writeTo(out); in addEncoded()
64 formEncoding.writeTo(buffer); in encodedPair()
79 formEncoding.writeTo(buffer); in encodeMultiplePairs()
90 formEncoding.writeTo(buffer); in buildEmptyForm()
177 body.writeTo(buffer); in formEncode()
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
DCatchMethodItem.java82 public boolean writeTo(IndentingWriter writer) throws IOException { in writeTo() method in CatchMethodItem
90 tryStartLabel.writeTo(writer); in writeTo()
92 tryEndLabel.writeTo(writer); in writeTo()
94 handlerLabel.writeTo(writer); in writeTo()
DAnnotationFormatter.java43 public static void writeTo(@Nonnull IndentingWriter writer, in writeTo() method in AnnotationFormatter
53 writeTo(writer, annotation, containingClass); in writeTo()
57 public static void writeTo(@Nonnull IndentingWriter writer, @Nonnull Annotation annotation, in writeTo() method in AnnotationFormatter
DPreInstructionRegisterInfoMethodItem.java66 public boolean writeTo(IndentingWriter writer) throws IOException { in writeTo() method in PreInstructionRegisterInfoMethodItem
175 registerFormatter.writeTo(writer, registerNum); in writeFullMerge()
177 analyzedInstruction.getPreInstructionRegisterType(registerNum).writeTo(writer); in writeFullMerge()
198 predecessorRegisterType.writeTo(writer); in writeFullMerge()
233 registerFormatter.writeTo(writer, registerNum); in writeRegisterInfo()
236 registerType.writeTo(writer); in writeRegisterInfo()
DPostInstructionRegisterInfoMethodItem.java58 public boolean writeTo(IndentingWriter writer) throws IOException { in writeTo() method in PostInstructionRegisterInfoMethodItem
95 registerFormatter.writeTo(writer, registerNum); in writeRegisterInfo()
97 registerType.writeTo(writer); in writeRegisterInfo()
DFieldDefinition.java44 public static void writeTo(BaksmaliOptions options, IndentingWriter writer, Field field, in writeTo() method in FieldDefinition
75 EncodedValueAdaptor.writeTo(writer, initialValue, containingClass); in writeTo()
89 AnnotationFormatter.writeTo(writer, annotations, containingClass); in writeTo()
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/compressors/lz4/
DBlockLZ4CompressorOutputStreamTest.java95 p.writeTo(bos); in canWritePairWithoutLiterals()
104 p.writeTo(bos); in writesCorrectSizeFor19ByteLengthBackReference()
113 p.writeTo(bos); in writesCorrectSizeFor273ByteLengthBackReference()
122 p.writeTo(bos); in writesCorrectSizeFor274ByteLengthBackReference()
132 p.writeTo(bos); in canWritePairWithoutBackReference()
143 p.writeTo(bos); in writesCorrectSizeFor15ByteLengthLiteral()
157 p.writeTo(bos); in writesCorrectSizeFor269ByteLengthLiteral()
170 p.writeTo(bos); in writesCorrectSizeFor270ByteLengthLiteral()
183 p.writeTo(bos); in writesCompletePair()
/external/javapoet/src/main/java/com/squareup/javapoet/
DJavaFile.java87 public void writeTo(Appendable out) throws IOException { in writeTo() method in JavaFile
105 public void writeTo(Path directory) throws IOException { in writeTo() method in JavaFile
113 public void writeTo(Path directory, Charset charset) throws IOException { in writeTo() method in JavaFile
143 writeTo(writer); in writeToPath()
150 public void writeTo(File directory) throws IOException { in writeTo() method in JavaFile
151 writeTo(directory.toPath()); in writeTo()
164 public void writeTo(Filer filer) throws IOException { in writeTo() method in JavaFile
172 writeTo(writer); in writeTo()
236 writeTo(result); in toString()
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/zip/
DScatterSample.java42 public void writeTo(final ZipArchiveOutputStream zipArchiveOutputStream) in writeTo() method in ScatterSample
44 dirs.writeTo(zipArchiveOutputStream); in writeTo()
46 scatterZipCreator.writeTo(zipArchiveOutputStream); in writeTo()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DRequestBody.java40 public abstract void writeTo(BufferedSink sink) throws IOException; in writeTo() method in RequestBody
70 @Override public void writeTo(BufferedSink sink) throws IOException { in create() method in RequestBody
95 @Override public void writeTo(BufferedSink sink) throws IOException {
114 @Override public void writeTo(BufferedSink sink) throws IOException {
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/
DRequestBody.java44 public abstract void writeTo(BufferedSink sink) throws IOException; in writeTo() method in RequestBody
74 @Override public void writeTo(BufferedSink sink) throws IOException { in create() method in RequestBody
99 @Override public void writeTo(BufferedSink sink) throws IOException {
118 @Override public void writeTo(BufferedSink sink) throws IOException {
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
DInstructionMethodItem.java93 void writeTo(IndentingWriter writer) throws IOException; in writeTo() method
97 public boolean writeTo(IndentingWriter writer) throws IOException { in writeTo() method in InstructionMethodItem
255 referenceWritable.writeTo(writer); in writeTo()
269 referenceWritable.writeTo(writer); in writeTo()
313 referenceWritable.writeTo(writer); in writeTo()
355 referenceWritable.writeTo(writer); in writeTo()
376 referenceWritable.writeTo(writer); in writeTo()
397 referenceWritable.writeTo(writer); in writeTo()
399 referenceWritable2.writeTo(writer); in writeTo()
406 referenceWritable.writeTo(writer); in writeTo()
[all …]
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DUnknownFieldSet.java134 public void writeTo(final CodedOutputStream output) throws IOException { in writeTo() method in UnknownFieldSet
137 field.writeTo(entry.getKey(), output); in writeTo()
158 writeTo(out.getCodedOutput()); in toByteString()
175 writeTo(output); in toByteArray()
189 public void writeTo(final OutputStream output) throws IOException { in writeTo() method in UnknownFieldSet
191 writeTo(codedOutput); in writeTo()
199 writeTo(codedOutput); in writeDelimitedTo()
221 void writeTo(Writer writer) throws IOException { in writeTo() method in UnknownFieldSet
225 entry.getValue().writeTo(entry.getKey(), writer); in writeTo()
230 entry.getValue().writeTo(entry.getKey(), writer); in writeTo()
[all …]
/external/llvm-project/lld/wasm/
DOutputSections.cpp101 void CodeSection::writeTo(uint8_t *buf) { in writeTo() function in lld::wasm::CodeSection
117 chunk->writeTo(buf); in writeTo()
189 void DataSection::writeTo(uint8_t *buf) { in writeTo() function in lld::wasm::DataSection
210 chunk->writeTo(buf); in writeTo()
250 void CustomSection::writeTo(uint8_t *buf) { in writeTo() function in lld::wasm::CustomSection
265 section->writeTo(buf); in writeTo()
DOutputSections.h44 virtual void writeTo(uint8_t *buf) = 0;
69 void writeTo(uint8_t *buf) override;
92 void writeTo(uint8_t *buf) override;
125 void writeTo(uint8_t *buf) override;

12345678910>>...15