Searched refs:dumpAttribute (Results 1 – 7 of 7) 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/swiftshader/third_party/LLVM/lib/DebugInfo/ |
D | DWARFDebugInfoEntry.cpp | 47 dumpAttribute(OS, cu, &offset, attr, form, indent); in dump() 67 void DWARFDebugInfoEntryMinimal::dumpAttribute(raw_ostream &OS, in dumpAttribute() function in DWARFDebugInfoEntryMinimal
|
D | DWARFDebugInfoEntry.h | 42 void dumpAttribute(raw_ostream &OS, const DWARFCompileUnit *cu,
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDie.cpp | 187 static void dumpAttribute(raw_ostream &OS, const DWARFDie &Die, in dumpAttribute() function 520 dumpAttribute(OS, *this, &offset, AttrSpec.Attr, AttrSpec.Form, in dump()
|