Home
last modified time | relevance | path

Searched defs:writer (Results 176 - 200 of 435) sorted by relevance

12345678910>>...18

/base/update/updater/services/flashd/daemon/
H A Dflash_commander.cpp85 std::unique_ptr<FlashdWriter> writer = FlashdImageWriter::GetInstance().GetWriter( in InitPartition() local
/base/update/updater/services/flow_update/update_bin/
H A Dbin_flow_update.h43 std::unique_ptr<DataWriter> writer; member
/base/update/updater/services/diffpatch/patch/
H A Dimage_patch.h29 explicit ImagePatch(UpdatePatchWriterPtr writer) : writer_(writer) {} in ImagePatch() argument
51 explicit RowImagePatch(UpdatePatchWriterPtr writer) : ImagePatch(writer) {} in RowImagePatch() argument
59 explicit NormalImagePatch(UpdatePatchWriterPtr writer) : ImagePatch(writer) {} in NormalImagePatch() argument
67 CompressedImagePatch(UpdatePatchWriterPtr writer, const std::vector<uint8_t> &bonusData) in CompressedImagePatch() argument
84 ZipImagePatch(UpdatePatchWriterPtr writer, const std::vector<uint8_t> &bonusData) in ZipImagePatch() argument
101 Lz4ImagePatch(UpdatePatchWriterPtr writer, const std::vector<uint8_t> &bonusData) Lz4ImagePatch() argument
119 CompressedFileRestore(Hpackage::PkgManager::FileInfoPtr fileInfo, UpdatePatchWriterPtr writer) CompressedFileRestore() argument
[all...]
/third_party/gn/src/gn/
H A Dconfig_values_extractors.h85 RecursiveTargetConfigToStream( RecursiveWriterConfig config, const Target* target, const std::vector<T>& (ConfigValues::*getter)() const, const Writer& writer, std::ostream& out) RecursiveTargetConfigToStream() argument
H A Dstring_output_buffer.cc99 FileWriter writer; in WriteToFile() local
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DFeature.java41 public void writeFeature(OpenTypeTableWriter writer) in writeFeature() argument
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_opt_peephole_sf.c58 inst_srcs_updated(struct qinst *inst, struct qinst *writer) in inst_srcs_updated() argument
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
H A DCsvTableCollector.java46 public void writeCsv(Writer writer) { in writeCsv() argument
/third_party/rust/crates/codespan/codespan-reporting/src/
H A Dterm.rs116 let mut writer = termcolor::NoColor::new(Vec::<u8>::new()); in unsized_emit() variables
/third_party/python/Include/cpython/
H A Dbytesobject.h86 PyAPI_FUNC(void) _PyBytesWriter_Init(_PyBytesWriter *writer); variable
95 PyAPI_FUNC(void) _PyBytesWriter_Dealloc(_PyBytesWriter *writer); variable
[all...]
/third_party/skia/tests/
H A DPaintTest.cpp112 SkBinaryWriteBuffer writer; in DEF_TEST() local
[all...]
/third_party/skia/third_party/externals/tint/src/writer/
H A Dfloat_to_string.cc27 namespace writer { namespace
/third_party/skia/third_party/externals/tint/src/writer/glsl/
H A Dgenerator_impl_binary_test.cc20 namespace writer { namespace
H A Dgenerator_impl_sanitizer_test.cc22 namespace writer { namespace
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
H A Dgenerator_impl_binary_test.cc20 namespace writer { namespace
H A Dgenerator_impl_sanitizer_test.cc22 namespace writer { namespace
/third_party/skia/third_party/externals/tint/src/writer/msl/
H A Dgenerator.h32 namespace writer { namespace
H A Dgenerator_impl_import_test.cc19 namespace writer { namespace
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dbuilder_accessor_expression_test.cc19 namespace writer { namespace
H A Dbuilder_if_test.cc19 namespace writer { namespace
/third_party/skia/third_party/externals/tint/src/writer/wgsl/
H A Dgenerator_impl_literal_test.cc21 namespace writer { namespace
/third_party/python/Objects/stringlib/
H A Dlocaleutil.h46 InsertThousandsGrouping_fill(_PyUnicodeWriter *writer, Py_ssize_t *buffer_pos, in InsertThousandsGrouping_fill() argument
/third_party/skia/modules/particles/include/
H A DSkParticleSerialization.h20 SkToJsonVisitor(SkJSONWriter& writer) : fWriter(writer) {} in SkToJsonVisitor() argument
/base/update/updater/services/include/patch/
H A Dupdate_patch.h87 ImagePatchWriter(UpdateApplyPatch::ImageProcessor writer, in ImagePatchWriter() argument
/base/update/updater/test/unittest/applypatch_test/
H A Dapplypatch_unittest.cpp74 std::unique_ptr<DataWriter> writer = DataWriter::CreateDataWriter(mode, filePath); in HWTEST_F() local
110 std::unique_ptr<DataWriter> writer = nullptr; in HWTEST_F() local
[all...]

Completed in 11 milliseconds

12345678910>>...18