Searched refs:writer (Results 1 - 25 of 41) sorted by relevance

12

/external/libxml2/
H A Dxmlwriter.c3 * xmlwriter.c: XML text writer implementation
100 static int xmlTextWriterOutputNSDecl(xmlTextWriterPtr writer);
112 static int xmlTextWriterWriteIndent(xmlTextWriterPtr writer);
114 xmlTextWriterHandleStateDependencies(xmlTextWriterPtr writer,
119 * @ctxt: a writer context
123 * Handle a writer error
141 * @ctxt: a writer context
146 * Handle a writer error
167 * NOTE: the @out parameter will be deallocated when the writer is closed
305 * NOTE: the @ctxt context will be freed with the resulting writer
473 xmlFreeTextWriter(xmlTextWriterPtr writer) argument
515 xmlTextWriterStartDocument(xmlTextWriterPtr writer, const char *version, const char *encoding, const char *standalone) argument
635 xmlTextWriterEndDocument(xmlTextWriterPtr writer) argument
721 xmlTextWriterStartComment(xmlTextWriterPtr writer) argument
805 xmlTextWriterEndComment(xmlTextWriterPtr writer) argument
863 xmlTextWriterWriteFormatComment(xmlTextWriterPtr writer, const char *format, ...) argument
888 xmlTextWriterWriteVFormatComment(xmlTextWriterPtr writer, const char *format, va_list argptr) argument
920 xmlTextWriterWriteComment(xmlTextWriterPtr writer, const xmlChar * content) argument
952 xmlTextWriterStartElement(xmlTextWriterPtr writer, const xmlChar * name) argument
1049 xmlTextWriterStartElementNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI) argument
1114 xmlTextWriterEndElement(xmlTextWriterPtr writer) argument
1206 xmlTextWriterFullEndElement(xmlTextWriterPtr writer) argument
1291 xmlTextWriterWriteFormatRaw(xmlTextWriterPtr writer, const char *format, ...) argument
1316 xmlTextWriterWriteVFormatRaw(xmlTextWriterPtr writer, const char *format, va_list argptr) argument
1347 xmlTextWriterWriteRawLen(xmlTextWriterPtr writer, const xmlChar * content, int len) argument
1401 xmlTextWriterWriteRaw(xmlTextWriterPtr writer, const xmlChar * content) argument
1417 xmlTextWriterWriteFormatString(xmlTextWriterPtr writer, const char *format, ...) argument
1445 xmlTextWriterWriteVFormatString(xmlTextWriterPtr writer, const char *format, va_list argptr) argument
1474 xmlTextWriterWriteString(xmlTextWriterPtr writer, const xmlChar * content) argument
1618 xmlTextWriterWriteBase64(xmlTextWriterPtr writer, const char *data, int start, int len) argument
1711 xmlTextWriterWriteBinHex(xmlTextWriterPtr writer, const char *data, int start, int len) argument
1757 xmlTextWriterStartAttribute(xmlTextWriterPtr writer, const xmlChar * name) argument
1823 xmlTextWriterStartAttributeNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI) argument
1912 xmlTextWriterEndAttribute(xmlTextWriterPtr writer) argument
1962 xmlTextWriterWriteFormatAttribute(xmlTextWriterPtr writer, const xmlChar * name, const char *format, ...) argument
1989 xmlTextWriterWriteVFormatAttribute(xmlTextWriterPtr writer, const xmlChar * name, const char *format, va_list argptr) argument
2020 xmlTextWriterWriteAttribute(xmlTextWriterPtr writer, const xmlChar * name, const xmlChar * content) argument
2057 xmlTextWriterWriteFormatAttributeNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI, const char *format, ...) argument
2089 xmlTextWriterWriteVFormatAttributeNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI, const char *format, va_list argptr) argument
2125 xmlTextWriterWriteAttributeNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI, const xmlChar * content) argument
2165 xmlTextWriterWriteFormatElement(xmlTextWriterPtr writer, const xmlChar * name, const char *format, ...) argument
2192 xmlTextWriterWriteVFormatElement(xmlTextWriterPtr writer, const xmlChar * name, const char *format, va_list argptr) argument
2223 xmlTextWriterWriteElement(xmlTextWriterPtr writer, const xmlChar * name, const xmlChar * content) argument
2260 xmlTextWriterWriteFormatElementNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI, const char *format, ...) argument
2292 xmlTextWriterWriteVFormatElementNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI, const char *format, va_list argptr) argument
2328 xmlTextWriterWriteElementNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI, const xmlChar * content) argument
2367 xmlTextWriterStartPI(xmlTextWriterPtr writer, const xmlChar * target) argument
2463 xmlTextWriterEndPI(xmlTextWriterPtr writer) argument
2517 xmlTextWriterWriteFormatPI(xmlTextWriterPtr writer, const xmlChar * target, const char *format, ...) argument
2543 xmlTextWriterWriteVFormatPI(xmlTextWriterPtr writer, const xmlChar * target, const char *format, va_list argptr) argument
2574 xmlTextWriterWritePI(xmlTextWriterPtr writer, const xmlChar * target, const xmlChar * content) argument
2608 xmlTextWriterStartCDATA(xmlTextWriterPtr writer) argument
2687 xmlTextWriterEndCDATA(xmlTextWriterPtr writer) argument
2732 xmlTextWriterWriteFormatCDATA(xmlTextWriterPtr writer, const char *format, ...) argument
2757 xmlTextWriterWriteVFormatCDATA(xmlTextWriterPtr writer, const char *format, va_list argptr) argument
2786 xmlTextWriterWriteCDATA(xmlTextWriterPtr writer, const xmlChar * content) argument
2822 xmlTextWriterStartDTD(xmlTextWriterPtr writer, const xmlChar * name, const xmlChar * pubid, const xmlChar * sysid) argument
2959 xmlTextWriterEndDTD(xmlTextWriterPtr writer) argument
3041 xmlTextWriterWriteFormatDTD(xmlTextWriterPtr writer, const xmlChar * name, const xmlChar * pubid, const xmlChar * sysid, const char *format, ...) argument
3072 xmlTextWriterWriteVFormatDTD(xmlTextWriterPtr writer, const xmlChar * name, const xmlChar * pubid, const xmlChar * sysid, const char *format, va_list argptr) argument
3107 xmlTextWriterWriteDTD(xmlTextWriterPtr writer, const xmlChar * name, const xmlChar * pubid, const xmlChar * sysid, const xmlChar * subset) argument
3144 xmlTextWriterStartDTDElement(xmlTextWriterPtr writer, const xmlChar * name) argument
3231 xmlTextWriterEndDTDElement(xmlTextWriterPtr writer) argument
3285 xmlTextWriterWriteFormatDTDElement(xmlTextWriterPtr writer, const xmlChar * name, const char *format, ...) argument
3312 xmlTextWriterWriteVFormatDTDElement(xmlTextWriterPtr writer, const xmlChar * name, const char *format, va_list argptr) argument
3343 xmlTextWriterWriteDTDElement(xmlTextWriterPtr writer, const xmlChar * name, const xmlChar * content) argument
3381 xmlTextWriterStartDTDAttlist(xmlTextWriterPtr writer, const xmlChar * name) argument
3468 xmlTextWriterEndDTDAttlist(xmlTextWriterPtr writer) argument
3522 xmlTextWriterWriteFormatDTDAttlist(xmlTextWriterPtr writer, const xmlChar * name, const char *format, ...) argument
3549 xmlTextWriterWriteVFormatDTDAttlist(xmlTextWriterPtr writer, const xmlChar * name, const char *format, va_list argptr) argument
3580 xmlTextWriterWriteDTDAttlist(xmlTextWriterPtr writer, const xmlChar * name, const xmlChar * content) argument
3619 xmlTextWriterStartDTDEntity(xmlTextWriterPtr writer, int pe, const xmlChar * name) argument
3719 xmlTextWriterEndDTDEntity(xmlTextWriterPtr writer) argument
3779 xmlTextWriterWriteFormatDTDInternalEntity(xmlTextWriterPtr writer, int pe, const xmlChar * name, const char *format, ...) argument
3809 xmlTextWriterWriteVFormatDTDInternalEntity(xmlTextWriterPtr writer, int pe, const xmlChar * name, const char *format, va_list argptr) argument
3846 xmlTextWriterWriteDTDEntity(xmlTextWriterPtr writer, int pe, const xmlChar * name, const xmlChar * pubid, const xmlChar * sysid, const xmlChar * ndataid, const xmlChar * content) argument
3879 xmlTextWriterWriteDTDInternalEntity(xmlTextWriterPtr writer, int pe, const xmlChar * name, const xmlChar * content) argument
3923 xmlTextWriterWriteDTDExternalEntity(xmlTextWriterPtr writer, int pe, const xmlChar * name, const xmlChar * pubid, const xmlChar * sysid, const xmlChar * ndataid) argument
3971 xmlTextWriterWriteDTDExternalEntityContents(xmlTextWriterPtr writer, const xmlChar * pubid, const xmlChar * sysid, const xmlChar * ndataid) argument
4103 xmlTextWriterWriteDTDNotation(xmlTextWriterPtr writer, const xmlChar * name, const xmlChar * pubid, const xmlChar * sysid) argument
4223 xmlTextWriterFlush(xmlTextWriterPtr writer) argument
4303 xmlTextWriterOutputNSDecl(xmlTextWriterPtr writer) argument
4569 xmlTextWriterSetIndent(xmlTextWriterPtr writer, int indent) argument
4590 xmlTextWriterSetIndentString(xmlTextWriterPtr writer, const xmlChar * str) argument
4614 xmlTextWriterWriteIndent(xmlTextWriterPtr writer) argument
4643 xmlTextWriterHandleStateDependencies(xmlTextWriterPtr writer, xmlTextWriterStackEntry * p) argument
[all...]
/external/proguard/src/proguard/
H A DDataEntryWriterFactory.java48 DataEntryWriter writer = null;
54 writer = createClassPathEntryWriter(entry, writer);
57 return writer;
93 DataEntryWriter writer = new DirectoryWriter(classPathEntry.getFile(),
100 writer = wrapInJarWriter(writer, isZip, zipFilter, ".zip", isJar || isWar || isEar);
101 writer = wrapInJarWriter(writer, isEar, earFilter, ".ear", isJar || isWar);
102 writer
123 wrapInJarWriter(DataEntryWriter writer, boolean isJar, List jarFilter, String jarExtension, boolean dontWrap) argument
[all...]
H A DConfigurationWriter.java46 private final PrintWriter writer; field in class:ConfigurationWriter
73 public ConfigurationWriter(PrintWriter writer) throws IOException argument
75 this.writer = writer;
84 writer.close();
99 writer.println();
105 writer.println();
152 writer.println();
163 if (writer.checkError())
183 writer
[all...]
H A DOutputWriter.java146 // Construct the writer that can write jars, wars, ears, zips, and
148 DataEntryWriter writer =
153 // The writer will be used to write possibly obfuscated class files.
155 new ClassRewriter(programClassPool, writer);
157 // The writer will also be used to write resource files.
159 new DataEntryCopier(writer);
163 // Wrap the resource writer with a filter and a data entry rewriter,
170 new ManifestRewriter(programClassPool, writer),
171 new DataEntryRewriter(programClassPool, writer)),
175 // Wrap the resource writer wit
[all...]
/external/libxml2/include/libxml/
H A Dxmlwriter.h46 XMLPUBFUN void XMLCALL xmlFreeTextWriter(xmlTextWriterPtr writer);
57 xmlTextWriterStartDocument(xmlTextWriterPtr writer,
62 writer);
68 writer);
69 XMLPUBFUN int XMLCALL xmlTextWriterEndComment(xmlTextWriterPtr writer);
71 xmlTextWriterWriteFormatComment(xmlTextWriterPtr writer,
75 xmlTextWriterWriteVFormatComment(xmlTextWriterPtr writer,
80 writer,
88 xmlTextWriterStartElement(xmlTextWriterPtr writer,
91 writer,
[all...]
/external/proguard/src/proguard/io/
H A DDataEntryRewriter.java58 Writer writer = new BufferedWriter(new OutputStreamWriter(outputStream));
60 copyData(reader, writer);
62 writer.flush();
69 * writer.
72 Writer writer)
97 writeUpdatedWord(writer, word.toString());
101 writer.write(c);
106 writeUpdatedWord(writer, word.toString());
113 * Writes the given word to the given writer, after having adapted it,
116 private void writeUpdatedWord(Writer writer, Strin argument
71 copyData(Reader reader, Writer writer) argument
[all...]
H A DDataEntryCopier.java119 DataEntryWriter writer = new DirectoryWriter(new File(output),
128 DataEntryWriter zipWriter = new JarWriter(writer);
132 writer = zipWriter;
137 writer = new FilteredDataEntryWriter(new DataEntryParentFilter(
141 writer);
145 DataEntryWriter warWriter = new JarWriter(writer);
149 writer = warWriter;
154 writer = new FilteredDataEntryWriter(new DataEntryParentFilter(
158 writer);
163 DataEntryWriter jarWriter = new JarWriter(writer);
[all...]
H A DManifestRewriter.java49 Writer writer)
53 new SplitLineWriter(writer));
169 public SplitLineWriter(Writer writer) argument
171 super(writer);
48 copyData(Reader reader, Writer writer) argument
/external/dbus/dbus/
H A Ddbus-marshal-recursive.c1150 DBusTypeWriter writer; local
1162 _dbus_verbose ("INITIALIZING replacement block writer %p at value_pos %d\n",
1163 &writer, _dbus_string_get_length (&block->replacement));
1165 _dbus_type_writer_init_values_only (&writer,
1175 _dbus_verbose ("COPYING from reader at value_pos %d to writer %p starting after value_pos %d\n",
1176 realign_reader.value_pos, &writer, reader->value_pos);
1179 if (!_dbus_type_writer_write_reader_partial (&writer,
1259 DBusTypeWriter writer; local
1270 _dbus_verbose ("INITIALIZING writer %p to write basic value at value_pos %d of replacement string\n",
1271 &writer, _dbus_string_get_lengt
1475 _dbus_type_writer_init(DBusTypeWriter *writer, int byte_order, DBusString *type_str, int type_pos, DBusString *value_str, int value_pos) argument
1510 _dbus_type_writer_init_types_delayed(DBusTypeWriter *writer, int byte_order, DBusString *value_str, int value_pos) argument
1528 _dbus_type_writer_add_types(DBusTypeWriter *writer, DBusString *type_str, int type_pos) argument
1545 _dbus_type_writer_remove_types(DBusTypeWriter *writer) argument
1566 _dbus_type_writer_init_values_only(DBusTypeWriter *writer, int byte_order, const DBusString *type_str, int type_pos, DBusString *value_str, int value_pos) argument
1581 _dbus_type_writer_write_basic_no_typecode(DBusTypeWriter *writer, int type, const void *value) argument
1618 writer_recurse_init_and_check(DBusTypeWriter *writer, int container_type, DBusTypeWriter *sub) argument
1675 write_or_verify_typecode(DBusTypeWriter *writer, int typecode) argument
1739 writer_recurse_struct_or_dict_entry(DBusTypeWriter *writer, int begin_char, const DBusString *contained_type, int contained_type_start, int contained_type_len, DBusTypeWriter *sub) argument
1776 writer_recurse_array(DBusTypeWriter *writer, const DBusString *contained_type, int contained_type_start, int contained_type_len, DBusTypeWriter *sub, dbus_bool_t is_array_append) argument
1949 writer_recurse_variant(DBusTypeWriter *writer, const DBusString *contained_type, int contained_type_start, int contained_type_len, DBusTypeWriter *sub) argument
2020 _dbus_type_writer_recurse_contained_len(DBusTypeWriter *writer, int container_type, const DBusString *contained_type, int contained_type_start, int contained_type_len, DBusTypeWriter *sub, dbus_bool_t is_array_append) argument
2074 _dbus_type_writer_recurse(DBusTypeWriter *writer, int container_type, const DBusString *contained_type, int contained_type_start, DBusTypeWriter *sub) argument
2108 _dbus_type_writer_append_array(DBusTypeWriter *writer, const DBusString *contained_type, int contained_type_start, DBusTypeWriter *sub) argument
2129 writer_get_array_len(DBusTypeWriter *writer) argument
2144 _dbus_type_writer_unrecurse(DBusTypeWriter *writer, DBusTypeWriter *sub) argument
2276 _dbus_type_writer_write_basic(DBusTypeWriter *writer, int type, const void *value) argument
2324 _dbus_type_writer_write_fixed_multi(DBusTypeWriter *writer, int element_type, const void *value, int n_elements) argument
2363 enable_if_after(DBusTypeWriter *writer, DBusTypeReader *reader, const DBusTypeReader *start_after) argument
2411 writer_write_reader_helper(DBusTypeWriter *writer, DBusTypeReader *reader, const DBusTypeReader *start_after, int start_after_new_pos, int start_after_new_len, DBusList **fixups, dbus_bool_t inside_start_after) argument
2642 _dbus_type_writer_write_reader_partial(DBusTypeWriter *writer, DBusTypeReader *reader, const DBusTypeReader *start_after, int start_after_new_pos, int start_after_new_len, DBusList **fixups) argument
2696 _dbus_type_writer_write_reader(DBusTypeWriter *writer, DBusTypeReader *reader) argument
2712 _dbus_type_writer_set_enabled(DBusTypeWriter *writer, dbus_bool_t enabled) argument
[all...]
H A Ddbus-marshal-recursive.h67 * The type writer is an iterator for writing to a block of values.
146 void _dbus_type_writer_init (DBusTypeWriter *writer,
152 void _dbus_type_writer_init_types_delayed (DBusTypeWriter *writer,
156 void _dbus_type_writer_add_types (DBusTypeWriter *writer,
159 void _dbus_type_writer_remove_types (DBusTypeWriter *writer);
160 void _dbus_type_writer_init_values_only (DBusTypeWriter *writer,
166 dbus_bool_t _dbus_type_writer_write_basic (DBusTypeWriter *writer,
169 dbus_bool_t _dbus_type_writer_write_fixed_multi (DBusTypeWriter *writer,
173 dbus_bool_t _dbus_type_writer_recurse (DBusTypeWriter *writer,
178 dbus_bool_t _dbus_type_writer_unrecurse (DBusTypeWriter *writer,
[all...]
H A Ddbus-marshal-recursive-util.c283 DBusTypeWriter *writer)
293 if (writer)
294 _dbus_type_writer_init (writer,
371 DBusTypeWriter *writer,
384 DBusTypeWriter *writer,
405 DBusTypeWriter *writer,
416 DBusTypeWriter *writer,
425 DBusTypeWriter *writer,
436 DBusTypeWriter *writer,
445 DBusTypeWriter *writer,
281 data_block_init_reader_writer(DataBlock *block, DBusTypeReader *reader, DBusTypeWriter *writer) argument
967 node_write_value(TestTypeNode *node, DataBlock *block, DBusTypeWriter *writer, int seed) argument
1038 node_write_multi(TestTypeNode *node, DataBlock *block, DBusTypeWriter *writer, int seed, int n_copies) argument
1091 DBusTypeWriter writer; local
1151 DBusTypeWriter writer; local
1371 DBusTypeWriter writer; local
1605 DBusTypeWriter writer; local
2090 int16_write_value(TestTypeNode *node, DataBlock *block, DBusTypeWriter *writer, int seed) argument
2140 int16_write_multi(TestTypeNode *node, DataBlock *block, DBusTypeWriter *writer, int seed, int count) argument
2227 int32_write_value(TestTypeNode *node, DataBlock *block, DBusTypeWriter *writer, int seed) argument
2277 int32_write_multi(TestTypeNode *node, DataBlock *block, DBusTypeWriter *writer, int seed, int count) argument
2342 int64_write_value(TestTypeNode *node, DataBlock *block, DBusTypeWriter *writer, int seed) argument
2447 string_write_value(TestTypeNode *node, DataBlock *block, DBusTypeWriter *writer, int seed) argument
2520 bool_write_value(TestTypeNode *node, DataBlock *block, DBusTypeWriter *writer, int seed) argument
2569 byte_write_value(TestTypeNode *node, DataBlock *block, DBusTypeWriter *writer, int seed) argument
2623 double_write_value(TestTypeNode *node, DataBlock *block, DBusTypeWriter *writer, int seed) argument
2721 object_path_write_value(TestTypeNode *node, DataBlock *block, DBusTypeWriter *writer, int seed) argument
2796 signature_write_value(TestTypeNode *node, DataBlock *block, DBusTypeWriter *writer, int seed) argument
2854 struct_write_value(TestTypeNode *node, DataBlock *block, DBusTypeWriter *writer, int seed) argument
3025 array_write_value(TestTypeNode *node, DataBlock *block, DBusTypeWriter *writer, int seed) argument
3219 variant_write_value(TestTypeNode *node, DataBlock *block, DBusTypeWriter *writer, int seed) argument
3317 dict_write_value(TestTypeNode *node, DataBlock *block, DBusTypeWriter *writer, int seed) argument
[all...]
H A Ddbus-marshal-header.c262 * @param writer the writer (should be ready to write a struct)
268 write_basic_field (DBusTypeWriter *writer, argument
281 start = writer->value_pos;
282 padding = _dbus_string_get_length (writer->value_str) - start;
284 if (!_dbus_type_writer_recurse (writer, DBUS_TYPE_STRUCT,
307 if (!_dbus_type_writer_unrecurse (writer, &sub))
313 _dbus_string_delete (writer->value_str,
315 _dbus_string_get_length (writer->value_str) - start - padding);
524 DBusTypeWriter writer; local
1264 DBusTypeWriter writer; local
[all...]
/external/skia/src/xml/
H A DSkBML_XMLParser.cpp94 static void rattr(unsigned verb, SkStream& s, BMLW& rec, SkXMLWriter& writer) argument
126 writer.addAttribute(rec.fNames[nameIndex], rec.fValues[valueIndex]);
129 static void relem(unsigned verb, SkStream& s, BMLW& rec, SkXMLWriter& writer) argument
147 writer.startElement(rec.fElems[elemIndex]);
157 rattr(verb, s, rec, writer);
161 relem(verb, s, rec, writer);
164 writer.endElement();
172 void BML_XMLParser::Read(SkStream& s, SkXMLWriter& writer) argument
175 writer.writeHeader();
176 relem(rbyte(s), s, rec, writer); local
[all...]
/external/skia/include/xml/
H A DSkBML_XMLParser.h29 static void Read(SkStream& s, SkXMLWriter& writer);
H A DSkBML_WXMLParser.h28 BML_WXMLParser(SkWStream& writer);
/external/icu4c/i18n/unicode/
H A Dvtzone.h359 void write(VTZWriter& writer, UErrorCode& status) const;
360 void write(UDate start, VTZWriter& writer, UErrorCode& status) /*const*/;
361 void writeSimple(UDate time, VTZWriter& writer, UErrorCode& status) /*const*/;
369 void writeFooter(VTZWriter& writer, UErrorCode& status) const;
371 void writeZonePropsByTime(VTZWriter& writer, UBool isDst, const UnicodeString& zonename,
374 void writeZonePropsByDOM(VTZWriter& writer, UBool isDst, const UnicodeString& zonename,
378 void writeZonePropsByDOW(VTZWriter& writer, UBool isDst, const UnicodeString& zonename,
382 void writeZonePropsByDOW_GEQ_DOM(VTZWriter& writer, UBool isDst, const UnicodeString& zonename,
386 void writeZonePropsByDOW_GEQ_DOM_sub(VTZWriter& writer, int32_t month, int32_t dayOfMonth,
389 void writeZonePropsByDOW_LEQ_DOM(VTZWriter& writer, UBoo
[all...]
/external/icu4c/i18n/
H A Dvtzone.cpp874 * Minumum implementations of stream writer/reader, writing/reading
1122 VTZWriter writer(result);
1123 write(writer, status);
1129 VTZWriter writer(result);
1130 write(start, writer, status);
1136 VTZWriter writer(result);
1137 writeSimple(time, writer, status);
1686 VTimeZone::write(VTZWriter& writer, UErrorCode& status) const { argument
1692 writer.write(ICAL_TZURL);
1693 writer
1733 write(UDate start, VTZWriter& writer, UErrorCode& status) argument
1798 writeSimple(UDate time, VTZWriter& writer, UErrorCode& status) argument
2133 writeHeaders(VTZWriter& writer, UErrorCode& status) const argument
2167 writeFooter(VTZWriter& writer, UErrorCode& status) const argument
2181 writeZonePropsByTime(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, int32_t fromOffset, int32_t toOffset, UDate time, UBool withRDATE, UErrorCode& status) const argument
2208 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
2242 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
2278 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
2355 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
2402 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
2433 writeFinalRule(VTZWriter& writer, UBool isDst, const AnnualTimeZoneRule* rule, int32_t fromRawOffset, int32_t fromDSTSavings, UDate startTime, UErrorCode& status) const argument
2475 beginZoneProps(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, int32_t fromOffset, int32_t toOffset, UDate startTime, UErrorCode& status) const argument
2522 endZoneProps(VTZWriter& writer, UBool isDst, UErrorCode& status) const argument
2541 beginRRULE(VTZWriter& writer, int32_t month, UErrorCode& status) const argument
2563 appendUNTIL(VTZWriter& writer, const UnicodeString& until, UErrorCode& status) const argument
[all...]
/external/junit/src/junit/framework/
H A DTestFailure.java46 PrintWriter writer= new PrintWriter(stringWriter);
47 thrownException().printStackTrace(writer);
/external/icu4c/samples/udata/
H A DMakefile24 TARGET2=writer
28 OBJECTS2=writer.o
36 writer.o: $(ICU_PATH)/source/tools/toolutil/uoptions.h
45 # Only the writer needs these, actually.
/external/junit/src/junit/textui/
H A DResultPrinter.java19 public ResultPrinter(PrintStream writer) { argument
20 fWriter= writer;
H A DTestRunner.java47 public TestRunner(PrintStream writer) { argument
48 this(new ResultPrinter(writer));
/external/zlib/contrib/dotzlib/DotZLib/
H A DUnitTests.cs252 BinaryWriter writer = new BinaryWriter(gzOut);
253 writer.Write("hi there");
254 writer.Write(Math.PI);
255 writer.Write(42);
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DXMLWriter.java129 * <p>The writer contains extensive support for XML Namespaces, so that
131 * supply <var>xmlns</var> attributes. By default, the XML writer will
151 * XML writer allows two methods for selecting prefixes:</p>
158 * <p>Whenever the XML writer finds a new Namespace URI, it checks
198 * <p>By default, the XML writer will not declare a Namespace until
219 * problem, you can instruct the XML writer to predeclare Namespaces
263 * Create a new XML writer.
274 * Create a new XML writer.
276 * <p>Write to the writer provided.</p>
278 * @param writer Th
280 XMLWriter(Writer writer) argument
312 XMLWriter(XMLReader xmlreader, Writer writer) argument
327 init(Writer writer) argument
400 setOutput(Writer writer) argument
[all...]
/external/webkit/WebCore/bindings/v8/
H A DSerializedScriptValue.cpp210 // If the writer is at odd position in the buffer, then one of
224 explicit Serializer(Writer& writer) argument
225 : m_writer(writer)
667 Writer writer;
668 Serializer serializer(writer);
673 m_data = StringImpl::adopt(writer.data());
683 Writer writer;
684 writer.writeString(buffer->data(), buffer->size());
685 m_data = StringImpl::adopt(writer.data());
/external/bluetooth/glib/gio/tests/
H A Dunix-streams.c72 g_warning ("writer: %s", err->message);
199 GThread *writer, *reader; local
203 /* Split off two (additional) threads, a reader and a writer. From
204 * the writer thread, write data synchronously in small chunks,
208 * it to cancel the writer thread, which will in turn cancel the
219 writer = g_thread_create (writer_thread, NULL, TRUE, NULL);
236 g_thread_join (writer);

Completed in 498 milliseconds

12