/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_session_dumper_test.cpp | 65 sptr<ScreenSessionDumper> dumper = new ScreenSessionDumper(fd, args); in HWTEST_F() local 66 ASSERT_NE(nullptr, dumper); in HWTEST_F() 78 sptr<ScreenSessionDumper> dumper = new ScreenSessionDumper(fd, args); in HWTEST_F() local 79 dumper->ExcuteDumpCmd(); in HWTEST_F() 92 sptr<ScreenSessionDumper> dumper = new ScreenSessionDumper(fd, args); in HWTEST_F() local 93 dumper->ExcuteDumpCmd(); in HWTEST_F() 106 sptr<ScreenSessionDumper> dumper = new ScreenSessionDumper(fd, args); in HWTEST_F() local 107 dumper->ExcuteDumpCmd(); in HWTEST_F() 120 sptr<ScreenSessionDumper> dumper = new ScreenSessionDumper(fd, args); in HWTEST_F() local 121 dumper in HWTEST_F() 134 sptr<ScreenSessionDumper> dumper = new ScreenSessionDumper(fd, args); HWTEST_F() local 204 sptr<ScreenSessionDumper> dumper = new ScreenSessionDumper(fd, args); HWTEST_F() local 219 sptr<ScreenSessionDumper> dumper = new ScreenSessionDumper(fd, args); HWTEST_F() local 234 sptr<ScreenSessionDumper> dumper = new ScreenSessionDumper(fd, args); HWTEST_F() local 248 sptr<ScreenSessionDumper> dumper = new ScreenSessionDumper(fd, args); HWTEST_F() local 262 sptr<ScreenSessionDumper> dumper = new ScreenSessionDumper(fd, args); HWTEST_F() local 276 sptr<ScreenSessionDumper> dumper = new ScreenSessionDumper(fd, args); HWTEST_F() local 295 sptr<ScreenSessionDumper> dumper = new ScreenSessionDumper(fd, args); HWTEST_F() local 314 sptr<ScreenSessionDumper> dumper = new ScreenSessionDumper(fd, args); HWTEST_F() local 333 sptr<ScreenSessionDumper> dumper = new ScreenSessionDumper(fd, args); HWTEST_F() local 352 sptr<ScreenSessionDumper> dumper = new ScreenSessionDumper(fd, args); HWTEST_F() local 371 sptr<ScreenSessionDumper> dumper = new ScreenSessionDumper(fd, args); HWTEST_F() local 394 sptr<ScreenSessionDumper> dumper = new ScreenSessionDumper(fd, args); HWTEST_F() local 409 sptr<ScreenSessionDumper> dumper = new ScreenSessionDumper(fd, args); HWTEST_F() local 423 sptr<ScreenSessionDumper> dumper = new ScreenSessionDumper(fd, args); HWTEST_F() local 437 sptr<ScreenSessionDumper> dumper = new ScreenSessionDumper(fd, args); HWTEST_F() local 451 sptr<ScreenSessionDumper> dumper = new ScreenSessionDumper(fd, args); HWTEST_F() local 465 sptr<ScreenSessionDumper> dumper = new ScreenSessionDumper(fd, args); HWTEST_F() local 479 sptr<ScreenSessionDumper> dumper = new ScreenSessionDumper(fd, args); HWTEST_F() local 493 sptr<ScreenSessionDumper> dumper = new ScreenSessionDumper(fd, args); HWTEST_F() local 507 sptr<ScreenSessionDumper> dumper = new ScreenSessionDumper(fd, args); HWTEST_F() local 521 sptr<ScreenSessionDumper> dumper = new ScreenSessionDumper(fd, args); HWTEST_F() local 535 sptr<ScreenSessionDumper> dumper = new ScreenSessionDumper(fd, args); HWTEST_F() local 550 sptr<ScreenSessionDumper> dumper = new ScreenSessionDumper(fd, args); HWTEST_F() local 564 sptr<ScreenSessionDumper> dumper = new ScreenSessionDumper(fd, args); HWTEST_F() local 578 sptr<ScreenSessionDumper> dumper = new ScreenSessionDumper(fd, args); HWTEST_F() local 592 sptr<ScreenSessionDumper> dumper = new ScreenSessionDumper(fd, args); HWTEST_F() local 607 sptr<ScreenSessionDumper> dumper = new ScreenSessionDumper(fd, args); HWTEST_F() local 621 sptr<ScreenSessionDumper> dumper = new ScreenSessionDumper(fd, args); HWTEST_F() local 635 sptr<ScreenSessionDumper> dumper = new ScreenSessionDumper(fd, args); HWTEST_F() local 649 sptr<ScreenSessionDumper> dumper = new ScreenSessionDumper(fd, args); HWTEST_F() local 663 sptr<ScreenSessionDumper> dumper = new ScreenSessionDumper(fd, args); HWTEST_F() local 677 sptr<ScreenSessionDumper> dumper = new ScreenSessionDumper(fd, args); HWTEST_F() local 694 sptr<ScreenSessionDumper> dumper = new ScreenSessionDumper(fd, args); HWTEST_F() local 725 sptr<ScreenSessionDumper> dumper = new ScreenSessionDumper(fd, args); HWTEST_F() local 759 sptr<ScreenSessionDumper> dumper = new ScreenSessionDumper(fd, args); HWTEST_F() local [all...] |
/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/ |
H A D | device_profile_dfx_test.cpp | 71 auto dumper = std::make_shared<DeviceProfileDumper>(); in HWTEST_F() local 73 dumper->ShowHelp(msg); in HWTEST_F() 74 dumper->IllegalInput(msg); in HWTEST_F() 75 auto result = dumper->DumpDefault(msg); in HWTEST_F() 87 auto dumper = std::make_shared<DeviceProfileDumper>(); in HWTEST_F() local 88 auto result = dumper->CanDump(); in HWTEST_F() 100 auto dumper = std::make_shared<DeviceProfileDumper>(); in HWTEST_F() local 103 auto result = dumper->Dump(args, msg); in HWTEST_F() 116 auto dumper = std::make_shared<DeviceProfileDumper>(); in HWTEST_F() local 117 auto result = dumper in HWTEST_F() 129 auto dumper = std::make_shared<DeviceProfileDumper>(); HWTEST_F() local 144 auto dumper = std::make_shared<DeviceProfileDumper>(); HWTEST_F() local 160 auto dumper = std::make_shared<DeviceProfileDumper>(); HWTEST_F() local 176 auto dumper = std::make_shared<DeviceProfileDumper>(); HWTEST_F() local [all...] |
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | dp_dumper_test.cpp | 52 auto dumper = std::make_shared<DeviceProfileDumper>(); in HWTEST_F() local 53 bool ret = dumper->Dump(args, result); in HWTEST_F() 62 auto dumper = std::make_shared<DeviceProfileDumper>(); in HWTEST_F() local 63 bool ret = dumper->Dump(args, result); in HWTEST_F() 73 auto dumper = std::make_shared<DeviceProfileDumper>(); in HWTEST_F() local 74 bool ret = dumper->Dump(args, result); in HWTEST_F() 84 auto dumper = std::make_shared<DeviceProfileDumper>(); in HWTEST_F() local 85 bool ret = dumper->Dump(args, result); in HWTEST_F()
|
/third_party/mesa3d/src/gallium/tools/trace/ |
H A D | diff_state.py | 186 self.dumper = Dumper(stream) 198 self.dumper.enter_object() 210 self.dumper.enter_member(name) 212 self.dumper.leave_member(i == len(names) - 1) 214 self.dumper.leave_object() 220 self.dumper.enter_array() 231 self.dumper._indent() 233 self.dumper.visit(ae) 237 self.dumper._write(',') 238 self.dumper [all...] |
/third_party/PyYAML/lib/yaml/ |
H A D | __init__.py | 9 from .dumper import * 168 dumper = Dumper(stream, canonical=canonical, indent=indent, width=width, 172 dumper.emit(event) 174 dumper.dispose() 194 dumper = Dumper(stream, canonical=canonical, indent=indent, width=width, 199 dumper.open() 201 dumper.serialize(node) 202 dumper.close() 204 dumper.dispose() 232 dumper [all...] |
/foundation/multimedia/player_framework/services/services/sa_media/server/ |
H A D | media_server_manager.cpp | 234 Dumper dumper; in CreatePlayerStubObject() local 235 dumper.entry_ = [player = playerStub](int32_t fd) -> int32_t { in CreatePlayerStubObject() 238 dumper.pid_ = pid; in CreatePlayerStubObject() 239 dumper.uid_ = IPCSkeleton::GetCallingUid(); in CreatePlayerStubObject() 240 dumper.remoteObject_ = object; in CreatePlayerStubObject() 241 dumperTbl_[StubType::PLAYER].emplace_back(dumper); in CreatePlayerStubObject() 262 Dumper dumper; in CreateRecorderStubObject() local 263 dumper.entry_ = [recorder = recorderStub](int32_t fd) -> int32_t { in CreateRecorderStubObject() 266 dumper.pid_ = pid; in CreateRecorderStubObject() 267 dumper in CreateRecorderStubObject() 308 Dumper dumper; CreateTransCoderStubObject() local 337 Dumper dumper; CreateAVMetadataHelperStubObject() local 363 Dumper dumper; CreateScreenCaptureStubObject() local 385 Dumper dumper; CreateScreenCaptureMonitorStubObject() local [all...] |
/device/soc/hisilicon/common/platform/pwm/ |
H A D | pwm_hi35xx.c | 30 struct PlatformDumper *dumper; member 37 struct PlatformDumper *dumper = NULL; in PwmDumperCreate() local 46 dumper = PlatformDumperCreate(name); in PwmDumperCreate() 47 if (dumper == NULL) { in PwmDumperCreate() 48 HDF_LOGE("%s: get dumper for %s fail!", __func__, name); in PwmDumperCreate() 52 hp->dumper = dumper; in PwmDumperCreate() 70 if (hp->dumper == NULL) { in PwmDumperDump() 71 HDF_LOGE("%s: pwm dumper is NULL", __func__); in PwmDumperDump() 74 ret = PlatformDumperAddDatas(hp->dumper, data in PwmDumperDump() [all...] |
/foundation/multimedia/av_session/frameworks/native/session/test/unittest/ |
H A D | avsession_dumper_test.cpp | 89 AVSessionDumper dumper; in HWTEST_F() local 90 dumper.Dump(args, actualString, *avSessionService_); in HWTEST_F() 108 AVSessionDumper dumper; in HWTEST_F() local 109 dumper.Dump(args, actualString, *avSessionService_); in HWTEST_F() 127 AVSessionDumper dumper; in HWTEST_F() local 128 dumper.Dump(args, actualString, *avSessionService_); in HWTEST_F() 146 AVSessionDumper dumper; in HWTEST_F() local 147 dumper.Dump(args, actualString, *avSessionService_); in HWTEST_F() 164 AVSessionDumper dumper; in HWTEST_F() local 165 dumper in HWTEST_F() 187 AVSessionDumper dumper; HWTEST_F() local 205 AVSessionDumper dumper; HWTEST_F() local [all...] |
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfntdump/ |
H A D | SfntDump.java | 74 SfntDump dumper = new SfntDump(); in main() 97 dumper.countSpecialGlyphs(true); in main() 103 dumper.dumpTablesAsBinary(args[++i]); in main() 110 dumper.useCMap(args[++i]); in main() 116 dumper.dumpTableList(true); in main() 121 dumper.dumpNames(true); in main() 126 dumper.dumpCMaps(true); in main() 128 dumper.dumpCMaps(args[++i]); in main() 134 dumper.dumpPost(true); in main() 139 dumper in main() [all...] |
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/ |
H A D | event_queue.cpp | 536 void EventQueue::Dump(Dumper &dumper) in Dump() argument 546 dumper.Dump(dumper.GetTag() + " " + priority[i] + " priority event queue information:" + LINE_SEPARATOR); in Dump() 549 dumper.Dump(dumper.GetTag() + " No." + std::to_string(n) + " : " + (*it)->Dump()); in Dump() 552 dumper.Dump( in Dump() 553 dumper.GetTag() + " Total size of " + priority[i] + " events : " + std::to_string(n) + LINE_SEPARATOR); in Dump() 556 dumper.Dump(dumper.GetTag() + " Idle priority event queue information:" + LINE_SEPARATOR); in Dump() 560 dumper in Dump() [all...] |
H A D | event_handler.cpp | 325 void EventHandler::Dump(Dumper &dumper) in Dump() argument 335 auto message = dumper.GetTag() + " EventHandler dump begain curTime:" + in Dump() 337 dumper.Dump(message); in Dump() 340 dumper.Dump(dumper.GetTag() + " event runner uninitialized!" + LINE_SEPARATOR); in Dump() 342 eventRunner_->Dump(dumper); in Dump()
|
H A D | event_runner.cpp | 495 void EventRunner::Dump(Dumper &dumper) in Dump() argument 498 dumper.Dump(dumper.GetTag() + " Event runner is not running" + LINE_SEPARATOR); in Dump() 503 dumper.Dump(dumper.GetTag() + " Queue is nullLINE_SEPARATOR" + LINE_SEPARATOR); in Dump() 507 dumper.Dump(dumper.GetTag() + " Event runner (" + "Thread name = " + innerRunner_->GetThreadName() + in Dump() 510 queue_->Dump(dumper); in Dump()
|
/third_party/PyYAML/packaging/build/ |
H A D | smoketest.py | 12 for loader, dumper in [(yaml.CLoader, yaml.CDumper), (yaml.Loader, yaml.Dumper)]: 15 dumped = yaml.dump(loaded, Dumper=dumper) 17 raise Exception('roundtrip failed with {0}/{1}'.format(loader, dumper))
|
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | icuzdump.cpp | 350 ICUZDump dumper; in main() local 351 dumper.setLowYear(low); in main() 352 dumper.setHighYear(high); in main() 355 dumper.setLineSeparator((const char*)linesep); in main() 382 dumper.setTimeZone(tz); in main() 399 dumper.dump(*fout); in main() 413 dumper.setTimeZone(tz); in main() 421 dumper.dump(cout); in main()
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | icuzdump.cpp | 348 ICUZDump dumper; in main() local 349 dumper.setLowYear(low); in main() 350 dumper.setHighYear(high); in main() 353 dumper.setLineSeparator((const char*)linesep); in main() 380 dumper.setTimeZone(tz); in main() 397 dumper.dump(*fout); in main() 411 dumper.setTimeZone(tz); in main() 419 dumper.dump(cout); in main()
|
/device/soc/hisilicon/common/platform/pin/ |
H A D | pin_hi35xx.c | 46 struct PlatformDumper *dumper; member 52 struct PlatformDumper *dumper = NULL; in PinDumperCreate() local 67 dumper = PlatformDumperCreate(name); in PinDumperCreate() 68 if (dumper == NULL) { in PinDumperCreate() 69 HDF_LOGE("%s: get dumper for %s fail!", __func__, name); in PinDumperCreate() 73 hi35xx->dumper = dumper; in PinDumperCreate() 86 if (hi35xx->dumper == NULL) { in PinDumperDump() 90 ret = PlatformDumperAddDatas(hi35xx->dumper, data, sizeof(data) / sizeof(struct PlatformDumperData)); in PinDumperDump() 94 (void)PlatformDumperDump(hi35xx->dumper); in PinDumperDump() [all...] |
/device/soc/hisilicon/common/platform/gpio/ |
H A D | gpio_hi35xx.c | 58 struct PlatformDumper *dumper; member 83 struct PlatformDumper *dumper = NULL; in GpioDumperCreate() local 98 dumper = PlatformDumperCreate(name); in GpioDumperCreate() 99 if (dumper == NULL) { in GpioDumperCreate() 100 HDF_LOGE("%s: get dumper for %s fail!", __func__, name); in GpioDumperCreate() 104 group->dumper = dumper; in GpioDumperCreate() 124 if (group->dumper == NULL) { in GpioDumperDump() 125 HDF_LOGE("%s: group dumper is NULL!", __func__); in GpioDumperDump() 128 ret = PlatformDumperAddDatas(group->dumper, data in GpioDumperDump() [all...] |
/device/soc/hisilicon/common/platform/i2s/ |
H A D | i2s_hi35xx.c | 58 if (configInfo->dumper == NULL) { in I2sDumperDump() 59 HDF_LOGE("%s: configInfo dumper is NULL!", __func__); in I2sDumperDump() 62 ret = PlatformDumperAddDatas(configInfo->dumper, datas, sizeof(datas) / sizeof(struct PlatformDumperData)); in I2sDumperDump() 66 (void)PlatformDumperDump(configInfo->dumper); in I2sDumperDump() 67 (void)PlatformDumperClearDatas(configInfo->dumper); in I2sDumperDump() 72 struct PlatformDumper *dumper = NULL; in I2sDumperCreate() local 87 dumper = PlatformDumperCreate(name); in I2sDumperCreate() 88 if (dumper == NULL) { in I2sDumperCreate() 89 HDF_LOGE("%s: get dumper for %s fail!", __func__, name); in I2sDumperCreate() 93 configInfo->dumper in I2sDumperCreate() [all...] |
/device/soc/hisilicon/common/platform/timer/ |
H A D | timer_hi35xx.c | 172 if (info->dumper == NULL) { in TimerDumperAddDatas() 176 PlatformDumperAddDatas(info->dumper, datas, sizeof(datas) / sizeof(struct PlatformDumperData)); in TimerDumperAddDatas() 347 PlatformDumperDump(info->dumper); in TimerHi35xxStart() 373 PlatformDumperDump(info->dumper); in TimerHi35xxStop() 401 PlatformDumperDestroy(info->dumper); in TimerHi35xxRemove() 528 struct PlatformDumper *dumper = NULL; in TimerDumperGet() local 539 dumper = PlatformDumperCreate(name); in TimerDumperGet() 540 if (dumper == NULL) { in TimerDumperGet() 541 HDF_LOGE("%s: get dumper for %s fail!", __func__, name); in TimerDumperGet() 546 info->dumper in TimerDumperGet() [all...] |
/device/soc/hisilicon/common/platform/uart/ |
H A D | uart_hi35xx.c | 52 if (port->dumper == NULL) { in UartDumperDump() 53 HDF_LOGE("%s: uart dumper is NULL", __func__); in UartDumperDump() 56 ret = PlatformDumperAddDatas(port->dumper, datas, sizeof(datas) / sizeof(struct PlatformDumperData)); in UartDumperDump() 60 (void)PlatformDumperDump(port->dumper); in UartDumperDump() 61 (void)PlatformDumperClearDatas(port->dumper); in UartDumperDump() 66 struct PlatformDumper *dumper = NULL; in UartDumperCreate() local 82 dumper = PlatformDumperCreate(name); in UartDumperCreate() 83 if (dumper == NULL) { in UartDumperCreate() 84 HDF_LOGE("%s: get dumper for %s fail!", __func__, name); in UartDumperCreate() 89 port->dumper in UartDumperCreate() [all...] |
/device/soc/hisilicon/common/platform/i2c/ |
H A D | i2c_hi35xx.c | 58 struct PlatformDumper *dumper; member 98 if (hi35xx->dumper == NULL) { in I2cDumperAddDatas() 99 HDF_LOGE("%s: dumper is NULL", __func__); in I2cDumperAddDatas() 102 return PlatformDumperAddDatas(hi35xx->dumper, datas, sizeof(datas) / sizeof(struct PlatformDumperData)); in I2cDumperAddDatas() 107 struct PlatformDumper *dumper = NULL; in I2cDumperCreate() local 122 dumper = PlatformDumperCreate(name); in I2cDumperCreate() 123 if (dumper == NULL) { in I2cDumperCreate() 124 HDF_LOGE("%s: create dumper for %s fail!", __func__, name); in I2cDumperCreate() 129 hi35xx->dumper = dumper; in I2cDumperCreate() [all...] |
/device/soc/hisilicon/common/platform/mipi_dsi/ |
H A D | mipi_tx_hi35xx.c | 620 struct PlatformDumper *dumper = NULL; in MipiTxDumperCreate() local 636 dumper = PlatformDumperCreate(name); in MipiTxDumperCreate() 637 if (dumper == NULL) { in MipiTxDumperCreate() 638 HDF_LOGE("%s: get dumper for %s fail!", __func__, name); in MipiTxDumperCreate() 642 dev->dumper = dumper; in MipiTxDumperCreate() 648 static void MipiTxDumperDump(struct PlatformDumper *dumper) in MipiTxDumperDump() argument 666 if (dumper == NULL) { in MipiTxDumperDump() 667 HDF_LOGE("%s: mipitxRegsVa dumper is NULL!", __func__); in MipiTxDumperDump() 670 ret = PlatformDumperAddDatas(dumper, data in MipiTxDumperDump() [all...] |
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
H A D | OpenTypeTableWriter.java | 124 OpenTypeTableDumper dumper = new OpenTypeTableDumper(data, outputIndex); in dumpTable() 126 dumper.dumpTable(output, valuesPerLine); in dumpTable()
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timezone/ |
H A D | ICUZDump.java | 350 ICUZDump dumper = new ICUZDump(); in dumpZone() 357 dumper.setTimeZone(tzimpl); in dumpZone() 358 dumper.setLowYear(low); in dumpZone() 359 dumper.setHighYear(high); in dumpZone() 360 dumper.setLineSeparator(lineSep); in dumpZone() 361 dumper.dump(w); in dumpZone()
|
/foundation/ability/idl_tool/ |
H A D | main.cpp | 73 MetadataDumper dumper(metadata.get()); in DoCompile() 74 dumper.Dump(""); in DoCompile()
|