Home
last modified time | relevance | path

Searched defs:writer (Results 326 - 350 of 455) sorted by relevance

1...<<111213141516171819

/third_party/skia/third_party/externals/zlib/google/
H A Dzip.cc221 std::unique_ptr<WriterDelegate> writer = writer_factory.Run(entry_path); in UnzipWithFilterAndWriters() local
H A Dzip_unittest.cc387 auto writer = base::BindRepeating( in TEST_F() local
/third_party/skia/tools/trace/
H A DChromeTracingTracer.cpp151 static void trace_value_to_json(SkJSONWriter* writer, in trace_value_to_json() argument
195 static void trace_event_to_json(SkJSONWriter* writer, in trace_event_to_json() argument
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_preview.cpp233 WriteData(dng_host &host, dng_image_writer &writer, dng_basic_tag_set &basic, dng_stream &stream) const WriteData() argument
595 WriteData(dng_host &host, dng_image_writer &writer, dng_basic_tag_set &basic, dng_stream &stream) const WriteData() argument
657 WriteData(dng_host &host, dng_image_writer &writer, dng_basic_tag_set &basic, dng_stream &stream) const WriteData() argument
/third_party/python/Objects/
H A Dunionobject.c183 union_repr_item(_PyUnicodeWriter *writer, PyObject *p) in union_repr_item() argument
256 _PyUnicodeWriter writer; in union_repr() local
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DUnknownFieldSetLite.java172 void writeAsMessageSetTo(Writer writer) throws IOException { in writeAsMessageSetTo() argument
189 public void writeTo(Writer writer) throws IOException { in writeTo() argument
206 writeField(int tag, Object object, Writer writer) writeField() argument
[all...]
/third_party/vk-gl-cts/framework/qphelper/
H A DqpXmlWriter.c46 static deBool writeEscaped (qpXmlWriter* writer, const char* str) in writeEscaped() argument
126 qpXmlWriter* writer = (qpXmlWriter*)deCalloc(sizeof(qpXmlWriter)); in qpXmlWriter_createFileWriter() local
138 void qpXmlWriter_destroy (qpXmlWriter* writer) in qpXmlWriter_destroy() argument
145 closePending(qpXmlWriter* writer) closePending() argument
156 qpXmlWriter_flush(qpXmlWriter* writer) qpXmlWriter_flush() argument
161 qpXmlWriter_startDocument(qpXmlWriter* writer, deBool writeXmlHeader) qpXmlWriter_startDocument() argument
181 qpXmlWriter_endDocument(qpXmlWriter* writer) qpXmlWriter_endDocument() argument
191 qpXmlWriter_writeString(qpXmlWriter* writer, const char* str) qpXmlWriter_writeString() argument
202 qpXmlWriter_startElement(qpXmlWriter* writer, const char* elementName, int numAttribs, const qpXmlAttribute* attribs) qpXmlWriter_startElement() argument
243 qpXmlWriter_endElement(qpXmlWriter* writer, const char* elementName) qpXmlWriter_endElement() argument
259 qpXmlWriter_writeBase64(qpXmlWriter* writer, const deUint8* data, size_t numBytes) qpXmlWriter_writeBase64() argument
330 qpXmlWriter_writeStringElement(qpXmlWriter* writer, const char* elementName, const char* elementContent) qpXmlWriter_writeStringElement() argument
[all...]
/base/update/updater/services/applypatch/
H A Dblock_set.cpp390 std::unique_ptr<BlockWriter> writer = std::make_unique<BlockWriter>(cmd.GetFileDescriptor(), *this); in WriteDiffToBlock() local
407 std::unique_ptr<BlockWriter> writer = std::make_unique<BlockWriter>(cmd.GetFileDescriptor(), *this); in WriteDiffToBlock() local
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dzip.cpp270 std::unique_ptr<WriterDelegate> writer = writerFactory(destDir, entryPath); in UnzipWithFilterAndWriters() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_shader_effect.cpp281 SkBinaryWriteBuffer writer; in Serialize() local
H A Dskia_bitmap.cpp233 SkBinaryWriteBuffer writer; in Serialize() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_session.cpp449 ObexServerReceivedObject::ObexServerReceivedObject(const ObexHeader &firstReq, std::shared_ptr<ObexBodyObject> writer) in ObexServerReceivedObject() argument
324 ObexClientReceivedObject( const ObexHeader &firstReq, std::shared_ptr<ObexBodyObject> writer, bool supportSrm, int srmpCount) ObexClientReceivedObject() argument
/kernel/linux/linux-5.10/drivers/char/
H A Dapm-emulation.c107 unsigned int writer: 1; member
/kernel/linux/linux-6.6/drivers/char/
H A Dapm-emulation.c107 unsigned int writer: 1; member
/third_party/ffmpeg/libavcodec/
H A Dlibopenjpegenc.c71 PacketWriter *writer = user_data; in stream_write() local
91 PacketWriter *writer = user_data; in stream_skip() local
119 PacketWriter *writer = user_data; stream_seek() local
561 PacketWriter writer = { 0 }; libopenjpeg_encode_frame() local
[all...]
/third_party/elfio/tests/
H A DELFIOTest.cpp711 elfio writer; in TEST() local
764 elfio writer; TEST() local
817 elfio writer; TEST() local
870 elfio writer; TEST() local
[all...]
/third_party/curl/lib/
H A Dsendf.c451 struct Curl_cwriter *writer = data->req.writer_stack; in Curl_client_cleanup() local
471 Curl_cwriter_write(struct Curl_easy *data, struct Curl_cwriter *writer, int type, const char *buf, size_t nbytes) Curl_cwriter_write() argument
480 Curl_cwriter_def_init(struct Curl_easy *data, struct Curl_cwriter *writer) Curl_cwriter_def_init() argument
488 Curl_cwriter_def_write(struct Curl_easy *data, struct Curl_cwriter *writer, int type, const char *buf, size_t nbytes) Curl_cwriter_def_write() argument
495 Curl_cwriter_def_close(struct Curl_easy *data, struct Curl_cwriter *writer) Curl_cwriter_def_close() argument
503 cw_client_write(struct Curl_easy *data, struct Curl_cwriter *writer, int type, const char *buf, size_t nbytes) cw_client_write() argument
546 cw_download_write(struct Curl_easy *data, struct Curl_cwriter *writer, int type, const char *buf, size_t nbytes) cw_download_write() argument
654 cw_raw_write(struct Curl_easy *data, struct Curl_cwriter *writer, int type, const char *buf, size_t nbytes) cw_raw_write() argument
679 struct Curl_cwriter *writer; Curl_cwriter_create() local
698 Curl_cwriter_free(struct Curl_easy *data, struct Curl_cwriter *writer) Curl_cwriter_free() argument
721 struct Curl_cwriter *writer; do_init_stack() local
748 Curl_cwriter_add(struct Curl_easy *data, struct Curl_cwriter *writer) Curl_cwriter_add() argument
[all...]
H A Dbufq.c492 ssize_t Curl_bufq_pass(struct bufq *q, Curl_bufq_writer *writer, in Curl_bufq_pass() argument
524 Curl_bufq_write_pass(struct bufq *q, const unsigned char *buf, size_t len, Curl_bufq_writer *writer, void *writer_ctx, CURLcode *err) Curl_bufq_write_pass() argument
/third_party/libsnd/src/
H A Dsds.c52 int (*writer) (SF_PRIVATE *psf, struct tag_SDS_PRIVATE *psds) ; member
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
H A DCsvTable.java390 public boolean exportCsv(Writer writer, boolean align) { in exportCsv() argument
409 public boolean exportCsvWithEmptyColumnsPresent(Writer writer, boolean align) { in exportCsvWithEmptyColumnsPresent() argument
418 exportCsvHelper( Writer writer, boolean align, ImmutableSet<Column<?>> columnsToExport) exportCsvHelper() argument
/third_party/vk-gl-cts/executor/tools/
H A DxeBatchResultToXml.cpp144 ResultToSingleXmlLogHandler (xe::xml::Writer& writer, BatchResultTotals& totals) in ResultToSingleXmlLogHandler() argument
183 static void writeTotals (xe::xml::Writer& writer, const BatchResultTotals& totals) in writeTotals() argument
[all...]
/third_party/skia/src/gpu/gl/builders/
H A DGrGLProgramBuilder.cpp172 SkBinaryWriteBuffer writer; in storeShaderInCache() local
/third_party/skia/src/gpu/tessellate/
H A DStrokeFixedCountTessellator.cpp186 SK_ALWAYS_INLINE void writeDynamicAttribs(VertexWriter* writer, in writeDynamicAttribs() argument
[all...]
/third_party/skia/third_party/externals/tint/src/writer/glsl/
H A Dgenerator_impl.cc69 namespace writer { namespace
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dbuilder.h53 namespace writer { namespace

Completed in 24 milliseconds

1...<<111213141516171819