Searched refs:dump_ (Results 1 – 13 of 13) sorted by relevance
/external/vixl/test/aarch64/ |
D | test-utils-aarch64.h | 66 VIXL_ASSERT(sizeof(dump_.d_[0]) == kDRegSizeInBytes); in RegisterDump() 67 VIXL_ASSERT(sizeof(dump_.s_[0]) == kSRegSizeInBytes); in RegisterDump() 68 VIXL_ASSERT(sizeof(dump_.h_[0]) == kHRegSizeInBytes); in RegisterDump() 69 VIXL_ASSERT(sizeof(dump_.d_[0]) == kXRegSizeInBytes); in RegisterDump() 70 VIXL_ASSERT(sizeof(dump_.s_[0]) == kWRegSizeInBytes); in RegisterDump() 71 VIXL_ASSERT(sizeof(dump_.x_[0]) == kXRegSizeInBytes); in RegisterDump() 72 VIXL_ASSERT(sizeof(dump_.w_[0]) == kWRegSizeInBytes); in RegisterDump() 73 VIXL_ASSERT(sizeof(dump_.q_[0]) == kQRegSizeInBytes); in RegisterDump() 91 return dump_.w_[code]; in wreg() 99 return dump_.x_[code]; in xreg() [all …]
|
D | test-utils-aarch64.cc | 463 __ Mov(dump_base, reinterpret_cast<uintptr_t>(&dump_)); in Dump()
|
/external/vixl/test/aarch32/ |
D | test-utils-aarch32.h | 105 VIXL_ASSERT(sizeof(dump_.r_[0]) == kRegSizeInBytes); in RegisterDump() 122 return dump_.r_[code]; in reg() 129 vec128_t content = {dump_.d_[code * 2], dump_.d_[(code * 2) + 1]}; in GetQRegisterBits() 137 return dump_.d_[code]; in GetDRegisterBits() 159 return dump_.flags_ & NZCVFlag; in flags_nzcv() 181 } dump_; variable
|
D | test-utils-aarch32.cc | 45 VIXL_STATIC_ASSERT(sizeof(dump_.r_[0]) == kRegSizeInBytes); in Dump() 46 VIXL_STATIC_ASSERT(sizeof(dump_.d_[0]) == kDRegSizeInBytes); in Dump() 57 __ Mov(dump_base, Operand::From(&dump_)); in Dump()
|
/external/protobuf/js/ |
D | debug.js | 63 return /** @type {Object} */ (jspb.debug.dump_(message)); 75 jspb.debug.dump_ = function(thing) { function 83 return goog.array.map(thing, jspb.debug.dump_); 99 object[jspb.debug.formatFieldName_(match[1])] = jspb.debug.dump_(val); 120 jspb.debug.dump_(extVal);
|
/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 | 1756 #define dump_resource(dev, res) if (res) dump_##res(dev) in main()
|
/external/mesa3d/src/gallium/drivers/svga/svgadump/ |
D | svga_dump.c | 2069 dump_##ElementType((const ElementType *)body); \
|