Searched refs:dump_ (Results 1 – 11 of 11) sorted by relevance
/external/vixl/test/ |
D | test-utils-a64.h | 60 VIXL_ASSERT(sizeof(dump_.d_[0]) == kDRegSizeInBytes); in RegisterDump() 61 VIXL_ASSERT(sizeof(dump_.s_[0]) == kSRegSizeInBytes); in RegisterDump() 62 VIXL_ASSERT(sizeof(dump_.d_[0]) == kXRegSizeInBytes); in RegisterDump() 63 VIXL_ASSERT(sizeof(dump_.s_[0]) == kWRegSizeInBytes); in RegisterDump() 64 VIXL_ASSERT(sizeof(dump_.x_[0]) == kXRegSizeInBytes); in RegisterDump() 65 VIXL_ASSERT(sizeof(dump_.w_[0]) == kWRegSizeInBytes); in RegisterDump() 66 VIXL_ASSERT(sizeof(dump_.q_[0]) == kQRegSizeInBytes); in RegisterDump() 84 return dump_.w_[code]; in wreg() 92 return dump_.x_[code]; in xreg() 98 return dump_.s_[code]; in sreg_bits() [all …]
|
D | test-utils-a64.cc | 382 __ Mov(dump_base, reinterpret_cast<uintptr_t>(&dump_)); in Dump()
|
/external/v8/test/cctest/ |
D | test-utils-arm64.h | 63 return dump_.w_[code]; in wreg() 71 return dump_.x_[code]; in xreg() 77 return dump_.s_[code]; in sreg_bits() 86 return dump_.d_[code]; in dreg_bits() 96 return dump_.sp_; in spreg() 101 return static_cast<int32_t>(dump_.wsp_); in wspreg() 107 CHECK((dump_.flags_ & ~Flags_mask) == 0); in flags_nzcv() 108 return dump_.flags_ & Flags_mask; in flags_nzcv() 125 return ((dump_.x_[code] & kWRegMask) == dump_.w_[code]); in RegAliasesMatch() 131 return ((dump_.sp_ & kWRegMask) == dump_.wsp_); in SPRegAliasesMatch() [all …]
|
D | test-utils-arm64.cc | 351 __ Mov(dump_base, reinterpret_cast<uint64_t>(&dump_)); in Dump()
|
/external/webrtc/talk/session/media/ |
D | planarfunctions_unittest.cc | 68 PlanarFunctionsTest() : dump_(false), repeat_(1) { in PlanarFunctionsTest() 73 dump_ = FLAG_planarfunctions_dump; in SetUp() 485 bool dump_; member in cricket::PlanarFunctionsTest 532 if (dump_) { DumpYuvImage(y_output_pointer, kWidth, kHeight); } in TEST_F() 579 if (dump_) { DumpYuvImage(y_output_pointer, kWidth, kHeight); } in TEST_F() 624 if (dump_) { DumpYuvImage(y_output_pointer, kWidth, kHeight); } in TEST_P() 671 if (dump_) { DumpYuvImage(y_output_pointer, kWidth, kHeight); } in TEST_P() 714 if (dump_) { \ 753 if (dump_) { \ 813 if (dump_) { DumpArgbImage(argb_pointer, kWidth, kHeight); } in TEST_F() [all …]
|
D | yuvscaler_unittest.cc | 91 dump_ = *rtc::FlagList::Lookup("yuvscaler_dump")->bool_variable(); in SetUp() 161 if (dump_) { in TestScale() 187 bool dump_; member in YuvScalerTest 203 if (dump_) DumpPlanarYuvTestImage("TestCopy", obuf, ow, oh); in TEST_F() 227 if (dump_) DumpPlanarYuvTestImage("TestOffsetCopy16_9", obuf, ow, oh); in TEST_F()
|
/external/google-breakpad/src/processor/ |
D | exploitability_win.cc | 77 MinidumpException *exception = dump_->GetException(); in CheckPlatformExploitability() 95 MinidumpMemoryList *memory_list = dump_->GetMemoryList(); in CheckPlatformExploitability()
|
D | exploitability.cc | 51 : dump_(dump), in Exploitability()
|
/external/google-breakpad/src/google_breakpad/processor/ |
D | exploitability.h | 63 Minidump *dump_; variable
|
/external/libnl/ |
D | ChangeLog | 270 o replace dump_(brief|full|with_stats) ops with
|
/external/libdrm/tests/modetest/ |
D | modetest.c | 1640 #define dump_resource(dev, res) if (res) dump_##res(dev) in main()
|