Home
last modified time | relevance | path

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

/external/vixl/test/aarch64/
Dtest-utils-aarch64.h62 VIXL_ASSERT(sizeof(dump_.d_[0]) == kDRegSizeInBytes); in RegisterDump()
63 VIXL_ASSERT(sizeof(dump_.s_[0]) == kSRegSizeInBytes); in RegisterDump()
64 VIXL_ASSERT(sizeof(dump_.d_[0]) == kXRegSizeInBytes); in RegisterDump()
65 VIXL_ASSERT(sizeof(dump_.s_[0]) == kWRegSizeInBytes); in RegisterDump()
66 VIXL_ASSERT(sizeof(dump_.x_[0]) == kXRegSizeInBytes); in RegisterDump()
67 VIXL_ASSERT(sizeof(dump_.w_[0]) == kWRegSizeInBytes); in RegisterDump()
68 VIXL_ASSERT(sizeof(dump_.q_[0]) == kQRegSizeInBytes); in RegisterDump()
86 return dump_.w_[code]; in wreg()
94 return dump_.x_[code]; in xreg()
100 return dump_.s_[code]; in sreg_bits()
[all …]
Dtest-utils-aarch64.cc418 __ Mov(dump_base, reinterpret_cast<uintptr_t>(&dump_)); in Dump()
/external/vixl/test/aarch32/
Dtest-utils-aarch32.h91 VIXL_ASSERT(sizeof(dump_.r_[0]) == kRegSizeInBytes); in RegisterDump()
108 return dump_.r_[code]; in reg()
115 vec128_t content = {dump_.d_[code * 2], dump_.d_[(code * 2) + 1]}; in GetQRegisterBits()
123 return dump_.d_[code]; in GetDRegisterBits()
145 return dump_.flags_ & NZCVFlag; in flags_nzcv()
167 } 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.c1640 #define dump_resource(dev, res) if (res) dump_##res(dev) in main()