Home
last modified time | relevance | path

Searched refs:dump_ (Results 1 – 13 of 13) sorted by relevance

/external/vixl/test/aarch64/
Dtest-utils-aarch64.h66 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 …]
Dtest-utils-aarch64.cc463 __ Mov(dump_base, reinterpret_cast<uintptr_t>(&dump_)); in Dump()
/external/vixl/test/aarch32/
Dtest-utils-aarch32.h105 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
Dtest-utils-aarch32.cc45 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/
Ddebug.js63 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/
Dplanarfunctions_unittest.cc68 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 …]
Dyuvscaler_unittest.cc91 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/
Dexploitability_win.cc77 MinidumpException *exception = dump_->GetException(); in CheckPlatformExploitability()
95 MinidumpMemoryList *memory_list = dump_->GetMemoryList(); in CheckPlatformExploitability()
Dexploitability.cc51 : dump_(dump), in Exploitability()
/external/google-breakpad/src/google_breakpad/processor/
Dexploitability.h63 Minidump *dump_; variable
/external/libnl/
DChangeLog270 o replace dump_(brief|full|with_stats) ops with
/external/libdrm/tests/modetest/
Dmodetest.c1756 #define dump_resource(dev, res) if (res) dump_##res(dev) in main()
/external/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.c2069 dump_##ElementType((const ElementType *)body); \