Searched refs:dumpAttribute (Results 1 – 6 of 6) sorted by relevance
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowView.java | 266 … dumpAttribute(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
|
D | ShadowTextView.java | 136 dumpAttribute(out, "text", text.toString()); in dumpAttributes()
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugInfoEntry.h | 43 void dumpAttribute(raw_ostream &OS, DWARFUnit *u, uint32_t *offset_ptr,
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugInfoEntry.cpp | 60 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/ |
D | DWARFDie.cpp | 232 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/ |
D | DWARFDie.cpp | 233 static void dumpAttribute(raw_ostream &OS, const DWARFDie &Die, in dumpAttribute() function 607 dumpAttribute(OS, *this, &offset, AttrSpec.Attr, AttrSpec.Form, in dump()
|