Searched refs:extras (Results 1 – 3 of 3) sorted by relevance
/art/runtime/ |
D | reference_table.cc | 190 std::string extras; in Dump() local 193 StringAppendF(&extras, " (%zd elements)", element_count); in Dump() 198 StringAppendF(&extras, " \"%s\"", utf8.c_str()); in Dump() 200 StringAppendF(&extras, " \"%.16s... (%d chars)", utf8.c_str(), s->GetLength()); in Dump() 205 extras = " (referent is null)"; in Dump() 207 extras = StringPrintf(" (referent is a %s)", referent->PrettyTypeOf().c_str()); in Dump() 210 os << StringPrintf(" %5d: ", idx) << ref << " " << className << extras << "\n"; in Dump()
|
/art/tools/golem/ |
D | build-target.sh | 151 (\cd "$(gettop)"; env $extras build/soong/soong_ui.bash --dumpvar-mode $varname)
|
/art/libdexfile/ |
D | Android.bp | 445 // //system/extras/simpleperf:simpleperf_ndk are allowed to use it. 446 "//system/extras/simpleperf",
|