Home
last modified time | relevance | path

Searched defs:writer (Results 301 - 325 of 458) sorted by relevance

1...<<111213141516171819

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DUnknownFieldSchema.java122 abstract void writeTo(T unknownFields, Writer writer) throws IOException; in writeTo() argument
124 abstract void writeAsMessageSetTo(T unknownFields, Writer writer) throws IOException; in writeAsMessageSetTo() argument
/developtools/profiler/device/plugins/api/src/
H A Dplugin_module.cpp295 bool PluginModule::RegisterWriter(const BufferWriterPtr writer, bool isProtobufSerialize) in RegisterWriter() argument
/developtools/profiler/device/plugins/ftrace_plugin/src/
H A Dflow_controller.cpp73 int FlowController::SetWriter(const WriterStructPtr& writer) in SetWriter() argument
/developtools/profiler/device/plugins/hilog_plugin/test/unittest/
H A Dhilog_plugin_unittest.cpp50 long WriteFunc(WriterStruct* writer, const void* data, size_t size) in WriteFunc() argument
64 bool FlushFunc(WriterStruct* writer) in FlushFunc() argument
815 WriterStruct writer = {WriteFunc, FlushFunc}; in HWTEST_F() local
861 WriterStruct writer = {WriteFunc, FlushFunc}; in HWTEST_F() local
890 WriterStruct writer = {WriteFunc, FlushFunc}; in HWTEST_F() local
928 WriterStruct writer = {WriteFunc, FlushFunc}; HWTEST_F() local
[all...]
/developtools/profiler/device/plugins/hiperf_plugin/src/
H A Dhiperf_module.cpp175 int HiperfRegisterWriterStruct(const WriterStruct* writer) in HiperfRegisterWriterStruct() argument
/developtools/profiler/device/services/profiler_service/test/unittest/
H A Dprofiler_service_test.cpp997 auto writer = std::make_unique<FakeServerWriter>(nullptr, context_.get()); in HWTEST_F() local
1025 auto writer = std::make_unique<FakeServerWriter>(nullptr, context_.get()); in HWTEST_F() local
1056 auto writer = std::make_unique<FakeServerWriter>(nullptr, context_.get()); in HWTEST_F() local
1084 auto writer = std::make_unique<FakeServerWriter>(nullptr, context_.get()); in HWTEST_F() local
1146 auto writer = std::make_unique<FakeServerWriter>(nullptr, context_.get()); HWTEST_F() local
1183 auto writer = std::make_unique<FakeServerWriter>(nullptr, context_.get()); HWTEST_F() local
1384 auto writer = std::make_shared<TraceFileWriter>(testPath, false, 0, 0); HWTEST_F() local
[all...]
/developtools/profiler/interfaces/kits/test/unittest/
H A Dplugin_module_api_test.cpp128 int PluginModuleApiTest::StreamRegisterWriterStruct(WriterStruct* writer) in StreamRegisterWriterStruct() argument
137 long PluginModuleApiTest::Write(WriterStruct* writer, const void* data, size_t size) in Write() argument
143 bool PluginModuleApiTest::Flush(WriterStruct* writer) in Flush() argument
229 WriterStruct writer = { in HWTEST_F() local
253 WriterStruct writer in HWTEST_F() local
307 WriterStruct writer = { HWTEST_F() local
336 WriterStruct writer; HWTEST_F() local
551 WriterStruct writer = { HWTEST_F() local
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
H A Dcj_zip.cpp246 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_image_filter.cpp166 SkBinaryWriteBuffer writer; in Serialize() local
/foundation/multimedia/av_session/services/session/server/test/
H A Dmigrate_avsession_test.cpp446 Json::FastWriter writer; in HWTEST_F() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageheifimpl_fuzzer/src/
H A Dimage_heif_impl_fuzzer.cpp49 ItemPropertyBoxTest001(HeifIprpBox *heifiprpbox, HeifIpcoBox *heifipcobox, HeifIpmaBox *heifipmabox, HeifStreamReader &reader, HeifStreamWriter &writer) ItemPropertyBoxTest001() argument
82 ItemPropertyBasicBoxTest001(HeifIspeBox *heifispebox, HeifPixiBox *heifpixibox, HeifStreamReader &reader, HeifStreamWriter &writer) ItemPropertyBasicBoxTest001() argument
108 ItemPropertyAuxBoxTest001(HeifAuxcBox *heifauxcbox, HeifStreamReader &reader, HeifStreamWriter &writer) ItemPropertyAuxBoxTest001() argument
123 ItemPropertyColorBoxTest001(const std::shared_ptr<const HeifRawColorProfile> &heifrawcolorprofile, const std::shared_ptr<const HeifNclxColorProfile> &heifnclxcolorprofile, HeifColrBox *heifcolrbox, HeifStreamReader &reader, HeifStreamWriter &writer) ItemPropertyColorBoxTest001() argument
156 ItemPropertyDisplayBoxTest001(HeifMdcvBox *heifmdcvbox, HeifClliBox *heifcllibox, HeifStreamReader &reader, HeifStreamWriter &writer) ItemPropertyDisplayBoxTest001() argument
179 ItemPropertyHvccBoxTest001(HeifHvccBox *heifhvccbox, HeifStreamReader &reader, HeifStreamWriter &writer) ItemPropertyHvccBoxTest001() argument
199 ItemPropertyTransformBoxTest001(HeifIrotBox *heifirotbox, HeifImirBox *heifimirbox, HeifStreamReader &reader, HeifStreamWriter &writer) ItemPropertyTransformBoxTest001() argument
[all...]
/foundation/multimedia/av_session/frameworks/native/ohavsession/src/
H A DOHAVMetadataBuilder.cpp44 AVMetadata_Result OHAVMetadataBuilder::SetWriter(const std::string &writer) in SetWriter() argument
306 AVMetadata_Result OH_AVMetadataBuilder_SetWriter(OH_AVMetadataBuilder* builder, const char* writer) in OH_AVMetadataBuilder_SetWriter() argument
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/
H A Dkvstore_datashare_bridge_test.cpp233 BridgeWriter writer; in HWTEST_F() local
271 BridgeWriter writer; HWTEST_F() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_mp_client.cpp69 int ObexMpClient::Get(const ObexHeader &req, std::shared_ptr<ObexBodyObject> writer, int srmpCount) in Get() argument
/third_party/elfio/tests/
H A DELFIOTest1.cpp41 elfio writer; in write_obj_i386() local
140 elfio writer; write_exe_i386() local
514 elfio writer; TEST() local
620 elfio writer; TEST() local
732 elfio writer; TEST() local
[all...]
/third_party/gn/src/gn/
H A Dcompile_commands_writer.cc60 FlagsGetter(RecursiveWriterConfig config, const Target* target, const std::vector<T>& (ConfigValues::*getter)() const, const Writer& writer) FlagsGetter() argument
/third_party/libphonenumber/tools/java/java-build/src/com/google/i18n/phonenumbers/
H A DBuildMetadataProtoFromXml.java266 private static void writeMap(ClassWriter writer, int capacity, in writeMap() argument
300 writeRegionCodeSet(ClassWriter writer, int capacity, List<String> regionCodeList) writeRegionCodeSet() argument
321 writeCountryCodeSet(ClassWriter writer, int capacity, Set<Integer> countryCodeSet) writeCountryCodeSet() argument
349 private final Writer writer; global() field in BuildMetadataProtoFromXml.ClassWriter
[all...]
/third_party/mesa3d/src/freedreno/decode/
H A Dcrashdec-mempool.c193 } writer[6]; in dump_cp_mem_pool() member
/third_party/node/deps/v8/third_party/zlib/google/
H A Dzip.cc231 std::unique_ptr<WriterDelegate> writer = writer_factory.Run(entry->path); in Unzip() local
/third_party/node/deps/zlib/google/
H A Dzip.cc231 std::unique_ptr<WriterDelegate> writer = writer_factory.Run(entry->path); in Unzip() local
/third_party/node/src/
H A Dnode_v8.cc231 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 Dagent.cc104 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 Dpreadv203.c201 pthread_t reader, dropper, writer; in verify_preadv2() local
/third_party/node/deps/v8/src/snapshot/embedded/
H A Dembedded-file-writer.h78 std::unique_ptr<PlatformEmbeddedFileWriterBase> writer = in MaybeWriteEmbeddedFile() local
/third_party/node/deps/v8/src/snapshot/
H A Dmksnapshot.cc187 void WriteEmbeddedFile(i::EmbeddedFileWriter* writer) { in WriteEmbeddedFile() argument

Completed in 18 milliseconds

1...<<111213141516171819