/third_party/node/deps/v8/third_party/zlib/google/ |
H A D | zip.cc | 231 std::unique_ptr<WriterDelegate> writer = writer_factory.Run(entry->path); in Unzip() local
|
/third_party/node/deps/zlib/google/ |
H A D | zip.cc | 231 std::unique_ptr<WriterDelegate> writer = writer_factory.Run(entry->path); in Unzip() local
|
/third_party/node/src/ |
H A D | node_v8.cc | 231 static void SetHeapStatistics(JSONWriter* writer, Isolate* isolate) { in SetHeapStatistics() argument 281 JSONWriter* writer = profiler->writer(); BeforeGCCallback() local 299 JSONWriter* writer = profiler->writer(); AfterGCCallback() local 330 JSONWriter* GCProfiler::writer() { writer() function in node::v8_utils::GCProfiler [all...] |
/third_party/node/src/tracing/ |
H A D | agent.cc | 104 AddClient( const std::set<std::string>& categories, std::unique_ptr<AsyncTraceWriter> writer, enum UseDefaultCategoryMode mode) AddClient() argument
|
/third_party/ltp/testcases/kernel/syscalls/preadv2/ |
H A D | preadv203.c | 201 pthread_t reader, dropper, writer; in verify_preadv2() local
|
/third_party/node/deps/v8/src/snapshot/embedded/ |
H A D | embedded-file-writer.h | 78 std::unique_ptr<PlatformEmbeddedFileWriterBase> writer = in MaybeWriteEmbeddedFile() local
|
/third_party/node/deps/v8/src/snapshot/ |
H A D | mksnapshot.cc | 187 void WriteEmbeddedFile(i::EmbeddedFileWriter* writer) { in WriteEmbeddedFile() argument
|
/third_party/node/deps/v8/src/torque/ls/ |
H A D | message-handler.cc | 67 void ResetCompilationErrorDiagnostics(MessageWriter writer) { in ResetCompilationErrorDiagnostics() argument 182 void CompilationFinished(TorqueCompilerResult result, MessageWriter writer) { in CompilationFinished() argument 191 void RecompileTorque(MessageWriter writer) { in RecompileTorque() argument 203 CompilationFinished(std::move(result), writer); in RecompileTorque() local 206 void RecompileTorqueWithDiagnostics(MessageWriter writer) { in RecompileTorqueWithDiagnostics() argument 160 SendCompilationDiagnostics(const TorqueCompilerResult& result, MessageWriter writer) SendCompilationDiagnostics() argument 211 HandleInitializeRequest(InitializeRequest request, MessageWriter writer) HandleInitializeRequest() argument 228 HandleInitializedNotification(MessageWriter writer) HandleInitializedNotification() argument 247 HandleTorqueFileListNotification(TorqueFileListNotification notification, MessageWriter writer) HandleTorqueFileListNotification() argument 266 HandleGotoDefinitionRequest(GotoDefinitionRequest request, MessageWriter writer) HandleGotoDefinitionRequest() argument 296 HandleChangeWatchedFilesNotification( DidChangeWatchedFilesNotification notification, MessageWriter writer) HandleChangeWatchedFilesNotification() argument 303 HandleDocumentSymbolRequest(DocumentSymbolRequest request, MessageWriter writer) HandleDocumentSymbolRequest() argument 351 HandleMessage(JsonValue raw_message, MessageWriter writer) HandleMessage() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | r500_fragprog.c | 50 struct rc_variable * writer; in r500_transform_IF() local [all...] |
/third_party/protobuf/csharp/src/Google.Protobuf/ |
H A D | JsonFormatter.cs | 157 public void Format(IMessage message, TextWriter writer) in Format() argument 195 private void WriteMessage(TextWriter writer, IMessag argument 216 WriteMessageFields(TextWriter writer, IMessage message, bool assumeFirstFieldWritten) WriteMessageFields() argument 298 WriteNull(TextWriter writer) WriteNull() argument 358 WriteValue(TextWriter writer, object value) WriteValue() argument 448 WriteWellKnownTypeValue(TextWriter writer, MessageDescriptor descriptor, object value) WriteWellKnownTypeValue() argument 511 WriteTimestamp(TextWriter writer, IMessage value) WriteTimestamp() argument 522 WriteDuration(TextWriter writer, IMessage value) WriteDuration() argument 530 WriteFieldMask(TextWriter writer, IMessage value) WriteFieldMask() argument 536 WriteAny(TextWriter writer, IMessage value) WriteAny() argument 572 WriteDiagnosticOnlyAny(TextWriter writer, IMessage value) WriteDiagnosticOnlyAny() argument 589 WriteStruct(TextWriter writer, IMessage message) WriteStruct() argument 615 WriteStructFieldValue(TextWriter writer, IMessage message) WriteStructFieldValue() argument 646 WriteList(TextWriter writer, IList list) WriteList() argument 662 WriteDictionary(TextWriter writer, IDictionary dictionary) WriteDictionary() argument 708 WriteString(TextWriter writer, string text) WriteString() argument 774 HexEncodeUtf16CodeUnit(TextWriter writer, char c) HexEncodeUtf16CodeUnit() argument [all...] |
/third_party/python/Lib/ |
H A D | csv.py | 11 __doc__ global() namespace
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | picture_enc.c | 180 void WebPMemoryWriterInit(WebPMemoryWriter* writer) { in WebPMemoryWriterInit() argument 218 void WebPMemoryWriterClear(WebPMemoryWriter* writer) { in WebPMemoryWriterClear() argument [all...] |
/third_party/skia/src/pathops/ |
H A D | SkPathOpsOp.cpp | 109 bridgeOp(SkOpContourHead* contourList, const SkPathOp op, const int xorMask, const int xorOpMask, SkPathWriter* writer) bridgeOp() argument [all...] |
/third_party/skia/third_party/externals/freetype/src/pfr/ |
H A D | pfrsbit.c | 50 pfr_bitwriter_init( PFR_BitWriter writer, in pfr_bitwriter_init() argument 69 pfr_bitwriter_decode_bytes( PFR_BitWriter writer, FT_Byte* p, FT_Byte* limit ) pfr_bitwriter_decode_bytes() argument 123 pfr_bitwriter_decode_rle1( PFR_BitWriter writer, FT_Byte* p, FT_Byte* limit ) pfr_bitwriter_decode_rle1() argument 204 pfr_bitwriter_decode_rle2( PFR_BitWriter writer, FT_Byte* p, FT_Byte* limit ) pfr_bitwriter_decode_rle2() argument 540 PFR_BitWriterRec writer; pfr_load_bitmap_bits() local [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-vector.hh | 162 writer_t writer () { return as_array (); } in writer() function
|
/third_party/python/Modules/_io/clinic/ |
H A D | bufferedio.c.h | 553 PyObject *writer; in _io_BufferedRWPair___init__() local
|
/third_party/skia/third_party/externals/tint/src/writer/wgsl/ |
H A D | generator_impl.cc | 61 namespace writer { namespace
|
/third_party/skia/third_party/externals/zlib/google/ |
H A D | zip.cc | 221 std::unique_ptr<WriterDelegate> writer = writer_factory.Run(entry_path); in UnzipWithFilterAndWriters() local
|
/third_party/skia/tools/trace/ |
H A D | ChromeTracingTracer.cpp | 151 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 D | dng_preview.cpp | 233 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 D | unionobject.c | 183 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 D | UnknownFieldSetLite.java | 172 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 D | qpXmlWriter.c | 46 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 D | block_set.cpp | 390 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 D | zip.cpp | 270 std::unique_ptr<WriterDelegate> writer = writerFactory(destDir, entryPath); in UnzipWithFilterAndWriters() local
|