| /base/update/updater/services/flashd/daemon/ |
| H A D | flash_commander.cpp | 85 std::unique_ptr<FlashdWriter> writer = FlashdImageWriter::GetInstance().GetWriter( in InitPartition() local
|
| /base/update/updater/services/flow_update/update_bin/ |
| H A D | bin_flow_update.h | 43 std::unique_ptr<DataWriter> writer; member
|
| /base/update/updater/services/diffpatch/patch/ |
| H A D | image_patch.h | 29 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 D | config_values_extractors.h | 85 RecursiveTargetConfigToStream( RecursiveWriterConfig config, const Target* target, const std::vector<T>& (ConfigValues::*getter)() const, const Writer& writer, std::ostream& out) RecursiveTargetConfigToStream() argument
|
| H A D | string_output_buffer.cc | 99 FileWriter writer; in WriteToFile() local
|
| /third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
| H A D | Feature.java | 41 public void writeFeature(OpenTypeTableWriter writer) in writeFeature() argument
|
| /third_party/mesa3d/src/gallium/drivers/vc4/ |
| H A D | vc4_opt_peephole_sf.c | 58 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 D | CsvTableCollector.java | 46 public void writeCsv(Writer writer) { in writeCsv() argument
|
| /third_party/rust/crates/codespan/codespan-reporting/src/ |
| H A D | term.rs | 116 let mut writer = termcolor::NoColor::new(Vec::<u8>::new()); in unsized_emit() variables
|
| /third_party/python/Include/cpython/ |
| H A D | bytesobject.h | 86 PyAPI_FUNC(void) _PyBytesWriter_Init(_PyBytesWriter *writer); variable 95 PyAPI_FUNC(void) _PyBytesWriter_Dealloc(_PyBytesWriter *writer); variable [all...] |
| /third_party/skia/tests/ |
| H A D | PaintTest.cpp | 112 SkBinaryWriteBuffer writer; in DEF_TEST() local [all...] |
| /third_party/skia/third_party/externals/tint/src/writer/ |
| H A D | float_to_string.cc | 27 namespace writer { namespace
|
| /third_party/skia/third_party/externals/tint/src/writer/glsl/ |
| H A D | generator_impl_binary_test.cc | 20 namespace writer { namespace
|
| H A D | generator_impl_sanitizer_test.cc | 22 namespace writer { namespace
|
| /third_party/skia/third_party/externals/tint/src/writer/hlsl/ |
| H A D | generator_impl_binary_test.cc | 20 namespace writer { namespace
|
| H A D | generator_impl_sanitizer_test.cc | 22 namespace writer { namespace
|
| /third_party/skia/third_party/externals/tint/src/writer/msl/ |
| H A D | generator.h | 32 namespace writer { namespace
|
| H A D | generator_impl_import_test.cc | 19 namespace writer { namespace
|
| /third_party/skia/third_party/externals/tint/src/writer/spirv/ |
| H A D | builder_accessor_expression_test.cc | 19 namespace writer { namespace
|
| H A D | builder_if_test.cc | 19 namespace writer { namespace
|
| /third_party/skia/third_party/externals/tint/src/writer/wgsl/ |
| H A D | generator_impl_literal_test.cc | 21 namespace writer { namespace
|
| /third_party/python/Objects/stringlib/ |
| H A D | localeutil.h | 46 InsertThousandsGrouping_fill(_PyUnicodeWriter *writer, Py_ssize_t *buffer_pos, in InsertThousandsGrouping_fill() argument
|
| /third_party/skia/modules/particles/include/ |
| H A D | SkParticleSerialization.h | 20 SkToJsonVisitor(SkJSONWriter& writer) : fWriter(writer) {} in SkToJsonVisitor() argument
|
| /base/update/updater/services/include/patch/ |
| H A D | update_patch.h | 87 ImagePatchWriter(UpdateApplyPatch::ImageProcessor writer,
in ImagePatchWriter() argument
|
| /base/update/updater/test/unittest/applypatch_test/ |
| H A D | applypatch_unittest.cpp | 74 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...] |