Home
last modified time | relevance | path

Searched refs:dumpAttribute (Results 1 – 6 of 6) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowView.java266dumpAttribute(out, "id", realView.getContext().getResources().getResourceName(realView.getId())); in dumpAttributes()
273 dumpAttribute(out, "visibility", "INVISIBLE"); in dumpAttributes()
276 dumpAttribute(out, "visibility", "GONE"); in dumpAttributes()
281 protected void dumpAttribute(PrintStream out, String name, String value) { in dumpAttribute() method in ShadowView
DShadowTextView.java136 dumpAttribute(out, "text", text.toString()); in dumpAttributes()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugInfoEntry.h43 void dumpAttribute(raw_ostream &OS, DWARFUnit *u, uint32_t *offset_ptr,
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugInfoEntry.cpp60 dumpAttribute(OS, u, &offset, AttrSpec.Attr, AttrSpec.Form, indent); in dump()
111 void DWARFDebugInfoEntryMinimal::dumpAttribute(raw_ostream &OS, in dumpAttribute() function in DWARFDebugInfoEntryMinimal
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp232 static void dumpAttribute(raw_ostream &OS, const DWARFDie &Die, in dumpAttribute() function
643 dumpAttribute(OS, *this, &offset, AttrSpec.Attr, AttrSpec.Form, in dump()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp233 static void dumpAttribute(raw_ostream &OS, const DWARFDie &Die, in dumpAttribute() function
607 dumpAttribute(OS, *this, &offset, AttrSpec.Attr, AttrSpec.Form, in dump()