Searched refs:writer (Results 176 - 200 of 645) sorted by relevance

1234567891011>>

/external/fonttools/Tools/fontTools/ttLib/tables/
H A DS_I_N_G_.py82 def toXML(self, writer, ttFont):
83 writer.comment("Most of this table will be recalculated by the compiler")
84 writer.newline()
88 writer.simpletag(name, value=value)
89 writer.newline()
90 writer.simpletag("baseGlyphName", value=self.baseGlyphName)
91 writer.newline()
H A D_h_d_m_x.py47 def toXML(self, writer, ttFont):
48 writer.begintag("hdmxData")
49 writer.newline()
61 writer.write(format % (("ppem",) + tuple(ppems)))
62 writer.newline()
63 writer.newline()
71 writer.write(format % ((glyphName,) + tuple(row)))
72 writer.newline()
73 writer.endtag("hdmxData")
74 writer
[all...]
H A D_h_e_a_d.py47 def toXML(self, writer, ttFont):
48 writer.comment("Most of this table will be recalculated by the compiler")
49 writer.newline()
66 writer.simpletag(name, value=value)
67 writer.newline()
H A DE_B_D_T_.py118 def toXML(self, writer, ttFont):
136 writer.simpletag("header", [('version', self.version)])
137 writer.newline()
140 writer.begintag('strikedata', [('index', strikeIndex)])
141 writer.newline()
143 curBitmap.toXML(strikeIndex, curName, writer, ttFont)
144 writer.endtag('strikedata')
145 writer.newline()
180 def toXML(self, writer, ttFont):
181 writer
[all...]
H A DotConverters.py71 def write(self, writer, font, tableDict, value, repeatIndex=None):
72 """Write a value to the writer."""
98 def write(self, writer, font, tableDict, value, repeatIndex=None):
99 writer.writeLong(value)
106 def write(self, writer, font, tableDict, value, repeatIndex=None):
111 writer.writeLong(value)
130 def write(self, writer, font, tableDict, value, repeatIndex=None):
131 writer.writeShort(value)
136 def write(self, writer, font, tableDict, value, repeatIndex=None):
137 writer
[all...]
H A DS_V_G_.py251 def toXML(self, writer, ttFont):
252 writer.newline()
254 writer.begintag("svgDoc", startGlyphID=startGID, endGlyphID=endGID)
255 writer.newline()
256 writer.writecdata(doc)
257 writer.newline()
258 writer.endtag("svgDoc")
259 writer.newline()
262 writer.begintag("colorPalettes")
263 writer
[all...]
/external/fonttools/Lib/fontTools/ttLib/tables/
H A D_h_d_m_x.py47 def toXML(self, writer, ttFont):
48 writer.begintag("hdmxData")
49 writer.newline()
61 writer.write(format % (("ppem",) + tuple(ppems)))
62 writer.newline()
63 writer.newline()
71 writer.write(format % ((glyphName,) + tuple(row)))
72 writer.newline()
73 writer.endtag("hdmxData")
74 writer
[all...]
H A D_h_e_a_d.py47 def toXML(self, writer, ttFont):
48 writer.comment("Most of this table will be recalculated by the compiler")
49 writer.newline()
66 writer.simpletag(name, value=value)
67 writer.newline()
H A DE_B_D_T_.py118 def toXML(self, writer, ttFont):
136 writer.simpletag("header", [('version', self.version)])
137 writer.newline()
140 writer.begintag('strikedata', [('index', strikeIndex)])
141 writer.newline()
143 curBitmap.toXML(strikeIndex, curName, writer, ttFont)
144 writer.endtag('strikedata')
145 writer.newline()
180 def toXML(self, writer, ttFont):
181 writer
[all...]
H A DotConverters.py71 def write(self, writer, font, tableDict, value, repeatIndex=None):
72 """Write a value to the writer."""
98 def write(self, writer, font, tableDict, value, repeatIndex=None):
99 writer.writeLong(value)
106 def write(self, writer, font, tableDict, value, repeatIndex=None):
111 writer.writeLong(value)
130 def write(self, writer, font, tableDict, value, repeatIndex=None):
131 writer.writeShort(value)
136 def write(self, writer, font, tableDict, value, repeatIndex=None):
137 writer
[all...]
H A DS_V_G_.py251 def toXML(self, writer, ttFont):
252 writer.newline()
254 writer.begintag("svgDoc", startGlyphID=startGID, endGlyphID=endGID)
255 writer.newline()
256 writer.writecdata(doc)
257 writer.newline()
258 writer.endtag("svgDoc")
259 writer.newline()
262 writer.begintag("colorPalettes")
263 writer
[all...]
/external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/internal/ws/
H A DRealWebSocket.java35 private final WebSocketWriter writer; field in class:RealWebSocket
50 writer = new WebSocketWriter(isClient, sink, random);
60 writer.writePong(buffer);
76 // If the writer has not indicated a desire to close we will write a close response.
105 return writer.newMessageSink(type);
110 writer.sendMessage(type, payload);
115 writer.writePing(payload);
121 writer.writePong(payload);
135 writer.writeClose(code, reason);
146 writer
[all...]
/external/guava/guava-gwt/src/com/google/common/collect/
H A DMultimap_CustomFieldSerializerBase.java69 SerializationStreamWriter writer, Multimap<?, ?> instance)
71 writer.writeInt(instance.asMap().size());
74 writer.writeObject(entry.getKey());
75 writer.writeInt(entry.getValue().size());
77 writer.writeObject(value);
68 serialize( SerializationStreamWriter writer, Multimap<?, ?> instance) argument
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
H A DDexBuilder.java32 package org.jf.dexlib2.writer.builder;
44 import org.jf.dexlib2.writer.DexWriter;
45 import org.jf.dexlib2.writer.builder.BuilderEncodedValues.*;
209 @Override protected void writeEncodedValue(@Nonnull InternalEncodedValueWriter writer, argument
214 writer.writeAnnotation(annotationEncodedValue.typeReference, annotationEncodedValue.elements);
218 writer.writeArray(arrayEncodedValue.elements);
221 writer.writeBoolean(((BooleanEncodedValue)encodedValue).getValue());
224 writer.writeByte(((ByteEncodedValue)encodedValue).getValue());
227 writer.writeChar(((CharEncodedValue)encodedValue).getValue());
230 writer
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dvtzone.h371 void write(VTZWriter& writer, UErrorCode& status) const;
372 void write(UDate start, VTZWriter& writer, UErrorCode& status) const;
373 void writeSimple(UDate time, VTZWriter& writer, UErrorCode& status) const;
381 void writeFooter(VTZWriter& writer, UErrorCode& status) const;
383 void writeZonePropsByTime(VTZWriter& writer, UBool isDst, const UnicodeString& zonename,
386 void writeZonePropsByDOM(VTZWriter& writer, UBool isDst, const UnicodeString& zonename,
390 void writeZonePropsByDOW(VTZWriter& writer, UBool isDst, const UnicodeString& zonename,
394 void writeZonePropsByDOW_GEQ_DOM(VTZWriter& writer, UBool isDst, const UnicodeString& zonename,
398 void writeZonePropsByDOW_GEQ_DOM_sub(VTZWriter& writer, int32_t month, int32_t dayOfMonth,
401 void writeZonePropsByDOW_LEQ_DOM(VTZWriter& writer, UBoo
[all...]
/external/icu/icu4c/source/i18n/
H A Dvtzone.cpp876 * Minumum implementations of stream writer/reader, writing/reading
1160 VTZWriter writer(result);
1161 write(writer, status);
1167 VTZWriter writer(result);
1168 write(start, writer, status);
1174 VTZWriter writer(result);
1175 writeSimple(time, writer, status);
1725 VTimeZone::write(VTZWriter& writer, UErrorCode& status) const { argument
1731 writer.write(ICAL_TZURL);
1732 writer
1772 write(UDate start, VTZWriter& writer, UErrorCode& status) const argument
1837 writeSimple(UDate time, VTZWriter& writer, UErrorCode& status) const argument
2183 writeHeaders(VTZWriter& writer, UErrorCode& status) const argument
2217 writeFooter(VTZWriter& writer, UErrorCode& status) const argument
2231 writeZonePropsByTime(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, int32_t fromOffset, int32_t toOffset, UDate time, UBool withRDATE, UErrorCode& status) const argument
2258 writeZonePropsByDOM(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, int32_t fromOffset, int32_t toOffset, int32_t month, int32_t dayOfMonth, UDate startTime, UDate untilTime, UErrorCode& status) const argument
2292 writeZonePropsByDOW(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, int32_t fromOffset, int32_t toOffset, int32_t month, int32_t weekInMonth, int32_t dayOfWeek, UDate startTime, UDate untilTime, UErrorCode& status) const argument
2328 writeZonePropsByDOW_GEQ_DOM(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, int32_t fromOffset, int32_t toOffset, int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, UDate startTime, UDate untilTime, UErrorCode& status) const argument
2405 writeZonePropsByDOW_GEQ_DOM_sub(VTZWriter& writer, int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, int32_t numDays, UDate untilTime, int32_t fromOffset, UErrorCode& status) const argument
2452 writeZonePropsByDOW_LEQ_DOM(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, int32_t fromOffset, int32_t toOffset, int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, UDate startTime, UDate untilTime, UErrorCode& status) const argument
2483 writeFinalRule(VTZWriter& writer, UBool isDst, const AnnualTimeZoneRule* rule, int32_t fromRawOffset, int32_t fromDSTSavings, UDate startTime, UErrorCode& status) const argument
2537 beginZoneProps(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, int32_t fromOffset, int32_t toOffset, UDate startTime, UErrorCode& status) const argument
2584 endZoneProps(VTZWriter& writer, UBool isDst, UErrorCode& status) const argument
2603 beginRRULE(VTZWriter& writer, int32_t month, UErrorCode& status) const argument
2625 appendUNTIL(VTZWriter& writer, const UnicodeString& until, UErrorCode& status) const argument
[all...]
/external/skia/tests/
H A DSerializationTest.cpp37 static void Write(SkWriteBuffer& writer, const T* flattenable) { argument
38 writer.writeFlattenable(flattenable);
46 static void Write(SkWriteBuffer& writer, const SkMatrix* matrix) { argument
47 writer.writeMatrix(*matrix);
55 static void Write(SkWriteBuffer& writer, const SkPath* path) { argument
56 writer.writePath(*path);
64 static void Write(SkWriteBuffer& writer, const SkRegion* region) { argument
65 writer.writeRegion(*region);
73 static void Write(SkWriteBuffer& writer, const SkString* string) { argument
74 writer
82 Write(SkWriteBuffer& writer, unsigned char* data, uint32_t arraySize) argument
91 Write(SkWriteBuffer& writer, SkColor* data, uint32_t arraySize) argument
100 Write(SkWriteBuffer& writer, int32_t* data, uint32_t arraySize) argument
109 Write(SkWriteBuffer& writer, SkPoint* data, uint32_t arraySize) argument
118 Write(SkWriteBuffer& writer, SkScalar* data, uint32_t arraySize) argument
[all...]
/external/javassist/src/main/javassist/bytecode/
H A DStackMap.java295 Writer writer; field in class:StackMap.SimpleCopy
299 writer = new Writer();
304 return writer.toByteArray();
309 writer.write16bit(num);
314 writer.write16bit(offset);
319 writer.write16bit(num);
324 writer.writeVerifyTypeInfo(tag, 0);
328 writer.writeVerifyTypeInfo(OBJECT, clazz);
332 writer.writeVerifyTypeInfo(UNINIT, offset);
351 writer
477 private java.io.PrintWriter writer; field in class:StackMap.Printer
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DSerializerSwitcher.java93 Writer writer = oldSerializer.getWriter();
95 if (null != writer)
96 serializer.setWriter(writer);
183 Writer writer = oldSerializer.getWriter();
185 if (null != writer)
186 serializer.setWriter(writer);
/external/guava/guava-tests/test/com/google/common/io/
H A DCharSinkTester.java79 Writer writer = sink.openStream();
81 writer.write(data);
83 writer.close();
90 Writer writer = sink.openBufferedStream();
92 writer.write(data);
94 writer.close();
/external/javassist/src/main/javassist/bytecode/stackmap/
H A DMapMaker.java307 StackMapTable.Writer writer = new StackMapTable.Writer(32);
312 writer.sameFrame(0);
322 toStackMapBody(writer, bb, diffL, offsetDelta, prev);
330 return writer.toStackMapTable(cpool);
346 private void toStackMapBody(StackMapTable.Writer writer, TypedBlock bb, argument
354 writer.sameFrame(offsetDelta);
358 writer.chopFrame(offsetDelta, -diffL);
366 writer.appendFrame(offsetDelta, tags, data);
373 writer.sameLocals(offsetDelta, StackMapTable.TOP, 0);
375 writer
498 writeStackFrame(StackMap.Writer writer, ConstPool cp, int offset, TypedBlock tb) argument
504 writeVerifyTypeInfo(StackMap.Writer writer, ConstPool cp, TypeData[] types, int num) argument
[all...]
/external/opencv/cvaux/src/
H A Dextendededges.cpp129 CvSeqWriter writer; local
134 cvStartWriteSeq( current->flags, sizeof(CvContour), sizeof(CvPoint), storage, &writer );
166 cvStartWriteSeq( current->flags, sizeof(CvContour), sizeof(CvPoint), storage, &writer );
173 CV_WRITE_SEQ_ELEM( cur, writer );
181 CvSeq* newseq = cvEndWriteSeq( &writer );
201 CvSeq* newseq = cvEndWriteSeq( &writer );
/external/proguard/src/proguard/
H A DOutputWriter.java105 // Construct the writer that can write jars, wars, ears, zips, and
107 DataEntryWriter writer =
112 // The writer will be used to write possibly obfuscated class files.
114 new ClassRewriter(programClassPool, writer);
116 // The writer will also be used to write resource files.
118 new DataEntryCopier(writer);
125 // Wrap the resource writer with a filter and a data entry
132 new ManifestRewriter(programClassPool, writer),
133 new DataEntryRewriter(programClassPool, writer)),
137 // Wrap the resource writer wit
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/
H A DRSSFeedCreateFeedTask.java104 PrintWriter writer = new PrintWriter(new FileWriter(file));
105 writer.println(feedXML);
106 writer.flush();
107 writer.close();
115 PrintWriter writer = new PrintWriter(ps);
116 writer.println(feedXML);
117 writer.flush();
118 writer.close();
/external/guava/guava-gwt/src/com/google/common/base/
H A DPairwiseEquivalence_CustomFieldSerializer.java44 public static void serialize(SerializationStreamWriter writer, PairwiseEquivalence<?> instance) argument
46 writer.writeObject(instance.elementEquivalence);

Completed in 831 milliseconds

1234567891011>>